diff options
author | Steve Chamberlain <sac@cygnus> | 1991-12-01 07:11:25 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-12-01 07:11:25 +0000 |
commit | a1d144c63e5a202b6215c1eb0d7ab4b17b4d32ca (patch) | |
tree | f183a711cf51bd07eb5b6a7815c8bc9c8d351b43 /gas/config/tc-a29k.c | |
parent | af483be83757b982bbb680c39a25ff18d86e2204 (diff) | |
download | gdb-a1d144c63e5a202b6215c1eb0d7ab4b17b4d32ca.zip gdb-a1d144c63e5a202b6215c1eb0d7ab4b17b4d32ca.tar.gz gdb-a1d144c63e5a202b6215c1eb0d7ab4b17b4d32ca.tar.bz2 |
More filename renaming.
Diffstat (limited to 'gas/config/tc-a29k.c')
-rw-r--r-- | gas/config/tc-a29k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-a29k.c b/gas/config/tc-a29k.c index 57e826d..a00af02 100644 --- a/gas/config/tc-a29k.c +++ b/gas/config/tc-a29k.c @@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "as.h" -#include "a29k-opcode.h" +#include "opcode/a29k.h" /* Make it easier to clone this machine desc into another one. */ #define machine_opcode a29k_opcode |