« Return to Thread: RE: PR 6848: Not all targets generate relocs against kept symbols.

Re: PR 6848: Not all targets generate relocs against kept symbols.

by Nick Clifton :: Rate this Message:

Reply to Author | View in Thread

Hi Alan,

   Oops, there was a typo in that patch:

+ #define tc_allow_reloc_against_unemitted_symbol(reloc, sym) false

should be:

+ #define tc_allow_reloc_against_unemitted_symbol(reloc, sym) FALSE

Cheers
   Nick



 « Return to Thread: RE: PR 6848: Not all targets generate relocs against kept symbols.