diff options
author | Frank Ch. Eigler <fche@redhat.com> | 2000-03-03 23:25:10 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 2000-03-03 23:25:10 +0000 |
commit | a9e3a73989bd758ae755ac63e41383b2852b9bb2 (patch) | |
tree | f380def3eed60d4a039a2baa1a435245f9c5b026 /sim/mn10300 | |
parent | 97bb9d91decf4be0e701ee0d4077f3f190c8b1c9 (diff) | |
download | ppe42-binutils-a9e3a73989bd758ae755ac63e41383b2852b9bb2.tar.gz ppe42-binutils-a9e3a73989bd758ae755ac63e41383b2852b9bb2.zip |
* build fix
2000-03-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* Makefile.in (IGEN_INSN): Added am33.igen.
Diffstat (limited to 'sim/mn10300')
-rw-r--r-- | sim/mn10300/ChangeLog | 4 | ||||
-rw-r--r-- | sim/mn10300/Makefile.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index 23f3ca6a47..630b555bc7 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,3 +1,7 @@ +2000-03-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br> + + * Makefile.in (IGEN_INSN): Added am33.igen. + Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com> * configure: Regenerated to track ../common/aclocal.m4 changes. diff --git a/sim/mn10300/Makefile.in b/sim/mn10300/Makefile.in index 4d02e5bc70..1c5a719aca 100644 --- a/sim/mn10300/Makefile.in +++ b/sim/mn10300/Makefile.in @@ -1,5 +1,5 @@ # Makefile template for Configure for the mn10300 sim library. -# Copyright (C) 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc. # Written by Cygnus Support. # # This program is free software; you can redistribute it and/or modify @@ -106,7 +106,7 @@ clean-igen: cd ../igen && $(MAKE) IGEN_TRACE= # -G omit-line-numbers # -G trace-rule-selection -G trace-rule-rejection -G trace-entries -IGEN_INSN=$(srcdir)/mn10300.igen +IGEN_INSN=$(srcdir)/mn10300.igen $(srcdir)/am33.igen IGEN_DC=$(srcdir)/mn10300.dc tmp-igen: $(IGEN_INSN) $(IGEN_DC) ../igen/igen cd ../igen && $(MAKE) |