[BACK]Return to gc-7.diff CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2018

Annotation of OpenXM_contrib2/asir2018/gc-7.diff, Revision 1.3

1.3     ! ohara       1: diff -urN gc-7.4.2.orig/os_dep.c gc-7.4.2/os_dep.c
        !             2: --- gc-7.4.2.orig/os_dep.c     2014-06-03 15:08:02.000000000 +0900
        !             3: +++ gc-7.4.2/os_dep.c  2020-01-04 16:34:32.296871000 +0900
        !             4: @@ -3089,6 +3089,10 @@
        !             5:  #     ifndef SEGV_ACCERR
        !             6:  #       define SEGV_ACCERR 2
        !             7:  #     endif
        !             8: +#     ifndef BUS_PAGE_FAULT
        !             9: +        /* imported from FreeBSD 11.3 /usr/include/x86/trap.h */
        !            10: +#       define BUS_PAGE_FAULT T_PAGEFLT
        !            11: +#     endif
        !            12:  #     if defined(POWERPC)
        !            13:  #       define AIM  /* Pretend that we're AIM. */
        !            14:  #       include <machine/trap.h>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>