From b2259038ba4e56f7b9e09f4e909596ef2d795b40 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 9 Jan 2013 17:21:36 +0000 Subject: * 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. --- gdb/config/pa/hpux.mh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/config/pa/hpux.mh') diff --git a/gdb/config/pa/hpux.mh b/gdb/config/pa/hpux.mh index e88bddb..3151120 100644 --- a/gdb/config/pa/hpux.mh +++ b/gdb/config/pa/hpux.mh @@ -1,3 +1,3 @@ # Host: PA-RISC HP-UX NATDEPFILES= fork-child.o inf-ptrace.o inf-ttrace.o \ - hppa-hpux-nat.o somread.o + hppa-hpux-nat.o -- cgit v1.1