mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
gdb: remove gdbarch_info::tdep_info
This field is not actually used, remove it. gdb/ChangeLog: * gdbarch.sh (struct gdbarch_info) <tdep_info>: Remove. (gdbarch_find_by_info): Remove print. * gdbarch.c, gdbarch.h: Re-generate. Change-Id: I00af4681b8e1a27727441cbadc3827f5914bd8eb
This commit is contained in:
@@ -5695,9 +5695,6 @@ gdbarch_find_by_info (struct gdbarch_info info)
|
||||
fprintf_unfiltered (gdb_stdlog,
|
||||
"gdbarch_find_by_info: info.abfd %s\n",
|
||||
host_address_to_string (info.abfd));
|
||||
fprintf_unfiltered (gdb_stdlog,
|
||||
"gdbarch_find_by_info: info.tdep_info %s\n",
|
||||
host_address_to_string (info.tdep_info));
|
||||
}
|
||||
|
||||
/* Find the tdep code that knows about this architecture. */
|
||||
|
||||
Reference in New Issue
Block a user