diff options
author | Nick Clifton <nickc@redhat.com> | 2004-05-21 15:38:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-05-21 15:38:04 +0000 |
commit | 2d643429defea3c00819c1d9a288d424ad76a825 (patch) | |
tree | 8be2842d14c593c384ec38d66ae86902a6316e6e /ld/ld.h | |
parent | 8377c19cc4edbdbb66f30996bd0400ff9ec1562a (diff) | |
download | gdb-2d643429defea3c00819c1d9a288d424ad76a825.zip gdb-2d643429defea3c00819c1d9a288d424ad76a825.tar.gz gdb-2d643429defea3c00819c1d9a288d424ad76a825.tar.bz2 |
Add --hash-size switch to the linker
Diffstat (limited to 'ld/ld.h')
-rw-r--r-- | ld/ld.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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; |