emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/unexmacosx.c


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/unexmacosx.c
Date: Fri, 04 Apr 2003 01:24:08 -0500

Index: emacs/src/unexmacosx.c
diff -c emacs/src/unexmacosx.c:1.4 emacs/src/unexmacosx.c:1.5
*** emacs/src/unexmacosx.c:1.4  Tue Feb  4 09:03:13 2003
--- emacs/src/unexmacosx.c      Tue Feb 18 10:58:00 2003
***************
*** 638,644 ****
        else if (strncmp (sectp->sectname, "__la_symbol_ptr", 16) == 0
               || strncmp (sectp->sectname, "__nl_symbol_ptr", 16) == 0
               || strncmp (sectp->sectname, "__dyld", 16) == 0
!              || strncmp (sectp->sectname, "__const", 16) == 0)
        {
          if (!unexec_copy (sectp->offset, old_file_offset, sectp->size))
            unexec_error ("cannot copy section %s", sectp->sectname);
--- 638,645 ----
        else if (strncmp (sectp->sectname, "__la_symbol_ptr", 16) == 0
               || strncmp (sectp->sectname, "__nl_symbol_ptr", 16) == 0
               || strncmp (sectp->sectname, "__dyld", 16) == 0
!              || strncmp (sectp->sectname, "__const", 16) == 0
!              || strncmp (sectp->sectname, "__cfstring", 16) == 0)
        {
          if (!unexec_copy (sectp->offset, old_file_offset, sectp->size))
            unexec_error ("cannot copy section %s", sectp->sectname);




reply via email to

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