New commits:
commit bcc38265702e484f743a64da35dcd84398953ad4
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
2018-12-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
diff --git a/devel/binutils/PRE_BUILD b/devel/binutils/PRE_BUILD
deleted file mode 100755
index 922c0ab..0000000
--- a/devel/binutils/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-apply_patch_dir patches
diff --git a/devel/binutils/patches/elflink.patch
b/devel/binutils/patches/elflink.patch
deleted file mode 100644
index 4b5746c..0000000
--- a/devel/binutils/patches/elflink.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/bfd/elflink.c b/bfd/elflink.c
-index b24fb95848..02618bed8f 100644
---- a/bfd/elflink.c
-+++ b/bfd/elflink.c
-@@ -686,13 +686,11 @@ bfd_elf_record_link_assignment (bfd *output_bfd,
- && !h->def_regular)
- h->root.type = bfd_link_hash_undefined;
-
-- /* If this symbol is not being provided by the linker script, and it is
-- currently defined by a dynamic object, but not by a regular object,
-- then clear out any version information because the symbol will not be
-- associated with the dynamic object any more. */
-- if (!provide
-- && h->def_dynamic
-- && !h->def_regular)
-+ /* If this symbol is currently defined by a dynamic object, but not
-+ by a regular object, then clear out any version information because
-+ the symbol will not be associated with the dynamic object any
-+ more. */
-+ if (h->def_dynamic && !h->def_regular)
- h->verinfo.verdef = NULL;
-
- /* Make sure this symbol is not garbage collected. */
-
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (bcc38265702e484f743a64da35dcd84398953ad4),
Pavel Vinogradov, 02/02/2019