Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
To: Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>,
	binutils@sources.redhat.com
Cc: gdb-patches@sources.redhat.com
Subject: Re: [PATCH] enable m32r-linux support
Date: Wed, 10 Dec 2003 07:19:00 -0000	[thread overview]
Message-ID: <00b101c3beee$b4d297a0$2569910a@tool.maec.co.jp> (raw)
In-Reply-To: <003d01c3bed3$59f7e120$2569910a@tool.maec.co.jp>

[-- Attachment #1: Type: text/plain, Size: 1533 bytes --]

Hi

I forgot to send a patch file for ld/Makefile.am.

> ld/ChangeLog
> 
> 2003-12-10  Kazuhiro Inaoka  < inaoka dot kazuhiro at renesas dot com >
> 
>  * configure.tgt : enable m32r-linux.
>  * Makefile.in : Ditto.
Makefile.in -> Makefile.am

Kazuhiro

----- Original Message ----- 
From: "Kazuhiro Inaoka" <inaoka.kazuhiro@renesas.com>
To: <binutils@sources.redhat.com>
Cc: <gdb-patches@sources.redhat.com>
Sent: Wednesday, December 10, 2003 1:09 PM
Subject: [PATCH] enable m32r-linux support


> Hi
> 
> This patch is to enable to build  binutils, gdb for m32r-linux.
> Please commit and regenerate configure files.
> 
> bfd/ChangeLog
> 
> 2003-12-10  Kazuhiro Inaoka  < inaoka dot kazuhiro at renesas dot com >
> 
>  * config.bfd : enable m32r-linux.
>  * configure.in : Ditto.
>  * targets.c : Add bfd_elf32_m32rle_vec, bfd_elf32_m32rle_vec,
>  bfd_elf32_m32rlin_vec, bfd_elf32_m32rlelin_vec
> 
> gas/ChangeLog
> 
> 2003-12-10  Kazuhiro Inaoka  < inaoka dot kazuhiro at renesas dot com >
> 
>  * configure.in : enable m32r-linux.
> 
> ld/ChangeLog
> 
> 2003-12-10  Kazuhiro Inaoka  < inaoka dot kazuhiro at renesas dot com >
> 
>  * configure.tgt : enable m32r-linux.
>  * Makefile.in : Ditto.
>         * emulparams/m32relf_linux.sh : Add new file.
>  * emulparams/m32rlelf.sh : Ditt.
>         * emulparams/m32rlelf_linux.sh : Ditto.
> 
> gdb/ChangeLog
> 
> 2003-12-10  Kazuhiro Inaoka  < inaoka dot kazuhiro at renesas dot com >
> 
>  * configure.tgt : enable m32r-linux.
>  * configure.host : Ditto.
> 
> Kazuhiro Inaoka
> 

[-- Attachment #2: ld.Makefile.am.patch --]
[-- Type: application/octet-stream, Size: 1621 bytes --]

Index: Makefile.am
===================================================================
RCS file: /cvs/src/src/ld/Makefile.am,v
retrieving revision 1.146
diff -c -r1.146 Makefile.am
*** Makefile.am	2 Dec 2003 08:14:35 -0000	1.146
--- Makefile.am	10 Dec 2003 07:13:12 -0000
***************
*** 230,235 ****
--- 230,238 ----
  	ei386pe_posix.o \
  	elnk960.o \
  	em32relf.o \
+ 	em32rlelf.o \
+ 	em32relf_linux.o \
+ 	em32rlelf_linux.o \
  	em68hc11elf.o \
  	em68hc11elfb.o \
  	em68hc12elf.o \
***************
*** 603,608 ****
--- 606,623 ----
  em32relf.c: $(srcdir)/emulparams/m32relf.sh \
    $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
  	${GENSCRIPTS} m32relf "$(tdir_m32r)"
+ em32rlelf.c: $(srcdir)/emulparams/m32rlelf.sh \
+   $(srcdir)/emulparams/m32rlelf.sh \
+   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+ 	${GENSCRIPTS} m32rlelf "$(tdir_m32rlelf)"
+ em32relf_linux.c: $(srcdir)/emulparams/m32relf_linux.sh \
+   $(srcdir)/emulparams/m32relf_linux.sh \
+   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+ 	${GENSCRIPTS} m32relf_linux "$(tdir_m32relf_linux)"
+ em32rlelf_linux.c: $(srcdir)/emulparams/m32rlelf_linux.sh \
+   $(srcdir)/emulparams/m32rlelf_linux.sh \
+   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+ 	${GENSCRIPTS} m32rlelf_linux "$(tdir_m32rlelf_linux)"
  eelf32_sparc.c: $(srcdir)/emulparams/elf32_sparc.sh \
    $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
  	${GENSCRIPTS} elf32_sparc "$(tdir_elf32_sparc)"

  reply	other threads:[~2003-12-10  7:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-10  4:03 Kazuhiro Inaoka
2003-12-10  7:19 ` Kazuhiro Inaoka [this message]
2003-12-10  8:14 ` Kazuhiro Inaoka
2003-12-10 16:21   ` Andrew Cagney

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='00b101c3beee$b4d297a0$2569910a@tool.maec.co.jp' \
    --to=inaoka.kazuhiro@renesas.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