compiler/libec: Added support for symbolic identifier for GCC inline assembly
authorJerome St-Louis <jerome@ecere.com>
Sat, 1 Mar 2014 12:31:22 +0000 (07:31 -0500)
committerJerome St-Louis <jerome@ecere.com>
Sat, 1 Mar 2014 12:31:22 +0000 (07:31 -0500)
commit514349ac097d0a20140dac162424855ea29ab995
treefbaddc02027a076d1b9284cde06f8c9faa913d98
parenta092df5f829090e03c46a2615ba7dd0a3a8c1a9c
compiler/libec: Added support for symbolic identifier for GCC inline assembly
- Missing support was breaking the builds with MinGW-w64 GCC 4.8
16 files changed:
compiler/bootstrap/libec/bootstrap/ast.c
compiler/bootstrap/libec/bootstrap/ecdefs.c
compiler/bootstrap/libec/bootstrap/freeAst.c
compiler/bootstrap/libec/bootstrap/grammar.c
compiler/bootstrap/libec/bootstrap/output.c
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/bootstrap/libec/bootstrap/pass16.c
compiler/bootstrap/libec/bootstrap/pass2.c
compiler/bootstrap/libec/bootstrap/pass3.c
compiler/libec/precompiled/grammar.c
compiler/libec/src/ast.ec
compiler/libec/src/ecdefs.ec
compiler/libec/src/freeAst.ec
compiler/libec/src/grammar.ec
compiler/libec/src/grammar.y
compiler/libec/src/output.ec