This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Patch to fix signed/unsigned warnings in all ASM_OUTPUT_ASCII macros


On Sun, Dec 02, 2001 at 08:04:56PM -0500, Kaveh R. Ghazi wrote:
> This patch fixes all ASM_OUTPUT_ASCII macros (that are actually used
> by one of my tested targets).  The result is modest, it fixes these
> unique warnings where ASM_OUTOUT_ASCII is called from:

As long as you're going to change all of these anyway, how about you
factor out all the duplicate code and turn it into a target hook?

zw


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