diff options
author | Sergio Durigan Junior <sergiodj@sergiodj.net> | 2025-09-05 14:03:56 -0400 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@sergiodj.net> | 2025-09-06 21:56:26 -0400 |
commit | 3d22a6cee4b27866c544d67a82e2272ae4201f9e (patch) | |
tree | a274eb1d1f9297afb10d9a5abe10fcfca3ddaf26 /gdb/features/sparc | |
parent | a2b114d43facca25702a47b2cd8ec71afc90bdf3 (diff) | |
download | binutils-3d22a6cee4b27866c544d67a82e2272ae4201f9e.zip binutils-3d22a6cee4b27866c544d67a82e2272ae4201f9e.tar.gz binutils-3d22a6cee4b27866c544d67a82e2272ae4201f9e.tar.bz2 |
gdb: Add i386-gnu-tdep to the list of objects for x86_64-*-gnu*
When starting GDB on Hurd amd64, one will currently see the following
warning:
# gdb -q
gdb: warning: A handler for the OS ABI "GNU/Hurd" is not built into this configuration
of GDB. Attempting to continue with the default i386 settings.
(gdb)
This happens because, in gdb/configure.tgt, the "x86_64-*-gnu*" target
is not pulling in the i386-gnu-tdep.o object, which means that only
64-bit debugging is currently supported.
The fix here is to add i386-gnu-tdep.o to the gdb_target_obs for Hurd
amd64.
Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
Suggested-by: Andrew Burgess <aburgess@redhat.com>
Reported-by: Mark Wielaard <mark@klomp.org>
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=33377
Approved-by: Kevin Buettner <kevinb@redhat.com>
Diffstat (limited to 'gdb/features/sparc')
0 files changed, 0 insertions, 0 deletions