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
019f2b8f
Commit
019f2b8f
authored
Aug 24, 1994
by
Richard M. Stallman
Browse files
(unexec): Copy previous change in unexelf.c.
parent
d91f490d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/unexsgi.c
src/unexsgi.c
+5
-1
No files found.
src/unexsgi.c
View file @
019f2b8f
...
...
@@ -738,7 +738,11 @@ unexec (new_name, old_name, data_start, bss_start, entry_address)
a new section in between. */
PATCH_INDEX
(
NEW_SECTION_H
(
nn
).
sh_link
);
PATCH_INDEX
(
NEW_SECTION_H
(
nn
).
sh_info
);
/* For symbol tables, info is a symbol table index,
so don't change it. */
if
(
NEW_SECTION_H
(
nn
).
sh_type
!=
SHT_SYMTAB
&&
NEW_SECTION_H
(
nn
).
sh_type
!=
SHT_DYNSYM
)
PATCH_INDEX
(
NEW_SECTION_H
(
nn
).
sh_info
);
/* Now, start to copy the content of sections. */
if
(
NEW_SECTION_H
(
nn
).
sh_type
==
SHT_NULL
...
...
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