From: Ian Lance Taylor Date: Mon, 16 Sep 1996 22:12:46 +0000 (+0000) Subject: * scripttempl/armcoff.sc: Only define symbols if RELOCATING. Fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=190de8a7a637a87e73091942ad07b0148ba21893;p=binutils-gdb.git * scripttempl/armcoff.sc: Only define symbols if RELOCATING. Fix syntax error on __end__ line. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 96993e2f1ab..46489180dee 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,8 @@ Mon Sep 16 17:55:21 1996 Ian Lance Taylor + * scripttempl/armcoff.sc: Only define symbols if RELOCATING. Fix + syntax error on __end__ line. + * scripttempl/armcoff.sc: For -N or -n, don't align .data. From Chris Hadley