From a366a40a7effd50925bca3f0254782084cde015c Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 23 May 1999 13:37:42 -0600 Subject: [multiple changes] Sun May 23 20:31:16 1999 Jeffrey A Law (law@cygnus.com) * loop.c (strength_reduce): Grow reg_single_usage as needed. Sun May 23 10:13:20 1999 David O'Brien * i386/freebsd-elf.h (LINK_SPEC): Change -static to -Bstatic. Also remove a useless comment. Sun May 23 10:05:23 1999 Jerry Quinn * pa.md (negdf2,negsf2): Use fneg instead of fsub on pa 2.0. From-SVN: r27111 --- gcc/ChangeLog | 13 +++++++++++++ gcc/config/i386/freebsd-elf.h | 4 +--- gcc/config/pa/pa.md | 16 ++++++++++++++-- gcc/loop.c | 1 + 4 files changed, 29 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cbad49b..ac3e2d7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,16 @@ +Sun May 23 20:31:16 1999 Jeffrey A Law (law@cygnus.com) + + * loop.c (strength_reduce): Grow reg_single_usage as needed. + +Sun May 23 10:13:20 1999 David O'Brien + + * i386/freebsd-elf.h (LINK_SPEC): Change -static to -Bstatic. + Also remove a useless comment. + +Sun May 23 10:05:23 1999 Jerry Quinn + + * pa.md (negdf2,negsf2): Use fneg instead of fsub on pa 2.0. + Sat May 22 21:02:06 1999 David Edelsohn * collect2.c (main): Only generate import or export file and add diff --git a/gcc/config/i386/freebsd-elf.h b/gcc/config/i386/freebsd-elf.h index 988f6a9..35ea674 100644 --- a/gcc/config/i386/freebsd-elf.h +++ b/gcc/config/i386/freebsd-elf.h @@ -187,9 +187,7 @@ Boston, MA 02111-1307, USA. */ %{!static: \ %{rdynamic:-export-dynamic} \ %{!dynamic-linker:-dynamic-linker /usr/libexec/ld-elf.so.1}} \ - %{static:-static}}}" - -/* Get perform_* macros to build libgcc.a. */ + %{static:-Bstatic}}}" /* A C statement to output to the stdio stream FILE an assembler command to advance the location counter to a multiple of 1<insn, next->location, add_val, 0)) -- cgit v1.1