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
0e6cb2cb
Commit
0e6cb2cb
authored
Jul 30, 2003
by
David Edelsohn
Committed by
David Edelsohn
Jul 30, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* longlong.h (PowerPC umul_ppmm): Do not test __vxworks__.
From-SVN: r69966
parent
656ec3b1
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 @
0e6cb2cb
2003-07-30 David Edelsohn <edelsohn@gnu.org>
* longlong.h (PowerPC umul_ppmm): Do not test __vxworks__.
2003-07-30 Ulrich Weigand <uweigand@de.ibm.com>
2003-07-30 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.h (EH_RETURN_HANDLER_RTX): Compute offset
* config/s390/s390.h (EH_RETURN_HANDLER_RTX): Compute offset
...
...
gcc/longlong.h
View file @
0e6cb2cb
...
@@ -647,7 +647,7 @@ UDItype __umulsidi3 (USItype, USItype);
...
@@ -647,7 +647,7 @@ UDItype __umulsidi3 (USItype, USItype);
__asm__ ("{cntlz|cntlzw} %0,%1" : "=r" (count) : "r" (x))
__asm__ ("{cntlz|cntlzw} %0,%1" : "=r" (count) : "r" (x))
#define COUNT_LEADING_ZEROS_0 32
#define COUNT_LEADING_ZEROS_0 32
#if defined (_ARCH_PPC) || defined (__powerpc__) || defined (__POWERPC__) \
#if defined (_ARCH_PPC) || defined (__powerpc__) || defined (__POWERPC__) \
|| defined (__ppc__) || defined (PPC)
|| defined (__vxworks__)
|| defined (__ppc__) || defined (PPC)
#define umul_ppmm(ph, pl, m0, m1) \
#define umul_ppmm(ph, pl, m0, m1) \
do { \
do { \
USItype __m0 = (m0), __m1 = (m1); \
USItype __m0 = (m0), __m1 = (m1); \
...
...
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