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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 02 Jan, 1998 2 commits
- 26 Dec, 1997 1 commit
-
-
Jeff Law authored
From-SVN: r17243
-
- 24 Dec, 1997 1 commit
-
-
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
-
- 22 Dec, 1997 3 commits
-
-
Jeffrey A Law authored
From-SVN: r17184
-
Jeff Law authored
haifa-sched.c (create_reg_dead_note): Detect and handle another case where we kill more regs after sched than were... * haifa-sched.c (create_reg_dead_note): Detect and handle another case where we kill more regs after sched than were killed before sched. * sched.c (create_reg_dead_note): Similarly. [[Split portion of a mixed commit.]] From-SVN: r17182.1 -
Jeff Law authored
From-SVN: r17181
-
- 21 Dec, 1997 2 commits
-
-
Jeff Law authored
From-SVN: r17175
-
Jeffrey A Law authored
* pa.c (emit_move_sequence): Handle a function label source operand. From-SVN: r17173
-
- 20 Dec, 1997 4 commits
-
-
David Edelsohn authored
* rs6000.h (FUNCTION_ARG_PADDING): Define. * rs6000.c (function_arg_padding): New function. From-SVN: r17162 -
Jeff Law authored
From-SVN: r17161
-
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:H.J. Lu <hjl@gnu.org> Co-Authored-By:
Richard Kenner <kenner@vlsi1.ultra.nyu.edu> From-SVN: r17160
-
Jason Merrill authored
From-SVN: r17159
-
- 19 Dec, 1997 9 commits
-
-
Richard Kenner authored
* i386.h (INITIAL_ELIMINATION_OFFSET): Correctly test for PIC register used. From-SVN: r17153 -
Bernd Schmidt authored
* combine.c (simplify_rtx, case ABS): Don't get confused by a VOIDmode operand. Another x86 codegen bug exposed by latest glibc. From-SVN: r17152 -
Jeffrey A Law authored
* i386/t-sol2 (CRTSTUFF_T_CFLAGS): Turn on the optimizer. So egcs-1.0.1 will build/run out of the box on x86-solaris. From-SVN: r17151 -
Bernd Schmidt authored
* i386.c (notice_update_cc): Remove bogus pentium GCC code. Fix x86 codegen bug exposed by latest glibc. From-SVN: r17150 -
Jason Merrill authored
* cp-tree.h (struct lang_decl_flags): Add comdat. (DECL_COMDAT): New macro. * decl.c (duplicate_decls): Propagate it. (cp_finish_decl): Handle it. * decl2.c (import_export_decl): Just set DECL_COMDAT on VAR_DECLs. From-SVN: r17149
-
Jeffrey A Law authored
From-SVN: r17148
-
Jason Merrill authored
* except.c (expand_start_catch_block): suspend_momentary for the terminate handler. Critical EH bugfix for egcs-1.0.1. From-SVN: r17147 -
H.J. Lu authored
* configure.in (target frags): Add *-linux-gnu. * streambuf.cc (streambuf::~streambuf): Don't delete _lock for _IO_stdin/_IO_stdout/_IO_stderr. RH5.0 support for egcs-1.0.1. From-SVN: r17146 -
Jeffrey A Law authored
* stmt.c (expand_asm_operands): If an ASM has no outputs, then treat it as volatile. Don't miscompile Linux kernels for egcs-1.0.1. From-SVN: r17145
-
- 15 Dec, 1997 1 commit
-
-
Richard Henderson authored
From-SVN: r17101
-
- 07 Dec, 1997 1 commit
-
-
No Author authored
'egcs_1_00_branch'. From-SVN: r16992
-
- 03 Dec, 1997 10 commits
-
-
Jeffrey A Law authored
* configure (gxx_include_dir): Fix thinko. From-SVN: r16925 -
Jeffrey A Law authored
From-SVN: r16905
-
Jeff Law authored
From-SVN: r16904
-
Jeff Law authored
From-SVN: r16903
-
Jeff Law authored
From-SVN: r16902
-
Jeff Law authored
From-SVN: r16901
-
Jeff Law authored
From-SVN: r16900
-
Jeff Law authored
From-SVN: r16899
-
Jeff Law authored
From-SVN: r16898
-
Jeff Law authored
From-SVN: r16897
-
- 02 Dec, 1997 6 commits
-
-
Bruno Haible authored
* makeinfo/makeinfo.c (find_and_load, convert_from_stream): Zero-terminate the file contents. From-SVN: r16892 -
Jeff Law authored
From-SVN: r16890
-
Jeff Law authored
From-SVN: r16889
-
Jeff Law authored
From-SVN: r16887
-
Jeff Law authored
From-SVN: r16886
-
Jeff Law authored
From-SVN: r16884
-