changeset 1496:00aa1c3e3165

upgrade package binutils
author Mark Brand <mabrand@mabrand.nl>
date Wed, 08 Dec 2010 15:56:23 +0100
parents 2cc9a6209a69
children 2ec8258192cb
files src/binutils-1-gas-memmove.patch src/binutils.mk
diffstat 2 files changed, 2 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/src/binutils-1-gas-memmove.patch	Wed Dec 08 12:03:33 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-This file is part of mingw-cross-env.
-See doc/index.html for further information.
-
-This patch has been taken from:
-http://sourceware.org/bugzilla/show_bug.cgi?id=11456
-
-diff -u -r1.22 -r1.23
---- a/gas/input-scrub.c	2009/09/11 15:27:33	1.22
-+++ b/gas/input-scrub.c	2010/03/30 23:20:25	1.23
-@@ -343,8 +343,8 @@
- 
-   if (partial_size)
-     {
--      memcpy (buffer_start + BEFORE_SIZE, partial_where,
--	      (unsigned int) partial_size);
-+      memmove (buffer_start + BEFORE_SIZE, partial_where,
-+	       (unsigned int) partial_size);
-       memcpy (buffer_start + BEFORE_SIZE, save_source, AFTER_SIZE);
-     }
-   limit = input_file_give_next_buffer (buffer_start
--- a/src/binutils.mk	Wed Dec 08 12:03:33 2010 +0100
+++ b/src/binutils.mk	Wed Dec 08 15:56:23 2010 +0100
@@ -4,8 +4,8 @@
 # GNU Binutils
 PKG             := binutils
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 2.20.1
-$(PKG)_CHECKSUM := fd2ba806e6f3a55cee453cb25c86991b26a75dee
+$(PKG)_VERSION  := 2.21
+$(PKG)_CHECKSUM := ef93235588eb443e4c4a77f229a8d131bccaecc6
 $(PKG)_SUBDIR   := binutils-$($(PKG)_VERSION)
 $(PKG)_FILE     := binutils-$($(PKG)_VERSION).tar.bz2
 $(PKG)_WEBSITE  := http://www.gnu.org/software/binutils/