Browse Source

binutils: Updated (2.17.50.0.18 -> 2.19.51.0.14)

karasz/qt
Aldas Nabazas 15 years ago committed by Alejandro Mery
parent
commit
0b19cd57bb
  1. 6
      base/binutils/binutils.desc
  2. 12
      base/binutils/have_stdlib.patch
  3. 27
      base/binutils/texinfo-4.13.patch

6
base/binutils/binutils.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../binutils/binutils.desc
[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -41,8 +41,8 @@
[L] GPL
[S] Stable
[V] 2.17.50.0.18
[V] 2.19.51.0.14
[P] X 012--5---9 102.100
[D] 1463952585 binutils-2.17.50.0.18.tar.bz2 ftp://ftp.kernel.org/pub/linux/devel/binutils/
[D] 2836400855 binutils-2.19.51.0.14.tar.bz2 ftp://ftp.kernel.org/pub/linux/devel/binutils/

12
base/binutils/have_stdlib.patch

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../binutils/have_stdlib.patch
# Copyright (C) 2009 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -17,16 +18,17 @@
--- ./libiberty/cplus-dem.c.orig Thu Nov 8 01:11:59 2001
+++ ./libiberty/cplus-dem.c Thu Nov 8 01:14:09 2001
@@ -48,12 +48,7 @@
#pragma weak dlerror
#endif
@@ -49,12 +49,7 @@
#include <string.h>
#include <stdio.h>
-#ifdef HAVE_STDLIB_H
#include <stdlib.h>
-#else
-char * malloc ();
-char * realloc ();
-void * malloc ();
-void * realloc ();
-#endif
#include <demangle.h>
#undef CURRENT_DEMANGLING_STYLE

27
base/binutils/texinfo-4.13.patch

@ -1,27 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../binutils/texinfo-4.13.patch
# Copyright (C) 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./configure.orig 2009-05-13 21:48:45.000000000 +0000
+++ ./configure 2009-05-13 22:04:23.000000000 +0000
@@ -6128,7 +6128,7 @@
# For an installed makeinfo, we require it to be from texinfo 4.4 or
# higher, else we use the "missing" dummy.
if ${MAKEINFO} --version \
- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
+ | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|4\.1[0-9]|[5-9])' >/dev/null 2>&1; then
:
else
MAKEINFO="$MISSING makeinfo"
Loading…
Cancel
Save