diff options
Diffstat (limited to 'libgcc/config/arm/bpabi.c')
-rw-r--r-- | libgcc/config/arm/bpabi.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libgcc/config/arm/bpabi.c b/libgcc/config/arm/bpabi.c index a97960a..a46ffc8 100644 --- a/libgcc/config/arm/bpabi.c +++ b/libgcc/config/arm/bpabi.c @@ -1,6 +1,6 @@ /* Miscellaneous BPABI functions. - Copyright (C) 2003-2024 Free Software Foundation, Inc. + Copyright (C) 2003-2025 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is free software; you can redistribute it and/or modify it @@ -23,14 +23,14 @@ <http://www.gnu.org/licenses/>. */ extern long long __divdi3 (long long, long long); -extern unsigned long long __udivdi3 (unsigned long long, +extern unsigned long long __udivdi3 (unsigned long long, unsigned long long); extern long long __gnu_ldivmod_helper (long long, long long, long long *); long long -__gnu_ldivmod_helper (long long a, - long long b, +__gnu_ldivmod_helper (long long a, + long long b, long long *remainder) { long long quotient; |