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
8a1ef8c9
Commit
8a1ef8c9
authored
Jun 21, 1998
by
H.J. Lu
Committed by
Jeff Law
Jun 21, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* integrate.c (pushdecl, poplevel): Remove declaration.
From-SVN: r20641
parent
9a8b0889
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
gcc/ChangeLog
+2
-0
gcc/integrate.c
+0
-3
No files found.
gcc/ChangeLog
View file @
8a1ef8c9
...
@@ -6,6 +6,8 @@ Sun Jun 21 18:56:44 1998 Jeffrey A Law (law@cygnus.com)
...
@@ -6,6 +6,8 @@ Sun Jun 21 18:56:44 1998 Jeffrey A Law (law@cygnus.com)
Sun Jun 21 18:30:13 1998 H.J. Lu (hjl@gnu.org)
Sun Jun 21 18:30:13 1998 H.J. Lu (hjl@gnu.org)
* integrate.c (pushdecl, poplevel): Remove declaration.
* rtl.h (expand_expr): Remove declaration.
* rtl.h (expand_expr): Remove declaration.
* loop.c (oballoc): Remove declaration.
* loop.c (oballoc): Remove declaration.
...
...
gcc/integrate.c
View file @
8a1ef8c9
...
@@ -44,9 +44,6 @@ Boston, MA 02111-1307, USA. */
...
@@ -44,9 +44,6 @@ Boston, MA 02111-1307, USA. */
extern
struct
obstack
*
function_maybepermanent_obstack
;
extern
struct
obstack
*
function_maybepermanent_obstack
;
extern
tree
pushdecl
();
extern
tree
poplevel
();
/* Similar, but round to the next highest integer that meets the
/* Similar, but round to the next highest integer that meets the
alignment. */
alignment. */
#define CEIL_ROUND(VALUE,ALIGN) (((VALUE) + (ALIGN) - 1) & ~((ALIGN)- 1))
#define CEIL_ROUND(VALUE,ALIGN) (((VALUE) + (ALIGN) - 1) & ~((ALIGN)- 1))
...
...
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