aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2004-04-21 10:17:32 +0000
committerHans-Peter Nilsson <hp@axis.com>2004-04-21 10:17:32 +0000
commit4b2749541cbc41eddb02ca2d29065866560f0d75 (patch)
treefe4fb7f7a7950c448c1895494451d96a22aaf2cb /ld
parent7a253a831b0bc2bbfcef2589ed135bb60a30d76b (diff)
downloadfsf-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/ChangeLog4
-rw-r--r--ld/NEWS3
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.
diff --git a/ld/NEWS b/ld/NEWS
index ceb7011..81512c4 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -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.