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
a882392b
Commit
a882392b
authored
Jan 25, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comment.
From-SVN: r8813
parent
af02caa4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
gcc/config/dsp16xx/dsp16xx.md
+3
-3
gcc/config/pdp11/pdp11.h
+2
-2
No files found.
gcc/config/dsp16xx/dsp16xx.md
View file @
a882392b
;;- Machine description for the AT&T DSP1600 for GNU C compiler
;; Copyright (C) 1994 Free Software Foundation, Inc.
;; Copyright (C) 1994
, 1995
Free Software Foundation, Inc.
;; Contributed by Michael Collison (collison@world.std.com).
;; This file is part of GNU CC.
...
...
@@ -184,7 +184,7 @@
output_asm_insn (
\"
a0=%u0
\;
a0l=%w0
\"
, operands);
}
else
fatal (
\"
I
llegal
register for compare
\"
);
fatal (
\"
I
nvalid
register for compare
\"
);
}
else if (GET_CODE(operands
[
0
]
) == CONST_INT)
{
...
...
@@ -211,7 +211,7 @@
output_asm_insn (
\"
a1=%u1
\;
a1l=%w1
\"
, operands);
}
else
fatal (
\"
I
llegal
register for compare
\"
);
fatal (
\"
I
nvalid
register for compare
\"
);
}
else if (GET_CODE (operands
[
1
]
) == MEM)
{
...
...
gcc/config/pdp11/pdp11.h
View file @
a882392b
/* Definitions of target machine for GNU compiler, for the pdp-11
Copyright (C) 1994 Free Software Foundation, Inc.
Copyright (C) 1994
, 1995
Free Software Foundation, Inc.
Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at).
This file is part of GNU CC.
...
...
@@ -838,7 +838,7 @@ extern int current_function_pretend_args_size;
&& REG_OK_FOR_BASE_P (XEXP (xfoob, 0))) \
goto ADDR; \
\
/* anything else is i
llegal
*/
\
/* anything else is i
nvalid
*/
\
fail: ; \
}
...
...
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