mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
x265: remove unneeded patch.
This commit is contained in:
@@ -88,28 +88,3 @@ index 6cb815f..a4b138d 100644
|
||||
|
||||
--
|
||||
2.2.2
|
||||
|
||||
|
||||
From e97a640c2d8c7a76094e4833c45ec21e85a10223 Mon Sep 17 00:00:00 2001
|
||||
From: Timothy Gu <timothygu99@gmail.com>
|
||||
Date: Mon, 29 Dec 2014 04:43:42 +0000
|
||||
Subject: checkasm-a: Explicitly use PLT relocation for libc symbols
|
||||
|
||||
Fixes linking with PIC (default for all compilation) on Haiku.
|
||||
|
||||
diff --git a/source/test/checkasm-a.asm b/source/test/checkasm-a.asm
|
||||
index f7b9837..d0d622a 100644
|
||||
--- a/source/test/checkasm-a.asm
|
||||
+++ b/source/test/checkasm-a.asm
|
||||
@@ -153,7 +153,7 @@ cglobal checkasm_call, 2,15,16,max_args*8+8
|
||||
jz .ok
|
||||
mov r9, rax
|
||||
lea r0, [error_message]
|
||||
- call puts
|
||||
+ call puts wrt ..plt
|
||||
mov r1, [rsp+max_args*8]
|
||||
mov dword [r1], 0
|
||||
mov rax, r9
|
||||
--
|
||||
2.2.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user