mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
Merge in the restore pic register fix from the vendor branch.
PR: 3441 Submitted by: Mark Diekhans <markd@Grizzly.COM>
This commit is contained in:
parent
24cbe0e859
commit
f402e7674c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56391
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user