diff options
author | Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> | 2016-03-18 09:51:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-03-18 09:51:47 +0000 |
commit | 41f46ed9fea1a066de95b6a85c56393beef0b8b8 (patch) | |
tree | 74d49a75ad394fc318a67c240313c73421fe5837 /ld/ChangeLog | |
parent | e101a78be9388651099af079899b8654292d24f6 (diff) | |
download | gdb-41f46ed9fea1a066de95b6a85c56393beef0b8b8.zip gdb-41f46ed9fea1a066de95b6a85c56393beef0b8b8.tar.gz gdb-41f46ed9fea1a066de95b6a85c56393beef0b8b8.tar.bz2 |
Fix possible failure in the AVR linker tests.
* ld-avr/gc-section-debugline.d: Relax regex check for CU.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 04b484c..401226b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2016-03-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> + + * ld-avr/gc-section-debugline.d: Relax regex check for CU. + 2016-03-15 H.J. Lu <hongjiu.lu@intel.com> PR ld/19827 |