| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | assembler: Add support for asan:reserve,ignore | Miquel Sabaté Solà | 2025-09-02 | 1 | -1/+1 |
| | | | | | | | | | This is the initial support for both directives for the address sanitizer. Note that asan:weak has been moved into asan:ignore, which is not exactly the same but for now it should suffice. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> | ||||
| * | Implement the .include statement | Miquel Sabaté Solà | 2025-01-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | This needed some heavy lifting when it comes to how files were located. This means that statements like .include/.incbin now take into consideration a new list made out of SourceInfo, which holds enough information to translate from which file a node comes from. This has also been added into errors, so they are more informative on what went wrong. In order to tests this, besides all the regular unit tests, a new e2e test has been added. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> | ||||
| * | Rename xixanta's fuzz targets | Miquel Sabaté Solà | 2024-12-18 | 1 | -0/+8 |
| They were named with increasing numbers due to the fact that that's the default behaviour from cargo fuzz's command. So, just rename them to proper human-readable names. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> | |||||
