[PATCH]: Fix linker on 68HC11/68HC12

Stephane Carrez stcarrez@nerim.fr
Sun Aug 1 19:34:00 GMT 2004


Hi!

The binutils 2.15 linker fails to link on 68HC11/68HC12 when a symbol is declared in
the linker script.  It seems that such symbols are marked with bfd_link_hash_new but
this type was not handled by the stub generation part (far trampolines) during the link.
This results in an error.

Committed this patch on mainline.

    Stephane

2004-08-01  Stephane Carrez  <stcarrez@nerim.fr>

	* elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Handle bfd_link_hash_new


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: elf32-m68hc1x.c.diffs
URL: <https://sourceware.org/pipermail/binutils/attachments/20040801/ca4b6c43/attachment.ksh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 253 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20040801/ca4b6c43/attachment.sig>


More information about the Binutils mailing list