Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ltrace: Add patch to fix compile error for mips | Chris Packham | 2021-04-14 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | Newer versions of GCC complain: plt.c: In function 'arch_elf_add_plt_entry': plt.c:359:3: error: '%s' directive argument is null [-Werror=format-overflow=] 359 | fprintf(stderr, "%s: failed %s(%#llx): %sn", __func__, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 360 | name, addr, strerror(errno)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors add a patch to avoid this error. Signed-off-by: Chris Packham <judge.packham@gmail.com> | ||||
* | Run all patches through renumbering and update | Alexey Neyman | 2017-12-02 | 8 | -33/+62 |
| | | | | Signed-off-by: Alexey Neyman <stilor@att.net> | ||||
* | Add digests for all packages | Alexey Neyman | 2017-09-29 | 1 | -0/+4 |
| | | | | | | | Also fix test-packages: it was saving the output from CT_DoLog into the checksum file. Also use one file per version. Signed-off-by: Alexey Neyman <stilor@att.net> | ||||
* | Switch comp.libs/tools and debug to new framework. | Alexey Neyman | 2017-07-08 | 9 | -0/+212 |
Signed-off-by: Alexey Neyman <stilor@att.net> |