From: Sergio Durigan Junior <sergiodj@redhat.com>
To: gdb-patches@sourceware.org
Cc: Kai Tietz <kai.tietz@onevision.com>
Subject: [PATCH] Delete vax*-*-*vms* (and unbreak GDB)
Date: Wed, 28 Apr 2010 03:54:00 -0000 [thread overview]
Message-ID: <201004280053.45088.sergiodj@redhat.com> (raw)
Hi,
GDB HEAD is broken for me. After a little investigation, I found:
http://sourceware.org/git/gitweb.cgi?p=gdb.git;a=commit;h=d601e14697d99008a3639039f51620d58c8393c5
It's actually a commit on bfd/, and the problem is that it reverts:
http://sourceware.org/git/gitweb.cgi?p=gdb.git;a=commit;h=14ca3db824a85073e5d359d6b5fb7c2f6eb47b39
So the patch is pretty trivial, but since it's not on GDB,
I didn't know if I could commit it.
Anyway, patch attached.
Thanks,
--
Sergio
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 6420f5f..d39ef18 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -1510,10 +1510,6 @@ case "${targ}" in
targ_defvec=bfd_elf32_vax_vec
;;
- vax*-*-*vms*)
- targ_defvec=vms_vax_vec
- ;;
-
we32k-*-*)
targ_defvec=we32kcoff_vec
;;
next reply other threads:[~2010-04-28 3:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-28 3:54 Sergio Durigan Junior [this message]
2010-04-28 8:02 ` Kai Tietz
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=201004280053.45088.sergiodj@redhat.com \
--to=sergiodj@redhat.com \
--cc=gdb-patches@sourceware.org \
--cc=kai.tietz@onevision.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