diff options
author | David Carlton <carlton@bactrian.org> | 2002-12-23 19:39:59 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2002-12-23 19:39:59 +0000 |
commit | d76f45fa297e5dce836d34cf0007062004000904 (patch) | |
tree | a12dd7ccba38289938cc2899dd7284f97cb6fae6 /bfd/cpu-m10300.c | |
parent | 8a02809370142c9bdad8523fe857b4feb3ee9bfa (diff) | |
download | gdb-d76f45fa297e5dce836d34cf0007062004000904.tar.gz |
2002-12-23 David Carlton <carlton@math.stanford.edu>
* Merge from mainline; tag is carlton_dictionary-20021223-merge.
Diffstat (limited to 'bfd/cpu-m10300.c')
-rw-r--r-- | bfd/cpu-m10300.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/cpu-m10300.c b/bfd/cpu-m10300.c index 4add3c1aa42..a67c48b6879 100644 --- a/bfd/cpu-m10300.c +++ b/bfd/cpu-m10300.c @@ -1,5 +1,5 @@ /* BFD support for the Matsushita 10300 processor - Copyright 1996, 1997, 1999 Free Software Foundation, Inc. + Copyright 1996, 1997, 1999, 2002 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -31,7 +31,7 @@ const bfd_arch_info_type bfd_am33_arch = "am33", "am33", 2, - false, + FALSE, bfd_default_compatible, bfd_default_scan, 0, @@ -47,7 +47,7 @@ const bfd_arch_info_type bfd_mn10300_arch = "mn10300", "mn10300", 2, - true, /* the one and only */ + TRUE, /* the one and only */ bfd_default_compatible, bfd_default_scan, &bfd_am33_arch, |