/[emacs]/emacs/src/unexmacosx.c
ViewVC logotype

Diff of /emacs/src/unexmacosx.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by lektu, Tue Feb 4 14:03:13 2003 UTC revision 1.5 by akochoi, Tue Feb 18 15:58:00 2003 UTC
# Line 638  copy_data_segment (struct load_command * Line 638  copy_data_segment (struct load_command *
638        else if (strncmp (sectp->sectname, "__la_symbol_ptr", 16) == 0        else if (strncmp (sectp->sectname, "__la_symbol_ptr", 16) == 0
639                 || strncmp (sectp->sectname, "__nl_symbol_ptr", 16) == 0                 || strncmp (sectp->sectname, "__nl_symbol_ptr", 16) == 0
640                 || strncmp (sectp->sectname, "__dyld", 16) == 0                 || strncmp (sectp->sectname, "__dyld", 16) == 0
641                 || strncmp (sectp->sectname, "__const", 16) == 0)                 || strncmp (sectp->sectname, "__const", 16) == 0
642                   || strncmp (sectp->sectname, "__cfstring", 16) == 0)
643          {          {
644            if (!unexec_copy (sectp->offset, old_file_offset, sectp->size))            if (!unexec_copy (sectp->offset, old_file_offset, sectp->size))
645              unexec_error ("cannot copy section %s", sectp->sectname);              unexec_error ("cannot copy section %s", sectp->sectname);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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