This is the mail archive of the bfd@sourceware.cygnus.com mailing list for the bfd project.


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

Re: [toddpw@wrs.com: Patch to opcodes/ppc-opc.c to avoid overnested parens in MSVC.]


| Perhaps a better fix would be to create an enumerator instead of a
| large collection of macros?

It depends, some older compilers (notably PCC varients) had problems with more
than 150 enums.  On the other hand, bfd would certainly not build on such
systems, so maybe we don't have to worry about such systems.