aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.h
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2005-01-21 04:15:59 +0000
committerBen Elliston <bje@au.ibm.com>2005-01-21 04:15:59 +0000
commit7a64f7b8d66f81748f711b5511e716abd63548e0 (patch)
tree54dfcc2826b25017f24d545bdc505859be4a3c23 /ld/ldlang.h
parent753e3eb6f2b4236b9a357c2550b3b0df65f0221e (diff)
downloadfsf-binutils-gdb-7a64f7b8d66f81748f711b5511e716abd63548e0.zip
fsf-binutils-gdb-7a64f7b8d66f81748f711b5511e716abd63548e0.tar.gz
fsf-binutils-gdb-7a64f7b8d66f81748f711b5511e716abd63548e0.tar.bz2
* ldlang.c (lang_reasonable_defaults): Remove.
(lang_process): Don't call lang_reasonable_defaults. * ldexp.c (exp_assop): Remove #if 0'd code. (exp_print_tree): Likewise. * ldlang.c (lang_memory_region_lookup): Likewise. (open_output): Likewise. (lang_do_assignments_1): Likewise. (lang_place_orphans): Likewise. (lang_enter_output_section_statement): Likewise. (lang_reasonable_defaults): Likewise. * ldlang.h (struct lang_input_statement_struct): Likewise. * mri.c (mri_draw_tree): Likewise. (mri_load): Likewise. * pe-dll.c (generate_reloc): Likewise. (make_import_fixup_entry): Likewise. (pe_as16): Likewise. * emultempl/beos.em (set_pe_subsystem): Likewise. * emultempl/hppaelf.em (hppaelf_after_parse): Likewise. * emultempl/pe.em: Likewise. * emultempl/xtensaelf.em (xtensa_colocate_literals): Likewise.
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r--ld/ldlang.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h
index 0862191..b870882 100644
--- a/ld/ldlang.h
+++ b/ld/ldlang.h
@@ -279,9 +279,6 @@ typedef struct lang_input_statement_struct
bfd_boolean loaded;
-#if 0
- unsigned int globals_in_this_file;
-#endif
const char *target;
bfd_boolean real;
} lang_input_statement_type;