summaryrefslogtreecommitdiff
path: root/bfd/elf32-xtensa.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2010-10-08 14:00:44 +0000
committerAlan Modra <amodra@bigpond.net.au>2010-10-08 14:00:44 +0000
commit0872d67b6382af85382c126839e530402582ba2d (patch)
treeeb59df13776d03fd3694f6b887748559e18d9df5 /bfd/elf32-xtensa.c
parent51b7f8fdfec0d1f811e9bcd65d5cef6b2825c20f (diff)
downloadbinutils-redhat-0872d67b6382af85382c126839e530402582ba2d.tar.gz
Fix build with -DDEBUG=7
Diffstat (limited to 'bfd/elf32-xtensa.c')
-rw-r--r--bfd/elf32-xtensa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-xtensa.c b/bfd/elf32-xtensa.c
index f9ecde5fa8..6cd396a6bc 100644
--- a/bfd/elf32-xtensa.c
+++ b/bfd/elf32-xtensa.c
@@ -5710,7 +5710,7 @@ print_action_list (FILE *fp, text_action_list *action_list)
fprintf (fp, "%s: %s[0x%lx] \"%s\" %d\n",
r->sec->owner->filename,
- r->sec->name, r->offset, t, r->removed_bytes);
+ r->sec->name, (unsigned long) r->offset, t, r->removed_bytes);
}
}