diff options
author | Jerome Guitton <guitton@adacore.com> | 2007-09-17 14:53:05 +0000 |
---|---|---|
committer | Jerome Guitton <guitton@adacore.com> | 2007-09-17 14:53:05 +0000 |
commit | eff4f95e29ab873b801945b3e6478089b0c1a934 (patch) | |
tree | 4216e6b1916c976b48abe8df499e9db4d627f459 /gdb/ChangeLog | |
parent | 916af0488c5c7f741cf92deb73451d3072b4e64e (diff) | |
download | gdb-eff4f95e29ab873b801945b3e6478089b0c1a934.zip gdb-eff4f95e29ab873b801945b3e6478089b0c1a934.tar.gz gdb-eff4f95e29ab873b801945b3e6478089b0c1a934.tar.bz2 |
* dwarf2loc.c (dwarf_expr_frame_base): Guard against NULL.
* Makefile.in (dwarf2loc.o): Depend on gdb_assert.h.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c70570d..e481858 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2007-09-17 Jerome Guitton <guitton@adacore.com> + + * dwarf2loc.c (dwarf_expr_frame_base): Guard against NULL. + * Makefile.in (dwarf2loc.o): Depend on gdb_assert.h. + 2007-09-16 Vladimir Prus <vladimir@codesourcery.com> * mi/mi-cmds.c (mi_cmds): Register -list-features. |