diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-02-21 19:11:38 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-02-21 19:11:38 +0000 |
commit | 60a6eeb6508da2500eb912f71eb027abfdd4b70a (patch) | |
tree | f607e6caea82925a7e300f0924a482057f8c871f /gdb/Makefile.in | |
parent | 41e0a9cab8e5aac23bf508d17cf236c4466ea251 (diff) | |
download | gdb-60a6eeb6508da2500eb912f71eb027abfdd4b70a.zip gdb-60a6eeb6508da2500eb912f71eb027abfdd4b70a.tar.gz gdb-60a6eeb6508da2500eb912f71eb027abfdd4b70a.tar.bz2 |
Fix PR build/1549.
* i386obsd-tdep.c: Update copyright years. Include
"solib-svr4.h".
(i386obsd_init_abi): Don't set regset_from_core_section here.
(i386obsd_aout_init_abi): New function. Set
regset_from_core_section here.
(i386obsd_elf_init_abi): New function.
(_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
* Makefile.in (i386obsd-tdep.o): Update dependecies.
* config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
(TM_FILE): Set to tm-nbsd.h.
* config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
solib-sunos.o.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index cb2b309..7e179a8 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1850,7 +1850,7 @@ i386-nto-tdep.o: i386-nto-tdep.c $(gdb_string_h) $(gdb_assert_h) $(defs_h) \ i386obsd-nat.o: i386obsd-nat.c $(defs_h) $(i386_tdep_h) i386obsd-tdep.o: i386obsd-tdep.c $(defs_h) $(arch_utils_h) $(gdbcore_h) \ $(regcache_h) $(regset_h) $(osabi_h) $(gdb_assert_h) $(gdb_string_h) \ - $(i386_tdep_h) $(i387_tdep_h) + $(i386_tdep_h) $(i387_tdep_h) $(solib_svr4_h) i386-sol2-tdep.o: i386-sol2-tdep.c $(defs_h) $(value_h) $(osabi_h) \ $(i386_tdep_h) i386-stub.o: i386-stub.c |