From: Jason Thorpe Date: Tue, 26 Nov 2002 00:36:19 +0000 (+0000) Subject: [ChangeLog missed with previous commit.] X-Git-Tag: releases/gcc-3.3.0~1637 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c64a86005ca32d57c57d06da6c90593c03021f9;p=thirdparty%2Fgcc.git [ChangeLog missed with previous commit.] * gcc.c (static_spec_functions): Add if-exists-else spec function. (if_exists_else_spec_function): New function. * doc/invoke.texi: Document the if-exists-else spec function. * config/netbsd-elf.h (NETBSD_STARTFILE_SPEC): For -static, use "%:if-exists-else(crtbeginT%O%s crtbegin%O%s)". From-SVN: r59481 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c0eea4110904..04a4f7af9656 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2002-11-25 Jason Thorpe + + * gcc.c (static_spec_functions): Add if-exists-else spec + function. + (if_exists_else_spec_function): New function. + * doc/invoke.texi: Document the if-exists-else spec function. + + * config/netbsd-elf.h (NETBSD_STARTFILE_SPEC): For -static, use + "%:if-exists-else(crtbeginT%O%s crtbegin%O%s)". + 2002-11-25 Jason Thorpe * config.gcc (powerpc-*-netbsd*): Replace "svr4.h" with