summaryrefslogtreecommitdiffstats
path: root/tools/build/compat.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-15tools: Remove unhexSebastian Huber1-44/+0
This program has no license information and is unused in the RTEMS build. Users of HEX files should consider to use ELF instead. Remove it. Close #3378.
2014-12-02tools: Provide strnlen() if missingSebastian Huber1-34/+7
2014-11-20Add crypt_r(), etc.Sebastian Huber1-0/+71
Add crypt_add_format(), crypt_r(), crypt_md5_r(), crypt_sha256_r() and crypt_sha512_r().