Add addr2line, objcopy and strip tests for compressed debug sections.
[binutils-gdb.git] / gas / testsuite / ChangeLog
index 5f778d53171d8a967f0d902d53d8ed504ceaa4d2..f0ca9e07ff6970bc762e27823d1625af5a1e18ef 100644 (file)
@@ -1,7 +1,28 @@
+2010-07-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/default.exp (ADDR2LINE): New.
+       (ADDR2LINEFLAGS): Likewise.
+
+       * gas/i386/i386.exp: Run dw2-compress-2 and x86-64-dw2-compress-2.
+
+       * gas/i386/dw2-compress-2.d: New.
+       * gas/i386/dw2-compress-2.s: Likewise.
+       * gas/i386/x86-64-dw2-compress-2.d: Likewise.
+       * gas/i386/x86-64-dw2-compress-2.s: Likewise.
+
+       * lib/gas-defs.exp (run_dump_test): Support addr2line as dump
+       program.
+       (slurp_options): Allow numbers in options.
+
+2010-07-14  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gas/elf/dwarf2-3.s: Replace .short and .long directives in
+       .debug_info section with .2byte and .4byte respectively.
+
 2010-07-11  Kai Tietz  <kai.tietz@onevision.com>
 
        * gas/pe/aligncomm-b.d: Regenerated content dump.
-       * gas/pe/aligncomm-d,d: Regenerated content dump.
+       * gas/pe/aligncomm-d.d: Regenerated content dump.
        * gas/i386/i386.exp: Disable for mingw 64-bit the intel-got64 test.
 
 2010-07-08 Tejas Belagod <tejas.belagod@arm.com>