diff options
author | Nick Clifton <nickc@redhat.com> | 2001-08-12 07:59:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-08-12 07:59:28 +0000 |
commit | b9a8de1ea39d0e4fb34407388382f192f2304e80 (patch) | |
tree | d67bc37e72469440c1f145f88445709618c006f5 /ld/ld.h | |
parent | 6ca173e32ce4933fec50f130d36dd07e20391af5 (diff) | |
download | gdb-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |