mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* configure.tgt: Remove hppa*64*-*-hpux11* special case.
* config/pa/hppa64.mt: Delete file. * config/pa/hppahpux.mt (MT_CFLAGS): Remove. (TDEPFILES): Move somread.o to ... * config/pa/hpux.mh (NATDEPFILES): ... here. * configure.ac: Add check for elf_hp.h header. Search libdl and libxpdl for dlgetmodinfo. * config.in, configure: Regenerate. * solib-pa64.c: Conditionalize compilation on #ifdef HAVE_ELF_HP_H instead of #ifndef PA_SOM_ONLY. Include "solib.h". (pa64_solib_select): Take gdbarch instead of tdep argument. Call set_solib_ops instead of modifying current_target_so_ops. * solib-pa64.h (pa64_solib_select): Update prototype. * solib-som.c: Remove include of "som.h". Include "solib.h". (som_solib_select): Take gdbarch instead of tdep argument. Call set_solib_ops instead of modifying current_target_so_ops. * solib-som.h (som_solib_select): Update prototype. * hppa-hpux-tdep.c (hppa_hpux_som_init_abi): Pass gdbarch instead of tdep to som_solib_select call. (hppa_hpux_elf_init_abi): Pass gdbarch instead of tdep to pa64_solib_select call. * Makefile.in: Update dependencies.
This commit is contained in:
@@ -319,6 +319,9 @@ AC_SEARCH_LIBS(socketpair, socket)
|
||||
# a situation.
|
||||
AC_SEARCH_LIBS(waddstr, [ncurses cursesX curses])
|
||||
|
||||
# On HP/UX we may need libxpdl for dlgetmodinfo (used by solib-pa64.c).
|
||||
AC_SEARCH_LIBS(dlgetmodinfo, [dl xpdl])
|
||||
|
||||
# Since GDB uses Readline, we need termcap functionality. In many
|
||||
# cases this will be provided by the curses library, but some systems
|
||||
# have a seperate termcap library, or no curses library at all.
|
||||
@@ -457,6 +460,9 @@ AC_CHECK_HEADERS(term.h, [], [],
|
||||
#endif
|
||||
])
|
||||
|
||||
# Check for HP/UX 64-bit shared library support
|
||||
AC_CHECK_HEADERS(elf_hp.h)
|
||||
|
||||
# FIXME: kettenis/20030102: In most cases we include these
|
||||
# unconditionally, so what's the point in checking these?
|
||||
AC_CHECK_HEADERS(ctype.h time.h)
|
||||
|
||||
Reference in New Issue
Block a user