aboutsummaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2020-05-28 10:51:29 +0100
committerNick Clifton <nickc@redhat.com>2020-05-28 10:51:29 +0100
commit72a3b182e1352a2e83d8fb781b848dba9c4be6c5 (patch)
treea62ef6cadac6c1e3b5811546265af34fa3ad93af /ld/NEWS
parent1c912705af057b0d30ea51af46d8a00014a84034 (diff)
downloadbinutils-72a3b182e1352a2e83d8fb781b848dba9c4be6c5.zip
binutils-72a3b182e1352a2e83d8fb781b848dba9c4be6c5.tar.gz
binutils-72a3b182e1352a2e83d8fb781b848dba9c4be6c5.tar.bz2
Linker: Remove support for -Map= with an empty argument.
* lexsup.c (parse_args): Generate an error if a name is not provided to the -Map option. (ld_options): Mention that the -Map option supports a directory name as an argument. * NEWS: Remove mention of support for an empty string as an argument to -Map. * ld.texi: Likewise.
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/ld/NEWS b/ld/NEWS
index 98f07a7..2240aeb 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,9 +1,8 @@
-*- text -*-
* The -Map=<filename> command line option has been extended so that if
- <filename> is omitted then a file called <output-filename>.map will be
- created. Plus if <filename> is a directory then
- <filename>/<output-filename>.map will be created.
+ <filename> is a directory then <filename>/<output-filename>.map will be
+ created.
* Add a command-line option for ELF linker, --warn-textrel, to warn that
DT_TEXTREL is set in a position-independent executable or shared object.