This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: Fix build with compiler defining __i686 (bug 411)


> +  ".ifndef "GET_PC_THUNK_STR(reg)";"					\

I think it's still our norm to put a space between a macro and its paren,
even for this sort of case.  I also tend towards spaces around the "s.

It's also mostly our norm to use \n in the strings rather than ;,
though that was not done here before.  I think that's much preferable,
as will anyone who ever tries to read a .s file produced from this.


Thanks,
Roland


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