diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2010-11-20 15:36:34 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2010-11-20 15:36:34 +0000 |
commit | eb22018c4c91268d4a6a11dc636493082ca33049 (patch) | |
tree | ec129abe37420ae293af6694fecea4fea14574d5 /ld/testsuite/ChangeLog | |
parent | f3097f3364542da446c96759eb04abb0d0507bc2 (diff) | |
download | gdb-eb22018c4c91268d4a6a11dc636493082ca33049.zip gdb-eb22018c4c91268d4a6a11dc636493082ca33049.tar.gz gdb-eb22018c4c91268d4a6a11dc636493082ca33049.tar.bz2 |
binutils/testsuite/
* lib/binutils-common.exp (regexp_diff): New procedure.
* lib/utils-lib.exp (regexp_diff): Delete.
gas/testsuite/
* lib/gas-defs.exp (regexp_diff): Delete.
(run_dump_test): Remove final "" argument in call to regexp_diff.
(run_list_test): Likewise.
(run_list_test_stdin): Likewise.
* gas/all/gas.exp (test_cond): Likewise.
* gas/elf/elf.exp (run_elf_list_test): Likewise.
* gas/m68k/all.exp: Likewise.
* gas/mep/complex-relocs.exp (regexp_test): Likewise.
* gas/mt/relocs.exp (regexp_test): Likewise.
* gas/symver/symver.exp (run_error_test): Likewise.
ld/testsuite/
* lib/ld-lib.exp (regexp_diff, simple_diff): Delete.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 30d1a1a..d1fc0c4 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2010-11-20 Richard Sandiford <rdsandiford@googlemail.com> + * lib/ld-lib.exp (regexp_diff, simple_diff): Delete. + +2010-11-20 Richard Sandiford <rdsandiford@googlemail.com> + * lib/ld-lib.exp (load_common_lib): New function. Load binutils-common.exp. (is_elf_format, is_elf64, is_aout_format, is_pecoff_format): Delete. |