From 5f288d8af8f1e9e0b73368fbf123b036b8c3aaa4 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 19 Apr 1991 01:04:55 +0000 Subject: [PATCH] Put spaces around the / signs --- ld/ld-gld-Ur.script | 4 ++-- ld/ld-gld.script | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 = .; -- 2.30.2