and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

This project is mirrored from git://gcc.gnu.org/git/gcc.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
  1. 02 Jan, 1998 2 commits
  2. 26 Dec, 1997 1 commit
  3. 24 Dec, 1997 1 commit
    • Jim Wilson's avatar
      mips.c (mips_expand_epilogue): Emit blockage insn before call to save_restore_insns if... · 8e93a9b0
      Jim Wilson authored
      	* mips.c (mips_expand_epilogue): Emit blockage insn before call to
      	save_restore_insns if no FP and GP will be restored.
      	* abi64.h (LONG_MAX_SPEC): Check MIPS_ABI_DEFAULT and TARGET_DEFAULT,
      	and define __LONG_MAX__ appropriately.  Add support for -mabi=X,
      	-mlong64, and -mgp{32,64} options.
      	* mips.c (mips_abi): Change type to int.
      	* mips.h (enum mips_abi_type): Delete.
      	(ABI_32, ABI_N32, ABI_64, ABI_EABI): Define as constants.
      	(mips_abi): Change type to int.
      
      From-SVN: r17228
      8e93a9b0
  4. 22 Dec, 1997 3 commits
  5. 21 Dec, 1997 2 commits
  6. 20 Dec, 1997 4 commits
    • David Edelsohn's avatar
      rs6000.h (FUNCTION_ARG_PADDING): Define. · 0ecab26a
      David Edelsohn authored
              * rs6000.h (FUNCTION_ARG_PADDING): Define.
              * rs6000.c (function_arg_padding): New function.
      
      From-SVN: r17162
      0ecab26a
    • Jeff Law's avatar
      Move <stddef.h> include before "frame.h" · 46dc31e0
      Jeff Law authored
      From-SVN: r17161
      46dc31e0
    • Paul Eggert's avatar
      frame.h (__register_frame, [...]): New. · 2cf2492a
      Paul Eggert authored
              * frame.h (__register_frame, __register_frame_table,
              __deregister_frame): New.
              * frame.c (__register_frame, __register_frame_table,
              __deregister_frame): New.
              * frame.c (__deregister_frame_info): Return void *.
              * frame.h (__deregister_frame_info): Ditto.
              * collect2.c (__deregister_frame_info): Ditto.
              * frame.h (__register_frame_info_table): Fix typo in declaration.
              * frame.c (__register_frame_info): Renamed from __register_frame.
              (__register_frame_info_table, __deregister_frame_info): Similarly.
              * frame.h (__{,de}register_frame_info): Likewise.
              (__register_frame_info_table): New declaration.
              * crtstuff.c (__do_global_dtors{,_aux}): Rename __deregister_frame.
              (frame_dummy, __do_global_ctors): Likewise for __register_frame.
              * collect2.c (write_c_file_{stat,glob}): Rename __register_frame
              to __register_frame_info and similarly for __deregister_frame and
              __register_frame_table.
              * collect2.c (write_c_file_glob):
              Allocate initial frame object in static storage and pass its address.
              * crtstuff.c (__do_global_ctors): Fix typo in last change.
              * crtstuff.c (__do_global_ctors): Add missing arg to __register_frame.
              * collect2.c (write_c_file_stat): Fix error in last change;
              use __SIZE_TYPE__, not size_t.
              Alter C startup code so that it doesn't invoke malloc on Solaris.
              * frame.h (struct object): Decl moved here from frame.c.
              * frame.c (struct object): Move decl to frame.h.
              ("frame.h"): Include after <stddef.h>, so that size_t is defined.
              (__register_frame, __register_frame_table, __deregister_frame):
              It's now the caller's responsibility to allocate storage for object.
              * crtstuff.c (frame_dummy), collect2.c (write_c_file_stat):
              Allocate initial frame object in static storage and pass its address.
              * crtstuff.c (<stddef.h>, "frame.h"): Include.
              * Makefile.in ($(T)crtbegin.o, $(T)crtend.o, stamp-crtS):
              Depend on defaults.h and frame.h.
      The oh so fun changes in __register_frame* interface stuff.
      Co-Authored-By: default avatarH.J. Lu <hjl@gnu.org>
      Co-Authored-By: default avatarRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
      
      From-SVN: r17160
      2cf2492a
    • Jason Merrill's avatar
      * pt.c (instantiate_decl): Defer all templates but inline functions. · d77f84b2
      Jason Merrill authored
      From-SVN: r17159
      d77f84b2
  7. 19 Dec, 1997 9 commits
  8. 15 Dec, 1997 1 commit
  9. 07 Dec, 1997 1 commit
  10. 03 Dec, 1997 10 commits
  11. 02 Dec, 1997 6 commits