Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP5:GA
cross-aarch64-gcc48-icecream-backend.7021
gcc48-bnc947791.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gcc48-bnc947791.patch of Package cross-aarch64-gcc48-icecream-backend.7021
2014-01-15 Pat Haugen <pthaugen@us.ibm.com> * config/rs6000/rs6000.c (rs6000_output_function_prologue): Check if current procedure should be profiled. Index: gcc/config/rs6000/rs6000.c =================================================================== --- gcc/config/rs6000/rs6000.c (revision 206649) +++ gcc/config/rs6000/rs6000.c (revision 206650) @@ -23198,7 +23198,7 @@ rs6000_output_function_prologue (FILE *f /* Output -mprofile-kernel code. This needs to be done here instead of in output_function_profile since it must go after the ELFv2 ABI local entry point. */ - if (TARGET_PROFILE_KERNEL) + if (TARGET_PROFILE_KERNEL && crtl->profile) { gcc_assert (DEFAULT_ABI == ABI_AIX || DEFAULT_ABI == ABI_ELFv2); gcc_assert (!TARGET_32BIT);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor