summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-06-25 15:36:45 +0000
committerNick Clifton <nickc@redhat.com>2009-06-25 15:36:45 +0000
commitc8c831dcb40abc7257b17cece36a6ec00d61cf8f (patch)
treea02203a8c9aa7c83639b869754e83db4abc1821d
parent0ade4216855ddbdcf3ccf978518378bb70b97b3d (diff)
downloadgdb-c8c831dcb40abc7257b17cece36a6ec00d61cf8f.tar.gz
* elf-m10300.c (mn10300_elf_relax_section): Handle non-section
symbols with SEC_MERGE flag.
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/elf-m10300.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3ae57bc3fed..017a740d560 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-25 Nick Clifton <nickc@redhat.com>
+
+ * elf-m10300.c (mn10300_elf_relax_section): Handle non-section
+ symbols with SEC_MERGE flag.
+
2009-06-25 Kai Tietz <kai.tietz@onevision.com>
* coffcode.h (sec_to_styp_flags): Set discardable for .reloc and
diff --git a/bfd/elf-m10300.c b/bfd/elf-m10300.c
index d3270c5dbb8..a58be7b6b76 100644
--- a/bfd/elf-m10300.c
+++ b/bfd/elf-m10300.c
@@ -2781,7 +2781,6 @@ mn10300_elf_relax_section (bfd *abfd,
isym->st_name);
if ((sym_sec->flags & SEC_MERGE)
- && ELF_ST_TYPE (isym->st_info) == STT_SECTION
&& sym_sec->sec_info_type == ELF_INFO_TYPE_MERGE)
{
symval = isym->st_value + irel->r_addend;