[PATCH] More mostly cosmetic changes all over binutils
amodra@one.net.au
amodra@one.net.au
Fri May 4 04:37:00 GMT 2001
On Thu, May 03, 2001 at 09:19:37PM +0200, Thiemo Seufer wrote:
> here comes more fallout from my mips64-linux development.
Looks mostly OK except for use of `U' suffix on constants, which is
not compatible with K&R compilers. That means your include/elf/common.h
and ld/ldgram.y changes are not acceptable. Instead of
#define SOMETHING 0x1234U
write
#define SOMETHING ((unsigned) 0x1234)
Alan Modra
More information about the Binutils
mailing list