]> git.eshelyaron.com Git - emacs.git/commitdiff
(update_dynamic_symbols): Cast arg of fatal_unexec.
authorDave Love <fx@gnu.org>
Mon, 25 Nov 2002 19:21:33 +0000 (19:21 +0000)
committerDave Love <fx@gnu.org>
Mon, 25 Nov 2002 19:21:33 +0000 (19:21 +0000)
src/ChangeLog
src/unexalpha.c

index 00fca4e962a76d73d897696562f2f9f8f8355aac..924270f8af6fe72cd05b9eab2f907d29054cd5e8 100644 (file)
@@ -1,3 +1,9 @@
+2002-11-25  Dave Love  <fx@gnu.org>
+
+       * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
+
+       * Makefile.in (TEMACS_LDFLAGS): Update last change.
+
 2002-11-25  Andreas Schwab  <schwab@suse.de>
 
        * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
index 9ffeee973b541dc0f2803e704e4a92130aa97285..e4eed3922bd3a76f7075241c8e96dcd992195d79 100644 (file)
@@ -491,7 +491,7 @@ update_dynamic_symbols (old, new_name, new, aout)
       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);