diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2004-04-21 10:17:32 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2004-04-21 10:17:32 +0000 |
commit | 4b2749541cbc41eddb02ca2d29065866560f0d75 (patch) | |
tree | fe4fb7f7a7950c448c1895494451d96a22aaf2cb /ld | |
parent | 7a253a831b0bc2bbfcef2589ed135bb60a30d76b (diff) | |
download | fsf-binutils-gdb-4b2749541cbc41eddb02ca2d29065866560f0d75.zip fsf-binutils-gdb-4b2749541cbc41eddb02ca2d29065866560f0d75.tar.gz fsf-binutils-gdb-4b2749541cbc41eddb02ca2d29065866560f0d75.tar.bz2 |
* NEWS: Mention change in DEFINED semantics.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b42448d..e0e5d51 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2004-04-21 Hans-Peter Nilsson <hp@axis.com> + + * NEWS: Mention change in DEFINED semantics. + 2004-04-20 Chris Demetriou <cgd@broadcom.com> * NEWS: Note that MIPS --embedded-relocs option is deprecated. @@ -1,5 +1,8 @@ -*- text -*- +* The linker script operator DEFINED() will now yield 1 only for a symbol that + is defined before the statement where DEFINED is used. + * The MIPS --embedded-relocs (used to embed relocations into binaries for Embedded-PIC code) is deprecated and will be removed in a future release. |