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 /ld/NEWS | |
parent | a85bf78e2a7b95ac3905f1f18ed3afe225529bdb (diff) | |
download | gdb-c894ddfb903ab4767962c4a1902efaac1b67dc33.zip gdb-c894ddfb903ab4767962c4a1902efaac1b67dc33.tar.gz gdb-c894ddfb903ab4767962c4a1902efaac1b67dc33.tar.bz2 |
* NEWS: Mention change in DEFINED semantics.
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |