From d089bb16477e6a2456cb80bc5ea72d846a78e26a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 16 Jul 2011 07:58:40 +0000 Subject: Implement ld --print-output-format. --- ld/ld.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ld/ld.h') 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; -- cgit v1.2.1