Avoid non pc relative reference to __fork.

This commit is contained in:
Ulrich Drepper 2003-01-20 18:53:07 +00:00
parent 83c9a671e8
commit 4a9b34fe01
1 changed files with 2 additions and 2 deletions

View File

@ -43,10 +43,10 @@ ENTRY (__vfork)
0:
basr %r1,0
1:
l %r1,2f-1b(%r1)
al %r1,2f-1b(%r1)
br %r1
2:
.long HIDDEN_JUMPTARGET(__fork)
.long HIDDEN_JUMPTARGET(__fork)-1b
PSEUDO_END(__vfork)
libc_hidden_def (__vfork)