diff options
Diffstat (limited to 'ld/ld.h')
-rw-r--r-- | ld/ld.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |