comparison src/unexec.c @ 41971:00a2b39fce69

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 11 Dec 2001 22:56:41 +0000
parents b6ca9b64ce9f
children 23a1cea22d13
comparison
equal deleted inserted replaced
41970:7f2b18510503 41971:00a2b39fce69
286 #define N_SYMOFF(x) LESYM_OFFSET(x) 286 #define N_SYMOFF(x) LESYM_OFFSET(x)
287 static EXEC_HDR_TYPE hdr, ohdr; 287 static EXEC_HDR_TYPE hdr, ohdr;
288 288
289 #else /* not HPUX */ 289 #else /* not HPUX */
290 290
291 #if defined (USG) && !defined (IBMAIX) && !defined (IRIS) && !defined (COFF_ENCAPSULATE) && !defined (LINUX) 291 #if defined (USG) && !defined (IBMAIX) && !defined (IRIS) && !defined (COFF_ENCAPSULATE) && !defined (GNU_LINUX)
292 static struct bhdr hdr, ohdr; 292 static struct bhdr hdr, ohdr;
293 #define a_magic fmagic 293 #define a_magic fmagic
294 #define a_text tsize 294 #define a_text tsize
295 #define a_data dsize 295 #define a_data dsize
296 #define a_bss bsize 296 #define a_bss bsize