diff options
author | Steve Chamberlain <sac@cygnus> | 1993-01-01 22:21:33 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-01-01 22:21:33 +0000 |
commit | c24e7321a61c341fe76e912f65269e87a8b81a36 (patch) | |
tree | e69de55dd6c39d19caee530b3d78ad0577a682d2 /gas | |
parent | 7532cf103ab3dfcee75eed7425575c2fbe025e96 (diff) | |
download | gdb-c24e7321a61c341fe76e912f65269e87a8b81a36.zip gdb-c24e7321a61c341fe76e912f65269e87a8b81a36.tar.gz gdb-c24e7321a61c341fe76e912f65269e87a8b81a36.tar.bz2 |
Replace T in TC_H8300
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/obj-coffbfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/obj-coffbfd.h b/gas/config/obj-coffbfd.h index 807219a..b3ff077 100644 --- a/gas/config/obj-coffbfd.h +++ b/gas/config/obj-coffbfd.h @@ -44,7 +44,7 @@ #define TARGET_FORMAT "coff-z8k" #endif -#ifdef C_H8300 +#ifdef TC_H8300 #include "coff/h8300.h" #define TARGET_FORMAT "coff-h8300" #endif |