summaryrefslogtreecommitdiff
path: root/ld/ld.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2011-07-16 07:58:40 +0000
committerRoland McGrath <roland@gnu.org>2011-07-16 07:58:40 +0000
commitd089bb16477e6a2456cb80bc5ea72d846a78e26a (patch)
treeb9e76a8f753949c98eda9441b97b0ce06f9a78d1 /ld/ld.h
parent2c56cac210a3d1d833219e22bfa0459397f05bf2 (diff)
downloadbinutils-redhat-d089bb16477e6a2456cb80bc5ea72d846a78e26a.tar.gz
Implement ld --print-output-format.
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 996cdd22b1..a18b265eb8 100644
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -200,6 +200,9 @@ typedef struct {
input files. */
bfd_boolean accept_unknown_input_arch;
+ /* If TRUE we'll just print the default output on stdout. */
+ bfd_boolean print_output_format;
+
/* Big or little endian as set on command line. */
enum endian_enum endian;