gdb/
[binutils-gdb.git] / gdb / testsuite / ChangeLog
index 2e65c443203bd832bab5d07659e1bd773882592f..7f68b9212dbf9a46ab46225bab9d4e4a3f921948 100644 (file)
@@ -1,3 +1,38 @@
+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.
+
+2009-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix a racy FAIL.
+       * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
+       * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
+
+2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.python/python-cmd.exp: Add tests for keyword arguments.
+       * gdb.python/python-function.exp: Add test for function returning
+       a GDB value.
+
 2009-03-20  Thiago Jung Bauermann  <bauerman@br.ibm.com>
 
        * gdb.python/python-function.exp: New file.