emacs-diffs
[Top][All Lists]
Advanced

[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: Mon, 16 Sep 2002 11:28:25 -0400

Index: emacs/src/unexelf.c
diff -c emacs/src/unexelf.c:1.48 emacs/src/unexelf.c:1.49
*** emacs/src/unexelf.c:1.48    Sat Apr 13 05:52:42 2002
--- emacs/src/unexelf.c Mon Sep 16 11:28:25 2002
***************
*** 1013,1018 ****
--- 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")
***************
*** 1195,1200 ****
--- 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),




reply via email to

[Prev in Thread] Current Thread [Next in Thread]