* NEWS: Mention change in DEFINED semantics.

This commit is contained in:
Hans-Peter Nilsson 2004-04-21 10:04:02 +00:00
parent a85bf78e2a
commit c894ddfb90
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-04-21 Hans-Peter Nilsson <hp@axis.com>
* NEWS: Mention change in DEFINED semantics.
2004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
* scripttempl/elf.sc (.text): Add KEEP for .text.*personality*.

View File

@ -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.