summaryrefslogtreecommitdiff
path: root/include/linux/libgcc.h
AgeCommit message (Collapse)AuthorFilesLines
2017-12-02move libgcc.h to include/linuxChristoph Hellwig1-0/+43
Introducing a new include/lib directory just for this file totally messes up tab completion for include/linux, which is highly annoying. Move it to include/linux where we have headers for all kinds of other lib/ code as well. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>