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