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:
John Ericson
2021-07-06 09:40:44 -04:00
committed by Simon Marchi
parent 0618ae4149
commit f148d9d334
3 changed files with 7 additions and 7 deletions

View File

@ -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)