1. 01 May, 2000 18 commits
  2. 30 Apr, 2000 18 commits
  3. 29 Apr, 2000 4 commits
    • crtend.asm: Use C comments instead of #. · 10d1117c
              * config/alpha/crtend.asm: Use C comments instead of #.
              * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
      
              * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
      
      From-SVN: r33537
      Richard Henderson committed
    • cpphash.h: Move struct reflist, struct definition, and the DEFINITION typedef to cpphash.c. · 5cebbd8d
      	* cpphash.h: Move struct reflist, struct definition, and the
      	DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
      	union hashval.  _cpp_free_definition takes a HASHNODE pointer.
      	* cpphash.c (_cpp_free_definition): Free data pointed to by
      	MCONST, XCONST, MACRO, and FMACRO nodes properly.
      	(_cpp_create_definition, del_HASHNODE): Just call
      	_cpp_free_definition to clear out a hashnode.
      	* cpplib.c (do_pragma_poison): Likewise.
      
      From-SVN: r33536
      Zack Weinberg committed
    • download.html: Add link to list of mirror sites. · 0bf0f027
      2000-04-29  Phil Edwards  <pme@sourceware.cygnus.com>
      
      	* docs/download.html:  Add link to list of mirror sites.
      
      From-SVN: r33535
      Phil Edwards committed
    • mn10300.h (FIRST_DATA_REGNUM, [...]): New macros. · a47944e2
      * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
      LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
      FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
      (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
      (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
      REGNO_AM33_P): Redefine in terms of the new macros.
      (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
      (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
      STRUCT_VALUE): Likewise.
      (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
      ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
      
      From-SVN: r33534
      Alexandre Oliva committed