/[emacs]/emacs/src/unexelf.c
ViewVC logotype

Diff of /emacs/src/unexelf.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.48 by eliz, Sat Apr 13 09:52:42 2002 UTC revision 1.49 by rms, Mon Sep 16 15:28:25 2002 UTC
# Line 1013  unexec (new_name, old_name, data_start, Line 1013  unexec (new_name, old_name, data_start,
1013            || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),            || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
1014                        ".lit8")                        ".lit8")
1015            || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),            || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
1016                          ".got")
1017              || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
1018                        ".sdata1")                        ".sdata1")
1019            || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),            || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
1020                        ".data1")                        ".data1")
# Line 1196  unexec (new_name, old_name, data_start, Line 1198  unexec (new_name, old_name, data_start,
1198                || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),                || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
1199                            ".lit8")                            ".lit8")
1200                || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),                || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
1201                              ".got")
1202                  || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
1203                            ".sdata1")                            ".sdata1")
1204                || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),                || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
1205                            ".data1"))                            ".data1"))

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26