diff options
author | Henrik Gramner <henrik@gramner.com> | 2015-10-16 21:28:49 +0200 |
---|---|---|
committer | Henrik Gramner <henrik@gramner.com> | 2016-01-21 23:19:46 +0100 |
commit | d3662777e070b297ead7c23883d1a7e77d37193f (patch) | |
tree | b39265e83a90068942b1a61cdb361bf700e97867 /.gitignore | |
parent | 87b587d4fe91064325884bbd4130ef079e6c3abe (diff) | |
download | ffmpeg-d3662777e070b297ead7c23883d1a7e77d37193f.tar.gz |
x86inc: Avoid creating unnecessary local labels
The REP_RET workaround is only needed on old AMD cpus, and the labels clutter
up the symbol table and confuse debugging/profiling tools, so use EQU to
create SHN_ABS symbols instead of creating local labels. Furthermore, skip
the workaround completely in functions that definitely won't run on such cpus.
Note that EQU is just creating a local label when using nasm instead of yasm.
This is probably a bug, but at least it doesn't break anything.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions