diff options
author | Steve Chamberlain <steve@cygnus> | 1991-05-07 19:16:52 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-05-07 19:16:52 +0000 |
commit | d6079be71e72938f37aaf75d735e64a28d0497cf (patch) | |
tree | fcbc4ef346b5697774cdfed696837fae072a63e0 /ld | |
parent | 6812f0e89f4c32d9bd94f9c70713766aa2cdbe6f (diff) | |
download | gdb-d6079be71e72938f37aaf75d735e64a28d0497cf.zip gdb-d6079be71e72938f37aaf75d735e64a28d0497cf.tar.gz gdb-d6079be71e72938f37aaf75d735e64a28d0497cf.tar.bz2 |
Took out the c++ support
Diffstat (limited to 'ld')
-rwxr-xr-x | ld/ld-gld.script | 8 |
1 files changed, 0 insertions, 8 deletions
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) : |