diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2009-09-11 04:45:57 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2009-09-11 04:45:57 +0000 |
commit | 779734bae5a1be2e9b48a9807149df5e38335285 (patch) | |
tree | 19fc4fed5b9de6934f8f7839d0129bef65cf7192 /gdb/exec.c | |
parent | 4195238713fd818958a9e41fee154ea357304b59 (diff) | |
download | binutils-arc-insight_6_8-branch.zip binutils-arc-insight_6_8-branch.tar.gz binutils-arc-insight_6_8-branch.tar.bz2 |
gdb/insight for ARCompact (from Richard Stuckey)arc-insight_6_8-branch
Diffstat (limited to 'gdb/exec.c')
-rw-r--r-- | gdb/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ #include "value.h" #include "exec.h" #include "observer.h" -#include "arch-utils.c" +#include "arch-utils.h" /* richards ARC 23/9/08: change .c to .h gdb bug: 9888 */ #include <fcntl.h> #include "readline/readline.h" |