diff options
author | Svein Seldal <svein@dev.seldal.com> | 2003-04-04 08:15:15 +0000 |
---|---|---|
committer | Svein Seldal <svein@dev.seldal.com> | 2003-04-04 08:15:15 +0000 |
commit | be33c5dd4d463877c8412bfc0416a75d27008598 (patch) | |
tree | 405ef40be6cbbe36c27871d4b8282dc174bb22a3 /gas/config/obj-coff.h | |
parent | 36018d2e5a9890d2a2564a74c319b76c1bde0ed1 (diff) | |
download | binutils-gdb-be33c5dd4d463877c8412bfc0416a75d27008598.tar.gz |
Namespace cleanup for the tic4x target. Replace s/c4x/tic4x/ and s/c3x/tic3x/. 2003 copyright update
Diffstat (limited to 'gas/config/obj-coff.h')
-rw-r--r-- | gas/config/obj-coff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/obj-coff.h b/gas/config/obj-coff.h index 6e852be4fd3..4349acbf5fe 100644 --- a/gas/config/obj-coff.h +++ b/gas/config/obj-coff.h @@ -159,7 +159,7 @@ #ifdef TC_TIC4X #include "coff/tic4x.h" -#define TARGET_FORMAT "coff2-c4x" +#define TARGET_FORMAT "coff2-tic4x" #endif #ifdef TC_TIC54X |