Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-02 | Rename __unused struct members to include a namespace | Ed Wildgoose | |
Rename various spare fields in structs to include a namespace This should avoid accidental clashes with uses of the __unused symbol in upstream projects. eg currently it causes a compile error in dhcpcd 8.x due to their re-use of the __unused symbol as a macro This follows the style of glibc which does something equivalent | |||
2018-03-12 | tile: add basic support for tilegx | Waldemar Brodkorb | |
This adds basic support for tile architecture. Only static binaries, no ld.so or threading support. Tested with qemu-tilegx only. |