Commit Graph

130 Commits

Author SHA256 Message Date
d44ece16ab OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=181 2018-11-23 09:23:31 +00:00
0c61b24cd8 OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=180 2018-11-23 09:09:55 +00:00
5e9a5e1f35 OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=179 2018-11-23 08:58:29 +00:00
c6e793c17c OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=177 2018-11-23 08:55:18 +00:00
fa97e6df0e 0001-s390x-more-fixes.patch,
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=176
2018-11-22 18:27:23 +00:00
865e063b74 - build against Toolchain module for SLE12
- add 0001-Bug-397187-s390x-Add-vector-register-support-for-vgd.patch
  0001-Bug-400490-s390x-Fix-register-allocation-for-VRs-vs-.patch,
  0001-Bug-400491-s390x-Sign-extend-immediate-operand-of-LO.patch,
  Implement-emulated-system-registers.-Fixes-392146.patch (FATE#326355)

OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=174
2018-11-22 09:38:33 +00:00
bbd92e39b8 - update to 3.14.0 (bsc#1114575, FATE#326355):
see http://www.valgrind.org/docs/manual/dist.news.html
  * The new option --keep-debuginfo=no|yes (default no) can be used to retain
    debug info for unloaded code.  This allows saved stack traces (e.g. for
    memory leaks) to include file/line info for code that has been dlclose'd (or
    similar).  See the user manual for more information and known limitations.
  * Ability to specify suppressions based on source file name and line number.
  * Majorly overhauled register allocator.  No end-user changes, but the JIT
    generates code a bit more quickly now.
  * Preliminary support for macOS 10.13 has been added.
  * mips: support for MIPS32/MIPS64 Revision 6 has been added.
  * mips: support for MIPS SIMD architecture (MSA) has been added.
  * mips: support for MIPS N32 ABI has been added.
  * s390: partial support for vector instructions (integer and string) has been
    added.
  * Helgrind: Addition of a flag
    --delta-stacktrace=no|yes [yes on linux amd64/x86]
    which specifies how full history stack traces should be computed.
    Setting this to =yes can speed up Helgrind by 25% when using
    --history-level=full.
  * Memcheck: reduced false positive rate for optimised code created by Clang 6
    / LLVM 6 on x86, amd64 and arm64.  In particular, Memcheck analyses code
    blocks more carefully to determine where it can avoid expensive definedness
    checks without loss of precision.  This is controlled by the flag
    --expensive-definedness-checks=no|auto|yes [auto].
  * Valgrind is now buildable with link-time optimisation (LTO).  A new
    configure option --enable-lto=yes allows building Valgrind with LTO.  If the
    toolchain supports it, this produces a smaller/faster Valgrind (up to 10%).
    Note that if you are doing Valgrind development, --enable-lto=yes massively
    slows down the build process.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=173
2018-11-21 12:11:24 +00:00
1fca18412e Accepting request 638251 from home:michals
- valgrind truncates powerpc timebase to 32-bits (bsc#1109589).
  Fix-access-to-time-base-register-to-return-64-bits.patch

OBS-URL: https://build.opensuse.org/request/show/638251
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=171
2018-09-28 00:16:34 +00:00
dbc142bc11 Accepting request 632027 from home:StefanBruens:branches:devel:tools
- Filter out -m64 from optflags, breaks build of 32 bit parts
- Cleanup, remove suse_version < 1100 conditionals
- Use %license for COPYING, COPYING.DOCS

OBS-URL: https://build.opensuse.org/request/show/632027
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=168
2018-08-29 18:20:28 +00:00
Richard Biener
6aec6905f4 Accepting request 631861 from home:StefanBruens:branches:devel:tools
- Fix missing debuginfo with current binutils, boo#1103239
  0001-Accept-read-only-PT_LOAD-segments-and-.rodata.patch

OBS-URL: https://build.opensuse.org/request/show/631861
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=167
2018-08-28 07:21:12 +00:00
e63ec497a9 Accepting request 615954 from home:mbrugger:branches:devel:tools
- ad Implement-emulated-system-registers.-Fixes-392146.patch (bsc#1086543)

OBS-URL: https://build.opensuse.org/request/show/615954
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=165
2018-06-18 07:42:41 +00:00
34f15d5b91 Accepting request 579020 from home:olh:xen-buildrequires
- add valgrind.xen.patch to handle Xen 4.10 (fate#321394, fate#322686)

OBS-URL: https://build.opensuse.org/request/show/579020
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=163
2018-02-22 22:48:13 +00:00
36b9471c71 - add epoll-wait-fix.patch (bsc#1064958)
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=161
2017-10-30 11:05:45 +00:00
b3134b47bd - update to 3.13.0:
- remove fix-ppcl64-clobber-list.patch
  3.13.0 is a feature release with many improvements and the
  usual collection of bug fixes.
  See http://valgrind.org/docs/manual/dist.news.html

OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=158
2017-06-25 11:09:05 +00:00
Martin Pluskal
effc087fb2 Accepting request 490939 from home:marxin:branches:devel:tools
Fix issue seen by GCC7.

OBS-URL: https://build.opensuse.org/request/show/490939
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=156
2017-04-25 08:29:07 +00:00
378801f7f6 - update to 3.12.0 (bsc#1017016)
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=153
2017-01-02 13:48:46 +00:00
Martin Pluskal
ac7ac5e535 Accepting request 447939 from home:mathletic:branches:devel:tools
update to 3.12.0

OBS-URL: https://build.opensuse.org/request/show/447939
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=149
2016-12-28 07:51:29 +00:00
Martin Pluskal
9d1b3ab9be Accepting request 436457 from home:StefanBruens:branches:devel:tools
allows valgrind'ing applications linking to libcrypto (e.g. zypper), see https://bugs.kde.org/show_bug.cgi?id=356393

Note, this may be superseded by an update to valgrind 3.12.0, which is due in 2 days.

OBS-URL: https://build.opensuse.org/request/show/436457
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=147
2016-10-20 06:46:40 +00:00
c45d09f6d7 - add vex-r3197.diff (bsc#981447)
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=144
2016-05-28 11:02:01 +00:00
Martin Pluskal
ac63e40be6 Accepting request 390777 from home:jirislaby:branches:devel:tools
- The previous did not help, remove -strong first.

OBS-URL: https://build.opensuse.org/request/show/390777
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=142
2016-04-20 12:07:42 +00:00
Martin Pluskal
1a6be93935 Accepting request 390651 from home:msmeissn:branches:devel:tools
- also remove -fstack-protector-strong from the CFLAGS

OBS-URL: https://build.opensuse.org/request/show/390651
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=141
2016-04-19 16:09:56 +00:00
f6c9dae3ce - add r15702.diff, r15792.diff, vex-r3210.diff, r15802.diff (fate#319608)
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=139
2016-04-01 10:38:08 +00:00
ce2a565dd0 Accepting request 360912 from home:Andreas_Schwab:Factory
- glibc-version.patch: removed, no longer needed

OBS-URL: https://build.opensuse.org/request/show/360912
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=137
2016-02-22 15:01:53 +00:00
f644d090f6 OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=135 2016-02-15 20:39:51 +00:00
fe2176acc0 - update to 3.11.0:
* 3.11.0 is a feature release with many improvements and the usual
  collection of bug fixes.
- replace gcc-version.patch with gcc5.patch: This is the upstream
  version
- drop valgrind-linux-4.0.patch: merged upstream
- add svn-r15766.patch: Fix valgrind with recent kernels
- jit-register-unregister.diff commented out, needs porting

OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=134
2016-02-15 16:07:18 +00:00
Tomas Cech
c12e95dd5c Accepting request 299063 from home:dimstar:Factory
This should fix build of valgrind with Linux kernel 4.0, currently in staging J

OBS-URL: https://build.opensuse.org/request/show/299063
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=130
2015-04-24 09:00:38 +00:00
Tomas Cech
321aae1516 Accepting request 294240 from home:pluskalm:branches:devel:tools
- Cleanup spec file with spec-cleaner
- Update to 3.10.1
  * bugfix release (for full list of solved issues see NEWS file)

OBS-URL: https://build.opensuse.org/request/show/294240
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=128
2015-04-02 18:28:10 +00:00
Richard Biener
9b1f907d2d Accepting request 285793 from home:rguenther:branches:devel:tools
- gcc-version.patch: Add support for GCC 5.

OBS-URL: https://build.opensuse.org/request/show/285793
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=126
2015-02-12 12:08:31 +00:00
Martin Pluskal
92b6f5980a Accepting request 285065 from home:Andreas_Schwab:Factory
- glibc-version.patch: Add support for glibc 2.21.

OBS-URL: https://build.opensuse.org/request/show/285065
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=124
2015-02-10 10:20:04 +00:00
Stephan Kulow
b8473f99fd Accepting request 249609 from home:Andreas_Schwab:Factory
- glibc-2.19.patch: removed
- Fix file list

OBS-URL: https://build.opensuse.org/request/show/249609
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=121
2014-09-17 08:25:05 +00:00
c6e998efa8 OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=120 2014-09-16 15:44:57 +00:00
1b47f25a03 - update to 3.10.0:
* Support for the 64-bit ARM Architecture (AArch64 ARMv8).  This port
    is mostly complete, and is usable, but some SIMD instructions are as
    yet unsupported.
  * Support for little-endian variant of the 64-bit POWER architecture.
  * Support for Android on MIPS32.
  * Support for 64bit FPU on MIPS32 platforms.
  * Both 32- and 64-bit executables are supported on MacOSX 10.8 and 10.9.
  * Configuration for and running on Android targets has changed.
    See README.android in the source tree for details.
  - drop VEX-r2803.diff, VEX-r2808.diff, VEX-r2816.diff, VEX-r2858.diff,
  VEX-r2904.diff, VEX-r2910.diff, VEX-r2914.diff, VEX-r2915.diff,
  VEX-r2916.diff, aarch64-VEX-support.diff, aarch64-support.diff,
  r13767.diff, r13770.diff, r14184.diff, r14238.diff, r14239.diff,
  r14240.diff, r14246.diff, r2798.diff, valgrind-r13948.diff

OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=119
2014-09-16 15:32:24 +00:00
33b69a3c19 OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=115 2014-08-17 21:53:49 +00:00
0ed966f036 - update for ppc64le support (bnc#880334):
- drop: valgrind-3.9.0-merge.patches.from.Paul.McKenney.patch,
  valgrind-3.9.0-ppc64le-abiv2.patch
  - add: VEX-r2803.diff, VEX-r2808.diff, VEX-r2816.diff
  VEX-r2904.diff, VEX-r2910.diff, VEX-r2914.diff, VEX-r2915.diff,
  VEX-r2916.diff, r13767.diff, r13770.diff, r14184.diff, r14238.diff,
  r14239.diff, r14240.diff, r14246.diff

OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=114
2014-08-17 21:49:48 +00:00
0515c55030 Accepting request 242867 from home:Andreas_Schwab:Factory
- Fix patch conflicts.

OBS-URL: https://build.opensuse.org/request/show/242867
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=112
2014-07-30 09:36:40 +00:00
a32108fd69 - add VEX-r2858.diff, valgrind-r13948.diff for (bnc#883157)
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=110
2014-06-18 15:10:06 +00:00
Stephan Kulow
63fddd1dff Accepting request 234619 from home:Andreas_Schwab:Factory
- Update aarch64-support.diff, aarch64-VEX-support.diff from svn

OBS-URL: https://build.opensuse.org/request/show/234619
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=108
2014-05-19 16:51:02 +00:00
31b27a56e0 - add aarch64-support.diff, aarch64-VEX-support.diff: aarch64 support
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=106
2014-04-24 08:55:37 +00:00
457c78b7c8 - added patches:
* r2798.diff

OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=104
2014-02-18 14:33:33 +00:00
429fb00f01 Accepting request 221833 from home:Andreas_Schwab:Factory
- glibc-2.19.patch: add support for glibc 2.19

OBS-URL: https://build.opensuse.org/request/show/221833
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=102
2014-02-11 14:39:02 +00:00
Michael Matz
18c6c09d2d Accepting request 213760 from home:michel_mno:branches:devel:tools
- add support of ppc64le architecture
- added patches:
  * valgrind-3.9.0-merge.patches.from.Paul.McKenney.patch
  * valgrind-3.9.0-ppc64le-abiv2.patch
- This is a request for devel:tools project
  but will need also to enable openSUSE:Factory:PowerPC ppc64le build.

OBS-URL: https://build.opensuse.org/request/show/213760
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=100
2014-01-13 17:13:15 +00:00
fd7ca92df0 - add armv6-support.diff: Add support for armv6hl
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=98
2014-01-03 19:26:35 +00:00
Philipp Thomas
7999429db0 Accepting request 206037 from home:burnus:branches:devel:tools
- update to 3.9.0:
* Support for Intel AVX2 instructions.  This is available only on 64
  bit code.
* Support for POWER8 (Power ISA 2.07) instructions.
* Initial support for Intel Transactional Synchronization Extensions,
  both RTM and HLE.
* Initial support for Hardware Transactional Memory on POWER.
* Improvements in handling of vectorised code, leading to
  significantly fewer false error reports.  You need to use the flag
  --partial-loads-ok=yes to get the benefits of these changes.
* Better control over the leak checker.  It is now possible to
  specify which leak kinds (definite/indirect/possible/reachable)
  should be displayed.
* Reduced "possible leak" reports from the leak checker by the use
  of better heuristics.
* Better control of stacktrace acquisition for heap-allocated
  blocks.
* Better reporting of leak suppression usage.
* New and modified GDB server monitor features.
* New flag --sigill-diagnostics to control whether a diagnostic
  message is printed when the JIT encounters an instruction it can't
  translate.
* The maximum amount of memory that Valgrind can use on 64 bit
  targets has been increased from 32GB to 64GB.
* Additional smaller new features and many bug fixes.
- Remove obsolete raise-segnames-limit.diff,
  valgrind-glibc-2.17.patch and valgrind-glibc-2.18.patch.

OBS-URL: https://build.opensuse.org/request/show/206037
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=96
2013-11-07 11:51:10 +00:00
c63ea4e948 Accepting request 186969 from home:Andreas_Schwab:Factory
- valgrind-glibc-2.18.patch: add support for glibc 2.18

OBS-URL: https://build.opensuse.org/request/show/186969
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=94
2013-08-14 09:32:27 +00:00
963501beb1 Accepting request 162744 from home:namtrac:bugfix
- Add Source URL, see https://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/162744
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=92
2013-04-05 11:18:22 +00:00
Ismail Dönmez
9caadfdcd1 - Add valgrind-glibc-2.17.patch to fix compilation with glibc 2.17
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=87
2012-12-31 09:18:48 +00:00
902853a901 - raise seglimit to make it more useful for some apps
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=85
2012-10-04 11:37:00 +00:00
Richard Biener
f839457e0e Accepting request 135180 from home:burnus:branches:devel:tools
- update to 3.8.1 (bnc#776211):
* Fixes some assertion failures.
* Support for some missing instructions on ARM.
* Support instructions MOVAPS and TZCNT.
* Bug fixes.

OBS-URL: https://build.opensuse.org/request/show/135180
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=83
2012-09-21 08:46:56 +00:00
7e02f994a6 - update to 3.8.0:
* Support for MIPS32 platforms running Linux.  Valgrind has been
  tested on MIPS32 and MIPS32r2 platforms running different Debian
  Squeeze and MeeGo distributions.  Both little-endian and big-endian
  cores are supported.  The tools Memcheck, Massif and Lackey have
  been tested and are known to work. See README.mips for more details.
* Preliminary support for Android running on x86.
* Preliminary (as-yet largely unusable) support for MacOSX 10.8.
* Support for Intel AVX instructions and for AES instructions.  This
  support is available only for 64 bit code.
* Support for POWER Decimal Floating Point instructions.
* Non-libc malloc implementations are now supported.  This is useful
  for tools that replace malloc (Memcheck, Massif, DRD, Helgrind).
  Using the new option --soname-synonyms, such tools can be informed
  that the malloc implementation is either linked statically into the
  executable, or is present in some other shared library different
  from libc.so.  This makes it possible to process statically linked
  programs, and programs using other malloc libraries, for example
  TCMalloc or JEMalloc.
* For tools that provide their own replacement for malloc et al, the
  option --redzone-size=<number> allows users to specify the size of
  the padding blocks (redzones) added before and after each client
  allocated block.  Smaller redzones decrease the memory needed by
  Valgrind.  Bigger redzones increase the chance to detect blocks
  overrun or underrun.  Prior to this change, the redzone size was
  hardwired to 16 bytes in Memcheck.
* Memcheck:
  - The leak_check GDB server monitor command now can
    control the maximum nr of loss records to output.
  - Reduction of memory use for applications allocating

OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=79
2012-09-05 15:20:05 +00:00
b0b37de553 OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=78 2012-09-05 15:11:33 +00:00