11 Commits

Author SHA1 Message Date
jow
5028fab7fe [packages] valgrind: fix load address handling
The compile-time generation of the valgrind linker script broke due to toolchain updates
resulting in valgrind binaries compiled with the standard load address of 0x08048000 which
leads to memory conflicts with the debug client later on; valgrind will abort with the 
message below:

  valgrind: mmap(0x8048000, 348160) failed in UME with error 22 (Invalid argument).
  valgrind: this can be caused by executables with very large text, data or bss segments.

This change adds another sed pattern to properly substitute the current linker script format.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@28180 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-06 00:23:30 +00:00
jow
9d9c45d81f [packages] valgrind: use LIBGCC_A
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28177 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-05 19:32:39 +00:00
nbd
5280273e98 valgrind: fix libgcc linking
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25824 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02 12:03:46 +00:00
nbd
996067d6b3 nuke $Id$ in /packages as well
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17 14:22:30 +00:00
nbd
21cb9cf5f1 upgrade valgrind to 3.3.1, refresh patches (#3699)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12331 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-17 11:49:42 +00:00
nbd
9ee4ea6716 fix valgrind on ppc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12330 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-17 11:49:31 +00:00
florian
c8db7b9634 Makefile cleanups, round 4
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12173 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-05 22:02:15 +00:00
nbd
92b99b9b18 fix valgrind compile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12171 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-05 22:00:32 +00:00
nbd
e296673ba6 packages: Use $(CP) instead of $(INSTALL_BIN) for binaries.
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@9695 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-09 18:59:01 +00:00
florian
4bda1ecb84 provide the default uclibc.supp file
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9474 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-01 17:12:09 +00:00
florian
16416a7f88 Add valgrind
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9445 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-25 13:59:16 +00:00