diff options
author | Dave Brolley <brolley@redhat.com> | 2003-09-08 17:24:05 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2003-09-08 17:24:05 +0000 |
commit | 9c2de72926b9239c771c4f9c6169e1bac3e576ce (patch) | |
tree | f733d151e9cc325dcbc550b67c6a384abfc35340 /opcodes/ChangeLog | |
parent | 42acdc7c30d7bde7f10b3354d547a4750cbcc490 (diff) | |
download | gdb-9c2de72926b9239c771c4f9c6169e1bac3e576ce.zip gdb-9c2de72926b9239c771c4f9c6169e1bac3e576ce.tar.gz gdb-9c2de72926b9239c771c4f9c6169e1bac3e576ce.tar.bz2 |
2003-09-08 Dave Brolley <brolley@redhat.com>
On behalf of Doug Evans <dje@sebabeach.org>
* Makefile.am (run-cgen): Pass new args archfile and opcfile
to cgen.sh.
(stamp-ip2k,stamp-m32r,stamp-fr30,stamp-frv,stamp-openrisc,
stamp-iq2000,stamp-xstormy16): Pass paths of .cpu and .opc files
to cgen.sh.
(stamp-frv): Delete hardcoded path spec workaround.
* Makefile.in: Regenerate.
* cgen.sh: New args archfile and opcfile. Pass on to cgen.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 4af9936..7914642 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,15 @@ +2003-09-08 Dave Brolley <brolley@redhat.com> + + On behalf of Doug Evans <dje@sebabeach.org> + * Makefile.am (run-cgen): Pass new args archfile and opcfile + to cgen.sh. + (stamp-ip2k,stamp-m32r,stamp-fr30,stamp-frv,stamp-openrisc, + stamp-iq2000,stamp-xstormy16): Pass paths of .cpu and .opc files + to cgen.sh. + (stamp-frv): Delete hardcoded path spec workaround. + * Makefile.in: Regenerate. + * cgen.sh: New args archfile and opcfile. Pass on to cgen. + 2003-09-04 Nick Clifton <nickc@redhat.com> * v850-dis.c (disassemble): Accept bfd_mach_v850e1. |