diff options
author | Nick Clifton <nickc@redhat.com> | 2008-02-18 14:53:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-02-18 14:53:44 +0000 |
commit | b34c1498c29a6ed60de6ad8159dc6cc424066157 (patch) | |
tree | f69ae35933f0d56f67e1c56acf17f4d67b128f22 /ld/ChangeLog | |
parent | 796d53134aa59d7dcf70d0f82913974b04648c6a (diff) | |
download | gdb-b34c1498c29a6ed60de6ad8159dc6cc424066157.zip gdb-b34c1498c29a6ed60de6ad8159dc6cc424066157.tar.gz gdb-b34c1498c29a6ed60de6ad8159dc6cc424066157.tar.bz2 |
* scripttempl/armbpabi.sc (ENTRY): Do not define when performing a
relocatable link.
* scripttempl/elf32cr16.sc: Likewise.
* scripttempl/elf32cr16c.sc: Likewise.
* scripttempl/elf32crx.sc: Likewise.
* scripttempl/elf32sh-symbian.sc: Likewise.
* scripttempl/elf_chaos.sc: Likewise.
* scripttempl/elfd10v.sc: Likewise.
* scripttempl/elfi370.sc: Likewise.
* scripttempl/elfm68hc11.sc: Likewise.
* scripttempl/elfm68hc12.sc: Likewise.
* scripttempl/ip2k.sc: Likewise.
* scripttempl/iq2000.sc: Likewise.
* scripttempl/mep.sc: Likewise.
* scripttempl/v850.sc: Likewise.
* scripttempl/xstormy16.sc: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 0351411..7ba5fb4 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,22 @@ +2008-02-18 Nick Clifton <nickc@redhat.com> + + * scripttempl/armbpabi.sc (ENTRY): Do not define when performing a + relocatable link. + * scripttempl/elf32cr16.sc: Likewise. + * scripttempl/elf32cr16c.sc: Likewise. + * scripttempl/elf32crx.sc: Likewise. + * scripttempl/elf32sh-symbian.sc: Likewise. + * scripttempl/elf_chaos.sc: Likewise. + * scripttempl/elfd10v.sc: Likewise. + * scripttempl/elfi370.sc: Likewise. + * scripttempl/elfm68hc11.sc: Likewise. + * scripttempl/elfm68hc12.sc: Likewise. + * scripttempl/ip2k.sc: Likewise. + * scripttempl/iq2000.sc: Likewise. + * scripttempl/mep.sc: Likewise. + * scripttempl/v850.sc: Likewise. + * scripttempl/xstormy16.sc: Likewise. + 2008-02-16 Alan Modra <amodra@bigpond.net.au> PR ld/5761 |