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
3912a603
Commit
3912a603
authored
Feb 17, 2000
by
Hans-Peter Nilsson
Committed by
Jeff Law
Feb 16, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* longlong.h (__clz_tab): Declare as static to match definition.
From-SVN: r32029
parent
762f069d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/longlong.h
+2
-2
No files found.
gcc/ChangeLog
View file @
3912a603
Wed
Feb
16
21
:
40
:
04
2000
Hans
-
Peter
Nilsson
<
hp
@bitrange
.
com
>
*
longlong
.
h
(
__clz_tab
)
:
Declare
as
static
to
match
definition
.
2000
-
02
-
16
Mark
Elbrecht
<
snowball3
@bigfoot
.
com
>
*
i386
/
xm
-
djgpp
.
h
(
LIBSTDCXX
)
:
Delete
.
Moved
to
config
/
i386
/
djgpp
.
h
.
(
XREF_FILE_NAME
)
:
Define
.
...
...
gcc/longlong.h
View file @
3912a603
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
Copyright (C) 1991,92,94,95,96,97,98,99 Free Software Foundation, Inc.
Copyright (C) 1991,92,94,95,96,97,98,99
, 2000
Free Software Foundation, Inc.
This definition file is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public
...
...
@@ -1444,7 +1444,7 @@ UDItype __umulsidi3 (USItype, USItype);
#endif
#if !defined (count_leading_zeros)
extern
const UQItype __clz_tab[];
static
const UQItype __clz_tab[];
#define count_leading_zeros(count, x) \
do { \
UWtype __xr = (x); \
...
...
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