diff options
author | Tom Tromey <tromey@redhat.com> | 2011-05-13 18:54:59 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-05-13 18:54:59 +0000 |
commit | 9930639c02b3ad2d2f77549b3267df6a422bf060 (patch) | |
tree | 8ac8733a28cf7346b5964743d8521717c0f2c524 /gdb/testsuite/ChangeLog | |
parent | 7e0396aae0e22d466305c1e2a775ccc4888aab06 (diff) | |
download | gdb-9930639c02b3ad2d2f77549b3267df6a422bf060.zip gdb-9930639c02b3ad2d2f77549b3267df6a422bf060.tar.gz gdb-9930639c02b3ad2d2f77549b3267df6a422bf060.tar.bz2 |
gdb
* dwarf2expr.c (read_uleb128): Cast intermediate result.
(read_sleb128): Likewise.
gdb/testsuite
* gdb.dwarf2/clztest.exp: New file.
* gdb.dwarf2/clztest.c: New file.
* gdb.dwarf2/clztest.S: New file.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1704199..e5c12b8 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2011-05-13 Tom Tromey <tromey@redhat.com> + + * gdb.dwarf2/clztest.exp: New file. + * gdb.dwarf2/clztest.c: New file. + * gdb.dwarf2/clztest.S: New file. + 2011-05-13 Doug Evans <dje@google.com> * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t, String16 tests. |