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
2296cba3
Commit
2296cba3
authored
Jun 24, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos in comments.
From-SVN: r1270
parent
9b3b4b3e
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
22 additions
and
22 deletions
+22
-22
gcc/config/i960/i960.c
+2
-2
gcc/config/i960/i960.md
+1
-1
gcc/config/m68k/m68k.c
+1
-1
gcc/config/m88k/m88k.c
+1
-1
gcc/config/m88k/m88k.h
+4
-4
gcc/config/m88k/sysv3.h
+1
-1
gcc/config/mips/mips.c
+4
-4
gcc/config/mips/t-mips
+1
-1
gcc/config/mips/t-osfrose
+1
-1
gcc/config/mips/t-ultrix
+1
-1
gcc/config/sparc/pbd.h
+1
-1
gcc/config/sparc/sparc.c
+3
-3
gcc/config/vax/vms.h
+1
-1
No files found.
gcc/config/i960/i960.c
View file @
2296cba3
...
...
@@ -733,7 +733,7 @@ i960_output_ldconst (dst, src)
}
/* Determine if there is an opportunity for a bypass optimization.
Bypass suceeds on the 960K* if the destination of the previous
Bypass suc
c
eeds on the 960K* if the destination of the previous
instruction is the second operand of the current instruction.
Bypass always succeeds on the C*.
...
...
@@ -2073,7 +2073,7 @@ i960_round_align (align, tsize)
}
/* Do any needed setup for a varargs function. For the i960, we must
create a register paramter block if one doesn't exist, and then copy
create a register param
e
ter block if one doesn't exist, and then copy
all register parameters to memory. */
void
...
...
gcc/config/i960/i960.md
View file @
2296cba3
...
...
@@ -526,7 +526,7 @@
[
(set_attr "type" "branch")
]
)
;; Normal move instructions.
;; This code is based on the sparc machine desciption.
;; This code is based on the sparc machine desc
r
iption.
(define_expand "movsi"
[
(set (match_operand:SI 0 "general_operand" "")
...
...
gcc/config/m68k/m68k.c
View file @
2296cba3
...
...
@@ -1249,7 +1249,7 @@ standard_68881_constant_p (x)
union
{
double
d
;
int
i
[
2
];}
u
;
register
double
d
;
/* fmovecr must be emulated on the 68040, so it shoudn't be used at all. */
/* fmovecr must be emulated on the 68040, so it shou
l
dn't be used at all. */
if
(
TARGET_68040
)
return
0
;
...
...
gcc/config/m88k/m88k.c
View file @
2296cba3
...
...
@@ -903,7 +903,7 @@ mostly_false_jump (jump_insn, condition)
/* EQ tests are usually false and NE tests are usually true. Also,
most quantities are positive, so we can make the appropriate guesses
about signed comparisons against zero. Consider unsigned compar
si
ons
about signed comparisons against zero. Consider unsigned compar
is
ons
to be a range check and assume quantities to be in range. */
switch
(
GET_CODE
(
condition
))
{
...
...
gcc/config/m88k/m88k.h
View file @
2296cba3
...
...
@@ -452,7 +452,7 @@ extern char * reg_names[];
spill area instead of memory.
-waste if only used once
floating point cal
uc
lations
floating point cal
cu
lations
-probably a waste unless we have run out of general purpose registers
freeing up general purpose registers
...
...
@@ -503,8 +503,8 @@ extern char * reg_names[];
But this is currently disabled since tying in global_alloc is not
yet implemented.
The expla
i
nation of why the preserved register is not used is as follows,
I believe. The registers are being allocated in order. T
ie
ing is not
The explanation of why the preserved register is not used is as follows,
I believe. The registers are being allocated in order. T
y
ing is not
done so efficiently, so when it comes time to do the first allocation,
there are no registers left to use without spilling except extended
registers. Then when the next pseudo register needs a hard reg, there
...
...
@@ -556,7 +556,7 @@ extern char * reg_names[];
The following follows the current 88open UCS specification for the
Extended Register File (XRF):
Reg 32 = x0 Always equal to zero
Reg 33-53 = x1-x21 Tempory registers (Caller Save)
Reg 33-53 = x1-x21 Tempor
ar
y registers (Caller Save)
Reg 54-61 = x22-x29 Preserver registers (Callee Save)
Reg 62-63 = x30-x31 Reserved for future ABI use.
...
...
gcc/config/m88k/sysv3.h
View file @
2296cba3
/* Definitions of target machine for GNU compiler.
Motorola m88100 running the AT&T/Unisoft/Motorla V.3 reference port.
Motorola m88100 running the AT&T/Unisoft/Motor
o
la V.3 reference port.
Copyright (C) 1990, 1991 Free Software Foundation, Inc.
Contributed by Ray Essick (ressick@mot.com)
Currently supported by Tom Wood (wood@dg-rtp.dg.com)
...
...
gcc/config/mips/mips.c
View file @
2296cba3
...
...
@@ -1512,7 +1512,7 @@ gen_int_relational (test_code, result, cmp0, cmp1, p_invert)
rtx
cmp0
;
/* first operand to compare */
rtx
cmp1
;
/* second operand to compare */
int
*
p_invert
;
/* NULL or ptr to hold whether branch needs */
/* to re
serse it'
s test */
/* to re
verse it
s test */
{
struct
cmp_info
{
enum
rtx_code
test_code
;
/* code to use in instruction (LT vs. LTU) */
...
...
@@ -1614,7 +1614,7 @@ gen_int_relational (test_code, result, cmp0, cmp1, p_invert)
return
(
rtx
)
0
;
}
/* allocate a ps
ue
do to calculate the value in. */
/* allocate a ps
eu
do to calculate the value in. */
result
=
gen_reg_rtx
(
SImode
);
}
...
...
@@ -1811,8 +1811,8 @@ fail:
static
rtx
block_move_load_store
(
dest_reg
,
src_reg
,
p_bytes
,
p_offset
,
align
,
orig_src
)
rtx
src_reg
;
/* register holding source memory address
s
*/
rtx
dest_reg
;
/* register holding dest. memory address
s
*/
rtx
src_reg
;
/* register holding source memory address */
rtx
dest_reg
;
/* register holding dest. memory address */
int
*
p_bytes
;
/* pointer to # bytes remaining */
int
*
p_offset
;
/* pointer to current offset */
int
align
;
/* alignment */
...
...
gcc/config/mips/t-mips
View file @
2296cba3
...
...
@@ -7,7 +7,7 @@ CONFIG2_H = $(srcdir)/config/mips.h
# PREMADE_ATTRTAB = $(srcdir)/config/mips-at.c
# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips-at.md
# Supress building libgcc1.a, since the MIPS compiler port is complete
# Sup
p
ress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
...
...
gcc/config/mips/t-osfrose
View file @
2296cba3
...
...
@@ -6,7 +6,7 @@ CONFIG2_H = $(srcdir)/config/mips.h $(srcdir)/config/decrose.h $(srcdir)/halfpic
# PREMADE_ATTRTAB = $(srcdir)/config/mips-at.c
# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips-at.md
# Supress building libgcc1.a, since the MIPS compiler port is complete
# Sup
p
ress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
...
...
gcc/config/mips/t-ultrix
View file @
2296cba3
...
...
@@ -7,7 +7,7 @@ CONFIG2_H = $(srcdir)/config/mips.h
# PREMADE_ATTRTAB = $(srcdir)/config/mips-at.c
# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips-at.md
# Supress building libgcc1.a, since the MIPS compiler port is complete
# Sup
p
ress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
...
...
gcc/config/sparc/pbd.h
View file @
2296cba3
...
...
@@ -66,7 +66,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define SCCS_DIRECTIVE
/* LINK_SPEC is needed only for Sun
os
4. */
/* LINK_SPEC is needed only for Sun
OS
4. */
#undef LINK_SPEC
...
...
gcc/config/sparc/sparc.c
View file @
2296cba3
...
...
@@ -1018,7 +1018,7 @@ mem_aligned_8 (mem)
}
/* If it's the stack or frame pointer, check offset alignment.
We can have improper aligment in the function entry code. */
We can have improper alig
n
ment in the function entry code. */
if
(
base
&&
(
REGNO
(
base
)
==
FRAME_POINTER_REGNUM
||
REGNO
(
base
)
==
STACK_POINTER_REGNUM
))
...
...
@@ -1217,7 +1217,7 @@ output_move_double (operands)
}
/* Output assembler code to perform a quadword move insn
with operands OPERANDS. This is very similar to the prece
e
ding
with operands OPERANDS. This is very similar to the preceding
output_move_double function. */
char
*
...
...
@@ -2676,7 +2676,7 @@ memory_ok_for_ldd (addr1, addr2)
if
(
reg1
!=
REGNO
(
XEXP
(
addr2
,
0
)))
return
0
;
/* The first offset must be evenly divis
a
ble by 8 to ensure the
/* The first offset must be evenly divis
i
ble by 8 to ensure the
address is 64 bit aligned. */
if
(
offset1
%
8
!=
0
)
return
0
;
...
...
gcc/config/vax/vms.h
View file @
2296cba3
...
...
@@ -63,7 +63,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* We redefine this because there is a hidden variable on the stack
that VAXC$ESTABLISH uses. We just need to add four bytes to whatever
gcc thinks that we need. Similar
i
ly, we need to move all local variables
gcc thinks that we need. Similarly, we need to move all local variables
down 4 bytes in the stack. */
#define STARTING_FRAME_OFFSET -4
...
...
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