X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Ftestsuite%2FChangeLog;h=d1583856ba036a85e4f8da6ffa85269e72243ac5;hb=f3097f3364542da446c96759eb04abb0d0507bc2;hp=0a5158450a2ce31c4de6cf3d29bf6a79e44d29b8;hpb=b55936237013f0250bf301a57ae4849b786198bf;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 0a5158450a..d1583856ba 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,101 @@ +2010-11-20 Richard Sandiford + + * lib/gas-defs.exp (load_common_lib): New function. Load + binutils-common.exp. + (is_elf_format, is_aout_format, is_pecoff_format): Delete. + +2010-11-15 H.J. Lu + + * gas/elf/dwarf2-3.d: Also expect .zdebug in section name. + * gas/i386/debug1.d: Likewise. + * gas/lns/lns-common-1.d: Likewise. + * gas/lns/lns-duplicate.d: Likewise. + +2010-11-15 Matthew Gretton-Dann + + PR gas/12198 + * gas/arm/pr12198-1.d: New test. + * gas/arm/pr12918-1.s: Likewise. + * gas/arm/pr12198-2.d: Likewise. + * gas/arm/pr12918-2.s: Likewise. + +2010-11-13 Richard Sandiford + + * gas/mips/elf-rel28.s, gas/mips/elf-rel28-n32.d, + gas/mips/elf-rel28-n64.d: New test. + * gas/mips/mips.exp: Run it. + +2010-11-10 Richard Sandiford + + * gas/arm/plt-1.s, gas/arm/plt-1.d: New test. + +2010-11-08 Thomas Schwinge + + * lib/gas-defs.exp (is_elf_format): Consider for *-*-gnu*, too. + * gas/elf/elf.exp: Likewise. + * gas/symver/symver.exp: Likewise. + +2010-11-03 H.J. Lu + + PR gas/12186 + * gas/i386/gotpc.s: Add more _GLOBAL_OFFSET_TABLE_ test. + * gas/i386/gotpc.d: Updated. + +2010-11-02 Joseph Myers + + * gas/tic6x/attr-array-directive-1.d, + gas/tic6x/attr-array-directive-1.s, + gas/tic6x/attr-array-directive-2.d, + gas/tic6x/attr-array-directive-2.s, + gas/tic6x/attr-array-directive-3.d, + gas/tic6x/attr-array-directive-3.s, + gas/tic6x/attr-array-directive-4.d, + gas/tic6x/attr-array-directive-4.s, + gas/tic6x/attr-conformance-directive-1.d, + gas/tic6x/attr-conformance-directive-1.s, + gas/tic6x/attr-conformance-directive-2.d, + gas/tic6x/attr-conformance-directive-2.s, + gas/tic6x/attr-pic-directive-1.d, + gas/tic6x/attr-pic-directive-1.s, + gas/tic6x/attr-pic-directive-2.d, + gas/tic6x/attr-pic-directive-2.s, + gas/tic6x/attr-pic-opts-mno-pic.d, gas/tic6x/attr-pic-opts-mpic.d, + gas/tic6x/attr-pid-directive-1.d, + gas/tic6x/attr-pid-directive-1.s, + gas/tic6x/attr-pid-directive-2.d, + gas/tic6x/attr-pid-directive-2.s, + gas/tic6x/attr-pid-opts-mpid-far.d, + gas/tic6x/attr-pid-opts-mpid-near.d, + gas/tic6x/attr-pid-opts-mpid-no.d, + gas/tic6x/attr-stack-directive-1.d, + gas/tic6x/attr-stack-directive-1.s, + gas/tic6x/attr-stack-directive-2.d, + gas/tic6x/attr-stack-directive-2.s, + gas/tic6x/attr-wchar-directive-1.d, + gas/tic6x/attr-wchar-directive-1.s, + gas/tic6x/attr-wchar-directive-2.d, + gas/tic6x/attr-wchar-directive-2.s: New tests. + +2010-10-29 Joseph Myers + + * gas/tic6x/attr-compatibility-directive-1.d, + gas/tic6x/attr-compatibility-directive-1.s, + gas/tic6x/attr-compatibility-directive-2.d, + gas/tic6x/attr-compatibility-directive-2.s: New tests. + +2010-10-29 H.J. Lu + + * elf/dwarf2-1.s: Replace .zdebug_abbrev section with + .debug_abbrev section. + * elf/dwarf2-2.3: Likewise. + + * elf/dwarf2-1.d: Pass --compress-debug-sections to assembler. + Updated. + * elf/dwarf2-2.d: Likewise. + + * gas/i386/i386.exp: Remove xfail on dw2-compress-2 and + x86-64-dw2-compress-2. + 2010-10-29 Bernd Schmidt Joseph Myers