summary refs log tree commit diff
path: root/gas.c
AgeCommit message (Expand)Author
2022-04-11move nx stack annotation to gas.cQuentin Carbonneaux
2022-03-14output symbol type and sizeQuentin Carbonneaux
2022-02-11gas: put zero data into .bss by defaultMichael Forney
2022-02-02shared linkage logic for func/dataQuentin Carbonneaux
2021-09-09skip nx stack annotation on osxQuentin Carbonneaux
2021-08-02gas: always emit GNU-stack noteÉrico Nogueira
2021-03-02renaming in gas.cQuentin Carbonneaux
2021-03-02add data $name = section "section" ...Drew DeVault
2021-03-02gas: emit GNU-stack note so that stack is not executableMichael Forney
2019-05-16Fix a few uses of gassym missed in 9e7e5bffMichael Forney
2019-05-15Allow specifying literal global namesMichael Forney
2019-05-03gas: use .balign instead of .alignQuentin Carbonneaux
2019-04-29add missing gas prefixQuentin Carbonneaux
2017-06-06fix fp subtractions on amd64Quentin Carbonneaux
2017-04-08prepare for multi-targetQuentin Carbonneaux