18 Commits

Author SHA1 Message Date
laokz
1d913d802a
riscv64: force --enable-frame-pointers configure option
Configure script detect -fno-omit-frame-pointer and -momit-leaf-frame-pointer
compile options both together, see,
  https://github.com/gperftools/gperftools/blob/master/configure.ac#L211

For RISC-V, until gcc14 -momit-leaf-frame-pointer was not supported, see,
  https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=39663298b5934831a0125e12f113ebd83248c3be

We use gcc12, thus the detection would be failed and no fp used in the code,
and then stacktrace_unittest's generic_fp test failed. Add --enable-frame-pointers
configure option can force -fno-omit-frame-pointer alone been used.

Sigend-off-by: laokz <zhangkai@iscas.ac.cn>
2024-04-21 10:41:22 +00:00
Ni Cunshu
e55870e020 Upgrade to 2.15
Signed-off-by: Ni Cunshu <nicunshu@huawei.com>
2024-02-06 21:26:37 +08:00
doupengda
6f2f66bd01 Resolving loongarch64 build error 2023-07-12 14:35:05 +08:00
lauk001
039a5230c6 License compliance rectification 2022-08-04 14:51:45 +08:00
liqingqing_1229
937cd5221f upgrade to 2.10 2022-07-19 16:07:44 +08:00
liusirui
032b95bd1a Remove the dependency of the main package and pprof 2022-02-28 17:37:48 +08:00
zhouwenpei
7785892612 rebuild package 2021-12-03 16:41:55 +08:00
openeuler-ci-bot
2ba1455f64 update to 2.9.1 2021-11-29 20:09:19 +08:00
zhangyiru
3da62c2deb avoid exceed int range when use heapchecker 2021-11-09 10:29:47 -05:00
zhangyiru
e75a4da048 enable make check to execute test-suites and skip four testcases in arm 2021-10-26 07:58:59 -04:00
z00585918
f8790aca7b remove invalid gdb build dependency 2021-07-22 16:33:52 +08:00
renmingshuai
439a80b3d7 update version 2021-01-30 15:45:50 +08:00
sdlzx
df0b493446 update gperftools.spec. 2020-09-23 21:24:49 +08:00
sdlzx
0507827a96 bug fix for issue I1VAEU 2020-09-22 21:57:51 +08:00
jinzhimin369
320c195c6e update to 2.8 2020-07-23 22:51:38 +08:00
HukunaMatata
4aeda08d4e fix build src.rpm error 2020-03-19 20:28:46 +08:00
wuxu_wu
f56a7a8fab gperftools: delete useless patch
delete useless patch from package

Signed-off-by: wuxu_wu <wuxu.wu@huawei.com>
2020-01-10 21:01:41 +08:00
overweight
3713cee362 Package init 2019-09-30 10:51:34 -04:00