Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
glibc-testsuite
ppc64le-profiling.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ppc64le-profiling.patch of Package glibc-testsuite
2013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com> [BZ #17213] * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for powerpc64le. Index: glibc-2.19/sysdeps/powerpc/powerpc64/entry.h =================================================================== --- glibc-2.19.orig/sysdeps/powerpc/powerpc64/entry.h +++ glibc-2.19/sysdeps/powerpc/powerpc64/entry.h @@ -23,6 +23,7 @@ extern void _start (void); #define ENTRY_POINT _start +#if _CALL_ELF != 2 /* We have to provide a special declaration. */ #define ENTRY_POINT_DECL(class) class void _start (void); @@ -33,3 +34,4 @@ extern void _start (void); #define TEXT_START \ ({ extern unsigned long int _start_as_data[] asm ("_start"); \ _start_as_data[0]; }) +#endif
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