diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2017-07-25 04:09:32 +0200 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2017-08-21 03:43:35 +0200 |
commit | 284d826d9f57e3ff47e41f61f3250c8d029baaa3 (patch) | |
tree | b6ff8464f39f8dc7a92634e0d4e83c193354f243 /ld/ChangeLog | |
parent | 454c9bb956abd5451b6a46c96327c5ec0884eaed (diff) | |
download | gdb-284d826d9f57e3ff47e41f61f3250c8d029baaa3.zip gdb-284d826d9f57e3ff47e41f61f3250c8d029baaa3.tar.gz gdb-284d826d9f57e3ff47e41f61f3250c8d029baaa3.tar.bz2 |
PR ld/20125, MMIX weak symbols
Weak undefineds with PUSHJ relocs were "lost", causing internal
inconsistencies and an abort.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ba576c2..a150256 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2017-08-21 Hans-Peter Nilsson <hp@bitrange.com> + + PR ld/20125 + * testsuite/ld-mmix/pr20125.d, testsuite/ld-mmix/pr20125.s: New + test. + 2017-08-20 A. Wilcox <awilfox@adelielinux.org> PR ld/21976 |