aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2007-12-06 17:26:03 +0000
committerJim Blandy <jimb@codesourcery.com>2007-12-06 17:26:03 +0000
commit2fff4d11eea7342e1fd8b9db8ef21749ce9f2d74 (patch)
treee419b0b9b170480b4d7dfeb31ac5d7caca9e5bea /gdb/ChangeLog
parent351a80002a8946b73ecb04a0a88b318a90b74485 (diff)
downloadgdb-2fff4d11eea7342e1fd8b9db8ef21749ce9f2d74.zip
gdb-2fff4d11eea7342e1fd8b9db8ef21749ce9f2d74.tar.gz
gdb-2fff4d11eea7342e1fd8b9db8ef21749ce9f2d74.tar.bz2
* addrmap.c, addrmap.h: Update to GPLv3.
* addrmap.c (struct addrmap): Make the referenced function table const. (addrmap_fixed_funcs, addrmap_mutable_funcs): Declare const. Don't use designated initializers. * addrmap.c (addrmap_fixed_create_fixed, addrmap_mutable_find) (addrmap_mutable_relocate): Use internal_error, not abort.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d05f237..3128264 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,4 +1,14 @@
-2007-12-05 Jim Blandy <jimb@codesourcery.com>
+2007-12-06 Jim Blandy <jimb@codesourcery.com>
+
+ * addrmap.c, addrmap.h: Update to GPLv3.
+
+ * addrmap.c (struct addrmap): Make the referenced function table
+ const.
+ (addrmap_fixed_funcs, addrmap_mutable_funcs): Declare const.
+ Don't use designated initializers.
+
+ * addrmap.c (addrmap_fixed_create_fixed, addrmap_mutable_find)
+ (addrmap_mutable_relocate): Use internal_error, not abort.
* NEWS: Mention support for non-contiguous lexical blocks and
function bodies.