what is reloc_processing()

Ian Lance Taylor ian@airs.com
Wed Oct 9 16:56:00 GMT 2002


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.

Ian



More information about the Binutils mailing list