index
:
~cnx/roux
this commit
main
Alternative QBE compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gas.c
Age
Commit message (
Expand
)
Author
2022-08-31
drop -G flag and add target amd64_apple
Quentin Carbonneaux
2022-04-11
move nx stack annotation to gas.c
Quentin Carbonneaux
2022-03-14
output symbol type and size
Quentin Carbonneaux
2022-02-11
gas: put zero data into .bss by default
Michael Forney
2022-02-02
shared linkage logic for func/data
Quentin Carbonneaux
2021-09-09
skip nx stack annotation on osx
Quentin Carbonneaux
2021-08-02
gas: always emit GNU-stack note
Érico Nogueira
2021-03-02
renaming in gas.c
Quentin Carbonneaux
2021-03-02
add data $name = section "section" ...
Drew DeVault
2021-03-02
gas: emit GNU-stack note so that stack is not executable
Michael Forney
2019-05-16
Fix a few uses of gassym missed in 9e7e5bff
Michael Forney
2019-05-15
Allow specifying literal global names
Michael Forney
2019-05-03
gas: use .balign instead of .align
Quentin Carbonneaux
2019-04-29
add missing gas prefix
Quentin Carbonneaux
2017-06-06
fix fp subtractions on amd64
Quentin Carbonneaux
2017-04-08
prepare for multi-target
Quentin Carbonneaux