Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (bcc38265702e484f743a64da35dcd84398953ad4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (bcc38265702e484f743a64da35dcd84398953ad4)
  • Date: Sat, 2 Feb 2019 21:14:17 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

devel/binutils/DETAILS | 3 +--
devel/binutils/HISTORY | 6 +++++-
devel/binutils/PRE_BUILD | 3 ---
devel/binutils/patches/elflink.patch | 24 ------------------------
4 files changed, 6 insertions(+), 30 deletions(-)

New commits:
commit bcc38265702e484f743a64da35dcd84398953ad4
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

devel/binutils: version 2.32

diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS
index 79bdac4..0aea2a1 100755
--- a/devel/binutils/DETAILS
+++ b/devel/binutils/DETAILS
@@ -1,6 +1,5 @@
SPELL=binutils
- VERSION=2.31.1
- PATCHLEVEL=1
+ VERSION=2.32
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
diff --git a/devel/binutils/HISTORY b/devel/binutils/HISTORY
index dc2e74b..5560cda 100644
--- a/devel/binutils/HISTORY
+++ b/devel/binutils/HISTORY
@@ -1,5 +1,9 @@
+2019-02-02 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.32
+ * PRE_BUILD, patches/elflink.patch: dropped, fixed in upstream
+
2019-01-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: delete gnupg
+ * DEPENDS: delete gnupg

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

Archive powered by MHonArc 2.6.24.

Top of Page