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 .
- 08 Mar, 1999 3 commits
-
-
No Author authored
'egcs_1_1_2_prerelease_3'. From-SVN: r25634
-
Jeffrey A Law authored
From-SVN: r25633
-
Manfred Hollstein authored
* configure.in (cpp_install_dir): Initialize from $enable_cpp if that's looking like a pathname. * configure: Rebuilt. * Makefile.in (install-cpp, uninstall-cpp): cpp_install_dir is an absolute pathname, not a $prefix relative pathname. Co-Authored-By:Jeffrey A Law <law@cygnus.com> From-SVN: r25632
-
- 05 Mar, 1999 4 commits
-
-
Craig Burley authored
From-SVN: r25596
-
Craig Burley authored
From-SVN: r25595
-
Jeffrey A Law authored
Thu Dec 17 18:21:49 1998 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> * fixincludes (c_asm.h): Wrap Digital UNIX V4.0B DEC C specific asm() etc. function declarations in __DECC. From-SVN: r25591 -
H.J. Lu authored
* config/linuxlibc1.mt (MT_CFLAGS): Add -D_G_STDIO_USES_LIBIO -D_G_HAVE_WEAK_SYMBOL. * genops.c: Add the proper weak alias if _G_STDIO_USES_LIBIO and _G_HAVE_WEAK_SYMBOL are defined. * iofclose.c: Likewise. * iofeof.c: Likewise. * ioferror.c: Likewise. * iogetc.c: Likewise. * ioputc.c: Likewise. * iovsprintf.c: Likewise. * iovsscanf.c: Likewise. From-SVN: r25589
-
- 04 Mar, 1999 1 commit
-
-
Jeff Law authored
From-SVN: r25587
-
- 03 Mar, 1999 3 commits
-
-
Zack Weinberg authored
* cpp.in: New. Better cpp shell script. * cpp.sh: Delete. * Makefile.in (cpp.sh): Build from cpp.in From-SVN: r25569 -
Craig Burley authored
From-SVN: r25557
-
Craig Burley authored
From-SVN: r25556
-
- 02 Mar, 1999 1 commit
-
-
H.J. Lu authored
* Makefile.in (cpp_install_dir, INSTALL_CPP, UNINSTALL_CPP): New variables. (install-cpp, uninstall-cpp): New targets. (install-normal): Depend on $(INSTALL_CPP). (uninstall): Depend on $(UNINSTALL_CPP). * configure.in (cpp_install_dir): New, substitute. (tmake_file): Added t-install-cpp for --enable-cpp. * configure: Rebuilt. * cpp.sh: New cpp script. * config/t-install-cpp: New target fragment. From-SVN: r25525
-
- 01 Mar, 1999 2 commits
-
-
Jeffrey A Law authored
Tue Feb 2 23:38:35 1999 David O'Brien <obrien@FreeBSD.org> * i386/freebsd*.h now allows '$' in label names and does not use the PCC struct return method. Wed Dec 30 23:00:28 1998 David O'Brien <obrien@NUXI.com> * configure.in (FreeBSD ELF): Needs special crt files. * configure: Rebuilt. From-SVN: r25522 -
Jeffrey A Law authored
Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie> * config.guess: Recognize FreeBSD using ELF automatically. From-SVN: r25521
-
- 28 Feb, 1999 2 commits
-
-
Arturo Montes authored
h Sun Feb 28 14:47:53 1999 Arturo Montes <mitosys@colomsat.com.co> * config/i386/t-sco5gas (crti.o): New target. From-SVN: r25505 -
Arturo Montes authored
� Sun Feb 28 14:47:53 1999 Arturo Montes <mitosys@colomsat.com.co> * config/i386/t-sco5gas (crti.o): New target. From-SVN: r25504
-
- 27 Feb, 1999 9 commits
-
-
Franz Sirl authored
� * cse.c (fold_rtx): Update comments for (const (minus (label) (label))) case. (cse_insn): Avoid creating a bogus REG_EQUAL note for (const (minus (label) (label))) (record_jump_cond): Fix mismatched paren in comment. From-SVN: r25490 -
Franz Sirl authored
� * cse.c (fold_rtx): Update comments for (const (minus (label) (label))) case. (cse_insn): Avoid creating a bogus REG_EQUAL note for (const (minus (label) (label))) (record_jump_cond): Fix mismatched paren in comment. From-SVN: r25489 -
H.J. Lu authored
* frame.h: Update some comments. * crtstuff.c (TARGET_ATTRIBUTE_WEAK): Define. (__register_frame_info, __deregister_frame_info): Declare using TARGET_WEAK_ATTRIBUTE. (__do_global_dtors_aux): Check if __deregister_frame_info is zero before calling it. (__do_global_dtors): Likewise. (frame_dummy): Check if __register_frame_info is zero before calling it. (__frame_dummy): Likewise. Co-Authored-By:Jeffrey A Law <law@cygnus.com> From-SVN: r25486
-
Marc Espie authored
* config/t-openbsd (T_CFLAGS): Add -Dmkstemps=my_mkstemps. Revolting patch for the branch only. Don't ever consider adding it to the mainline. From-SVN: r25485 -
Arturo Montes authored
* i386/t-sco5 (crti.o): New target. * i386/sco5.h (STARTFILE_SPEC): Include crti.o when linking -shared. * configure.in (i[34567]86-*-sco3.2v5*): Add crti.o. * configure: Rebuilt. From-SVN: r25484 -
Toon Moene authored
* alias.c (true_dependence): Only apply MEM_IN_STRUCT_P tests when flag_structure_noalias is set. * toplev.c (flag_structure_noalias): New variable. (f_options): Add -fstructure-noalias. * flags.h (flag_structure_noalias): Declare. * invoke.texi: Update documentation. Co-Authored-By:Jeffrey A Law <law@cygnus.com> Co-Authored-By:
Mark Mitchell <mark@markmitchell.com> From-SVN: r25483
-
Jeffrey A Law authored
From-SVN: r25482
-
Jeff Law authored
h * md.texi, invoke.texi: Fix unterminated @xrefs. From-SVN: r25476
-
Dave Love authored
� * md.texi, invoke.texi: Fix unterminated @xrefs. From-SVN: r25475
-
- 26 Feb, 1999 9 commits
-
-
Craig Burley authored
From-SVN: r25467
-
Dave Love authored
From-SVN: r25466
-
Craig Burley authored
From-SVN: r25465
-
Craig Burley authored
From-SVN: r25464
-
Craig Burley authored
From-SVN: r25463
-
Craig Burley authored
From-SVN: r25462
-
Craig Burley authored
From-SVN: r25461
-
Jeffrey A Law authored
reg-stack.c (subst_stack_regs_pat): Abort if the destination of a FP conditional move is not on the FP register stack. Sun Jan 17 03:20:47 1999 H.J. Lu (hjl@gnu.org) * reg-stack.c (subst_stack_regs_pat): Abort if the destination of a FP conditional move is not on the FP register stack. From-SVN: r25453 -
Jeffrey A Law authored
Makefile.in (compare, gnucompare): We do not care about comparison failures for objc/linking.o either. * Makefile.in (compare, gnucompare): We do not care about comparison failures for objc/linking.o either. linking.o can get a file initializer when -finline-functions is in effect. From-SVN: r25452
-
- 25 Feb, 1999 4 commits
-
-
Jeffrey A Law authored
Thu Feb 18 19:53:17 1999 Marc Espie <espie@cvs.openbsd.org> * configure.in: Handle OpenBSD with and without threads. * config/openbsd.ml: New file. * config/openbsd.mt: New file. From-SVN: r25427 -
Jeffrey A Law authored
Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org> * config.guess: Recognize openbsd-*-hppa. From-SVN: r25426 -
Jeffrey A Law authored
Thu Feb 18 19:59:37 1999 Marc Espie <espie@cvs.openbsd.org> * configure.in :Handle OpenBSD platforms. * configure: Rebuilt. * config/openbsd.h: New file. * config/xm-openbsd.h: New file. * config/t-openbsd: New file. * config/t-openbsd-thread: New file. Thu Feb 18 13:15:56 1999 Marc Espie <espie@cvs.openbsd.org> * alpha/openbsd.h: New file. * alpha/xm-openbsd.h: New file. * sparc/openbsd.h: New file. * sparc/xm-openbsd.h: New file. * m68k/openbsd.h: New file. * m68k/xm-openbsd.h: New file. * i386/openbsd.h: New file, originally from netbsd. * i386/xm-openbsd.h: New file. From-SVN: r25425 -
Jeffrey A Law authored
Wed Nov 19 12:56:54 1997 Andreas Schwab <schwab@issan.informatik.uni-d ortmund.de> * configure.in: Fix check for <inttypes.h>. * configure: Rebuilt. From-SVN: r25421
-
- 24 Feb, 1999 2 commits
-
-
Jeffrey A Law authored
* varasm.c (declare_weak): If HANDLE_PRAGMA_WEAK, call handle_pragma_weak. From-SVN: r25418 -
Jeffrey A Law authored
* Makefile.in (compare, gnucompare): Ignore comparison failures for some objects in the ObjC runtime. From-SVN: r25404
-