Link gdb with moxie sim
authorAnthony Green <green@redhat.com>
Fri, 1 May 2009 03:20:46 +0000 (03:20 +0000)
committerAnthony Green <green@redhat.com>
Fri, 1 May 2009 03:20:46 +0000 (03:20 +0000)
gdb/ChangeLog
gdb/configure.tgt

index c8e4137f913dd527b1a363479735480b9cc3c73e..21c0fdd1ad356edff83ff70d218a3f9c915671ee 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-30  Anthony Green  <green@moxielogic.com>
+
+       * configure.tgt: Link the moxie simulator in with gdb.
+
 2009-04-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
        * elfread.c (elf_symtab_read): Don't assume .data and .rodata
index e726f0552b4b1ab58a519fc90fc328ed83a05ac3..f5ab114315b7ac284e2d9632bf255a57819f0286 100644 (file)
@@ -116,8 +116,7 @@ frv-*-*)
 
 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-*-*)
This page took 0.026343 seconds and 4 git commands to generate.