From d6079be71e72938f37aaf75d735e64a28d0497cf Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Tue, 7 May 1991 19:16:52 +0000 Subject: [PATCH] Took out the c++ support --- ld/ld-gld.script | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ld/ld-gld.script b/ld/ld-gld.script index 28925de6426..a14fed3857f 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) : -- 2.30.2