/[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.38.16.4 by eliz, Mon Jan 14 13:02:46 2002 UTC revision 1.38.16.5 by eliz, Sun Jan 20 18:07:33 2002 UTC
# Line 1033  unexec (new_name, old_name, data_start, Line 1033  unexec (new_name, old_name, data_start,
1033                        ".lit4")                        ".lit4")
1034            || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),            || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
1035                        ".lit8")                        ".lit8")
1036    #if __sgi
1037              /* According to David Kaelbling <drk@bobo.hudson.sgi.com>,
1038                 the SGI-specific section below is required to avoid core
1039                 dumps during startup (due to SIGBUS) in an X-toolkit
1040                 version of Emacs .  That was on Irix 6.5.14f with
1041                 development tools versions 7.3.1.3m and 7.2.1.3m.  */
1042              || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
1043                          ".got")
1044    #endif
1045            || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),            || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
1046                        ".sdata1")                        ".sdata1")
1047            || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),            || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
# Line 1211  unexec (new_name, old_name, data_start, Line 1220  unexec (new_name, old_name, data_start,
1220                          ".lit4")                          ".lit4")
1221              || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),              || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
1222                          ".lit8")                          ".lit8")
1223    #if __sgi
1224                || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
1225                            ".got")
1226    #endif
1227              || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),              || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
1228                          ".sdata1")                          ".sdata1")
1229              || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),              || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),

Legend:
Removed from v.1.38.16.4  
changed lines
  Added in v.1.38.16.5

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