diff options
author | Steve Chamberlain <steve@cygnus> | 1991-04-19 01:04:55 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-04-19 01:04:55 +0000 |
commit | 5f288d8af8f1e9e0b73368fbf123b036b8c3aaa4 (patch) | |
tree | 2c07d2602fd663a145b2747e0bac9a84d08e25aa /ld/ld-gld.script | |
parent | b0f368691e0c9f8badd0ad3b430c56ed37072abc (diff) | |
download | gdb-5f288d8af8f1e9e0b73368fbf123b036b8c3aaa4.zip gdb-5f288d8af8f1e9e0b73368fbf123b036b8c3aaa4.tar.gz gdb-5f288d8af8f1e9e0b73368fbf123b036b8c3aaa4.tar.bz2 |
Put spaces around the / signs
Diffstat (limited to 'ld/ld-gld.script')
-rwxr-xr-x | ld/ld-gld.script | 4 |
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 = .; |