summaryrefslogtreecommitdiff
path: root/src/SDCCerr.c
Commit message (Collapse)AuthorAgeFilesLines
* Implemented -c support for --gasXavier ASUS2019-10-231-3/+5
| | | | | | | | | | | | STM8 code generator was generating some instructions in a "ld register, (#%d, register)" way, causing assembling errors on stm8-as. This is because stm8-as does not require the '#' character. A quick and dirty workaround has been implemented for this. Added new warning W_IGNORED_OPT_IN_ASM, which warns the user when both "--no-optsdcc-in-asm" and "--gas" are used (the first is ignored when the latter is active since GNU as does not accept the .optsdcc directive, as opposed to asxxx).
* sdcc-3.9.0 fork implementing GNU assembler syntaxXavier ASUS2019-10-181-0/+796
This fork aims to provide better support for stm8-binutils