From: Steve Chamberlain Date: Fri, 19 Apr 1991 01:04:55 +0000 (+0000) Subject: Put spaces around the / signs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f288d8af8f1e9e0b73368fbf123b036b8c3aaa4;p=binutils-gdb.git Put spaces around the / signs --- diff --git a/ld/ld-gld-Ur.script b/ld/ld-gld-Ur.script index 3de5ed4065d..8d3f12b89ed 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__ = . ; diff --git a/ld/ld-gld.script b/ld/ld-gld.script index 28eafefd683..8c08f78ec1d 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 = .;