Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
429489e5
Commit
429489e5
authored
Oct 03, 2002
by
Jakub Jelinek
Committed by
Jakub Jelinek
Oct 03, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* longlong.h (__udiv_qrnnd): Remove PARAMS from prototype.
From-SVN: r57787
parent
5bbcd587
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/longlong.h
+1
-1
No files found.
gcc/ChangeLog
View file @
429489e5
2002
-
10
-
03
Jakub
Jelinek
<
jakub
@redhat
.
com
>
*
longlong
.
h
(
__udiv_qrnnd
)
:
Remove
PARAMS
from
prototype
.
2002
-
10
-
03
Jakub
Jelinek
<
jakub
@redhat
.
com
>
*
gcc
.
c
(
print_multi_os_directory
)
:
New
variable
.
(
option_map
)
:
Support
--
print
-
multi
-
os
-
directory
.
(
struct
prefix_list
)
:
Add
os_multilib
field
.
...
...
gcc/longlong.h
View file @
429489e5
...
...
@@ -124,7 +124,7 @@
(q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \
(r) = __r; \
} while (0)
extern
UDItype
__udiv_qrnnd
PARAMS
((
UDItype
*
,
UDItype
,
UDItype
,
UDItype
)
);
extern
UDItype
__udiv_qrnnd
(
UDItype
*
,
UDItype
,
UDItype
,
UDItype
);
#define UDIV_TIME 220
#endif
/* LONGLONG_STANDALONE */
#ifdef __alpha_cix__
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment