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

Benjamin Kramer benny.kra at gmail.com
Sat Mar 30 13:58:42 PDT 2013


On 30.03.2013, at 21:55, Nick Lewycky <nicholas at mxc.ca> wrote:

> 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?

Only if the MS assembler doesn't understand @SECREL32.

- Ben





More information about the llvm-commits mailing list