From: Daniel Jacobowitz <drow@false.org>
To: The Westlakers <westlakers@gmail.com>
Cc: gdb@sourceware.org
Subject: Re: question about GDB message
Date: Tue, 25 Sep 2007 17:22:00 -0000 [thread overview]
Message-ID: <20070925165433.GA14534@caradoc.them.org> (raw)
In-Reply-To: <6b14b5b00709250945q1d25559ey245da834be0650c2@mail.gmail.com>
On Tue, Sep 25, 2007 at 09:45:28AM -0700, The Westlakers wrote:
> > Looking at the source code, it looks to me like there is no support
> > for 64-bit bare ELF binaries on SPARC; only Linux / Solaris / BSD
> > binaries.
> any idea how much work to be done to support it? I may be able to do it
> along with my current GDB support for Ultra Sparc N1 and N2.
It should not be a lot of work; it's a little tricky to do it without
breaking other configurations though. Take a look at sparc64_init_abi
and its current callers.
Something as simple as this might work, but no promises:
gdbarch_register_osabi (bfd_arch_sparc, bfd_mach_sparc_v9,
GDB_OSABI_UNKNOWN, sparc64_init_abi);
--
Daniel Jacobowitz
CodeSourcery
prev parent reply other threads:[~2007-09-25 16:54 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <6b14b5b00709242126n5321100m2aad74fd7c7ea58d@mail.gmail.com>
2007-09-25 11:05 ` The Westlakers
2007-09-25 11:41 ` Daniel Jacobowitz
2007-09-25 11:48 ` The Westlakers
2007-09-25 12:27 ` Daniel Jacobowitz
2007-09-25 12:35 ` The Westlakers
2007-09-25 14:10 ` Daniel Jacobowitz
2007-09-25 16:03 ` The Westlakers
2007-09-25 16:31 ` Daniel Jacobowitz
2007-09-25 16:38 ` The Westlakers
2007-09-25 16:45 ` Daniel Jacobowitz
2007-09-25 16:54 ` The Westlakers
2007-09-25 17:22 ` Daniel Jacobowitz [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=20070925165433.GA14534@caradoc.them.org \
--to=drow@false.org \
--cc=gdb@sourceware.org \
--cc=westlakers@gmail.com \
/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