diff options
Diffstat (limited to 'bfd/elf32-xc16x.c')
-rw-r--r-- | bfd/elf32-xc16x.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/elf32-xc16x.c b/bfd/elf32-xc16x.c index b7e0d41..9f285c7 100644 --- a/bfd/elf32-xc16x.c +++ b/bfd/elf32-xc16x.c @@ -1,6 +1,6 @@ /* Infineon XC16X-specific support for 16-bit ELF. Copyright 2006, 2007, 2009, 2010, 2012 Free Software Foundation, Inc. - Contributed by KPIT Cummins Infosystems + Contributed by KPIT Cummins Infosystems This file is part of BFD, the Binary File Descriptor library. @@ -433,11 +433,11 @@ elf32_xc16x_final_write_processing (bfd *abfd, static unsigned long elf32_xc16x_mach (flagword flags) -{ +{ switch (flags) { case 0x1000: - default: + default: return bfd_mach_xc16x; case 0x1001: |