Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Bernardo Innocenti <bernie@develer.com>
To: Bernardo Innocenti <bernie@develer.com>
Cc: binutils@sources.redhat.com,  gdb-patches@sources.redhat.com
Subject: Re: [PATCH] add m68k-uclinux-* target
Date: Mon, 22 Dec 2003 06:05:00 -0000	[thread overview]
Message-ID: <3FE6898A.1090001@develer.com> (raw)
In-Reply-To: <3FE51545.8070101@develer.com>

Bernardo Innocenti wrote:

> diff -u -p -r1.150 config.bfd
> --- bfd/config.bfd    19 Dec 2003 11:43:52 -0000    1.150
> +++ bfd/config.bfd    21 Dec 2003 02:56:31 -0000
> @@ -651,7 +651,7 @@ case "${targ}" in
>     targ_defvec=m68kcoff_vec
>     targ_selvecs="m68kcoff_vec versados_vec ieee_vec aout0_big_vec"
>     ;;
> -  m68*-*-elf* | m68*-*-sysv4*)
> +  m68*-*-elf* | m68*-*-sysv4* | m68*-*-uclinux)
>     targ_defvec=bfd_elf32_m68k_vec
>     targ_selvecs="m68kcoff_vec ieee_vec"
>     ;;

Oops!  I've just noticed I forgot the star after "m68*-*-uclinux*".
The correct patch to apply in bfd/ is:

diff -u -p -r1.150 config.bfd
--- bfd/config.bfd    19 Dec 2003 11:43:52 -0000    1.150
+++ bfd/config.bfd    21 Dec 2003 02:56:31 -0000
@@ -651,7 +651,7 @@ case "${targ}" in
    targ_defvec=m68kcoff_vec
    targ_selvecs="m68kcoff_vec versados_vec ieee_vec aout0_big_vec"
    ;;
-  m68*-*-elf* | m68*-*-sysv4*)
+  m68*-*-elf* | m68*-*-sysv4* | m68*-*-uclinux*)
    targ_defvec=bfd_elf32_m68k_vec
    targ_selvecs="m68kcoff_vec ieee_vec"
    ;;

-- 
  // Bernardo Innocenti - Develer S.r.l., R&D dept.
\X/  http://www.develer.com/



  reply	other threads:[~2003-12-22  6:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-21  3:36 Bernardo Innocenti
2003-12-22  6:05 ` Bernardo Innocenti [this message]
2004-01-02 16:38 ` Nick Clifton
2004-01-02 17:45 ` Daniel Jacobowitz

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=3FE6898A.1090001@develer.com \
    --to=bernie@develer.com \
    --cc=binutils@sources.redhat.com \
    --cc=gdb-patches@sources.redhat.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