diff options
Diffstat (limited to 'ld/ldgldUr.script')
-rwxr-xr-x | ld/ldgldUr.script | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ld/ldgldUr.script b/ld/ldgldUr.script index 3871454..e7d9b44 100755 --- a/ld/ldgldUr.script +++ b/ld/ldgldUr.script @@ -12,14 +12,7 @@ SECTIONS .data SIZEOF(.text) + ADDR(.text) : { *(.data) - ___DTOR_LIST__ = . ; - LONG((___CTOR_LIST__ - .) / 4 -2) - *(___DTOR_LIST__) - LONG(0) - ___CTOR_LIST__ = . ; - LONG((___end_list__ - .) / 4 -2) - *(___CTOR_LIST__) - LONG(0) + CONSTRUCTORS ___end_list__ = . ; } .bss SIZEOF(.data) + ADDR(.data) : |