summaryrefslogtreecommitdiff
path: root/ld/ldexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldexp.h')
-rw-r--r--ld/ldexp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ldexp.h b/ld/ldexp.h
index 572b703c203..d7b6981418b 100644
--- a/ld/ldexp.h
+++ b/ld/ldexp.h
@@ -178,6 +178,9 @@ struct ldexp_control {
/* State machine and results for DATASEG. */
seg_align_type dataseg;
+
+ /* State machine and results for TEXTSEG. */
+ seg_align_type textseg;
};
extern struct ldexp_control expld;