Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Brown <kbrown@cornell.edu>2022-05-24 21:26:33 +0300
committerKen Brown <kbrown@cornell.edu>2022-05-30 00:54:32 +0300
commite1ce752a1dec6134d6a05d54fc7ba6d9177513c5 (patch)
tree8c505dee6d2f0b9382733bef59f5ebe7677c658a /winsup/cygwin/include/a.out.h
parentb1e304cbd310a6bf36356ccb87aba24f03881885 (diff)
Cygwin: remove miscellaneous 32-bit code
Diffstat (limited to 'winsup/cygwin/include/a.out.h')
-rw-r--r--winsup/cygwin/include/a.out.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/winsup/cygwin/include/a.out.h b/winsup/cygwin/include/a.out.h
index 87053668c..8f006b328 100644
--- a/winsup/cygwin/include/a.out.h
+++ b/winsup/cygwin/include/a.out.h
@@ -391,9 +391,6 @@ typedef struct
uint32_t bsize; /* uninitialized data " " */
uint32_t entry; /* entry pt. */
uint32_t text_start; /* base of text used for this file */
-#ifdef __i386__
- uint32_t data_start; /* base of all data used for this file */
-#endif
/* NT extra fields; see internal.h for descriptions */
uintptr_t ImageBase;
@@ -424,11 +421,7 @@ typedef struct
#undef AOUTSZ
-#ifdef __x86_64__
#define AOUTSZ (AOUTHDRSZ + 212)
-#else
-#define AOUTSZ (AOUTHDRSZ + 196)
-#endif
#undef E_FILNMLEN
#define E_FILNMLEN 18 /* # characters in a file name */