diff options
author | Nick Clifton <nickc@redhat.com> | 2020-05-28 10:51:29 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-05-28 10:51:29 +0100 |
commit | 72a3b182e1352a2e83d8fb781b848dba9c4be6c5 (patch) | |
tree | a62ef6cadac6c1e3b5811546265af34fa3ad93af /ld/NEWS | |
parent | 1c912705af057b0d30ea51af46d8a00014a84034 (diff) | |
download | gdb-72a3b182e1352a2e83d8fb781b848dba9c4be6c5.zip gdb-72a3b182e1352a2e83d8fb781b848dba9c4be6c5.tar.gz gdb-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/NEWS | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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. |