From 7bc5294afe03763bc285b5095aeeff1815ca0dfd Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Wed, 24 Sep 2003 02:10:04 +0000 Subject: [PATCH] config.gcc: Move use_fixproto=no from generic OpenBSD clause to specific OpenBSD clauses. * config.gcc: Move use_fixproto=no from generic OpenBSD clause to specific OpenBSD clauses. From-SVN: r71711 --- gcc/ChangeLog | 7 ++++++- gcc/config.gcc | 7 +++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 67ac8926f26..f9249de7733 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,9 @@ -2003-09-23 John Davind Anglin +2003-09-23 Nathanael Nerode + + * config.gcc: Move use_fixproto=no from generic OpenBSD clause + to specific OpenBSD clauses. + +2003-09-23 John David Anglin * pa.c (hppa_expand_prologue): Do pic register save in frame marker without adding a frame note. diff --git a/gcc/config.gcc b/gcc/config.gcc index 3a7f722fa28..aef2cf4393a 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -367,7 +367,6 @@ case ${target} in thread_file='posix' tmake_file="${tmake_file} t-openbsd-thread" fi - use_fixproto=no ;; *-*-netbsd*) tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd t-libgcc-pic" @@ -534,8 +533,8 @@ alpha*-*-openbsd*) # default x-alpha is only appropriate for dec-osf. target_cpu_default="MASK_GAS" tmake_file="alpha/t-alpha alpha/t-ieee" + use_fixproto=no ;; - alpha*-dec-osf[45]*) if test x$stabs = xyes then @@ -1480,6 +1479,7 @@ mips*-*-openbsd*) tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=0";; *) tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=MASK_BIG_ENDIAN";; esac + use_fixproto=no ;; mipsisa32-*-elf* | mipsisa32el-*-elf*) tm_file="${tm_file} mips/elf.h" @@ -1576,6 +1576,7 @@ avr-*-*) #powerpc-*-openbsd*) # tmake_file="${tmake_file} rs6000/t-fprules " # extra_headers= +# use_fixproto=no # ;; powerpc64-*-linux*) tm_file="rs6000/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h" @@ -1896,6 +1897,7 @@ sparc64-*-openbsd*) tm_file="sparc/openbsd1-64.h sparc/sparc.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sp64-elf.h openbsd.h sparc/openbsd64.h" gas=yes gnu_ld=yes with_cpu=ultrasparc + use_fixproto=no ;; sparc-*-elf*) tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h" @@ -2121,6 +2123,7 @@ vax-*-netbsd*) vax-*-openbsd*) tm_file="vax/vax.h vax/openbsd1.h openbsd.h vax/openbsd.h" use_collect2=yes + use_fixproto=no ;; vax-*-ultrix*) # VAXen running ultrix tm_file="${tm_file} vax/ultrix.h" -- 2.30.2