From fbbd8adf8ad208245f18c2e4a068810b9c401242 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Mon, 29 Jan 2001 15:27:28 +0000 Subject: 2.95.3, test release 2 --- gnu/egcs/install/x86-sol2-gas.patch | 70 +++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 gnu/egcs/install/x86-sol2-gas.patch (limited to 'gnu/egcs/install/x86-sol2-gas.patch') diff --git a/gnu/egcs/install/x86-sol2-gas.patch b/gnu/egcs/install/x86-sol2-gas.patch new file mode 100644 index 00000000000..9a2373cf05b --- /dev/null +++ b/gnu/egcs/install/x86-sol2-gas.patch @@ -0,0 +1,70 @@ +Index: gcc/ChangeLog +from Alexandre Oliva + + * config/i386/sol2gas.h: I had installed the wrong version of Sept + 22's patch in the release branch. Fixed. + * configure.in: Likewise. + * configure: Rebuilt. + Reported by Jason Beardsley + +Index: gcc/configure.in +=================================================================== +RCS file: /cvs/gcc/egcs/gcc/configure.in,v +retrieving revision 1.246.4.12 +diff -u -r1.246.4.12 configure.in +--- gcc/configure.in 1999/10/13 07:58:02 1.246.4.12 ++++ gcc/configure.in 1999/10/28 23:05:38 +@@ -1399,11 +1399,10 @@ + changequote([,])dnl + xm_file="xm-siglist.h xm-alloca.h ${xm_file}" + xm_defines="USG POSIX SMALL_ARG_MAX" ++ tm_file=i386/sol2.h + if test x$gas = xyes; then + # Only needed if gas does not support -s +- tm_file=i386/sol2gas.h +- else +- tm_file=i386/sol2.h ++ tm_file="i386/sol2gas.h ${tm_file}" + fi + tmake_file=i386/t-sol2 + extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o" +Index: gcc/config/i386/sol2gas.h +=================================================================== +RCS file: /cvs/gcc/egcs/gcc/config/i386/sol2gas.h,v +retrieving revision 1.1.2.1 +diff -u -r1.1.2.1 sol2gas.h +--- gcc/config/i386/sol2gas.h 1999/09/22 10:44:21 1.1.2.1 ++++ gcc/config/i386/sol2gas.h 1999/10/28 23:05:38 +@@ -4,8 +4,6 @@ + Copyright (C) 1999 Free Software Foundation, Inc. + */ + +-#ifndef GAS_DOES_NOT_SUPPORT_MINUS_S +-#define GAS_DOES_NOT_SUPPORT_MINUS_S 1 ++#ifndef GAS_REJECTS_MINUS_S ++#define GAS_REJECTS_MINUS_S 1 + #endif +- +-#include "i386/sol2.h" +Index: gcc/configure +=================================================================== +RCS file: /cvs/gcc/egcs/gcc/configure,v +retrieving revision 1.242.4.12 +diff -u -r1.242.4.12 configure +--- gcc/configure 1999/10/13 07:58:02 1.242.4.12 ++++ gcc/configure 1999/10/28 23:10:32 +@@ -3750,11 +3750,11 @@ + i[34567]86-*-solaris2*) + xm_file="xm-siglist.h xm-alloca.h ${xm_file}" + xm_defines="USG POSIX SMALL_ARG_MAX" ++ tm_file=i386/sol2.h + if test x$gas = xyes; then + # Only needed if gas does not support -s +- tm_file=i386/sol2gas.h +- else +- tm_file=i386/sol2.h ++ tm_file="i386/sol2gas.h ${tm_file}" ++ # + fi + tmake_file=i386/t-sol2 + extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o" -- cgit v1.2.3