From 6bb5d2e7c0baa5d05fb96e0e4f8be80dcb03572e Mon Sep 17 00:00:00 2001 From: Jason Thorpe Date: Sat, 8 Jun 2002 06:07:11 +0000 Subject: [PATCH] netbsd-elf.h (LINK_SPEC): Rename to... * config/netbsd-elf.h (LINK_SPEC): Rename to... (NETBSD_LINK_SPEC_ELF): ...this. Use %(netbsd_entry_point) to specify program entry point. From-SVN: r54360 --- gcc/ChangeLog | 6 ++++++ gcc/config/netbsd-elf.h | 32 ++++++++++++++++++-------------- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bb8e9df..7cafa39 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2002-06-08 Jason Thorpe + + * config/netbsd-elf.h (LINK_SPEC): Rename to... + (NETBSD_LINK_SPEC_ELF): ...this. Use %(netbsd_entry_point) + to specify program entry point. + 2002-06-07 Jeff Law