From: "John Ericson" <list@johnericson.me>
To: gdb@sourceware.org
Subject: Re: [PATCH] Fix some dangling references to `netbsd-tdep`
Date: Thu, 01 Jul 2021 10:40:08 -0400 [thread overview]
Message-ID: <d57c3086-a979-4f6d-9fcd-5b00901296d2@www.fastmail.com> (raw)
In-Reply-To: <20210701143844.2129571-1-git@JohnEricson.me>
Ich, wrong destination again, sorry.
On Thu, Jul 1, 2021, at 10:38 AM, John Ericson wrote:
> These files were renamed in 1b71cfcfdc3e13a655fefa6566b5564cec044c10,
> but evidentially a few dangling references were left behind.
>
> N.B. Originally submitted to the binutils list by mistake as
> https://sourceware.org/pipermail/binutils/2021-June/117186.html .
> ---
> gdb/configure.tgt | 8 ++++----
> gdb/netbsd-tdep.c | 4 ++--
> gdb/sparc-tdep.h | 2 +-
> 3 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/gdb/configure.tgt b/gdb/configure.tgt
> index a928c0227a0..643973917fe 100644
> --- a/gdb/configure.tgt
> +++ b/gdb/configure.tgt
> @@ -105,7 +105,7 @@ case "${targ}" in
> *-*-freebsd* | *-*-kfreebsd*-gnu)
> os_obs="fbsd-tdep.o solib-svr4.o";;
> *-*-netbsd* | *-*-knetbsd*-gnu)
> - os_obs="nbsd-tdep.o solib-svr4.o";;
> + os_obs="netbsd-tdep.o solib-svr4.o";;
> *-*-openbsd*)
> os_obs="obsd-tdep.o solib-svr4.o";;
> esac
> @@ -146,7 +146,7 @@ alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu)
> alpha*-*-openbsd*)
> # Target: OpenBSD/alpha
> gdb_target_obs="alpha-mdebug-tdep.o alpha-bsd-tdep.o \
> - alpha-netbsd-tdep.o alpha-obsd-tdep.o nbsd-tdep.o"
> + alpha-netbsd-tdep.o alpha-obsd-tdep.o netbsd-tdep.o"
> ;;
>
> am33_2.0*-*-linux*)
> @@ -632,14 +632,14 @@ sparc64-*-netbsd* | sparc64-*-knetbsd*-gnu)
> sparc-*-openbsd*)
> # Target: OpenBSD/sparc
> gdb_target_obs="sparc-tdep.o sparc-netbsd-tdep.o sparc-obsd-tdep.o \
> - nbsd-tdep.o bsd-uthread.o \
> + netbsd-tdep.o bsd-uthread.o \
> ravenscar-thread.o sparc-ravenscar-thread.o"
> ;;
> sparc64-*-openbsd*)
> # Target: OpenBSD/sparc64
> gdb_target_obs="sparc64-tdep.o sparc64-netbsd-tdep.o sparc64-obsd-tdep.o \
> sparc-tdep.o sparc-netbsd-tdep.o sparc-obsd-tdep.o \
> - nbsd-tdep.o bsd-uthread.o \
> + netbsd-tdep.o bsd-uthread.o \
> ravenscar-thread.o sparc-ravenscar-thread.o"
> ;;
> sparc-*-solaris2* | sparcv9-*-solaris2* | sparc64-*-solaris2*)
> diff --git a/gdb/netbsd-tdep.c b/gdb/netbsd-tdep.c
> index 3b879b6856d..965ecfb0f18 100644
> --- a/gdb/netbsd-tdep.c
> +++ b/gdb/netbsd-tdep.c
> @@ -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)
> diff --git a/gdb/sparc-tdep.h b/gdb/sparc-tdep.h
> index 95f6a44a401..c0cfd09a6de 100644
> --- a/gdb/sparc-tdep.h
> +++ b/gdb/sparc-tdep.h
> @@ -245,7 +245,7 @@ extern int sparc_is_annulled_branch_insn (CORE_ADDR pc);
> extern const struct sparc_gregmap sparc32_sol2_gregmap;
> extern const struct sparc_fpregmap sparc32_sol2_fpregmap;
>
> -/* Functions and variables exported from sparcnbsd-tdep.c. */
> +/* Functions and variables exported from sparc-netbsd-tdep.c. */
>
> /* Register offsets for NetBSD. */
> extern const struct sparc_gregmap sparc32nbsd_gregmap;
> --
> 2.31.1
>
>
prev parent reply other threads:[~2021-07-01 14:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-01 14:38 John Ericson
2021-07-01 14:40 ` John Ericson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d57c3086-a979-4f6d-9fcd-5b00901296d2@www.fastmail.com \
--to=list@johnericson.me \
--cc=gdb@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox