Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4db2b604 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Palmer Dabbelt
Browse files

move libgcc.h to include/linux



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: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarPalmer Dabbelt <palmer@sifive.com>
parent 4fbd8d19
Loading
Loading
Loading
Loading
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

#include <linux/export.h>

#include <lib/libgcc.h>
#include <linux/libgcc.h>

long long notrace __ashldi3(long long u, word_type b)
{
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

#include <linux/export.h>

#include <lib/libgcc.h>
#include <linux/libgcc.h>

long long notrace __ashrdi3(long long u, word_type b)
{
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

#include <linux/export.h>

#include <lib/libgcc.h>
#include <linux/libgcc.h>

word_type notrace __cmpdi2(long long a, long long b)
{
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
 */

#include <linux/module.h>
#include <lib/libgcc.h>
#include <linux/libgcc.h>

long long notrace __lshrdi3(long long u, word_type b)
{
Loading