From d6079be71e72938f37aaf75d735e64a28d0497cf Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Tue, 7 May 1991 19:16:52 +0000 Subject: Took out the c++ support --- ld/ld-gld.script | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ld') diff --git a/ld/ld-gld.script b/ld/ld-gld.script index 28925de..a14fed3 100755 --- a/ld/ld-gld.script +++ b/ld/ld-gld.script @@ -15,14 +15,6 @@ SECTIONS .data ALIGN(0x2000) : { *(.data) - ___DTOR_LIST__ = . ; - LONG((___CTOR_LIST__ - .) / 4 -2) - *(___DTOR_LIST__) - LONG(0) - ___CTOR_LIST__ = . ; - LONG((_edata - .) / 4 -2) - *(___CTOR_LIST__) - LONG(0) _edata = .; } .bss SIZEOF(.data) + ADDR(.data) : -- cgit v1.1