Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-31 01:12:45 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-05-31 01:15:20 +0400
commit83b8987df70212970a564467aff415157f98f8de (patch)
tree27e711f73e31c839a1fa9db18e9f60c2b039222b /libavcodec/ppc
parent1fe40e1b0538a8eb8425123c47775b5d141ae084 (diff)
parentd6d767d93e532246cacf3567e6bcad76a821f838 (diff)
Merge commit 'd6d767d93e532246cacf3567e6bcad76a821f838'
* commit 'd6d767d93e532246cacf3567e6bcad76a821f838': ppc: Fix compilation for ppc64le (ELFv2) Conflicts: libavcodec/ppc/asm.S See: 41b928c5fad7d4ed8477b68cb0c2d54a70b0afac Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/ppc')
-rw-r--r--libavcodec/ppc/asm.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/ppc/asm.S b/libavcodec/ppc/asm.S
index b57de2eba0..a3edeed202 100644
--- a/libavcodec/ppc/asm.S
+++ b/libavcodec/ppc/asm.S
@@ -39,9 +39,9 @@
#if _CALL_ELF == 2
.text
X(\name):
- addis %r2,%r12,.TOC.-X(\name)@ha
- addi %r2,%r2,.TOC.-X(\name)@l
-// .localentry \name,-X(\name)
+ addis %r2, %r12, .TOC.-X(\name)@ha
+ addi %r2, %r2, .TOC.-X(\name)@l
+ .localentry X(\name), .-X(\name)
#else
.section .opd, "aw"
X(\name):