diff --git a/contrib/gcc/config/i386/i386.md b/contrib/gcc/config/i386/i386.md index b645c1ecad45..b18c700e0992 100644 --- a/contrib/gcc/config/i386/i386.md +++ b/contrib/gcc/config/i386/i386.md @@ -1,5 +1,5 @@ ; GCC machine description for Intel X86. -;; Copyright (C) 1988, 94, 95, 96, 97, 98, 1999 Free Software Foundation, Inc. +;; Copyright (C) 1988, 94-99, 2000 Free Software Foundation, Inc. ;; Mostly by William Schelter. ;; This file is part of GNU CC. @@ -8191,6 +8191,15 @@ byte_xor_operation: [(const_int 0)] "flag_pic" " +{ + load_pic_register (); + DONE; +}") + +(define_expand "builtin_setjmp_receiver" + [(label_ref (match_operand 0 "" ""))] + "flag_pic" + " { load_pic_register (1); DONE;