diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2012-08-03 22:28:41 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2012-08-03 22:28:41 +0000 |
commit | 8b5b2228f8261121aeb52ca57af40318a65f1e9d (patch) | |
tree | 6f5525968bfe54e16486752493bcb0b4b057cf9b /ld/testsuite/ChangeLog | |
parent | 3db8daf394c77169312d5cec31f23e1eaff5c272 (diff) | |
download | fsf-binutils-gdb-8b5b2228f8261121aeb52ca57af40318a65f1e9d.zip fsf-binutils-gdb-8b5b2228f8261121aeb52ca57af40318a65f1e9d.tar.gz fsf-binutils-gdb-8b5b2228f8261121aeb52ca57af40318a65f1e9d.tar.bz2 |
* lib/ld-lib.exp (at_least_gcc_version): Accept more version
number formats; avoid throwing exceptions in any case.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 3811b14..5a63a94 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2012-08-03 Maciej W. Rozycki <macro@codesourcery.com> + * lib/ld-lib.exp (at_least_gcc_version): Accept more version + number formats; avoid throwing exceptions in any case. + +2012-08-03 Maciej W. Rozycki <macro@codesourcery.com> + * ld-mips-elf/mode-change-error-1.d: Update the error message. 2012-08-02 Maciej W. Rozycki <macro@codesourcery.com> |