aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ld.h')
-rw-r--r--ld/ld.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ld.h b/ld/ld.h
index 2ab94f6..ff654a6 100644
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -61,6 +61,9 @@ typedef struct
boolean magic_demand_paged;
boolean make_executable;
+ /* If true, request BFD to use the traditional format. */
+ boolean traditional_format;
+
/* If true, doing a dynamic link. */
boolean dynamic_link;