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
e144dfa8
Commit
e144dfa8
authored
Apr 13, 2002
by
Eli Zaretskii
Browse files
(unexec) [__sgi]: Undo the change from 2002-01-20.
parent
30104690
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
13 deletions
+4
-13
src/ChangeLog
src/ChangeLog
+4
-0
src/unexelf.c
src/unexelf.c
+0
-13
No files found.
src/ChangeLog
View file @
e144dfa8
2002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
* unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
2002-04-12 Gerd Moellmann <gerd@gnu.org>
* xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
...
...
src/unexelf.c
View file @
e144dfa8
...
...
@@ -1012,15 +1012,6 @@ unexec (new_name, old_name, data_start, bss_start, entry_address)
".lit4"
)
||
!
strcmp
((
old_section_names
+
NEW_SECTION_H
(
n
).
sh_name
),
".lit8"
)
#if __sgi
/* According to David Kaelbling <drk@bobo.hudson.sgi.com>,
the SGI-specific section below is required to avoid core
dumps during startup (due to SIGBUS) in an X-toolkit
version of Emacs . That was on Irix 6.5.14f with
development tools versions 7.3.1.3m and 7.2.1.3m. */
||
!
strcmp
((
old_section_names
+
NEW_SECTION_H
(
n
).
sh_name
),
".got"
)
#endif
||
!
strcmp
((
old_section_names
+
NEW_SECTION_H
(
n
).
sh_name
),
".sdata1"
)
||
!
strcmp
((
old_section_names
+
NEW_SECTION_H
(
n
).
sh_name
),
...
...
@@ -1204,10 +1195,6 @@ unexec (new_name, old_name, data_start, bss_start, entry_address)
".lit4"
)
||
!
strcmp
((
old_section_names
+
NEW_SECTION_H
(
nn
).
sh_name
),
".lit8"
)
#if __sgi
||
!
strcmp
((
old_section_names
+
NEW_SECTION_H
(
nn
).
sh_name
),
".got"
)
#endif
||
!
strcmp
((
old_section_names
+
NEW_SECTION_H
(
nn
).
sh_name
),
".sdata1"
)
||
!
strcmp
((
old_section_names
+
NEW_SECTION_H
(
nn
).
sh_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