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

Diff of /emacs/src/unexconvex.c

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

revision 1.5 by erik, Mon Jan 15 09:06:29 1996 UTC revision 1.5.20.1 by miles, Fri Apr 4 06:21:03 2003 UTC
# Line 137  before writing it (above and beyond the Line 137  before writing it (above and beyond the
137  program text).  HDR's standard fields are already correct, except that  program text).  HDR's standard fields are already correct, except that
138  this adjustment to the `a_text' field has not yet been made;  this adjustment to the `a_text' field has not yet been made;
139  thus, the amount of offset can depend on the data in the file.  thus, the amount of offset can depend on the data in the file.
140      
141  * A_TEXT_SEEK(HDR)  * A_TEXT_SEEK(HDR)
142    
143  If defined, this macro specifies the number of bytes to seek into the  If defined, this macro specifies the number of bytes to seek into the
# Line 244  unsigned data_start, bss_start, entry_ad Line 244  unsigned data_start, bss_start, entry_ad
244        || copy_text_and_data (new) < 0        || copy_text_and_data (new) < 0
245        || copy_sym (new, a_out, a_name, new_name) < 0 ) {        || copy_sym (new, a_out, a_name, new_name) < 0 ) {
246          close (new);          close (new);
247          return -1;                return -1;
248      }      }
249    
250      close (new);      close (new);

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

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