summaryrefslogtreecommitdiff
path: root/src/SDCCgas.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed unneeded module SDCCgasXavier ASUS2019-10-211-227/+0
| | | | | | It was an experimental attempt to implement GNU as support, but it was deprecated in favor of ad-hoc workarounds and using SDCC cross-assembler capabilities.
* More work on GNU as generationXavier ASUS2019-10-211-4/+12
| | | | | | | | | | | | | | | | | | On _gas_mapping, label definitions do not allow "::". ":" must be used instead. gasOutput is now part of "options". Unneeded sections, such as HOME/GSINIT/etc., are no longer declared and/or defined. GNU as just does not need them. Startup function name must equal "_start" for GNU ld. The value of some macros, such as CODE_NAME or DATA_NAME, must change according to options.gasOutput, as "CODE" or "DATA" (among many others) are not understood by GNU as. STM8 port now selects GNU as format on --gas switch enabled.
* SDCCgas: work on emitting .rodata sectionXavier ASUS2019-10-191-5/+92
|
* sdcc-3.9.0 fork implementing GNU assembler syntaxXavier ASUS2019-10-181-0/+132
This fork aims to provide better support for stm8-binutils