binutils: update to binutils-2.21.51.0.1

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-21 20:37:15 +01:00
parent 7efbd42c4c
commit 8199e05446
3 changed files with 1 additions and 12 deletions

View File

@ -1,5 +1,5 @@
PKG_NAME="binutils"
PKG_VERSION="2.20.51.0.11"
PKG_VERSION="2.21.51.0.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -1,11 +0,0 @@
--- binutils-2.20.51.0.11/bfd/compress.c.orig 2010-08-11 23:52:42.000000000 +0200
+++ binutils-2.20.51.0.11/bfd/compress.c 2010-09-26 11:08:50.196564435 +0200
@@ -94,7 +94,7 @@
bfd_set_error (bfd_error_invalid_operation);
return FALSE;
#else
- bfd_size_type compressed_size;
+ uLong compressed_size;
bfd_byte *compressed_buffer;
compressed_size = compressBound (uncompressed_size) + 12;