aboutsummaryrefslogtreecommitdiff
path: root/tests/asmtest.S
Commit message (Expand)AuthorAgeFilesLines
* tccasm: support alternate .type syntaxesJoe Soroka2011-02-241-0/+14
* tccpp: treat gas comments in .S files as raw text, not tokensJoe Soroka2011-02-231-0/+1
* tccasm: accept bracketed offset expressionsJoe Soroka2011-02-011-0/+1
* tccasm: accept "fmul/fadd st(0),st(n)" (dietlibc ipow/atanh)Joe Soroka2011-02-011-0/+4
* tccasm: allow one-line prefix+op things like "rep stosb"Joe Soroka2011-02-011-0/+18
* tccasm: define __ASSEMBLER__ for .S files, like gcc doesJoe Soroka2011-02-011-0/+4
* asmtest: avoid testing against complex nop alignment in gasJoe Soroka2011-01-231-1/+2
* i386-asm: accept retl as a synonym for retJoe Soroka2011-01-211-0/+2
* accept multiple comma separated symbols for .globl/.global directives, like g...Joe Soroka2011-01-201-0/+5
* fix asmtest (somehow), update Makefilesgrischka2009-07-181-2/+2
* new subdirs: include, lib, testsgrischka2009-04-181-0/+558