From 328001eea687420d05a1d74621062d2eb55d1abb Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 22 May 2002 05:07:20 +0000 Subject: 2002-05-21 H.J. Lu (hjl@gnu.org) * bfdlink.h (bfd_link_info): Add allow_multiple_definition. --- include/bfdlink.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/bfdlink.h') diff --git a/include/bfdlink.h b/include/bfdlink.h index a03454721..b1411c381 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -231,6 +231,8 @@ struct bfd_link_info select an appropriate memset function. Apparently it is also normal for HPPA shared libraries to have undefined symbols. */ boolean allow_shlib_undefined; + /* True if ok to have multiple definition. */ + boolean allow_multiple_definition; /* Which symbols to strip. */ enum bfd_link_strip strip; /* Which local symbols to discard. */ -- cgit v1.2.3