gdb/
[binutils-gdb.git] / gdb / testsuite / ChangeLog
index 7f7f6f6b805902a10afac12820aaf0a888f7a424..7f68b9212dbf9a46ab46225bab9d4e4a3f921948 100644 (file)
@@ -1,3 +1,22 @@
+2009-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-noloc-main.c: New file.
+       * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
+       (.text): Remove.
+       (.data): New.
+       (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
+       (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
+       (DW_TAG_subprogram func_cu1, noloc): Remove.
+       (main): New.
+       * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
+       `dw2-noloc-main.c'.  Test the new DIEs from `dw2-noloc.S'.
+       (file_symbols): New procedure.
+
+2009-03-25  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/charset.exp (valid_target_charset): New proc.
+       Use it to skip tests on invalid charsets.
+
 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * gdb.base/completion.exp: Add a test for directory completion.