summaryrefslogtreecommitdiff
path: root/bfd/elf32-m68hc12.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-12-08 03:34:38 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-12-08 03:34:38 +0000
commit34f59217241661447af15ff0e8d35eaaaa4ae3c7 (patch)
tree0285251556c25d2afc81f766bb15427008ccf91b /bfd/elf32-m68hc12.c
parent59456519ba2954cfa4ddd420d47f8017c73f2927 (diff)
downloadbinutils-redhat-34f59217241661447af15ff0e8d35eaaaa4ae3c7.tar.gz
* bfd-in.h: Comment typo fix. Formatting.
* bfd-in2.h: Regenerate. * coff64-rs6000.c (xcoff64_openr_next_archived_file): Warning fix. * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): Prototype. * elf64-mmix.c (mmix_dump_bpo_gregs): Warning fix.
Diffstat (limited to 'bfd/elf32-m68hc12.c')
-rw-r--r--bfd/elf32-m68hc12.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/elf32-m68hc12.c b/bfd/elf32-m68hc12.c
index 97d7d3a728..219fd6b0da 100644
--- a/bfd/elf32-m68hc12.c
+++ b/bfd/elf32-m68hc12.c
@@ -47,6 +47,8 @@ static bfd_boolean elf32_m68hc11_gc_sweep_hook
PARAMS ((bfd *, struct bfd_link_info *, asection *,
const Elf_Internal_Rela *));
+static bfd_boolean m68hc12_elf_set_mach_from_flags PARAMS ((bfd *));
+
bfd_boolean _bfd_m68hc12_elf_merge_private_bfd_data PARAMS ((bfd *, bfd *));
bfd_boolean _bfd_m68hc12_elf_set_private_flags PARAMS ((bfd *, flagword));
bfd_boolean _bfd_m68hc12_elf_print_private_bfd_data PARAMS ((bfd *, PTR));
@@ -794,7 +796,7 @@ _bfd_m68hc12_elf_print_private_bfd_data (abfd, ptr)
if (elf_elfheader (abfd)->e_flags & EF_M68HCS12_MACH)
fprintf (file, _(" cpu=HCS12]"));
else
- fprintf (file, _(" cpu=HC12]"));
+ fprintf (file, _(" cpu=HC12]"));
fputc ('\n', file);
return TRUE;