[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/unexelf.c
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/unexelf.c |
Date: |
Wed, 18 Sep 2002 11:55:11 -0400 |
Index: emacs/src/unexelf.c
diff -c emacs/src/unexelf.c:1.49 emacs/src/unexelf.c:1.50
*** emacs/src/unexelf.c:1.49 Mon Sep 16 11:28:25 2002
--- emacs/src/unexelf.c Wed Sep 18 11:55:11 2002
***************
*** 1013,1020 ****
|| !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
".lit8")
|| !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
- ".got")
- || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
".sdata1")
|| !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
".data1")
--- 1013,1018 ----
***************
*** 1197,1204 ****
".lit4")
|| !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
".lit8")
- || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
- ".got")
|| !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
".sdata1")
|| !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
--- 1195,1200 ----