Step 2: base tools: devel/binutils
This commit is contained in:
15
devel/binutils/patches/patch-include_bfdlink.h
Normal file
15
devel/binutils/patches/patch-include_bfdlink.h
Normal file
@@ -0,0 +1,15 @@
|
||||
$NetBSD$
|
||||
|
||||
--- include/bfdlink.h.orig Mon Apr 9 16:27:18 2012
|
||||
+++ include/bfdlink.h
|
||||
@@ -435,6 +435,10 @@ struct bfd_link_info
|
||||
option). If this is NULL, no symbols are being wrapped. */
|
||||
struct bfd_hash_table *wrap_hash;
|
||||
|
||||
+ /* Hash table of symbols which may be left unresolved during
|
||||
+ a link. If this is NULL, no symbols can be left unresolved. */
|
||||
+ struct bfd_hash_table *ignore_hash;
|
||||
+
|
||||
/* The output BFD. */
|
||||
bfd *output_bfd;
|
||||
|
||||
Reference in New Issue
Block a user