mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Remove U suffix from constants for K&R compilers.
Fix a couple of 64 bit nits.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user