changeset 48542:435e087e5d76

(update_dynamic_symbols): Cast arg of fatal_unexec.
author Dave Love <fx@gnu.org>
date Mon, 25 Nov 2002 19:21:10 +0000
parents d8755d44e3da
children 059d8ca975ce
files src/unexalpha.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/unexalpha.c	Mon Nov 25 19:08:14 2002 +0000
+++ b/src/unexalpha.c	Mon Nov 25 19:21:10 2002 +0000
@@ -491,7 +491,7 @@
       else if (rd_base[i].type == R_REFQUAD) 
 	len = 8;
       else
-	fatal_unexec ("unrecognized relocation type in .dyn.rel section (symbol #%d)", i);
+	fatal_unexec ("unrecognized relocation type in .dyn.rel section (symbol #%d)", (char *) i);
 
       SEEK (new, newref, "seeking to dynamic symbol in %s", new_name);
       WRITE (new, oldref, len, "writing old dynrel info in %s", new_name);