Skip to content

Commit

Permalink
move libgcc.h to include/linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Palmer Dabbelt committed Dec 1, 2017
2 parents 7382fbd + 4db2b60 commit 185e788
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/ashldi3.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion lib/ashrdi3.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion lib/cmpdi2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion lib/lshrdi3.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion lib/muldi3.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

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

#define W_TYPE_SIZE 32

Expand Down
2 changes: 1 addition & 1 deletion lib/ucmpdi2.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

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

word_type __ucmpdi2(unsigned long long a, unsigned long long b)
{
Expand Down

0 comments on commit 185e788

Please sign in to comment.