diff options
author | Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> | 2003-10-08 02:54:31 +0000 |
---|---|---|
committer | Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> | 2003-10-08 02:54:31 +0000 |
commit | 2ff97826c52ac098a7468e116f9e38faa175620d (patch) | |
tree | bff5b0c408d373bb31f98ada9830475f7a57fef0 /gdb/m32r-tdep.c | |
parent | e52ce1f4a75b69a9d0de55a7c1a2b74edf173368 (diff) | |
download | gdb-2ff97826c52ac098a7468e116f9e38faa175620d.tar.gz |
2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
* m32r-tdep.c : Include "dis-asm.h".
* Makefile.in (m32r-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/m32r-tdep.c')
-rw-r--r-- | gdb/m32r-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/m32r-tdep.c b/gdb/m32r-tdep.c index 12a91c223f9..15529b5a414 100644 --- a/gdb/m32r-tdep.c +++ b/gdb/m32r-tdep.c @@ -37,6 +37,7 @@ #include "arch-utils.h" #include "regcache.h" #include "trad-frame.h" +#include "dis-asm.h" #include "gdb_assert.h" |