aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-08-12 07:59:28 +0000
committerNick Clifton <nickc@redhat.com>2001-08-12 07:59:28 +0000
commitb9a8de1ea39d0e4fb34407388382f192f2304e80 (patch)
treed67bc37e72469440c1f145f88445709618c006f5 /ld/ld.h
parent6ca173e32ce4933fec50f130d36dd07e20391af5 (diff)
downloadgdb-b9a8de1ea39d0e4fb34407388382f192f2304e80.zip
gdb-b9a8de1ea39d0e4fb34407388382f192f2304e80.tar.gz
gdb-b9a8de1ea39d0e4fb34407388382f192f2304e80.tar.bz2
Make --verbose always display linker script
Diffstat (limited to 'ld/ld.h')
-rw-r--r--ld/ld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.h b/ld/ld.h
index 71ac5c9..fef40a5 100644
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -221,7 +221,7 @@ typedef enum {
lang_final_phase_enum
} lang_phase_type;
-extern boolean had_script;
+extern FILE * saved_script_handle;
extern boolean force_make_executable;
/* Non-zero if we are processing a --defsym from the command line. */