mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
(update_dynamic_symbols): Cast arg of fatal_unexec.
This commit is contained in:
parent
afb44cc2a5
commit
4042a81aa7
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user