1. 24 May, 1995 12 commits
  2. 23 May, 1995 16 commits
  3. 22 May, 1995 12 commits
    • (movsf_h8300h): Add missing post-inc case to constraints. · 74880096
      From-SVN: r9774
      Doug Evans committed
    • (mystrstr): Replacement for strstr. · f83d4617
      From-SVN: r9773
      Richard Kenner committed
    • Update comments. · 2a6d5ce0
      From-SVN: r9772
      Richard Kenner committed
    • Set new variables into Makefile. · 61b02d37
      Build winnt.obj.
      Edit CCCP definition.
      
      From-SVN: r9771
      Richard Kenner committed
    • (SYMLINK): Deleted; unused. · aab26e16
      (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.
      
      From-SVN: r9770
      Richard Kenner committed
    • Make-lang.in · fbb47000
      Makefile.in
      
      From-SVN: r9769
      Richard Kenner committed
    • (../cc1plus): Use $(exeext) in name of executable. · 16b2504b
      From-SVN: r9768
      Richard Kenner committed
    • (g++, g++-cross, cc1plus, DEMANGLER_PROG): · 251580ee
      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.
      
      From-SVN: r9767
      Richard Kenner committed
    • (HAVE_OBJECT_SUFFIX): New macro. · f70165f6
      (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.
      
      From-SVN: r9766
      Richard Kenner committed
    • (finish_decl_top_level): Removed; no longer used. · 2c69f253
      From-SVN: r9765
      Richard Kenner committed
    • Numerous formatting changes. · 51900510
      (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.
      
      From-SVN: r9764
      Richard Kenner committed
    • Add -mno-toc; Support block moves if -mno-string. · 3933e0e1
      From-SVN: r9763
      Michael Meissner committed