This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: PATCH: new gdb port: moxie-elf
- From: Anthony Green <green at moxielogic dot com>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 30 Apr 2009 23:20:21 -0400
- Subject: Re: PATCH: new gdb port: moxie-elf
- References: <20090423045725.aaa2c6acbe2fcbd4897bea2c255aade5.61d9530215.wbe@email03.secureserver.net> <20090423182851.GC7552@adacore.com>
On Thu, 2009-04-23 at 11:28 -0700, Joel Brobecker wrote:
>
> > +moxie-*-elf)
> > + gdb_target_obs="moxie-tdep.o"
> > + gdb_sim=../sim/moxie/libsim.a
>
> The second line means that you won't be able to build for moxie-elf
> unless the simulator part is approved and checked in. If getting
> the sim parts in takes a bit of time, you may elect to keep that
> line out of the patch, and resubmit it later, after the sim patch
> is in.
The simulator is in now, so I'm committing the following obvious patch.
AG
2009-04-30 Anthony Green <green@moxielogic.com>
* configure.tgt: Link the moxie simulator in with gdb.
Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.216
diff -u -r1.216 configure.tgt
--- configure.tgt 30 Apr 2009 03:04:28 -0000 1.216
+++ configure.tgt 1 May 2009 03:18:00 -0000
@@ -116,8 +116,7 @@
moxie-*-elf)
gdb_target_obs="moxie-tdep.o"
- # Add this once the moxie sim has been committed.
- # gdb_sim=../sim/moxie/libsim.a
+ gdb_sim=../sim/moxie/libsim.a
;;
h8300-*-*)