aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@gcc.gnu.org>2002-11-26 00:36:19 +0000
committerJason Thorpe <thorpej@gcc.gnu.org>2002-11-26 00:36:19 +0000
commit7c64a86005ca32d57c57d06da6c90593c03021f9 (patch)
treeea7fef9387b73600611645511766f69f90bc5bc2 /gcc
parent152a5a9c947ff82ced5cb47beb197f53330ea12c (diff)
downloadgcc-7c64a86005ca32d57c57d06da6c90593c03021f9.zip
gcc-7c64a86005ca32d57c57d06da6c90593c03021f9.tar.gz
gcc-7c64a86005ca32d57c57d06da6c90593c03021f9.tar.bz2
[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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
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 <thorpej@wasabisystems.com>
+ * 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 <thorpej@wasabisystems.com>
+
* 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".