summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
William Cohen [Fri, 5 Feb 2016 22:30:19 +0000 (17:30 -0500)]
Fix FTBFS problem with GCC-6
GCC-6 is pickier about some of the type conversions causing the Fedora
24 mass rebuild the build of oprofile failed with:
make[3]: Entering directory '/builddir/build/BUILD/oprofile-1.1.0/libutil++'
g++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil -I ../libop -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c -o op_bfd.o op_bfd.cpp
op_bfd.cpp: In member function 'void op_bfd::get_symbol_range(symbol_index_t, long long unsigned int&, long long unsigned int&) const':
op_bfd.cpp:538:47: error: cannot convert 'std::ostream {aka std::basic_ostream<char>}' to 'const bool' in initialization
bool const verbose = cverb << (vbfd & vlevel1);
^
op_bfd.cpp:546:7: error: in argument to unary !
if (!verbose)
^~~~~~~
Avoid the intermediate bool type to make GCC-6 happy.
Change-Id: I84a535ffa30ea7c3b46682309d3881ca016910b4
Signed-off-by: William Cohen <wcohen@redhat.com>
Hyeongsik Min [Sun, 23 Oct 2016 22:28:20 +0000 (07:28 +0900)]
Add support for ARM Cortex A17 microarchitecture
Added the event list of the ARM Cortex A17 based on
ARM DDI 0535C.
Change-Id: Idb49683425dce267d26636dfc5ae69f1d8db6a7e
Signed-off-by: Hyeongsik Min <hyeongsik.min@samsung.com>
Hyeongsik Min [Tue, 30 Aug 2016 01:25:55 +0000 (10:25 +0900)]
packaging: update version to 1.1.0
Change-Id: I3bc7a0f6b6430b5f18353c3e43168de8501b4545
Signed-off-by: Hyeongsik Min <hyeongsik.min@samsung.com>
Hyeongsik Min [Wed, 2 Mar 2016 10:39:57 +0000 (19:39 +0900)]
packaging: update version to 1.0.0
Change-Id: Ic3ebd917902495c15bff8f2c64c5ca389b2c83e2
Signed-off-by: Hyeongsik Min <hyeongsik.min@samsung.com>
Alexandru Cornea [Mon, 1 Jul 2013 18:13:16 +0000 (21:13 +0300)]
resetting manifest requested domain to floor
Patrick McCarty [Mon, 25 Mar 2013 18:12:35 +0000 (11:12 -0700)]
Add packaging
Change-Id: I09052b2de7f0bc0e658592023f04171e77c9bc5d
Hyeongsik Min [Tue, 30 Aug 2016 00:56:56 +0000 (09:56 +0900)]
Imported Upstream version 1.1.0
Hyeongsik Min [Wed, 2 Mar 2016 10:19:27 +0000 (19:19 +0900)]
Imported Upstream version 1.0.0
Patrick McCarty [Fri, 22 Mar 2013 19:32:08 +0000 (12:32 -0700)]
Imported Upstream version 0.9.8