• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GCC with patches for OS216


RSS
Rev. Time Author
39dd4ec releases/egcs-1.1 1999-05-14 09:33:31 Richard Henderson

gcse.c (compute_pre_ppinout): Zero initial ppout for all exit blocks...

* gcse.c (compute_pre_ppinout): Zero initial ppout for all
exit blocks, and don't forward propogate into them either.
* flow.c (add_pred_succ): Don't add duplicate edges.

From-SVN: r26931

05c82e0 1999-03-14 11:38:48 Jeff Law

Stamp ChangeLogs for release

From-SVN: r25763

54c256f 1999-03-14 11:26:02 Jeffrey A Law

* README, gcc.1, gcc.texi, version.c: Update for egcs-1.1.2 release.

From-SVN: r25762

60aadc2 1999-03-14 11:05:38 Richard Henderson

alpha.h (HARD_REGNO_MODE_OK): Disallow QI/HImode in fp regs.

* alpha.h (HARD_REGNO_MODE_OK): Disallow QI/HImode in fp regs.
(MODES_TIEABLE_P): Update.

From-SVN: r25761

3c674cd 1999-03-14 00:22:37 Craig Burley

Update BUGS derived file

From-SVN: r25750

420a0fe 1999-03-14 00:20:22 Craig Burley

Document newly discovered bug

From-SVN: r25749

b4eef00 1999-03-14 00:17:34 Craig Burley

Editorial fixes

From-SVN: r25748

c451b7a 1999-03-12 00:30:23 Craig Burley

Update BUGS, NEWS derived files

From-SVN: r25708

b7e4085 1999-03-12 00:28:52 Craig Burley

final (ha) g77 doc fixes -- new URLs, etc.

From-SVN: r25707

8f1e93e 1999-03-11 08:23:11 Alexandre Oliva



From-SVN: r25685

13dfc36 1999-03-11 08:23:08 Alexandre Oliva



From-SVN: r25684

08f85f2 1999-03-08 09:23:45 Jeffrey A Law

* version.c: Bump for prerelease.

From-SVN: r25633

c451a22 1999-03-08 09:22:24 Manfred Hollstein

configure.in (cpp_install_dir): Initialize from $enable_cpp if that's looking like a pathname.

* 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

06f3c33 1999-03-05 19:20:07 Craig Burley

Update NEWS derived file

From-SVN: r25596

589da19 1999-03-05 19:17:11 Craig Burley

IDATE Intrinsic (VXT) Year 2000 (Y2K) Fix

From-SVN: r25595

d743b12 1999-03-05 09:24:01 Jeffrey A Law

fixincludes (c_asm.h): Wrap Digital UNIX V4.0B DEC C specific asm() etc.

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

c20caf1 1999-03-05 09:17:54 H.J. Lu

linuxlibc1.mt (MT_CFLAGS): Add -D_G_STDIO_USES_LIBIO -D_G_HAVE_WEAK_SYMBOL.

* 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

1a81541 1999-03-05 06:38:31 Jeff Law

Rebuilt.

From-SVN: r25587

3f462aa 1999-03-04 07:57:20 Zack Weinberg

cpp.in: New.

* cpp.in: New. Better cpp shell script.
* cpp.sh: Delete.
* Makefile.in (cpp.sh): Build from cpp.in

From-SVN: r25569

4d7761c 1999-03-03 16:17:03 Craig Burley

Update BUGS derived file

From-SVN: r25557

c0f9bcf 1999-03-03 16:16:17 Craig Burley

describe a few more bugs; remove fixed bugs

From-SVN: r25556

9de98ef 1999-03-02 09:30:57 H.J. Lu

Makefile.in (cpp_install_dir, [...]): New variables.

* 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

e4b2ca3 1999-03-02 07:47:33 Jeffrey A Law

[multiple changes]

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

753ef1c 1999-03-02 07:37:59 Jeffrey A Law

config.guess: Recognize FreeBSD using ELF automatically.

Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
* config.guess: Recognize FreeBSD using ELF automatically.

From-SVN: r25521

467b550 1999-02-28 21:51:57 Arturo Montes

t-sco5gas (crti.o): New target.

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

0590646 1999-02-28 21:51:51 Arturo Montes

t-sco5gas (crti.o): New target.


Sun Feb 28 14:47:53 1999 Arturo Montes <mitosys@colomsat.com.co>
* config/i386/t-sco5gas (crti.o): New target.

From-SVN: r25504

baa8d3a 1999-02-28 08:55:27 Franz Sirl

cse.c (fold_rtx): Update comments for (const (minus (label) (label))) case.


* 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

77c1d67 1999-02-28 08:55:20 Franz Sirl

cse.c (fold_rtx): Update comments for (const (minus (label) (label))) case.


* 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

3e45367 1999-02-28 06:54:23 H.J. Lu

frame.h: Update some comments.

* 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

c478a15 1999-02-28 03:49:39 Marc Espie

t-openbsd (T_CFLAGS): Add -Dmkstemps=my_mkstemps.

* 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