public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [patch] target triplet for Microblaze.
@ 2010-11-18  9:23 Masaki Muranaka
  2010-11-18 17:10 ` Joel Brobecker
  0 siblings, 1 reply; 11+ messages in thread
From: Masaki Muranaka @ 2010-11-18  9:23 UTC (permalink / raw)
  To: gdb-patches

Hello,
I have a question.

The CVS head can't accept microblaze*-(manufacturer)-elf and microblaze*-(manufacturer)-linux* as the target triplet.
This behavior is not based upon the description in Autobook.
http://sourceware.org/autobook/autobook/autobook_17.html

The patch is below.
It might we should remove microblaze*-linux-*. But I left it for the backward compatibility.

ok to apply?

- - - - -
2010-11-18  Masaki Muranaka  <monaka@monami-software.com>

        * configure.tgt: Accept microblaze*-*-linux* for linux target
        and microblaze*-*-* for  as target.
- - - - -
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index bca2260..e065e70 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -323,14 +323,14 @@ mep-*-*)
        # No sim needed. Target uses SID.
        ;;
 
-microblaze*-linux-*)
+microblaze*-linux-*|microblaze*-*-linux*)
        # Target: Xilinx MicroBlaze running Linux
        gdb_target_obs="microblaze-tdep.o microblaze-linux-tdep.o microblaze-rom.o 
                        monitor.o dsrec.o solib.o solib-svr4.o corelow.o \
                        symfile-mem.o linux-tdep.o"
        gdb_sim=../sim/microblaze/libsim.a
        ;;
-microblaze*-xilinx-*)
+microblaze*-*-*)
        # Target: Xilinx MicroBlaze running standalone
        gdb_target_obs="microblaze-tdep.o microblaze-rom.o monitor.o dsrec.o"
        gdb_sim=../sim/microblaze/libsim.a

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

end of thread, other threads:[~2010-12-04  2:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-18  9:23 [patch] target triplet for Microblaze Masaki Muranaka
2010-11-18 17:10 ` Joel Brobecker
2010-11-18 17:44   ` Michael Eager
2010-11-18 18:14     ` Pedro Alves
2010-11-18 18:44       ` Michael Eager
2010-11-18 20:45         ` Pedro Alves
2010-11-18 21:35           ` Michael Eager
2010-11-18 21:49             ` Pedro Alves
2010-11-18 22:32     ` Joel Brobecker
2010-11-18 22:53       ` Michael Eager
2010-12-04  2:12         ` Masaki Muranaka

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).