From: Ian Lance Taylor Date: Thu, 13 Oct 1994 15:26:35 +0000 (+0000) Subject: * scripttempl/aout.sc: Set _etext and __etext to ., not X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=243f6d0d676d80d1c3e374fbc05985acfca35116;p=binutils-gdb.git * scripttempl/aout.sc: Set _etext and __etext to ., not ${DATA_ALIGNMENT}. This is compatible with SunOS, and, with luck, will not break any other system. From Eric Valette . --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 2c3b51e7d2e..bd419626a13 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +Thu Oct 13 11:24:33 1994 Ian Lance Taylor + + * scripttempl/aout.sc: Set _etext and __etext to ., not + ${DATA_ALIGNMENT}. This is compatible with SunOS, and, with luck, + will not break any other system. From Eric Valette + . + Wed Oct 12 16:22:58 1994 Ian Lance Taylor * lexsup.c (parse_args): Change -V to be a synonym for -v. Add