aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ld.h')
-rw-r--r--ld/ld.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ld.h b/ld/ld.h
index c776de6..16c8096 100644
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -84,6 +84,12 @@ typedef struct
/* If true, build MIPS embedded PIC relocation tables in the output
file. */
boolean embedded_relocs;
+
+ /* If true, force generation of a file with a .exe file. */
+ boolean force_exe_suffix;
+
+ /* If true, generate a cross reference report. */
+ boolean cref;
} args_type;
extern args_type command_line;
@@ -145,4 +151,7 @@ extern int parsing_defsym;
extern int yyparse PARAMS ((void));
+extern void add_cref PARAMS ((const char *, bfd *, asection *, bfd_vma));
+extern void output_cref PARAMS ((FILE *));
+
#endif