This is the mail archive of the binutils@sourceware.org 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: #ifdef E_M32R2_ARCH


Hi Doug,

Any ideas why there is #ifdef E_M32R2_ARCH conditionals in tc-m32r.c?

I believe that it is left over from when support for the m32r2 variant was being added to the assembler. At the time I think that the definition of E_M32R2_ARCH was sanitizable[1] so it was necessary to make sure that tc-m32r.c would compile without the definition being present.


It is a thinko now and should be removed. A patch to do so is pre-approved.

Cheers
  Nick

[1] sanitize = Red Hat internal tool for stripping out bits of source code that are not yet ready for contribution to the FSF.


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