diff options
author | Doug Evans <dje@google.com> | 2009-07-12 16:59:34 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2009-07-12 16:59:34 +0000 |
commit | 6a8b86150e2ad521822b63f1839b320a749335ac (patch) | |
tree | 21c38f7c3afb0a92c8d65136870f1080895f81c2 /sim/m32r/ChangeLog | |
parent | 5a12aa1e467e5154968dda0a7884e710481d77a7 (diff) | |
download | gdb-6a8b86150e2ad521822b63f1839b320a749335ac.zip gdb-6a8b86150e2ad521822b63f1839b320a749335ac.tar.gz gdb-6a8b86150e2ad521822b63f1839b320a749335ac.tar.bz2 |
* common/Make-common.in (CPU_DIR): Define.
* iq2000/Makefile.in (stamp-arch): Use $(CPU_DIR) instead of $(CGEN_CPU_DIR).
(stamp-cpu): Ditto.
* m32r/Makefile.in (stamp-arch): Use $(CPU_DIR) instead of $(CGEN_CPU_DIR).
(stamp-cpu, stamp-xcpu, stamp-2cpu): Ditto.
Diffstat (limited to 'sim/m32r/ChangeLog')
-rw-r--r-- | sim/m32r/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog index b1cd796..15c914f 100644 --- a/sim/m32r/ChangeLog +++ b/sim/m32r/ChangeLog @@ -1,3 +1,8 @@ +2009-07-12 Doug Evans <dje@sebabeach.org> + + * Makefile.in (stamp-arch): Use $(CPU_DIR) instead of $(CGEN_CPU_DIR). + (stamp-cpu, stamp-xcpu, stamp-2cpu): Ditto. + 2009-06-20 Doug Evans <dje@sebabeach.org> * mloop.in: Add missing # comment marker. |