diff options
author | Tom Tromey <tromey@redhat.com> | 2013-01-09 17:21:36 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-01-09 17:21:36 +0000 |
commit | b2259038ba4e56f7b9e09f4e909596ef2d795b40 (patch) | |
tree | ff9b7520adcd9f92a9854aa4c537b795f86d2ec0 /gdb/ChangeLog | |
parent | 679af3685c25fdebc0b661746a451e802ef56ea1 (diff) | |
download | fsf-binutils-gdb-b2259038ba4e56f7b9e09f4e909596ef2d795b40.zip fsf-binutils-gdb-b2259038ba4e56f7b9e09f4e909596ef2d795b40.tar.gz fsf-binutils-gdb-b2259038ba4e56f7b9e09f4e909596ef2d795b40.tar.bz2 |
* config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
* configure: Rebuild.
* configure.ac: Add somread.o to the build if BFD has SOM
support.
* somread.c: Include som/aout.h, not syms.h.
(som_symtab_read): Use som_external_symbol_dictionary_record.
Unpack records manually.
(_initialize_somread): Declare.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3928ac6..f27ddf0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2013-01-09 Tom Tromey <tromey@redhat.com> + + * config/pa/hpux.mh (NATDEPFILES): Remove somread.o. + * configure: Rebuild. + * configure.ac: Add somread.o to the build if BFD has SOM + support. + * somread.c: Include som/aout.h, not syms.h. + (som_symtab_read): Use som_external_symbol_dictionary_record. + Unpack records manually. + (_initialize_somread): Declare. + 2012-01-08 Mike Frysinger <vapier@gentoo.org> * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]: |