This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: what is reloc_processing()


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]