1. 14 Jun, 2002 13 commits
  2. 13 Jun, 2002 22 commits
  3. 12 Jun, 2002 5 commits
    • 2002-06-12 Eric Christopher <echristo@redhat.com> · 12bf26b6
      	From Chris Demetriou  <cgd@broadcom.com>
      	* config/mips/mips.h (ISA_HAS_FP4): Add ISA_MIPS64 and fix
      	comment.
      	(ISA_HAS_MADD_MSUB): Ditto.
      	(ISA_HAS_NMADD_NMSUB): Ditto.
      
      From-SVN: r54569
      Eric Christopher committed
    • Missed a file from previous check-in. · 74826b0f
      From-SVN: r54568
      Eric Christopher committed
    • config.gcc: Consolidate little endian handling and little/big endian targets. · be95b8a5
      2002-06-12  Eric Christopher  <echristo@redhat.com>
      
      	* config.gcc: Consolidate little endian handling and
      	little/big endian targets.
      	* config/mips/elfl.h: Remove file.
      	* config/mips/elfl64.h: Ditto.
      	* config/mips/ecoffl.h: Ditto.
      	* config/mips/r3900.h (SUBTARGET_CPP_SPEC): Remove.
      
      From-SVN: r54567
      Eric Christopher committed
    • gengtype.h (xvasprintf): New prototype. · e03856fe
      	* gengtype.h (xvasprintf): New prototype.
      	(xasprintf): New prototype.
      	(struct outf): New.
      	(get_output_file): Return an outf_p.
      	(header_file): Is now an outf_p.
      	(base_files): Now are outf_p.
      	(oprintf): New.
      	* gengtype.c: Replace all output FILE * with outf_p; use oprintf
      	rather than stdio operations.  Use xasprintf in a few places,
      	when appropriate.
      	(xvasprintf): New.
      	(xasprintf): New.
      	(struct filemap): Delete.
      	(files): Delete.
      	(output_files): New.
      	(oprintf): New.
      	(create_file): Create an outf_p.  Add parameter to indicate output
      	file name, change all callers.
      	(open_base_files): Create gtype-desc.c here.
      	(get_output_file_with_visibility): Rewrite.
      	(get_output_file_name): Just look at 'name' field in struct outf.
      	(close_output_files): Rewrite.
      
      From-SVN: r54566
      Geoffrey Keating committed
    • Makefile.am: Add new files. · 83144cfc
      2002-06-12  Phil Edwards  <pme@gcc.gnu.org>
      
      	* include/Makefile.am:  Add new files.
      	* include/Makefile.in:  Regenerate.
      
      	* include/bits/stl_deque.h, include/bits/stl_list.h,
      	include/bits/stl_vector.h:  Clean up, reformat.  Move definitions...
      	* include/bits/deque.tcc, include/bits/list.tcc,
      	include/bits/vector.tcc:  ...to here.  New files.
      
      	* include/ext/stl_hashtable.h:  Inclide correct full headers.
      	* include/std/std_deque.h:  Include .tcc files for now.
      	* include/std/std_list.h:  Likewise.
      	* include/std/std_vector.h:  Likewise.
      
      From-SVN: r54562
      Phil Edwards committed