Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4042a81a
Commit
4042a81a
authored
Nov 25, 2002
by
Dave Love
Browse files
(update_dynamic_symbols): Cast arg of fatal_unexec.
parent
afb44cc2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/ChangeLog
src/ChangeLog
+6
-0
src/unexalpha.c
src/unexalpha.c
+1
-1
No files found.
src/ChangeLog
View file @
4042a81a
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.
...
...
src/unexalpha.c
View file @
4042a81a
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment