aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-02-23 15:33:56 +0000
committerNick Clifton <nickc@redhat.com>2015-02-23 15:33:56 +0000
commitf971c12fc5aca91875b2fff0a115611577d01909 (patch)
tree0c820956d696d5561a07bc78085ab5a3bd0478a0 /ld/ChangeLog
parent0f8f0c57ea4742ad2d9b0598a18243331c1c06e3 (diff)
downloadgdb-f971c12fc5aca91875b2fff0a115611577d01909.zip
gdb-f971c12fc5aca91875b2fff0a115611577d01909.tar.gz
gdb-f971c12fc5aca91875b2fff0a115611577d01909.tar.bz2
Fixes a problem where "ld -ixxx" would report an error of "ld: bad -rpath option".
* lexsup.c (parse_args): Produce a more reasonable error message when -ixxx or -rxxx is the last option on the linker command line.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 43cf4e8..30f965e 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-23 Nick Clifton <nickc@redhat.com>
+
+ * lexsup.c (parse_args): Produce a more reasonable error message
+ when -ixxx or -rxxx is the last option on the linker command line.
+
2015-02-14 H.J. Lu <hongjiu.lu@intel.com>
PR ld/17973