diff options
Diffstat (limited to 'ld/ld-gld-Ur.script')
-rwxr-xr-x | ld/ld-gld-Ur.script | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ld-gld-Ur.script b/ld/ld-gld-Ur.script index 3de5ed4..8d3f12b 100755 --- a/ld/ld-gld-Ur.script +++ b/ld/ld-gld-Ur.script @@ -13,11 +13,11 @@ SECTIONS { *(.data) ___DTOR_LIST__ = . ; - LONG((___CTOR_LIST__ - .)/4 -2) + LONG((___CTOR_LIST__ - .) / 4 -2) *(___DTOR_LIST__) LONG(0) ___CTOR_LIST__ = . ; - LONG((___end_list__ - .)/4 -2) + LONG((___end_list__ - .) / 4 -2) *(___CTOR_LIST__) LONG(0) ___end_list__ = . ; |