diff options
author | Steve Chamberlain <sac@cygnus> | 1991-12-01 02:58:37 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-12-01 02:58:37 +0000 |
commit | 4aa58a0a29bc0efd20a79f4fc3babc183393f7fa (patch) | |
tree | ae9ab8ba90d66f27ab3e30ac5b7eb94bf24b3155 /binutils/am29k-pinsn.c | |
parent | d289576d7fdbd3948a2308ef395a66690151d8b0 (diff) | |
download | gdb-4aa58a0a29bc0efd20a79f4fc3babc183393f7fa.zip gdb-4aa58a0a29bc0efd20a79f4fc3babc183393f7fa.tar.gz gdb-4aa58a0a29bc0efd20a79f4fc3babc183393f7fa.tar.bz2 |
Updated to point to where the header files are now
Diffstat (limited to 'binutils/am29k-pinsn.c')
-rw-r--r-- | binutils/am29k-pinsn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/am29k-pinsn.c b/binutils/am29k-pinsn.c index 431fe5e..ae626c3 100644 --- a/binutils/am29k-pinsn.c +++ b/binutils/am29k-pinsn.c @@ -23,11 +23,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef GDB # include "defs.h" # include "target.h" -# include "am29k-opcode.h" +# include "opcode/a29k.h" #else # include "bfd.h" # include "sysdep.h" -# include "a29k-opcode.h" +# include "opcode/a29k.h" # define am29k_opcodes a29k_opcodes # define am29k_opcode a29k_opcode # define NUM_OPCODES num_opcodes |