Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for compiling on ppc64le, bug #69744 at https://bugs.php.net/bug.php?id=69744 #97

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

jcomeauictx
Copy link

I tried using %2 instead of specifying register r0, but for some reason kept getting errors like:

/home/u0018756/xhprof/extension/xhprof.c: In function ‘hp_mode_hier_beginfn_cb’:
/home/u0018756/xhprof/extension/xhprof.c:1245:3: error: unknown register name ‘ ’ in ‘asm’
asm volatile(

also added top-level Makefile for the impatient, and added a few clues to the README. there are a lot of errors compiling under PHP7.0; many functions now use different numbers of args.

@jcomeauictx
Copy link
Author

maintainers: I have permission to add your public key to the OSU-provided VPS so you can test the code.

@jcomeauictx jcomeauictx changed the title fix for compiling on ppc64le fix for compiling on ppc64le, bug #69744 at https://bugs.php.net/bug.php?id=69744 Jun 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant