aboutsummaryrefslogtreecommitdiff
path: root/ld/ld-gld.script
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ld-gld.script')
-rwxr-xr-xld/ld-gld.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ld-gld.script b/ld/ld-gld.script
index 28eafef..8c08f78 100755
--- a/ld/ld-gld.script
+++ b/ld/ld-gld.script
@@ -15,11 +15,11 @@ SECTIONS
{
*(.data)
___DTOR_LIST__ = . ;
- LONG((___CTOR_LIST__ - .)/4 -2)
+ LONG((___CTOR_LIST__ - .) / 4 -2)
*(___DTOR_LIST__)
LONG(0)
___CTOR_LIST__ = . ;
- LONG((_edata - .)/4 -2)
+ LONG((_edata - .) / 4 -2)
*(___CTOR_LIST__)
LONG(0)
_edata = .;