2012-06-14debug/gdb: update Linaro GDB revisions to 2012.06
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [Thu, 14 Jun 2012 23:04:28 +0200] rev 2995
debug/gdb: update Linaro GDB revisions to 2012.06

Update Linaro GDB with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>

2012-06-14cc/gcc: update Linaro GCC revisions to 2012.06
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [Thu, 14 Jun 2012 22:55:50 +0200] rev 2994
cc/gcc: update Linaro GCC revisions to 2012.06

Update Linaro GCC with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>

2012-06-11kernel/linux: add latest versions
"Yann E. MORIN" <yann.morin.1998@free.fr> [Mon, 11 Jun 2012 21:50:11 +0200] rev 2993
kernel/linux: add latest versions

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2012-06-10debug/duma: fix download url
"Yann E. MORIN" <yann.morin.1998@free.fr> [Sun, 10 Jun 2012 23:51:40 +0200] rev 2992
debug/duma: fix download url

Sourceforge has again changed its mirroring system... :-(

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2012-06-06libc/eglibc: fix missing LIBC_TRY_CC_OPTION definition (eglibc 2.15)
Matthieu Crapet <mcrapet@gmail.com> [Wed, 06 Jun 2012 12:03:12 +0200] rev 2991
libc/eglibc: fix missing LIBC_TRY_CC_OPTION definition (eglibc 2.15)

Upstream SVN is currently broken:
http://www.eglibc.org/svn/branches/eglibc-2_15/libc/

LIBC_TRY_CC_OPTION macro is not defined in aclocal.m4.
This patch fix the configure script.

Once upstream branch will be fixed this patch could be reverted.

Related patch (committed to eglibc trunk):
Use autoconf macro for testing compiler options with empty input
http://sourceware.org/ml/libc-alpha/2012-03/msg00816.html

Signed-off-by: Matthieu Crapet <mcrapet@gmail.com>

diff -r 1f6c8e4b2b92 -r d10afc5bcc25
patches/eglibc/2_15/110-aclocal-LIBC_TRY_CC_OPTION.patch

2012-06-03libc/uClibc: add 0.9.33.2
"Yann E. MORIN" <yann.morin.1998@free.fr> [Sun, 03 Jun 2012 20:58:37 +0200] rev 2990
libc/uClibc: add 0.9.33.2

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2012-05-25kernel/linux: update revisions
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [Fri, 25 May 2012 19:09:43 +0200] rev 2989
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>

2012-05-29completion: fix function name
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 29 May 2012 18:52:13 +0200] rev 2988
completion: fix function name

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2012-05-17cc/gcc: update Linaro GCC revisions to 2012.05
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [Thu, 17 May 2012 17:54:49 +0200] rev 2987
cc/gcc: update Linaro GCC revisions to 2012.05

Update Linaro GCC with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>

2012-05-17debug/gdb: add option to enable/disable the IPA lib for gdbserver
"Yann E. MORIN" <yann.morin.1998@free.fr> [Thu, 17 May 2012 17:56:27 +0200] rev 2986
debug/gdb: add option to enable/disable the IPA lib for gdbserver

gdbserver >= 7.2 comes with an optional library to use tracepoints, the
In Process Agent (IPA) library, libinproctrace.so.

Currently, we build gdbserver staticaly, but that breaks the build of
the IPA lib.

Add an option to biuld the IPA lib, but not if statically linking.

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>