From b094c0da4a644f7c8acba941f21be4736f29dd07 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Nov 15 2018 14:35:14 +0000 Subject: Remove debugging fprintf statement accidentally left in patch. Resolves: #1645828 --- diff --git a/binutils-note-merge-improvements.patch b/binutils-note-merge-improvements.patch index 1acaee9..c18c1c4 100644 --- a/binutils-note-merge-improvements.patch +++ b/binutils-note-merge-improvements.patch @@ -9,7 +9,7 @@ must be preserved. 4. Combine the numeric value of any NT_GNU_BUILD_ATTRIBUTE_OPEN notes of type GNU_BUILD_ATTRIBUTE_STACK_SIZE. -@@ -2182,16 +2182,48 @@ merge_gnu_build_notes (bfd * abfd, asect +@@ -2182,16 +2182,47 @@ merge_gnu_build_notes (bfd * abfd, asect its description field is empty then the nearest preceeding OPEN note with a non-empty description field must also be preserved *OR* the description field of the note must be changed to contain the starting @@ -45,7 +45,6 @@ + && back->note.namesz == pnote->note.namesz + && memcmp (back->note.namedata, pnote->note.namedata, pnote->note.namesz) == 0) + { -+ fprintf (stderr, "DUP FUNXC\n"); + duplicate_found = TRUE; + pnote->note.type = 0; + break; diff --git a/binutils.spec b/binutils.spec index c4b5e29..8254b48 100644 --- a/binutils.spec +++ b/binutils.spec @@ -69,7 +69,7 @@ Summary: A GNU collection of binary utilities Name: %{?cross}binutils%{?_with_debug:-debug} Version: 2.31.1 -Release: 15%{?dist} +Release: 16%{?dist} License: GPLv3+ URL: https://sourceware.org/binutils @@ -775,6 +775,9 @@ exit 0 #---------------------------------------------------------------------------- %changelog +* Thu Nov 15 2018 Nick Clifton - 2.31.1-16 +- Remove debugging fprintf statement accidentally left in patch. (#1645828) + * Fri Oct 12 2018 Nick Clifton - 2.31.1-15 - Allow OS specific sections in section groups. (#1639485)