aboutsummaryrefslogtreecommitdiff
path: root/ld/ld-gld.script
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ld-gld.script')
-rwxr-xr-xld/ld-gld.script8
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) :