[llvm] r178427 - Change '@SECREL' suffix to GAS-compatible '@SECREL32'.

Nick Lewycky nicholas at mxc.ca
Sat Mar 30 13:55:42 PDT 2013


Benjamin Kramer wrote:
> Author: d0k
> Date: Sat Mar 30 11:21:50 2013
> New Revision: 178427
>
> URL: http://llvm.org/viewvc/llvm-project?rev=178427&view=rev
> Log:
> Change '@SECREL' suffix to GAS-compatible '@SECREL32'.
>
> '@SECREL' is what is used by the Microsoft assembler, but GNU as expects '@SECREL32'.
> With the patch, the MC-generated code works fine in combination with a recent GNU as (2.23.51.20120920 here).

Maybe this should print as @SECREL when printing Intel-syntax assembly then?

Nick



More information about the llvm-commits mailing list