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
b0983bb9
Commit
b0983bb9
authored
Jan 11, 1999
by
Richard Henderson
Committed by
Richard Henderson
Jan 11, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* recog.h (recog_op_alt): Declare extern.
From-SVN: r24633
parent
d6c0e1c8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/recog.h
+1
-1
No files found.
gcc/ChangeLog
View file @
b0983bb9
...
...
@@ -2,6 +2,8 @@ Tue Jan 12 01:30:19 1999 Richard Henderson <rth@cygnus.com>
*
rtl
.
c
(
rtx_alloc
)
:
Use
memset
instead
of
inline
loop
.
*
recog
.
h
(
recog_op_alt
)
:
Declare
extern
.
Tue
Jan
12
00
:
23
:
31
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
function
.
c
(
purge_addressof_1
)
:
If
the
note
accesses
a
mem
+
addressof
...
...
gcc/recog.h
View file @
b0983bb9
...
...
@@ -163,7 +163,7 @@ extern char recog_operand_address_p[];
/* Contains a vector of operand_alternative structures for every operand.
Set up by preprocess_constraints. */
struct
operand_alternative
recog_op_alt
[
MAX_RECOG_OPERANDS
][
MAX_RECOG_ALTERNATIVES
];
extern
struct
operand_alternative
recog_op_alt
[
MAX_RECOG_OPERANDS
][
MAX_RECOG_ALTERNATIVES
];
/* Access the output function for CODE. */
...
...
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