platform/upstream/linaro-gcc.git
29 years agoSet new variables into Makefile.
kenner [Mon, 22 May 1995 22:57:06 +0000 (22:57 +0000)]
Set new variables into Makefile.
Build winnt.obj.
Edit CCCP definition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9771 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(SYMLINK): Deleted; unused.
kenner [Mon, 22 May 1995 22:55:23 +0000 (22:55 +0000)]
(SYMLINK): Deleted; unused.
(oldobjext): Deleted; no longer used.
(FLAGS_TO_PASS): Include objext and exeext.
(STAGESTUFF, protoize.o, unprotoize.o): Use $(objext), not .o.
(test_protoize_simple, compare{,3}, gnucompare{,3}): Likewise.
(STAGESTUFF, specs, gcc-cross, collect2): Add missing $(exeext).
(libgcc1.null, libgcc[12].a, stage[1-4]): Likewise.
(xgcc, cc1, cc1obj, enquire): Use $@ instead of filename for -o value.
(collect2, mips-tfile, mips-tdump, gen*): Likewise.
(bi-arity, bi-opcode, bi-opname, cccp, cppmain): Likewise.
(protoize, unprotoize, gen-protos, fix-header): Likewise.
(crtbegin.o, crtend.o): Don't use -o; move output to proper
filename (using objext) instead.
(BI_ALL, BC_ALL, bytecode): Deleted; unused.
(bi-*.o, cexp.o, stamp-{proto,fixinc}): Remove unneeded $(srcdir).
(getopt{,1}.o, SYSCALLS.c.X): Likewise.
(install-driver): New target.
(install-normal): Depend on it.
(install-common): Don't depend on xgcc.
(maketest): Deleted; no longer used.
(stage[1-4]): Use name collect-ld, not real-ld.
(risky-stage[1-4]): Use stage[1-4] as dependencies; don't copy.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9770 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoMake-lang.in
kenner [Mon, 22 May 1995 21:40:39 +0000 (21:40 +0000)]
Make-lang.in
Makefile.in

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9769 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(../cc1plus): Use $(exeext) in name of executable.
kenner [Mon, 22 May 1995 21:38:14 +0000 (21:38 +0000)]
(../cc1plus): Use $(exeext) in name of executable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9768 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(g++, g++-cross, cc1plus, DEMANGLER_PROG):
kenner [Mon, 22 May 1995 21:37:40 +0000 (21:37 +0000)]
(g++, g++-cross, cc1plus, DEMANGLER_PROG):
Use $@ instead of output name so works even if have .exe.
(cxxmain.o): Use cp if ln -s fails.
(c++.install-man): Use $(exeext) in executable names.
(c++.mostlyclean, stage[1-4]): Use $(objext) in object file names.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9767 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(HAVE_OBJECT_SUFFIX): New macro.
kenner [Mon, 22 May 1995 21:10:06 +0000 (21:10 +0000)]
(HAVE_OBJECT_SUFFIX): New macro.
(process_command): Convert x.o to x.foo for OBJECT_SUFFIX of ".foo".
(do_spec_1): Avoid shadow variable "i" and always use for loop var.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9766 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(finish_decl_top_level): Removed; no longer used.
kenner [Mon, 22 May 1995 21:03:30 +0000 (21:03 +0000)]
(finish_decl_top_level): Removed; no longer used.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9765 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoNumerous formatting changes.
kenner [Mon, 22 May 1995 21:02:40 +0000 (21:02 +0000)]
Numerous formatting changes.
(NULLT): Deleted; all uses changed to NULL_TREE.
(get_{static,object}_reference, objc_add_static_instance):
Use push_obstacks instead of saving obstacks manually.
(build_{selector,class}_reference_decl): Likewise.
(build_objc_string_decl, build_protocol_reference): Likewise.
(comp_{method,proto}_with_proto): Likewise.
(create_builtin_decl, synth_module_prologue): Set DECL_ARTIFICIAL for internal
objects.
(build_{selector,class}_reference_decl, add_objc_decls): Likewise.
(generate_objc_symtab_decl, build_module_descriptor): Likewise.
(build_protocol_reference): Likewise.
(build_objc_string_decl, synch_forward_declarations): Likewise.
Delete call to end_temporary_allocation.
(generate_static_references, generate_strings): Likewise.
(build_selector_translation_table, generate_category): Likewise.
(generate_{ivars,protocol}_list, build_protocol_reference): Likewise.
(build_objc_string_object): If next_runtime, put everything in
permanent obstack.
(objc_add_static_instance): Use build_decl instead of start_decl
and finish_decl_top_level.
(build_{class_reference,objc_string}_decl): Clear DECL_CONTEXT.
(start_class): Exit with FATAL_EXIT_CODE, not 1.
(add_objc_decls): Don't set DECL_IN_SYSTEM_HEADER.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9764 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoAdd -mno-toc; Support block moves if -mno-string.
meissner [Mon, 22 May 1995 18:57:01 +0000 (18:57 +0000)]
Add -mno-toc; Support block moves if -mno-string.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9763 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(valid_machine_attribute): Handle attribute on pointer-to-function
kenner [Mon, 22 May 1995 11:10:37 +0000 (11:10 +0000)]
(valid_machine_attribute): Handle attribute on pointer-to-function
types.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9762 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(HAVE_STRERROR): Remove.
wilson [Sun, 21 May 1995 21:21:54 +0000 (21:21 +0000)]
(HAVE_STRERROR): Remove.
Use __start as entry point. Ifdef some paths on CROSS_COMPILE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9761 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(datadef, fndef, ivar_decl, mydecls): Restore declspec_stack since
kenner [Sun, 21 May 1995 12:39:16 +0000 (12:39 +0000)]
(datadef, fndef, ivar_decl, mydecls): Restore declspec_stack since
setspecs is used.
(parmlist_or_identifiers): Use setspecs before parsing parms and
restore after parsing parms.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9760 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago * pa.c (hppa_encode_label): New variable "permanent" to
law [Sun, 21 May 1995 05:05:25 +0000 (05:05 +0000)]
   * pa.c (hppa_encode_label): New variable "permanent" to
        where/how memory is allocated for the new label.  All
        callers changed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9759 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoDo not do insv/extz on 1/2 byte structures
meissner [Sat, 20 May 1995 21:22:28 +0000 (21:22 +0000)]
Do not do insv/extz on 1/2 byte structures

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9758 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(push_reload): Don't reload inside a SUBREG when SUBREG_WORD is
kenner [Sat, 20 May 1995 11:52:46 +0000 (11:52 +0000)]
(push_reload): Don't reload inside a SUBREG when SUBREG_WORD is
nonzero.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9757 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago#include config.h before any other .h file.
kenner [Sat, 20 May 1995 11:16:51 +0000 (11:16 +0000)]
#include config.h before any other .h file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9756 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(shadow_tag_warned): Don't warn about useless keyword if in system
kenner [Sat, 20 May 1995 11:04:26 +0000 (11:04 +0000)]
(shadow_tag_warned): Don't warn about useless keyword if in system
header file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9755 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(simple_cst_equal): Don't look at language-specific nodes since we
kenner [Sat, 20 May 1995 11:00:47 +0000 (11:00 +0000)]
(simple_cst_equal): Don't look at language-specific nodes since we
don't know what's in them.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9754 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago#include config.h before any other .h file.
kenner [Sat, 20 May 1995 10:51:33 +0000 (10:51 +0000)]
#include config.h before any other .h file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9753 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(udivmodhi4): Output "divu" instead of "divs".
kenner [Sat, 20 May 1995 10:44:41 +0000 (10:44 +0000)]
(udivmodhi4): Output "divu" instead of "divs".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9752 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(LIBGCC1, CROSS_LIBGCC1): Make not, not "libgcc1.null".
kenner [Sat, 20 May 1995 10:11:28 +0000 (10:11 +0000)]
(LIBGCC1, CROSS_LIBGCC1): Make not, not "libgcc1.null".
(OTHER_FIXINCLUDES_DIRS, LIMITS_H_TEST): Delete from here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9751 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(OTHER_FIXINCLUDES_DIR, LIMITS_H_TEST): Move to here.
kenner [Sat, 20 May 1995 10:11:09 +0000 (10:11 +0000)]
(OTHER_FIXINCLUDES_DIR, LIMITS_H_TEST): Move to here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9750 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoAdded reference to INIT_SECTION_PREAMBLE for systems that do something
kenner [Fri, 19 May 1995 23:30:17 +0000 (23:30 +0000)]
Added reference to INIT_SECTION_PREAMBLE for systems that do something
which must be undone prior to __do_global_ctors.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9749 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(CPP_SPEC): Add defines for -fPIC.
kenner [Fri, 19 May 1995 23:27:05 +0000 (23:27 +0000)]
(CPP_SPEC): Add defines for -fPIC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9748 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(strstr): Define ifndef POSIX.
kenner [Fri, 19 May 1995 21:46:22 +0000 (21:46 +0000)]
(strstr): Define ifndef POSIX.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9747 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(strstr): Deleted.
kenner [Fri, 19 May 1995 21:46:07 +0000 (21:46 +0000)]
(strstr): Deleted.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9746 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoAdd comment that '@' is not an escape inside a string.
bothner [Fri, 19 May 1995 18:20:31 +0000 (18:20 +0000)]
Add comment that '@' is not an escape inside a string.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9745 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago* cpplib.c (collect_expansion): Don't escape '@' inside string.
bothner [Fri, 19 May 1995 18:19:56 +0000 (18:19 +0000)]
* cpplib.c (collect_expansion):  Don't escape '@' inside string.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9744 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoHandle revised filenames from vmsconfig.com;
kenner [Fri, 19 May 1995 10:59:16 +0000 (10:59 +0000)]
Handle revised filenames from vmsconfig.com;
(DO_OBJCLIB): New variable, plus code to compile objc/*.{c,m}.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9743 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(process_objc_lib, configure_makefile): New routines.
kenner [Fri, 19 May 1995 10:58:50 +0000 (10:58 +0000)]
(process_objc_lib, configure_makefile): New routines.
(bc_all.list, ./vax.md, objc-objs.opt, objc-hdrs.list): New files created
at config time.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9742 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoChange all TFmode patterns to have XFmode.
tege [Thu, 18 May 1995 18:14:51 +0000 (18:14 +0000)]
Change all TFmode patterns to have XFmode.
(movxf recognizer, frame version): Use movt, ldt, and stt.
(movxf recognizer, non-frame version): Delete.
(extenddfxf2): Delete * before f constraint.
(extendsfxf2): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9741 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoFix typos in comments.
kenner [Thu, 18 May 1995 04:00:40 +0000 (04:00 +0000)]
Fix typos in comments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9740 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(DATA_ALIGNMENT): Define.
tege [Thu, 18 May 1995 02:25:40 +0000 (02:25 +0000)]
(DATA_ALIGNMENT): Define.
(ROUND_TYPE_ALIGN): Align XFmode scalars at 128 bit boundaries.
(ROUND_TYPE_SIZE): Round up the size of XFmode objects to 128 bits.
(CONST_DOUBLE_OK_FOR_LETTER_P): Use CONST0_RTX and CONST1_RTX
so that all FP modes are recognized.
(ASM_OUTPUT_LONG_DOUBLE): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9739 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(i960_output_ldconst): New code for XFmode.
tege [Thu, 18 May 1995 02:24:35 +0000 (02:24 +0000)]
(i960_output_ldconst): New code for XFmode.
Also, move SFmode code to immediately after DFmode code.
(S_MODES, D_MODES): Handle XFmode.
(XF_MODES): Was TF_MODES, handle XFmode instead of TFmode.
(hard_regno_mode_ok): Replace TFmode with XFmode.
(i960_output_long_double): New function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9738 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago72nd Cygnus<->FSF merge
mrs [Wed, 17 May 1995 23:34:39 +0000 (23:34 +0000)]
72nd Cygnus<->FSF merge

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9737 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(unroll_loop): Increment copy_start_luid if copy_start
wilson [Wed, 17 May 1995 21:53:11 +0000 (21:53 +0000)]
(unroll_loop): Increment copy_start_luid if copy_start
is loop_start.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9736 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(invert_truthvalue, case CLEANUP_POINT_EXPR): New case.
kenner [Wed, 17 May 1995 21:44:45 +0000 (21:44 +0000)]
(invert_truthvalue, case CLEANUP_POINT_EXPR): New case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9735 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoAdd -mstring support.
meissner [Tue, 16 May 1995 23:07:37 +0000 (23:07 +0000)]
Add -mstring support.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9734 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agog++.c
kenner [Tue, 16 May 1995 22:38:22 +0000 (22:38 +0000)]
g++.c

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9733 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoChanged WINNT to _WIN32.
kenner [Tue, 16 May 1995 22:36:33 +0000 (22:36 +0000)]
Changed WINNT to _WIN32.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9732 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(fix_argv): Removed call to free.
kenner [Tue, 16 May 1995 22:35:31 +0000 (22:35 +0000)]
(fix_argv): Removed call to free.
Changed WINNT to _WIN32.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9731 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoAdded line to echo usage on invalid input.
kenner [Tue, 16 May 1995 22:34:39 +0000 (22:34 +0000)]
Added line to echo usage on invalid input.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9730 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoRemoved call to free.
kenner [Tue, 16 May 1995 22:33:31 +0000 (22:33 +0000)]
Removed call to free.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9729 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoChanged link32 to link.
kenner [Tue, 16 May 1995 22:33:10 +0000 (22:33 +0000)]
Changed link32 to link.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9728 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoChanged WINNT to _WIN32.
kenner [Tue, 16 May 1995 22:26:10 +0000 (22:26 +0000)]
Changed WINNT to _WIN32.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9727 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(FAILURE_EXIT_CODE): Remove.
kenner [Tue, 16 May 1995 22:04:44 +0000 (22:04 +0000)]
(FAILURE_EXIT_CODE): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9726 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoUse FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.
kenner [Tue, 16 May 1995 22:03:31 +0000 (22:03 +0000)]
Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9725 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoUse FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.
kenner [Tue, 16 May 1995 22:02:38 +0000 (22:02 +0000)]
Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.
Include config.h #ifndef EMACS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9724 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(pfatal_with_name, fatal_io_error, vfatal): Use FATAL_EXIT_CODE
kenner [Tue, 16 May 1995 21:59:49 +0000 (21:59 +0000)]
(pfatal_with_name, fatal_io_error, vfatal): Use FATAL_EXIT_CODE
instead of magic number.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9723 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(struct sarray): Make capacity size_t.
kenner [Tue, 16 May 1995 21:46:53 +0000 (21:46 +0000)]
(struct sarray): Make capacity size_t.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9722 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(sarray_realloc): Make array index variables size_t.
kenner [Tue, 16 May 1995 21:46:42 +0000 (21:46 +0000)]
(sarray_realloc): Make array index variables size_t.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9721 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(__objc_write_class): Write class version.
kenner [Tue, 16 May 1995 21:46:23 +0000 (21:46 +0000)]
(__objc_write_class): Write class version.
(__objc_write_selector, objc_{write,read}_selector): Handle null selector.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9720 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago71st Cygnus<->FSF merge
mrs [Tue, 16 May 1995 21:10:32 +0000 (21:10 +0000)]
71st Cygnus<->FSF merge

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9719 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agotypeck.c
kenner [Tue, 16 May 1995 12:46:37 +0000 (12:46 +0000)]
typeck.c

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9718 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(build_ptrmemfunc): Fix misspellings in messages.
kenner [Tue, 16 May 1995 12:45:16 +0000 (12:45 +0000)]
(build_ptrmemfunc): Fix misspellings in messages.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9717 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(print_node): Fix misspellings in messages.
kenner [Tue, 16 May 1995 12:44:38 +0000 (12:44 +0000)]
(print_node): Fix misspellings in messages.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9716 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(type_to_string): Fix misspellings in messages.
kenner [Tue, 16 May 1995 12:44:00 +0000 (12:44 +0000)]
(type_to_string): Fix misspellings in messages.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9715 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(FUNCTION_PROFILER): Fix misspellings in messages.
kenner [Tue, 16 May 1995 12:43:04 +0000 (12:43 +0000)]
(FUNCTION_PROFILER): Fix misspellings in  messages.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9714 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(print_operand_address): Fix misspellings in messages.
kenner [Tue, 16 May 1995 12:42:29 +0000 (12:42 +0000)]
(print_operand_address): Fix misspellings in  messages.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9713 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoFix typos in comments.
kenner [Tue, 16 May 1995 12:39:54 +0000 (12:39 +0000)]
Fix typos in comments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9712 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoFix typos in comments.
kenner [Tue, 16 May 1995 12:14:26 +0000 (12:14 +0000)]
Fix typos in comments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9711 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoFix typo: MAIN_VARIANT.
kenner [Tue, 16 May 1995 11:13:59 +0000 (11:13 +0000)]
Fix typo: MAIN_VARIANT.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9710 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(edit_fn_definition): Fix mispelled local `have_flotsam'.
kenner [Tue, 16 May 1995 11:11:25 +0000 (11:11 +0000)]
(edit_fn_definition): Fix mispelled local `have_flotsam'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9709 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(__objc_init_install_dtable): Fix misspelling in name of local label
kenner [Tue, 16 May 1995 11:09:02 +0000 (11:09 +0000)]
(__objc_init_install_dtable): Fix misspelling in name of local label
`already_initialized'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9708 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agomethod.c
kenner [Tue, 16 May 1995 11:06:59 +0000 (11:06 +0000)]
method.c

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9707 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(numeric_output_need_bar): Renamed from misspelling.
kenner [Tue, 16 May 1995 11:05:58 +0000 (11:05 +0000)]
(numeric_output_need_bar): Renamed from misspelling.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9706 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(STDC_VALUE): Was misspelled.
kenner [Tue, 16 May 1995 11:03:33 +0000 (11:03 +0000)]
(STDC_VALUE): Was misspelled.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9705 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(FUNCTION_BOUNDARY): Was misspelled.
kenner [Tue, 16 May 1995 11:01:40 +0000 (11:01 +0000)]
(FUNCTION_BOUNDARY): Was misspelled.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9704 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(DEFAULT_PCC_STRUCT_RETURN): Was misspelled.
kenner [Tue, 16 May 1995 10:59:03 +0000 (10:59 +0000)]
(DEFAULT_PCC_STRUCT_RETURN): Was misspelled.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9703 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago * pa.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Make sure to encode section
law [Tue, 16 May 1995 03:41:11 +0000 (03:41 +0000)]
    * pa.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Make sure to encode section
        info for all libcalls.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9702 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoFix typos.
kenner [Tue, 16 May 1995 03:12:58 +0000 (03:12 +0000)]
Fix typos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9701 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoentered into RCS
kenner [Tue, 16 May 1995 03:12:15 +0000 (03:12 +0000)]
entered into RCS

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9700 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoInitial revision
kenner [Tue, 16 May 1995 03:05:24 +0000 (03:05 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9699 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(CHECK_FLOAT_VALUE): Fix misspelling of OVERFLOW parameter.
kenner [Tue, 16 May 1995 02:36:03 +0000 (02:36 +0000)]
(CHECK_FLOAT_VALUE): Fix misspelling of OVERFLOW parameter.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9698 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoUpdate weak symbol support
merrill [Tue, 16 May 1995 01:02:59 +0000 (01:02 +0000)]
Update weak symbol support

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9697 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoDefine strstr.
merrill [Tue, 16 May 1995 00:57:31 +0000 (00:57 +0000)]
Define strstr.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9696 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(out_object_file): Use in place of aux-output.o.
kenner [Mon, 15 May 1995 23:32:33 +0000 (23:32 +0000)]
(out_object_file): Use in place of aux-output.o.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9695 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(const_binop): Don't pass OVERFLOW to force_fit_type if type is
kenner [Mon, 15 May 1995 23:01:31 +0000 (23:01 +0000)]
(const_binop): Don't pass OVERFLOW to force_fit_type if type is
unsigned.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9694 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(VALID_MACHINE_{DECL,TYPE_ATTRIBUTE): Fix typo.
kenner [Mon, 15 May 1995 22:54:26 +0000 (22:54 +0000)]
(VALID_MACHINE_{DECL,TYPE_ATTRIBUTE): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9693 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(CHECK_FLOAT_VALUE): Fix misspelled use of parameter.
kenner [Mon, 15 May 1995 22:51:19 +0000 (22:51 +0000)]
(CHECK_FLOAT_VALUE): Fix misspelled use of parameter.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9692 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(spec_reg_operand): Fix misspelling of `default:'.
kenner [Mon, 15 May 1995 22:48:22 +0000 (22:48 +0000)]
(spec_reg_operand): Fix misspelling of `default:'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9691 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(alloca): Extern decl added for non-GNU compiler.
kenner [Mon, 15 May 1995 22:36:36 +0000 (22:36 +0000)]
(alloca): Extern decl added for non-GNU compiler.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9690 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(b{eq,ne,ge,lt}0_di): Fixed for non-MOTOROLA syntax.
kenner [Mon, 15 May 1995 22:35:27 +0000 (22:35 +0000)]
(b{eq,ne,ge,lt}0_di): Fixed for non-MOTOROLA syntax.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9689 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago* config.guess: Recognize Cray90 (from Pete TerMaat).
bothner [Mon, 15 May 1995 21:49:34 +0000 (21:49 +0000)]
* config.guess:  Recognize Cray90 (from Pete TerMaat).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9688 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago* cppexp.c (cpp_reader): Test for '#' (start of assertion) *after*
bothner [Mon, 15 May 1995 20:42:04 +0000 (20:42 +0000)]
* cppexp.c (cpp_reader):  Test for '#' (start of assertion) *after*
skipping hspace, not before.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9687 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoConstruct options.h and specs.h to #include all
kenner [Mon, 15 May 1995 12:13:50 +0000 (12:13 +0000)]
Construct options.h and specs.h to #include all
"*/lang-{options|specs}.h" files found.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9686 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(movsicc, case NE): Don't generate unrecognizable insn.
dje [Mon, 15 May 1995 01:32:32 +0000 (01:32 +0000)]
(movsicc, case NE): Don't generate unrecognizable insn.
(movdicc, case NE): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9685 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(unroll_loop): Make local_regno have size
wilson [Sun, 14 May 1995 19:44:30 +0000 (19:44 +0000)]
(unroll_loop): Make local_regno have size
max_reg_before_loop.  Don't do local register optimization if
copy_end has no INSN_LUID.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9684 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(start_method_def): Mark _self as possibly unused.
kenner [Sun, 14 May 1995 15:38:31 +0000 (15:38 +0000)]
(start_method_def): Mark _self as possibly unused.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9683 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(lang_options): Remove entries for Ada, C++, and Fortran; include
kenner [Sun, 14 May 1995 14:38:16 +0000 (14:38 +0000)]
(lang_options): Remove entries for Ada, C++, and Fortran; include
options.h instead.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9682 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(default_compilers): Remove entries for Ada, C++, Chill, and Fortran;
kenner [Sun, 14 May 1995 14:37:53 +0000 (14:37 +0000)]
(default_compilers): Remove entries for Ada, C++, Chill, and Fortran;
#include specs.h instead.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9681 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(lang_{specs,options}_files): New variables.
kenner [Sun, 14 May 1995 14:36:25 +0000 (14:36 +0000)]
(lang_{specs,options}_files): New variables.
(gcc.o): Depends on $(lang_specs_files).
(toplev.o): Depends on $(lang_options_file); merge two dep lists.
(distclean): Remove spes.h and options.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9680 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agolang-options.h
kenner [Sun, 14 May 1995 14:27:14 +0000 (14:27 +0000)]
lang-options.h
lang-specs.h

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9679 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoInitial revision
kenner [Sun, 14 May 1995 14:25:51 +0000 (14:25 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9678 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(back_branch_in_range_p): No longer static.
wilson [Sat, 13 May 1995 14:57:49 +0000 (14:57 +0000)]
(back_branch_in_range_p): No longer static.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9677 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(back_branch_in_range_p): Declare.
wilson [Sat, 13 May 1995 14:57:22 +0000 (14:57 +0000)]
(back_branch_in_range_p): Declare.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9676 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(record_giv): When computing replaceable, use
wilson [Sat, 13 May 1995 14:56:44 +0000 (14:56 +0000)]
(record_giv): When computing replaceable, use
back_branch_in_range_p instead of looking for branches to named
labels.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9675 138bc75d-0d04-0410-961f-82ee72b054a4

29 years ago(simplify_shift_count, case LSHIFTRT): Don't merge shifts of different
kenner [Sat, 13 May 1995 10:46:49 +0000 (10:46 +0000)]
(simplify_shift_count, case LSHIFTRT): Don't merge shifts of different
modes if first is any right shift.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9674 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoAdd configuration for semi-hosted ARM.
erich [Sat, 13 May 1995 09:37:50 +0000 (09:37 +0000)]
Add configuration for semi-hosted ARM.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9673 138bc75d-0d04-0410-961f-82ee72b054a4

29 years agoInitial revision
erich [Sat, 13 May 1995 09:35:22 +0000 (09:35 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9672 138bc75d-0d04-0410-961f-82ee72b054a4