From: Hans-Peter Nilsson Date: Wed, 21 Apr 2004 10:04:02 +0000 (+0000) Subject: * NEWS: Mention change in DEFINED semantics. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c894ddfb903ab4767962c4a1902efaac1b67dc33;p=deliverable%2Fbinutils-gdb.git * NEWS: Mention change in DEFINED semantics. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 5bd2b53832..ebb10b5130 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2004-04-21 Hans-Peter Nilsson + + * NEWS: Mention change in DEFINED semantics. + 2004-04-21 Eric Botcazou * scripttempl/elf.sc (.text): Add KEEP for .text.*personality*. diff --git a/ld/NEWS b/ld/NEWS index c95922ff61..d4c82fdaf6 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.