aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/bswapdsp.asm
diff options
context:
space:
mode:
authorHenrik Gramner <henrik@gramner.com>2015-05-27 21:38:14 +0200
committerHenrik Gramner <henrik@gramner.com>2015-08-04 20:13:09 +0200
commitf0b7882ceb791ff32267ad97bd21a09e9cbf83d5 (patch)
tree2b87810dcdc75245000e7fa7c5f5359cda63b2ac /libavcodec/x86/bswapdsp.asm
parent826790f59640a84813e8dd81c2bba559516f8e4d (diff)
downloadffmpeg-f0b7882ceb791ff32267ad97bd21a09e9cbf83d5.tar.gz
x86inc: Drop SECTION_TEXT macro
The .text section is already 16-byte aligned by default on all supported platforms so `SECTION_TEXT` isn't any different from `SECTION .text`.
Diffstat (limited to 'libavcodec/x86/bswapdsp.asm')
-rw-r--r--libavcodec/x86/bswapdsp.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/bswapdsp.asm b/libavcodec/x86/bswapdsp.asm
index b2d749cf19..56d8083622 100644
--- a/libavcodec/x86/bswapdsp.asm
+++ b/libavcodec/x86/bswapdsp.asm
@@ -28,7 +28,7 @@ pb_bswap32: db 3, 2, 1, 0, 7, 6, 5, 4, 11, 10, 9, 8, 15, 14, 13, 12
cextern pb_80
-SECTION_TEXT
+SECTION .text
; %1 = aligned/unaligned
%macro BSWAP_LOOPS 1