summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-12-13 22:04:24 +1100
committerChris Johns <chrisj@rtems.org>2012-12-13 22:04:24 +1100
commitea12491cdf8abdff4de04a930b7a20ced3fd4e2c (patch)
tree88f8fcd8a534e58dcbfa5f6e8e387ad4a539fa7a
parent9b993066c50eb82e6be776a5d68659fd32fb6a1d (diff)
Fix the warning.
-rw-r--r--rtl-mdreloc-sparc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl-mdreloc-sparc.c b/rtl-mdreloc-sparc.c
index 7bc3412..268d4bf 100644
--- a/rtl-mdreloc-sparc.c
+++ b/rtl-mdreloc-sparc.c
@@ -70,7 +70,7 @@
#define _RF_SZ(s) (((s) & 0xff) << 8) /* memory target size */
#define _RF_RS(s) ( (s) & 0xff) /* right shift */
-static const int reloc_target_flags[] = {
+static const uint32_t reloc_target_flags[] = {
0, /* NONE */
_RF_S|_RF_A| _RF_SZ(8) | _RF_RS(0), /* RELOC_8 */
_RF_S|_RF_A| _RF_SZ(16) | _RF_RS(0), /* RELOC_16 */