2002-05-21 H.J. Lu (hjl@gnu.org)
* bfdlink.h (bfd_link_info): Add allow_multiple_definition.
This commit is contained in:
parent
c069bf59c3
commit
328001eea6
@ -1,3 +1,7 @@
|
|||||||
|
2002-05-21 H.J. Lu (hjl@gnu.org)
|
||||||
|
|
||||||
|
* bfdlink.h (bfd_link_info): Add allow_multiple_definition.
|
||||||
|
|
||||||
Fri May 17 14:25:40 2002 J"orn Rennecke <joern.rennecke@superh.com>
|
Fri May 17 14:25:40 2002 J"orn Rennecke <joern.rennecke@superh.com>
|
||||||
|
|
||||||
* dis-asm.h (print_insn_shl, print_insn_sh64l): Remove prototype.
|
* dis-asm.h (print_insn_shl, print_insn_sh64l): Remove prototype.
|
||||||
|
@ -231,6 +231,8 @@ struct bfd_link_info
|
|||||||
select an appropriate memset function. Apparently it is also
|
select an appropriate memset function. Apparently it is also
|
||||||
normal for HPPA shared libraries to have undefined symbols. */
|
normal for HPPA shared libraries to have undefined symbols. */
|
||||||
boolean allow_shlib_undefined;
|
boolean allow_shlib_undefined;
|
||||||
|
/* True if ok to have multiple definition. */
|
||||||
|
boolean allow_multiple_definition;
|
||||||
/* Which symbols to strip. */
|
/* Which symbols to strip. */
|
||||||
enum bfd_link_strip strip;
|
enum bfd_link_strip strip;
|
||||||
/* Which local symbols to discard. */
|
/* Which local symbols to discard. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user