DescriptionMake x86-32 assembly compatible with LLVM's integrated assembler
The NaCl-specific assembly code was originally written/modified for x86-nacl
binutils. This CL makes it also compatible with LLVM's assembler.
* Don't rely on the special symbol NACLENTRYALIGN; instead use a #define
* Disambiguate a couple of instructions using operand size suffixes.
It's not actually necessary to build x86-32 target libraries using LLVM's
assembler, but it's nice to have, and LLVM's assembler generates better code
in a few cases.
R=jvoung@chromium.org
BUG=None
Committed: https://git.chromium.org/gitweb?p=native_client/nacl-newlib.git;a=commit;h=3c481fd19efa9fd05be99ab71d57f37391122c0c
Patch Set 1 #
Total comments: 2
Patch Set 2 : review #
Messages
Total messages: 4 (0 generated)
|