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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/unexelf.c
Date: Mon, 14 Jan 2002 08:02:46 -0500

Index: emacs/src/unexelf.c
diff -c emacs/src/unexelf.c:1.43 emacs/src/unexelf.c:1.44
*** emacs/src/unexelf.c:1.43    Mon Nov 19 10:13:45 2001
--- emacs/src/unexelf.c Sun Nov 25 20:18:25 2001
***************
*** 1016,1022 ****
                      ".sdata1")
          || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
                      ".data1")
!         || !strcmp (old_section_names + NEW_SECTION_H (nn).sh_name,
                      ".sbss"))
        src = (caddr_t) OLD_SECTION_H (n).sh_addr;
        else
--- 1016,1022 ----
                      ".sdata1")
          || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
                      ".data1")
!         || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
                      ".sbss"))
        src = (caddr_t) OLD_SECTION_H (n).sh_addr;
        else



reply via email to

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