1. 25 Jan, 2002 2 commits
  2. 24 Jan, 2002 31 commits
  3. 23 Jan, 2002 7 commits
    • [multiple changes] · aac0eb5d
      
      2002-01-23  Matt Kraai  <kraai@alumni.cmu.edu>
      
      	* include/bits/locale_facets.tcc: Remove old comments.
      
      2002-01-23  Andreas Tobler  <toa@pop.agri.ch>
      
      	* include/bits/locale_facets.tcc (__convert_to_v): Change template
      	parameter to _Tv.
      	(__convert_from_v): Same.
      
      From-SVN: r49156
      Benjamin Kosnik committed
    • elf.h: New file. · 03984308
              * config/xtensa/elf.h: New file.
              * config/xtensa/lib1funcs.asm: New file.
              * config/xtensa/lib2funcs.S: New file.
              * config/xtensa/linux.h: New file.
              * config/xtensa/t-xtensa: New file.
              * config/xtensa/xtensa-config.h: New file.
              * config/xtensa/xtensa-protos.h: New file.
              * config/xtensa/xtensa.c: New file.
              * config/xtensa/xtensa.h: New file.
              * config/xtensa/xtensa.md: New file.
              * config.gcc (xtensa-*-elf*): New target.
              (xtensa-*-linux*): New target.
              * cse.c (canon_hash): Compare rtx pointers instead of register
              numbers.  This is required for the Xtensa port.
              * integrate.c (copy_insn_list): Handle case where the static
              chain is in memory and the memory address has to be copied to
              a register.
              * doc/invoke.texi (Option Summary): Add Xtensa options.
              (Xtensa Options): New node.
              * doc/md.texi (Machine Constraints): Add Xtensa machine constraints.
              * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
      
      From-SVN: r49155
      Bob Wilson committed
    • locale_facets.h (num_get::_M_extract_int): Change prototype. · 5b1a7610
      
      2002-01-23  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/bits/locale_facets.h (num_get::_M_extract_int): Change
      	prototype.
      	* include/bits/locale_facets.tcc (num_get::_M_extract_int): Remove
      	__max_digits checks, adjust arguments.
      	(num_get::do_get(*)): Changeup.
      
      From-SVN: r49154
      Benjamin Kosnik committed
    • natField.cc (setAddr): New function. · 033509da
      
      	* java/lang/reflect/natField.cc (setAddr):  New function.
      	Calls getAddr and then checks that the field isn't final.
      	(setBoolean. setChar, setByte, setShort, setInt, setLong, setFloat,
      	setDouble, set):  Use setAddr instead of getAddr, to check for FINAL.
      	(set):  Call setAddr before check that new value has right type,
      	to better match specified semantics.
      
      From-SVN: r49153
      Per Bothner committed
    • typeck2.c (friendly_abort): Delete definition. · c588e52b
      	* typeck2.c (friendly_abort): Delete definition.
      	* cp-tree.h (friendly_abort): Don't prototype.
      	(my_friendly_assert): Use fancy_abort.
      
      From-SVN: r49152
      Zack Weinberg committed
    • diagnostic.c (internal_error): Do ICE suppression only when ENABLE_CHECKING is not defined. · a63bea75
      	* diagnostic.c (internal_error): Do ICE suppression only
      	when ENABLE_CHECKING is not defined.
      
      From-SVN: r49151
      Zack Weinberg committed
    • c-typeck.c (require_complete_type): Return error_mark_node if type is error_mark_node. · c3d5c3fa
      	* c-typeck.c (require_complete_type): Return error_mark_node
      	if type is error_mark_node.
      
      From-SVN: r49150
      Zack Weinberg committed