summaryrefslogtreecommitdiff
path: root/bfd/peicode.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-04-13 01:08:05 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-04-13 01:08:05 +0000
commit574142b7d5b3ef3a10d76de1b6f08bd4a720b08c (patch)
tree74e51016df5608319631229296142c4fbd9e4b10 /bfd/peicode.h
parent11456a0d4a168a9ef0fc79a0d36e75f06a6a5f73 (diff)
downloadbinutils-redhat-574142b7d5b3ef3a10d76de1b6f08bd4a720b08c.tar.gz
Remove U suffix from constants for K&R compilers.
Fix a couple of 64 bit nits.
Diffstat (limited to 'bfd/peicode.h')
-rw-r--r--bfd/peicode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/peicode.h b/bfd/peicode.h
index 7238c7802e..1c58ad0800 100644
--- a/bfd/peicode.h
+++ b/bfd/peicode.h
@@ -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
{