Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp700/conf Have the linker discard local labels' sy...



details:   https://anonhg.NetBSD.org/src/rev/cb3c16312d39
branches:  trunk
changeset: 554994:cb3c16312d39
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu Nov 06 18:19:32 2003 +0000

description:
Have the linker discard local labels' symbols.

diffstat:

 sys/arch/hp700/conf/Makefile.hp700 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 53d4d86626b3 -r cb3c16312d39 sys/arch/hp700/conf/Makefile.hp700
--- a/sys/arch/hp700/conf/Makefile.hp700        Thu Nov 06 12:45:26 2003 +0000
+++ b/sys/arch/hp700/conf/Makefile.hp700        Thu Nov 06 18:19:32 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.hp700,v 1.5 2003/11/01 18:23:37 matt Exp $
+# $NetBSD: Makefile.hp700,v 1.6 2003/11/06 18:19:32 kleink Exp $
 
 # Makefile for NetBSD
 #
@@ -84,6 +84,7 @@
 ##
 LINKFORMAT=    -T ${HP700}/conf/ld.script
 TEXTADDR?=     00200000
+LINKFLAGS_NORMAL=       -X
 EXTRA_LINKFLAGS= -Map $@.map
 
 ##



Home | Main Index | Thread Index | Old Index