This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch, moxie] Add support for moxie-*-rtems* target


I'm checking in this minor change to add an RTEMS target for gdb.
The rest of the toolchain has supported this configuration for some
time now.

2013-02-26  Anthony Green  <green@moxielogic.com>

       * configure.tgt: Add support for moxie-*-rtems* target.


Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.267
diff -u -r1.267 configure.tgt
--- configure.tgt       4 Feb 2013 20:48:53 -0000       1.267
+++ configure.tgt       26 Feb 2013 22:10:41 -0000
@@ -139,7 +139,7 @@
        gdb_sim=../sim/frv/libsim.a
        ;;

-moxie-*-elf)
+moxie-*-elf | moxie-*-rtems*)
        gdb_target_obs="moxie-tdep.o"
        gdb_sim=../sim/moxie/libsim.a


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]