summaryrefslogtreecommitdiff
path: root/bfd/elf32-sh-symbian.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2004-09-21 20:44:23 +0000
committerDaniel Jacobowitz <dan@debian.org>2004-09-21 20:44:23 +0000
commit1b4c63dda5cd2b37f964092a5c53b865e172ff55 (patch)
tree2922f92b03a4d8e43376ae32c18a7063b86b45e2 /bfd/elf32-sh-symbian.c
parentfca010d7bfaeb7657a222ae31a1ac6d2ff8b22a9 (diff)
downloadgdb-1b4c63dda5cd2b37f964092a5c53b865e172ff55.tar.gz
Diffstat (limited to 'bfd/elf32-sh-symbian.c')
-rw-r--r--bfd/elf32-sh-symbian.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-sh-symbian.c b/bfd/elf32-sh-symbian.c
index 1247c6f11ad..adce088cc4d 100644
--- a/bfd/elf32-sh-symbian.c
+++ b/bfd/elf32-sh-symbian.c
@@ -505,7 +505,7 @@ sh_symbian_relocate_section (bfd * output_bfd,
/* Allow the symbol to become local if necessary. */
if (new_hash->dynindx == -1)
- new_hash->elf_link_hash_flags |= ELF_LINK_HASH_DEF_REGULAR;
+ new_hash->def_regular = 1;
if (DEBUG)
fprintf (stderr, "Created new symbol %s\n", ptr->new_name);