Update copyright notice
authorNick Clifton <nickc@redhat.com>
Thu, 6 Apr 2000 23:38:47 +0000 (23:38 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 6 Apr 2000 23:38:47 +0000 (23:38 +0000)
bfd/elf32-arm.h

index 0b6d9f62153cd4bf0709f4dddd398109671950ff..34371c9181d60de367aaf2ec564846fc043a0f3d 100644 (file)
@@ -1,5 +1,5 @@
 /* 32-bit ELF support for ARM
-   Copyright 1998, 1999 Free Software Foundation, Inc.
+   Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -2170,7 +2170,7 @@ elf32_arm_get_symbol_type (elf_sym, type)
     {
     case STT_ARM_TFUNC:
       return ELF_ST_TYPE (elf_sym->st_info);
-      break;
+
     case STT_ARM_16BIT:
       /* If the symbol is not an object, return the STT_ARM_16BIT flag.
         This allows us to distinguish between data used by Thumb instructions
@@ -2179,6 +2179,9 @@ elf32_arm_get_symbol_type (elf_sym, type)
       if (type != STT_OBJECT)
        return ELF_ST_TYPE (elf_sym->st_info);
       break;
+      
+    default:
+      break;
     }
 
   return type;