Guest User

Untitled

a guest
Feb 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. $OpenBSD: patch-testsuite_tests_asmcomp_i386_S,v 1.1 2010/12/07 15:01:35 dcoppa Exp $
  2. --- testsuite/tests/asmcomp/i386.S.orig Wed Nov 17 12:39:22 2010
  3. +++ testsuite/tests/asmcomp/i386.S Wed Nov 17 12:43:52 2010
  4. @@ -15,7 +15,7 @@
  5. /* Linux with ELF binaries does not prefix identifiers with _.
  6. Linux with a.out binaries, FreeBSD, and NextStep do. */
  7.  
  8. -#ifdef SYS_linux_elf
  9. +#if defined(SYS_linux_elf) || defined(SYS_bsd_elf)
  10. #define G(x) x
  11. #define FUNCTION_ALIGN 16
  12. #else
Add Comment
Please, Sign In to add comment