Bug 973977 - Mark SharedStub hidden to fix ppc64 build failure. r=froydnj

This commit is contained in:
Ulrich Weigand 2014-02-19 15:55:28 -05:00
Родитель 4ebc8a29dc
Коммит f6ae25b5b2
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -20,6 +20,11 @@
.section ".text"
.align 2
.globl SharedStub
# Make the symbol hidden so that the branch from the stub does
# not go via a PLT. This is not only better for performance,
# but may be necessary to avoid linker errors since there is
# no place to restore the TOC register in a sibling call.
.hidden SharedStub
.section ".opd","aw"
.align 3