Changeset 222495 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Sep 26, 2017, 12:07:45 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r222486 r222495 1 2017-09-26 Zan Dobersek <[email protected]> 2 3 Support building JavaScriptCore with the Bionic C library 4 https://bugs.webkit.org/show_bug.cgi?id=177427 5 6 Reviewed by Michael Catanzaro. 7 8 When compiling with the Bionic C library, the MachineContext.h header 9 should enable the same code paths that are enabled for the GNU C library. 10 11 The Bionic C library defines the __BIONIC__ macro, but unlike other C 12 libraries that mimic the GNU one, it doesn't define __GLIBC__. So the 13 __BIONIC__ macro checks have to match the __GLIBC__ ones. 14 15 * runtime/MachineContext.h: 16 (JSC::MachineContext::stackPointer): 17 (JSC::MachineContext::framePointer): 18 (JSC::MachineContext::instructionPointer): 19 (JSC::MachineContext::argumentPointer<1>): 20 (JSC::MachineContext::llintInstructionPointer): 21 1 22 2017-09-25 Devin Rousso <[email protected]> 2 23
Note:
See TracChangeset
for help on using the changeset viewer.