diff options
author | Tom Tromey <tromey@redhat.com> | 2008-08-18 19:44:49 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2008-08-18 19:44:49 +0000 |
commit | f98dfd4b46ff7c68b479181714832b4c5fced87e (patch) | |
tree | 71f22509b59c46d2508086ef19b5a4043c833f1b /gdb/ChangeLog | |
parent | d87ecdfba2fcd75ef418cc93a6d966d67b7e9334 (diff) | |
download | gdb-f98dfd4b46ff7c68b479181714832b4c5fced87e.zip gdb-f98dfd4b46ff7c68b479181714832b4c5fced87e.tar.gz gdb-f98dfd4b46ff7c68b479181714832b4c5fced87e.tar.bz2 |
* symfile.c (reread_symbols): Update.
* solib-sunos.c (allocate_rt_common_objfile): Update.
* objfiles.c (allocate_objfile): Update.
* objfiles.h (struct objfile) <md, mmfd, deprecated_obj_private>:
Remove.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4ec6259..bf32587 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2008-08-18 Tom Tromey <tromey@redhat.com> + * symfile.c (reread_symbols): Update. + * solib-sunos.c (allocate_rt_common_objfile): Update. + * objfiles.c (allocate_objfile): Update. + * objfiles.h (struct objfile) <md, mmfd, deprecated_obj_private>: + Remove. + +2008-08-18 Tom Tromey <tromey@redhat.com> + * gdbtypes.c (copy_type_recursive): Allocate 'stored' on objfile's obstack. |