2005-01-29 Baurzhan Ismagulov <ibr@radix50.net>
[deliverable/binutils-gdb.git] / bfd / elf32-sh-symbian.c
index 1247c6f11ad92f378ab3ccc304ab315e1b036518..adce088cc4d766e08af7d7d4740e1313f7ca3470 100644 (file)
@@ -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);
This page took 0.025113 seconds and 4 git commands to generate.