diff options
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 |