diff options
author | Nick Clifton <nickc@redhat.com> | 2020-10-05 13:53:59 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-10-05 13:53:59 +0100 |
commit | 983d925db6a09ac90f6bed90be16eb69267b58e0 (patch) | |
tree | f5550df2dfb0326b84a4aed315f657e4f236fad8 /ld/ChangeLog | |
parent | cd096ec85fb3aedf5cf9c3c116a7deab2ee0d388 (diff) | |
download | gdb-983d925db6a09ac90f6bed90be16eb69267b58e0.zip gdb-983d925db6a09ac90f6bed90be16eb69267b58e0.tar.gz gdb-983d925db6a09ac90f6bed90be16eb69267b58e0.tar.bz2 |
Update the BFD linker so that it deprecates grouped short options.
* lexsup.c (parse_args): Generate an error or warning message when
multiple short options are used together.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a6beac0..0d5953a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2020-10-05 Nick Clifton <nickc@redhat.com> + + * lexsup.c (parse_args): Generate an error or warning message when + multiple short options are used together. + 2020-10-01 H.J. Lu <hongjiu.lu@intel.com> PR 26681 |