2
0

1.st.arm.patch 613 B

12345678910111213141516171819
  1. *** md.h Fri Oct 2 02:46:43 2009
  2. --- ../st-1.9-patch/md.h Mon Mar 16 15:11:49 2015
  3. ***************
  4. *** 422,428 ****
  5. #define MD_STACK_GROWS_DOWN
  6. #if defined(__GLIBC__) && __GLIBC__ >= 2
  7. ! #define MD_GET_SP(_t) (_t)->context[0].__jmpbuf[20]
  8. #else
  9. #error "ARM/Linux pre-glibc2 not supported yet"
  10. #endif /* defined(__GLIBC__) && __GLIBC__ >= 2 */
  11. --- 422,428 ----
  12. #define MD_STACK_GROWS_DOWN
  13. #if defined(__GLIBC__) && __GLIBC__ >= 2
  14. ! #define MD_GET_SP(_t) (_t)->context[0].__jmpbuf[8]
  15. #else
  16. #error "ARM/Linux pre-glibc2 not supported yet"
  17. #endif /* defined(__GLIBC__) && __GLIBC__ >= 2 */