]> git.sesse.net Git - x264/commit
x86inc: Prevent warnings when using `struc` and `endstruc`
authorTimothy Gu <timothygu99@gmail.com>
Tue, 26 May 2015 17:12:42 +0000 (19:12 +0200)
committerHenrik Gramner <henrik@gramner.com>
Sat, 25 Jul 2015 20:52:54 +0000 (22:52 +0200)
commitd14e38c059c9a2aecc82477b99d56ef74eb731ec
tree2c63542eb5688b1635d4b233f0fd5dbcfcabeb60
parent353b1f888c34081e94727a1ffa0e4920e2cfe8a9
x86inc: Prevent warnings when using `struc` and `endstruc`

struc and endstruc attempts to revert to the previous section state set by
the SECTION macro.

Use the primitive [SECTION] directive instead of the SECTION macro for the
.note.GNU-stack section to prevent it from being emitted again during endstruc.
common/x86/x86inc.asm