From: Kevin Buettner <kevinb@redhat.com>
To: Michael Snyder <msnyder@redhat.com>, bug-binutils@gnu.org
Cc: seufer@csv.ica.uni-stuttgart.de, gdb@sources.redhat.com,
binutils@sources.redhat.com
Subject: Re: July 31 bfd change breaks mips gdb
Date: Tue, 03 Sep 2002 17:06:00 -0000 [thread overview]
Message-ID: <1020904000639.ZM1675@localhost.localdomain> (raw)
In-Reply-To: Michael Snyder <msnyder@redhat.com> "July 31 bfd change breaks mips gdb" (Sep 3, 3:51pm)
On Sep 3, 3:51pm, Michael Snyder wrote:
> This change:
>
> 2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
>
> [...]
> * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
>
> breaks mips-gdb, since gdb can no longer recognize n32 mips files
> as executable binaries.
The patch below fixes the problem for me...
* config.bfd (mips*-*-irix6*): Add new ABI vectors. Make n32 default
vector.
Index: config.bfd
===================================================================
RCS file: /cvs/src/src/bfd/config.bfd,v
retrieving revision 1.116
diff -u -p -r1.116 config.bfd
--- config.bfd 28 Aug 2002 10:38:44 -0000 1.116
+++ config.bfd 4 Sep 2002 00:03:07 -0000
@@ -701,8 +701,8 @@ case "${targ}" in
;;
#ifdef BFD64
mips*-*-irix6*)
- targ_defvec=bfd_elf32_bigmips_vec
- targ_selvecs="bfd_elf32_littlemips_vec bfd_elf64_bigmips_vec bfd_elf64_littlemips_vec"
+ targ_defvec=bfd_elf32_nbigmips_vec
+ targ_selvecs="bfd_elf32_nlittlemips_vec bfd_elf32_bigmips_vec bfd_elf32_littlemips_vec bfd_elf64_bigmips_vec bfd_elf64_littlemips_vec"
;;
#endif
mips*-*-irix5*)
next prev parent reply other threads:[~2002-09-04 0:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-03 15:51 Michael Snyder
2002-09-03 16:43 ` Thiemo Seufer
2002-09-03 17:06 ` Kevin Buettner [this message]
2002-09-04 13:51 ` Thiemo Seufer
2002-09-04 13:53 ` Eric Christopher
[not found] ` <echristo@redhat.com>
2002-09-04 16:12 ` Kevin Buettner
2002-09-05 12:42 ` Andrew Cagney
2002-09-05 13:35 ` Kevin Buettner
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=1020904000639.ZM1675@localhost.localdomain \
--to=kevinb@redhat.com \
--cc=binutils@sources.redhat.com \
--cc=bug-binutils@gnu.org \
--cc=gdb@sources.redhat.com \
--cc=msnyder@redhat.com \
--cc=seufer@csv.ica.uni-stuttgart.de \
/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