From: Sandra Loosemore <sandra@codesourcery.com>
To: <gdb-patches@sourceware.org>, Yao Qi <yao.qi@linaro.org>
Subject: Re: [patch 3/3, nios2] fixes for new implementation of signal handler trampolines
Date: Thu, 23 Apr 2015 19:11:00 -0000 [thread overview]
Message-ID: <553943B5.102@codesourcery.com> (raw)
In-Reply-To: <5539412B.2020101@codesourcery.com>
On 04/23/2015 12:59 PM, Sandra Loosemore wrote:
> @@ -204,14 +251,8 @@ extern initialize_file_ftype _initialize_nios2_linux_tdep;
> void
> _initialize_nios2_linux_tdep (void)
> {
> -
> - const struct bfd_arch_info *arch_info;
> -
> - for (arch_info = bfd_lookup_arch (bfd_arch_nios2, 0);
> - arch_info != NULL;
> - arch_info = arch_info->next)
> - gdbarch_register_osabi (bfd_arch_nios2, arch_info->mach,
> - GDB_OSABI_LINUX, nios2_linux_init_abi);
> + gdbarch_register_osabi (bfd_arch_nios2, 0, GDB_OSABI_LINUX,
> + nios2_linux_init_abi);
>
> initialize_tdesc_nios2_linux ();
> }
Ooops, please ignore this patch hunk -- I generated this patch against
the wrong base after reverting a change that turned out to be
unnecessary on mainline head.
-Sandra
next prev parent reply other threads:[~2015-04-23 19:11 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-23 18:49 [patch 0/3, nios2] unbreak nios2-linux-gnu GDB Sandra Loosemore
2015-04-23 18:53 ` [patch 1/3, nios2] revert to using "trap 31" for breakpoints Sandra Loosemore
2015-04-28 11:18 ` Yao Qi
2015-04-23 18:55 ` [patch 2/3, nios2] use PTRACE_GETREGSET/SETREGSET in gdbserver Sandra Loosemore
2015-04-28 11:29 ` Yao Qi
2015-04-28 11:31 ` Pedro Alves
2015-04-28 15:27 ` Sandra Loosemore
2015-04-23 19:01 ` [patch 3/3, nios2] fixes for new implementation of signal handler trampolines Sandra Loosemore
2015-04-23 19:11 ` Sandra Loosemore [this message]
2015-04-28 12:11 ` Yao Qi
2015-04-28 15:47 ` Sandra Loosemore
2015-04-28 11:15 ` [patch 0/3, nios2] unbreak nios2-linux-gnu GDB Yao Qi
2015-04-28 15:14 ` Sandra Loosemore
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=553943B5.102@codesourcery.com \
--to=sandra@codesourcery.com \
--cc=gdb-patches@sourceware.org \
--cc=yao.qi@linaro.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