From: Steve Chamberlain Date: Tue, 7 May 1991 19:16:52 +0000 (+0000) Subject: Took out the c++ support X-Git-Tag: gdb-4_18-branchpoint~24353 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6079be71e72938f37aaf75d735e64a28d0497cf;p=thirdparty%2Fbinutils-gdb.git Took out the c++ support --- 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) :