1. 01 Sep, 2001 2 commits
    • backport: ltcf-c.sh: Use $objext, not $ac_objext. · 898c7238
      Merged from gcc-3_0-branch:
      2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
      * ltcf-c.sh: Use $objext, not $ac_objext.
      2001-07-27  Mark Kettenis  <kettenis@gnu.org>
      * ltcf-cxx.sh: Add support for GNU.
      2001-07-22  Timothy Wall  <twall@redhat.com>
      * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
      default settings if using GNU tools with that configuration.
      * ltcf-cxx.sh: Ditto.
      * ltcf-gcj.sh: Ditto.
      2001-07-21  Michael Chastain  <chastain@redhat.com>
      * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
      HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
      * ltmain.sh: Mark as gcc-local.
      
      From-SVN: r45341
      Alexandre Oliva committed
    • gcc.c (handle_braces): Add explaination for abort. · 4049df42
      2001-08-31  Eric Christopher  <echristo@redhat.com>
      
      	* gcc.c (handle_braces): Add explaination for abort.
      
      From-SVN: r45340
      Eric Christopher committed
  2. 31 Aug, 2001 33 commits
  3. 30 Aug, 2001 5 commits
    • jcf-io.c (open_class): Set filename field. · bc8a5e56
      
      	* jcf-io.c (open_class):  Set filename field.
      
      	* jcf-parse,c (parse_class_file):  Set current_function_decl
      	for better error message when Code attribute is missing.
      
      	* lang.c (put_decl_node, lang_print_error):  Re-arrange for
      	better diagnostics, especially for constructors.
      
      From-SVN: r45299
      Per Bothner committed
    • jcf-write.c (generate_classfile): Don't write ConstantValue attribute if field is not final... · 1b9ee723
      
      	* jcf-write.c (generate_classfile):  Don't write ConstantValue
      	attribute if field is not final, for compatibility with jdk.
      
      	* jcf-write.c (generate_classfile):  Convert ConstantValue values
      	to correct type.  Work-around for front-end bug.
      	* class.c (set_constant_value):  Error if constant has wrong type.
      
      From-SVN: r45298
      Per Bothner committed
    • rtl.def: Undo my patch commited 2001-08-27. · b8ec5764
      2001-08-30  Vladimir Makarov  <vmakarov@redhat.com>
      
      	* rtl.def: Undo my patch commited 2001-08-27.
      
      	* genattrtab.c: Ditto.
      
      	* rtl.h: Ditto.
      
      	* sched-int.h: Ditto.
      
      	* target-def.h: Ditto.
      
      	* target.h: Ditto.
      
      	* haifa-sched.c: Ditto.
      
      	* sched-rgn.c: Ditto.
      
      	* sched-vis.c: Ditto.
      
      	* Makefile.in: Ditto.
      
      	* doc/md.texi: Ditto.
      
      	* doc/tm.texi: Ditto.
      
      	* doc/contrib.texi: Ditto.
      
      	* doc/gcc.texi: Ditto.
      
      	* genattrtab.h: Remove it.
      
      	* genautomata.c: Remove it.
      
      	* genattr.c: Undo my patch and Richard Henderson's patch commited
      	2001-08-27.
      
      From-SVN: r45297
      Vladimir Makarov committed
    • jcf-dump.c (print_constant): Fix fencepost error so "Float" and "Double" are… · 6e4302ec
      jcf-dump.c (print_constant): Fix fencepost error so "Float" and "Double" are printed at verbosity 1.
      
      
      	* jcf-dump.c (print_constant):  Fix fencepost error so "Float" and
      	"Double" are printed at verbosity 1.
      
      	* jcf-dump.c (main):  Disable flag_print_attributes if --javap.
      
      	* jcf-dump.c (SPECIAL_IINC):  Remove unneeded casts to long.
      
      From-SVN: r45296
      Per Bothner committed
    • config.gcc (h8300-*-elf*): New case. · 9f5b774b
      	* config.gcc (h8300-*-elf*): New case.
      	* h8300.h (CPP_SPEC): Add subtarget_cpp_spec.
      	(SUBTARGET_CPP_SPEC): Define.
      	(EXTRA_SPECS): Define.
      	(SUBTARGET_EXTRA_SPECS): Define.
      	* config/h8300/crti.asm, config/h8300/crtn.asm: New files.
      	* config/h8300/elf.h, config/h8300/t-elf: Likewise.
      
      From-SVN: r45294
      J"orn Rennecke committed