From e743d226a00fc15c54787d27c6e49737afc9c5a7 Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Wed, 24 Sep 2003 03:52:29 +0000 Subject: [PATCH] config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally missed in last pass). * config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally missed in last pass). From-SVN: r71720 --- gcc/ChangeLog | 5 +++++ gcc/config.gcc | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 235bf620e79..91273f477d6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-09-23 Nathanael Nerode + + * config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally + missed in last pass). + 2003-09-23 Alexandre Oliva * config/mn10300/mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe diff --git a/gcc/config.gcc b/gcc/config.gcc index 8b28f6bef44..d0d33440838 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -915,6 +915,7 @@ i[34567]86-*-freebsd*) ;; x86_64-*-freebsd*) tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/x86-64.h i386/freebsd.h i386/freebsd64.h" + use_fixproto=no ;; i[34567]86-*-netbsdelf*) tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h" -- 2.30.2