diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-06-09 16:10:49 +0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-06-11 07:13:22 -0400 |
commit | 31557eccb23b478e049b5eb7db3cb144c6533ee5 (patch) | |
tree | 381b169b73495222cee9e6bc3dc9d50e5fb5d7ec /sim/microblaze/Makefile.in | |
parent | 198c808c87eac2d4605962c2f19191c8ca24d268 (diff) | |
download | gdb-31557eccb23b478e049b5eb7db3cb144c6533ee5.zip gdb-31557eccb23b478e049b5eb7db3cb144c6533ee5.tar.gz gdb-31557eccb23b478e049b5eb7db3cb144c6533ee5.tar.bz2 |
sim: microblaze: switch to common sim_resume/sim_stop_reason
This allows us to use the common code for all exception handling.
Diffstat (limited to 'sim/microblaze/Makefile.in')
-rw-r--r-- | sim/microblaze/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/microblaze/Makefile.in b/sim/microblaze/Makefile.in index 6c63129..ca4f70a 100644 --- a/sim/microblaze/Makefile.in +++ b/sim/microblaze/Makefile.in @@ -22,6 +22,7 @@ SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ sim-hload.o \ sim-reason.o \ + sim-resume.o \ sim-stop.o ## COMMON_POST_CONFIG_FRAG |