4 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
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
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
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