diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 52780a9..2579f7d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2013-05-06 Tom Tromey <tromey@redhat.com> + * somread.c (som_symfile_offsets): Add 'const' to addrs. + * machoread.c (macho_symfile_offsets): Add 'const' to addrs. + * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs. + Remove declaration. + +2013-05-06 Tom Tromey <tromey@redhat.com> + * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not objfile's obstack. |