diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-15 12:28:22 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-15 12:28:22 -0600 |
commit | af3c2166d54cdb71914baece900095bad5a44862 (patch) | |
tree | fb3305c01cc31f9d81ff9822486daa6f6243f98e /arch/nios2/lib/libgcc.c | |
parent | c00018507d9923b9137be4b89eb3c3110708a096 (diff) | |
parent | 3451b69e33dd3c862d9a843ed22c06c3184136b8 (diff) |
Merge patch series "api: Remove duplicate newlines"
This removes a number of duplicate newlines throughout the codebase.
Diffstat (limited to 'arch/nios2/lib/libgcc.c')
-rw-r--r-- | arch/nios2/lib/libgcc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/nios2/lib/libgcc.c b/arch/nios2/lib/libgcc.c index a45b3e82efc..30b846179c0 100644 --- a/arch/nios2/lib/libgcc.c +++ b/arch/nios2/lib/libgcc.c @@ -16,7 +16,6 @@ typedef unsigned long long DSItype; #include "longlong.h" - typedef int word_type; typedef long Wtype; typedef long long DWtype; @@ -46,7 +45,6 @@ const UQItype __clz_tab[256] = 8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8 }; - DWtype __ashldi3 (DWtype u, word_type b) { @@ -388,7 +386,6 @@ __negdi2 (DWtype u) return w.ll; } - DWtype __muldi3 (DWtype u, DWtype v) { @@ -440,7 +437,6 @@ __ucmpdi2 (DWtype a, DWtype b) return 1; } - UDWtype __udivdi3 (UDWtype n, UDWtype d) { @@ -507,14 +503,12 @@ __divsi3 (SItype a, SItype b) return res; } - SItype __udivsi3 (SItype a, SItype b) { return udivmodsi4 (a, b, 0); } - SItype __modsi3 (SItype a, SItype b) { |