From bd0afd4525913160d72791a7b36ef858fe2fb0e0 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 4 Feb 2013 11:13:03 +0000 Subject: [PATCH] - Rebase on 2.23.51.0.9 release. - Retire binutils-2.23.51.0.8-arm-whitespace.patch. Resolves: #907089 --- binutils-2.23.51.0.8-arm-whitespace.patch | 26 ----------------------- binutils.spec | 11 +++++----- sources | 2 +- 3 files changed, 7 insertions(+), 32 deletions(-) delete mode 100644 binutils-2.23.51.0.8-arm-whitespace.patch diff --git a/binutils-2.23.51.0.8-arm-whitespace.patch b/binutils-2.23.51.0.8-arm-whitespace.patch deleted file mode 100644 index 0dd504a..0000000 --- a/binutils-2.23.51.0.8-arm-whitespace.patch +++ /dev/null @@ -1,26 +0,0 @@ -*** ../binutils-2.23.51.0.8.orig/gas/config/tc-arm.c 2013-01-21 10:21:58.492233640 +0000 ---- gas/config/tc-arm.c 2013-01-21 10:23:21.640318334 +0000 -*************** const char FLT_CHARS[] = "rRsSfFdDxXeEpP -*** 885,890 **** ---- 885,893 ---- - static inline int - skip_past_char (char ** str, char c) - { -+ /* PR gas/14987: Allow for whitespace before the expected character. */ -+ skip_whitespace (*str); -+ - if (**str == c) - { - (*str)++; -*************** parse_address_main (char **str, int i, i -*** 5168,5173 **** ---- 5171,5179 ---- - return PARSE_OPERAND_SUCCESS; - } - -+ /* PR gas/14887: Allow for whitespace after the opening bracket. */ -+ skip_whitespace (p); -+ - if ((reg = arm_reg_parse (&p, REG_TYPE_RN)) == FAIL) - { - inst.error = _(reg_expected_msgs[REG_TYPE_RN]); diff --git a/binutils.spec b/binutils.spec index a4a936a..d2aa5bc 100644 --- a/binutils.spec +++ b/binutils.spec @@ -16,8 +16,8 @@ Summary: A GNU collection of binary utilities Name: %{?cross}binutils%{?_with_debug:-debug} -Version: 2.23.51.0.8 -Release: 4%{?dist} +Version: 2.23.51.0.9 +Release: 1%{?dist} License: GPLv3+ Group: Development/Tools URL: http://sources.redhat.com/binutils @@ -40,8 +40,6 @@ Patch08: binutils-2.22.52.0.1-relro-on-by-default.patch Patch09: binutils-2.22.52.0.1-export-demangle.h.patch # Disable checks that config.h has been included before system headers. BZ #845084 Patch10: binutils-2.22.52.0.4-no-config-h-check.patch -# Allow more whitespace in ARM assembler instructions. -Patch11: binutils-2.23.51.0.8-arm-whitespace.patch Provides: bundled(libiberty) @@ -148,7 +146,6 @@ using libelf instead of BFD. %endif %patch09 -p0 -b .export-demangle-h~ %patch10 -p0 -b .no-config-h-check~ -%patch11 -p0 -b .arm-whitespace~ # We cannot run autotools as there is an exact requirement of autoconf-2.59. @@ -448,6 +445,10 @@ exit 0 %endif # %{isnative} %changelog +* Mon Feb 04 2013 Nick Clifton - 2.23.51.0.9-1 +- Rebase on 2.23.51.0.9 release. (#907089) +- Retire binutils-2.23.51.0.8-arm-whitespace.patch. + * Mon Jan 21 2013 Nick Clifton - 2.23.51.0.8-4 - Allow more whitespace in ARM instructions. (#892261) diff --git a/sources b/sources index e5ab4cd..2346500 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -52db235c4e05928827a37ae1e8213bc7 binutils-2.23.51.0.8.tar.bz2 +6e875d6368ec4c92e1dd620b70f2cbda binutils-2.23.51.0.9.tar.bz2