diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-15 23:09:26 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-15 23:09:26 +0000 |
commit | 4dda50b0520889ccb5f71fac4781a6f02bc5a829 (patch) | |
tree | 54b3be56706e0e1a24e46d188c2d8409508f6212 /sim/v850/Makefile.in | |
parent | 0604253676dae7f100d569f89b3273a91bb87849 (diff) | |
download | gdb-4dda50b0520889ccb5f71fac4781a6f02bc5a829.zip gdb-4dda50b0520889ccb5f71fac4781a6f02bc5a829.tar.gz gdb-4dda50b0520889ccb5f71fac4781a6f02bc5a829.tar.bz2 |
For instructions moved into v850.igen was computing (wrong) NIA when
this wasn't needed.
Diffstat (limited to 'sim/v850/Makefile.in')
-rw-r--r-- | sim/v850/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in index 723d224..c7125a6 100644 --- a/sim/v850/Makefile.in +++ b/sim/v850/Makefile.in @@ -155,3 +155,4 @@ clean-extra: clean-igen #interp.o: interp.c table.c $(INCLUDE) simops.o: simops.c $(INCLUDE) #table.o: table.c +semantics.o: $(INCLUDE) |