diff options
author | Steve Chamberlain <sac@cygnus> | 1995-01-16 00:40:48 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-01-16 00:40:48 +0000 |
commit | a11a8d55eefc2ba123e3fc3487e410568d7980d7 (patch) | |
tree | 2e4ceb62e3565dba7fe4248fa6fff4058c14200c /gas/config/w65.mt | |
parent | 9f744f9110550f470cccc05a0d1fef9736617e88 (diff) | |
download | gdb-a11a8d55eefc2ba123e3fc3487e410568d7980d7.zip gdb-a11a8d55eefc2ba123e3fc3487e410568d7980d7.tar.gz gdb-a11a8d55eefc2ba123e3fc3487e410568d7980d7.tar.bz2 |
* config/tc-w65.c, config/tc-w65.h, config/w65.mt: Newfiles.
* config/obj-coff.h: Cope with w65.
* configure, configure.in: Recognize w65.
Diffstat (limited to 'gas/config/w65.mt')
-rwxr-xr-x | gas/config/w65.mt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/w65.mt b/gas/config/w65.mt new file mode 100755 index 0000000..b39faae --- /dev/null +++ b/gas/config/w65.mt @@ -0,0 +1,2 @@ +TARG_CPU_DEPENDENTS=$(srcdir)/../opcodes/w65-opc.h + |