aboutsummaryrefslogtreecommitdiff
path: root/bfd/archures.c
diff options
context:
space:
mode:
authorSvein Seldal <svein@dev.seldal.com>2003-04-04 08:15:15 +0000
committerSvein Seldal <svein@dev.seldal.com>2003-04-04 08:15:15 +0000
commitbe33c5dd4d463877c8412bfc0416a75d27008598 (patch)
tree405ef40be6cbbe36c27871d4b8282dc174bb22a3 /bfd/archures.c
parent36018d2e5a9890d2a2564a74c319b76c1bde0ed1 (diff)
downloadgdb-be33c5dd4d463877c8412bfc0416a75d27008598.zip
gdb-be33c5dd4d463877c8412bfc0416a75d27008598.tar.gz
gdb-be33c5dd4d463877c8412bfc0416a75d27008598.tar.bz2
Namespace cleanup for the tic4x target. Replace s/c4x/tic4x/ and s/c3x/tic3x/. 2003 copyright update
Diffstat (limited to 'bfd/archures.c')
-rw-r--r--bfd/archures.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/archures.c b/bfd/archures.c
index 9337fb1..efed993 100644
--- a/bfd/archures.c
+++ b/bfd/archures.c
@@ -241,8 +241,8 @@ DESCRIPTION
. bfd_arch_w65, {* WDC 65816 *}
. bfd_arch_tic30, {* Texas Instruments TMS320C30 *}
. bfd_arch_tic4x, {* Texas Instruments TMS320C3X/4X *}
-.#define bfd_mach_c3x 30
-.#define bfd_mach_c4x 40
+.#define bfd_mach_tic3x 30
+.#define bfd_mach_tic4x 40
. bfd_arch_tic54x, {* Texas Instruments TMS320C54X *}
. bfd_arch_tic80, {* TI TMS320c80 (MVP) *}
. bfd_arch_v850, {* NEC V850 *}