what is reloc_processing()

Christian Groessler cpg@aladdin.de
Wed Oct 9 17:14:00 GMT 2002


On 10/09/2002 04:56:05 PM MST Ian Lance Taylor wrote:
>
>Christian Groessler <cpg@aladdin.de> writes:
>
>> I'm looking for a problem in the z8k target and found a function
>> called reloc_processing() in bfd/coff-z8k.c (and also coff-a29k.c and
>> some other 'old' targets).
>>
>> Since they are all static and don't seem to be used anywhere,
>> shouldn't they be nuked?
>
>If the macro RELOC_PROCESSING is defined, coffcode.h will invoke it.
>coff-z8k.c defines RELOC_PROCESSING as reloc_processing(), and
>includes coffcode.h.

Oops, thanks.
I missed the occurrence of RELOC_PROCESSING in coffcode.h.

regards,
chris



More information about the Binutils mailing list