From e3937e850deabbc29c04d1ef34fbeb6577a0c8b3 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Nov 15 2018 13:47:02 +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 a42b0b7..41059ad 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: 13%{?dist} +Release: 14%{?dist} License: GPLv3+ URL: https://sourceware.org/binutils @@ -734,6 +734,9 @@ exit 0 #---------------------------------------------------------------------------- %changelog +* Thu Nov 15 2018 Nick Clifton - 2.31.1-14 +- Remove debugging fprintf statement accidentally left in patch. (#1645828) + * Tue Sep 04 2018 Nick Clifton - 2.31.1-13 - Delay the evaluation of linker script constants until after the configuration options have been set. (#1624751)