public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Delete vax*-*-*vms* (and unbreak GDB)
@ 2010-04-28  3:54 Sergio Durigan Junior
  2010-04-28  8:02 ` Kai Tietz
  0 siblings, 1 reply; 2+ messages in thread
From: Sergio Durigan Junior @ 2010-04-28  3:54 UTC (permalink / raw)
  To: gdb-patches; +Cc: Kai Tietz

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
     ;;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Delete vax*-*-*vms* (and unbreak GDB)
  2010-04-28  3:54 [PATCH] Delete vax*-*-*vms* (and unbreak GDB) Sergio Durigan Junior
@ 2010-04-28  8:02 ` Kai Tietz
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Tietz @ 2010-04-28  8:02 UTC (permalink / raw)
  To: Sergio Durigan Junior; +Cc: gdb-patches

Hello Sergio,

Sergio Durigan Junior <sergiodj@redhat.com> wrote on 28.04.2010 05:53:43:

> 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
>      ;;
> 

Sorry, I re-applied the reverted change.

2010-04-28  Kai Tietz  <kai.tietz@onevision.com>

        * config.bfd: Correct accidential reverted patch
        about vax*-*-*vms*.


Kai

|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-28  8:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-28  3:54 [PATCH] Delete vax*-*-*vms* (and unbreak GDB) Sergio Durigan Junior
2010-04-28  8:02 ` Kai Tietz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).