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
55b8010e
Commit
55b8010e
authored
Jan 27, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(perform_lshlsi3, __lshlsi3): Deleted.
From-SVN: r8830
parent
2391bfea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
14 deletions
+1
-14
gcc/libgcc1.c
+1
-14
No files found.
gcc/libgcc1.c
View file @
55b8010e
/* Subroutines needed by GCC output code on some machines. */
/* Subroutines needed by GCC output code on some machines. */
/* Compile this file with the Unix C compiler! */
/* Compile this file with the Unix C compiler! */
/* Copyright (C) 1987, 1988, 1992, 1994 Free Software Foundation, Inc.
/* Copyright (C) 1987, 1988, 1992, 1994
, 1995
Free Software Foundation, Inc.
This file is free software; you can redistribute it and/or modify it
This file is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
under the terms of the GNU General Public License as published by the
...
@@ -76,10 +76,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -76,10 +76,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define perform_lshrsi3(a, b) return a >> b
#define perform_lshrsi3(a, b) return a >> b
#endif
#endif
#ifndef perform_lshlsi3
#define perform_lshlsi3(a, b) return a << b
#endif
#ifndef perform_ashrsi3
#ifndef perform_ashrsi3
#define perform_ashrsi3(a, b) return a >> b
#define perform_ashrsi3(a, b) return a >> b
#endif
#endif
...
@@ -296,15 +292,6 @@ __lshrsi3 (a, b)
...
@@ -296,15 +292,6 @@ __lshrsi3 (a, b)
}
}
#endif
#endif
#ifdef L_lshlsi3
nongcc_SI_type
__lshlsi3
(
a
,
b
)
unsigned
nongcc_SI_type
a
,
b
;
{
perform_lshlsi3
(
a
,
b
);
}
#endif
#ifdef L_ashrsi3
#ifdef L_ashrsi3
nongcc_SI_type
nongcc_SI_type
__ashrsi3
(
a
,
b
)
__ashrsi3
(
a
,
b
)
...
...
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