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 remove link_set hack, new toolchain does...



details:   https://anonhg.NetBSD.org/src/rev/5c23c79cf44a
branches:  trunk
changeset: 555458:5c23c79cf44a
user:      chs <chs%NetBSD.org@localhost>
date:      Tue Nov 18 03:25:48 2003 +0000

description:
remove link_set hack, new toolchain doesn't need it.

diffstat:

 sys/arch/hp700/conf/ld.script |  18 +-----------------
 1 files changed, 1 insertions(+), 17 deletions(-)

diffs (32 lines):

diff -r 0afbae140a4b -r 5c23c79cf44a sys/arch/hp700/conf/ld.script
--- a/sys/arch/hp700/conf/ld.script     Tue Nov 18 03:25:16 2003 +0000
+++ b/sys/arch/hp700/conf/ld.script     Tue Nov 18 03:25:48 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ld.script,v 1.4 2003/08/31 01:27:00 chs Exp $  */
+/*     $NetBSD: ld.script,v 1.5 2003/11/18 03:25:48 chs Exp $  */
 
 /*     $OpenBSD: ld.script,v 1.7 1999/12/17 07:02:38 mickey Exp $      */
 
@@ -28,22 +28,6 @@
        etext = ABSOLUTE(.);
        . = ALIGN(0x200000);
 
-/* BEGIN HACK until we get a toolchain that does this automatically */
-       link_set_evcnts :
-       {
-       __start_link_set_evcnts =  ALIGN (0x4);
-       *(link_set_evcnts)
-       __stop_link_set_evcnts = . ;
-       }
-
-       link_set_malloc_types :
-       {
-       __start_link_set_malloc_types =  ALIGN (0x4);
-       *(link_set_malloc_types)
-       __stop_link_set_malloc_types = . ;
-       }
-/* END HACK */
-
        .data  :
        {
                $global$ = . ;



Home | Main Index | Thread Index | Old Index