From: thorpej Date: Tue, 26 Nov 2002 00:36:19 +0000 (+0000) Subject: [ChangeLog missed with previous commit.] X-Git-Tag: upstream/4.9.2~83248 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=399cde80378c28598cc91b61cb38efda22fa9de8;p=platform%2Fupstream%2Flinaro-gcc.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)". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59481 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c0eea41..04a4f7a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,15 @@ 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 "netbsd.h netbsd-elf.h" in tm_file. Set tmake_file to "${tmake_file} rs6000/t-netbsd".