mn10300 dynamic relocation clean up: remove dynamic PCREL32

Alexandre Oliva aoliva@redhat.com
Thu Jul 8 05:45:00 GMT 2004


On Jun 29, 2004, Alan Modra <amodra@bigpond.net.au> wrote:

> On Mon, Jun 28, 2004 at 04:55:10AM -0300, Alexandre Oliva wrote:
>> This patch introduces ELF_LINK_HASH_COMMON, set for symbols read in as
>> common symbols.  This bit remains set after the linker turns the

> I don't think you need this.  A symbol that was commonl can be detected
> after lang_common has run using existing flags, like so

>   was_common = ((h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR) == 0
> 		&& (h->elf_link_hash_flags & ELF_LINK_HASH_DEF_DYNAMIC) == 0
> 		&& h->root.type == bfd_link_hash_defined);

Thanks for the suggestion.  Ok to install this?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: bfd-common-syms-may-be-local.patch
Type: text/x-patch
Size: 5366 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20040708/86bd434c/attachment.bin>
-------------- next part --------------

-- 
Alexandre Oliva             http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


More information about the Binutils mailing list