summaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-04-06 23:38:47 +0000
committerNick Clifton <nickc@redhat.com>2000-04-06 23:38:47 +0000
commit3afca406576b5caa1d8fdfef069e982d03d4f47e (patch)
treeb636e6b8f1912f9f64c89f08b866d01dc3b2bbb2 /bfd
parent4b42f17dfaa565fbd005042e90e711db62a650d0 (diff)
downloadgdb-3afca406576b5caa1d8fdfef069e982d03d4f47e.tar.gz
Update copyright notice
Diffstat (limited to 'bfd')
-rw-r--r--bfd/elf32-arm.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/bfd/elf32-arm.h b/bfd/elf32-arm.h
index 0b6d9f62153..34371c9181d 100644
--- a/bfd/elf32-arm.h
+++ b/bfd/elf32-arm.h
@@ -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;