Remove U suffix from constants for K&R compilers.

Fix a couple of 64 bit nits.
This commit is contained in:
Alan Modra
2000-04-13 01:08:05 +00:00
parent 3db10f32e0
commit fc633e5b97
11 changed files with 57 additions and 35 deletions

View File

@@ -905,8 +905,8 @@ pe_ILF_build_a_bfd (bfd * abfd,
/* XXX - treat as IMPORT_NAME ??? */
abort ();
* (unsigned int *) id4->contents = ordinal | 0x80000000UL;
* (unsigned int *) id5->contents = ordinal | 0x80000000UL;
* (unsigned int *) id4->contents = ordinal | 0x80000000;
* (unsigned int *) id5->contents = ordinal | 0x80000000;
}
else
{