From: Nick Clifton Date: Wed, 1 Oct 1997 23:45:44 +0000 (+0000) Subject: Created seperate sections for read only data in order to prevent their X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0fd15e0e0923fe0d132bfcd4a14bbb1b4c026799;p=binutils-gdb.git Created seperate sections for read only data in order to prevent their attributes from being inherited by their original containing sections. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index e1b2cfc1845..82e21ff7a38 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,15 @@ +Wed Oct 1 16:41:00 1997 Nick Clifton + + * emulparams/v850.sh (ROZDATA_START_ADDR, ROSDATA_START_ADDR): New + Variables. + + * scripttempl/v850.sc: Move read only areas out of zero and small + data sections and into their own sections. + +Wed Sep 24 16:59:15 1997 Joel Sherrill + + * configure.tgt (sh*-*-rtems*): New target, like sh-*-elf*. + Wed Sep 24 11:33:14 1997 Ian Lance Taylor * ld.texinfo (Section Options): Improve documentation of NOLOAD