aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-09-24 21:24:44 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-09-24 21:24:44 +0000
commit77cf10c933b97caee80b4f0bbaddb880533b5b3a (patch)
tree825cf0a2991459e6d1c24db21384574cf87630ec /gcc
parente876481c94624c600dd1dca667636ca83ba80aa9 (diff)
downloadgcc-77cf10c933b97caee80b4f0bbaddb880533b5b3a.zip
gcc-77cf10c933b97caee80b4f0bbaddb880533b5b3a.tar.gz
gcc-77cf10c933b97caee80b4f0bbaddb880533b5b3a.tar.bz2
config.gcc (arm-*-coff*, [...]): Disable fixproto.
* config.gcc (arm-*-coff*, armel-*-coff*, arm*-*-ecos-elf, arm*-*-elf, ep9312-*-elf, arm*-wince-pe*, arm*-*-pe*, arm*-*-pe*, rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*, rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*, rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*, i[34567]86-pc-msdosdjgpp*): Disable fixproto. From-SVN: r71737
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog9
-rw-r--r--gcc/config.gcc9
2 files changed, 18 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 638c11d..e87970a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+2003-09-24 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * config.gcc (arm-*-coff*, armel-*-coff*, arm*-*-ecos-elf,
+ arm*-*-elf, ep9312-*-elf, arm*-wince-pe*, arm*-*-pe*, arm*-*-pe*,
+ rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*,
+ rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*,
+ rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*,
+ i[34567]86-pc-msdosdjgpp*): Disable fixproto.
+
2003-09-24 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.md (movti_power): Collapse case 1 and 2
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 0abadfc..19c7017 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -590,6 +590,7 @@ arc-*-elf*)
arm-*-coff* | armel-*-coff*)
tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h"
tmake_file=arm/t-arm-coff
+ use_fixproto=no
;;
arm-semi-aof | armel-semi-aof)
tm_file="arm/semiaof.h arm/aof.h arm/arm.h"
@@ -632,6 +633,7 @@ arm*-*-uclinux*) # ARM ucLinux
arm*-*-ecos-elf)
tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
tmake_file=arm/t-arm-elf
+ use_fixproto=no
;;
arm*-*-rtems*)
tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/rtems-elf.h rtems.h"
@@ -644,16 +646,19 @@ arm*-*-rtems*)
arm*-*-elf | ep9312-*-elf)
tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
tmake_file=arm/t-arm-elf
+ use_fixproto=no
;;
arm*-wince-pe*)
tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h arm/wince-pe.h"
tmake_file=arm/t-wince-pe
extra_objs="pe.o"
+ use_fixproto=no
;;
arm-*-pe*)
tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h"
tmake_file=arm/t-pe
extra_objs="pe.o"
+ use_fixproto=no
;;
arm*-*-kaos*)
tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h kaos.h arm/kaos-arm.h"
@@ -983,6 +988,7 @@ i[34567]86-pc-msdosdjgpp*)
tmake_file=i386/t-djgpp
gnu_ld=yes
gas=yes
+ use_fixproto=no
;;
i[34567]86-moss-msdos* | i[34567]86-*-moss*)
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h i386/moss.h"
@@ -1752,6 +1758,7 @@ rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
use_collect2=yes
thread_file='aix'
extra_headers=
+ use_fixproto=no
;;
rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
@@ -1759,6 +1766,7 @@ rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
use_collect2=yes
thread_file='aix'
extra_headers=
+ use_fixproto=no
;;
rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h"
@@ -1766,6 +1774,7 @@ rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
use_collect2=yes
thread_file='aix'
extra_headers=
+ use_fixproto=no
;;
rs6000-*-lynxos*)
tm_file="svr3.h lynx.h rs6000/lynxbase.h rs6000/rs6000.h rs6000/lynx.h"