diff options
Diffstat (limited to 'bfd/cpu-bpf.c')
-rw-r--r-- | bfd/cpu-bpf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/cpu-bpf.c b/bfd/cpu-bpf.c index 36c5965..0b8dd99 100644 --- a/bfd/cpu-bpf.c +++ b/bfd/cpu-bpf.c @@ -34,7 +34,7 @@ static const bfd_arch_info_type bfd_xbpf_arch = "bpf", /* Architecture name. */ "xbpf", /* Machine name. */ 3, /* Section align power. */ - FALSE, /* The default ? */ + false, /* The default ? */ bfd_default_compatible, /* Architecture comparison fn. */ bfd_default_scan, /* String to architecture convert fn. */ bfd_arch_default_fill, /* Default fill. */ @@ -53,7 +53,7 @@ const bfd_arch_info_type bfd_bpf_arch = "bpf", /* Architecture name. */ "bpf", /* Machine name. */ 3, /* Section align power. */ - TRUE, /* The default ? */ + true, /* The default ? */ bfd_default_compatible, /* Architecture comparison fn. */ bfd_default_scan, /* String to architecture convert fn. */ bfd_arch_default_fill, /* Default fill. */ |