summaryrefslogtreecommitdiff
path: root/ld/ld.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-05-21 15:38:04 +0000
committerNick Clifton <nickc@redhat.com>2004-05-21 15:38:04 +0000
commit16475c7f378a08aa88bc6746ebcc397c9c151743 (patch)
tree740f50853534a6bd45941c33eec2c6af422a4e3b /ld/ld.h
parent80a0c2822fc1a92afd1c2528e666bb4602f3b526 (diff)
downloadbinutils-redhat-16475c7f378a08aa88bc6746ebcc397c9c151743.tar.gz
Add --hash-size switch to the linker
Diffstat (limited to 'ld/ld.h')
-rw-r--r--ld/ld.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ld/ld.h b/ld/ld.h
index 1061c35968..2bcf7d27ac 100644
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -1,5 +1,5 @@
/* ld.h -- general linker header file
- Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002
+ Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2004
Free Software Foundation, Inc.
This file is part of GLD, the Gnu Linker.
@@ -241,6 +241,9 @@ typedef struct {
/* If set, only search library directories explicitly selected
on the command line. */
bfd_boolean only_cmd_line_lib_dirs;
+
+ /* The size of the hash table to use. */
+ bfd_size_type hash_table_size;
} ld_config_type;
extern ld_config_type config;