diff options
author | Alan Modra <amodra@gmail.com> | 2002-11-30 08:39:46 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-11-30 08:39:46 +0000 |
commit | b34976b65aea8f33690229600bbf4527ec3118e1 (patch) | |
tree | 6411348664ef81ca2aa2e3ff325116e6e6502edf /bfd/cpu-i860.c | |
parent | 583d52d728c60410c0d39bae68ee536a7b9e7a6c (diff) | |
download | gdb-b34976b65aea8f33690229600bbf4527ec3118e1.zip gdb-b34976b65aea8f33690229600bbf4527ec3118e1.tar.gz gdb-b34976b65aea8f33690229600bbf4527ec3118e1.tar.bz2 |
s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
Diffstat (limited to 'bfd/cpu-i860.c')
-rw-r--r-- | bfd/cpu-i860.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/cpu-i860.c b/bfd/cpu-i860.c index 7445e5f..0ee0c5a 100644 --- a/bfd/cpu-i860.c +++ b/bfd/cpu-i860.c @@ -1,5 +1,5 @@ /* BFD support for the Intel 860 architecture. - Copyright 1992, 1995, 2000 Free Software Foundation, Inc. + Copyright 1992, 1995, 2000, 2002 Free Software Foundation, Inc. Created mostly by substituting "860" for "386" in cpu-i386.c Harry Dolan <dolan@ssd.intel.com>, October 1995 @@ -33,7 +33,7 @@ const bfd_arch_info_type bfd_i860_arch = "i860", /* Architecture name */ "i860", /* Printable name */ 3, /* Section alignment exponent */ - true, /* Is this the default architecture? */ + TRUE, /* Is this the default architecture? */ bfd_default_compatible, bfd_default_scan, 0, /* Next in list */ |