diff options
author | Sergio Durigan Junior <sergiodj@sergiodj.net> | 2025-09-07 17:57:09 -0400 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@sergiodj.net> | 2025-09-08 14:34:09 -0400 |
commit | b318480f27322c15c6b10c1bab4418e81d44b77e (patch) | |
tree | ce0b1b562abdb0daa6bf750917fa637eabe50517 /sim | |
parent | 8b50cc76f19d129b3887dbcb58f8286a7b36099f (diff) | |
download | gdb-master.zip gdb-master.tar.gz gdb-master.tar.bz2 |
GDB currently fails to build from source on i386 if compiled with
--enable-64-bit-bfd. This is happening because svr4-tls-tdep.o is
missing from the gdb_target_obs variable, while amd64-linux-tdep.o is
obviously there.
Fix the problem by adding svr4-tls-tdep.o to the object list, but only
when --enable-64-bit-bfd is provided.
Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=33399
Diffstat (limited to 'sim')
0 files changed, 0 insertions, 0 deletions