diff options
author | Alan Modra <amodra@gmail.com> | 2018-01-12 10:37:28 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-01-12 21:13:11 +1030 |
commit | a78eea1623aa6d05a395a73414bf01f6c8ae81c6 (patch) | |
tree | a1fae91ca530cd09d857020b5f5d762deab57293 /bfd/ChangeLog | |
parent | 87e79a6515951fece72ee08871dd6e112b1042ba (diff) | |
download | gdb-a78eea1623aa6d05a395a73414bf01f6c8ae81c6.zip gdb-a78eea1623aa6d05a395a73414bf01f6c8ae81c6.tar.gz gdb-a78eea1623aa6d05a395a73414bf01f6c8ae81c6.tar.bz2 |
Fix override of common symbols for a.out
The default should be bfd_link_common_skip_none, as in the original
patch at https://sourceware.org/ml/binutils/2002-07/msg00717.html
* aoutx.h (aout_link_check_ar_symbols): Remove default and handle
bfd_link_common_skip_none in switch.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 85ea86a..19364c0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2018-01-12 Gunther Nikl <gnikl@users.sourceforge.net> + + * aoutx.h (aout_link_check_ar_symbols): Remove default and handle + bfd_link_common_skip_none in switch. + 2018-01-12 Alan Modra <amodra@gmail.com> PR ld/22649 |