diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2004-04-21 10:04:02 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2004-04-21 10:04:02 +0000 |
commit | c894ddfb903ab4767962c4a1902efaac1b67dc33 (patch) | |
tree | 02acc5d858002c360aab1bb603fd11265dc4c084 | |
parent | a85bf78e2a7b95ac3905f1f18ed3afe225529bdb (diff) | |
download | gdb-c894ddfb903ab4767962c4a1902efaac1b67dc33.zip gdb-c894ddfb903ab4767962c4a1902efaac1b67dc33.tar.gz gdb-c894ddfb903ab4767962c4a1902efaac1b67dc33.tar.bz2 |
* NEWS: Mention change in DEFINED semantics.
-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 5bd2b53..ebb10b5 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-21 Eric Botcazou <ebotcazou@act-europe.fr> * scripttempl/elf.sc (.text): Add KEEP for .text.*personality*. @@ -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. |