mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
Fix some dangling references to netbsd-tdep
These files were renamed in 1b71cfcfdc3e13a655fefa6566b5564cec044c10, but evidentially a few dangling references were left behind. This causes builds to fail: $ ./configure --target i686-netbsdelf $ make make: *** No rule to make target 'nbsd-tdep.c', needed by 'nbsd-tdep.o'. Stop.
This commit is contained in:

committed by
Simon Marchi

parent
0618ae4149
commit
f148d9d334
@ -520,7 +520,7 @@ nbsd_get_siginfo_type (struct gdbarch *gdbarch)
|
||||
return siginfo_type;
|
||||
}
|
||||
|
||||
/* See nbsd-tdep.h. */
|
||||
/* See netbsd-tdep.h. */
|
||||
|
||||
void
|
||||
nbsd_info_proc_mappings_header (int addr_bit)
|
||||
@ -607,7 +607,7 @@ nbsd_get_syscall_number (struct gdbarch *gdbarch, thread_info *thread)
|
||||
internal_error (__FILE__, __LINE__, _("nbsd_get_sycall_number called"));
|
||||
}
|
||||
|
||||
/* See nbsd-tdep.h. */
|
||||
/* See netbsd-tdep.h. */
|
||||
|
||||
void
|
||||
nbsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
|
||||
|
Reference in New Issue
Block a user