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
13d39dbc
Commit
13d39dbc
authored
Jan 10, 1993
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# Fix misspellings in comments.
From-SVN: r3179
parent
8999a12e
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
20 additions
and
20 deletions
+20
-20
gcc/c-decl.c
+1
-1
gcc/calls.c
+1
-1
gcc/config/a29k/a29k.h
+1
-1
gcc/config/alpha/alpha.h
+1
-1
gcc/config/elxsi/elxsi.h
+3
-3
gcc/config/i960/i960.h
+4
-4
gcc/config/m68k/dpx2.ifile
+1
-1
gcc/config/m68k/plexus.h
+1
-1
gcc/config/m88k/m88k.h
+1
-1
gcc/config/mips/mips.c
+1
-1
gcc/config/pa/pa.md
+1
-1
gcc/config/rs6000/rs6000.h
+1
-1
gcc/config/sparc/sparc.c
+1
-1
gcc/config/svr4.h
+1
-1
gcc/config/tahoe/tahoe.h
+1
-1
No files found.
gcc/c-decl.c
View file @
13d39dbc
...
@@ -4229,7 +4229,7 @@ grokdeclarator (declarator, declspecs, decl_context, initialized)
...
@@ -4229,7 +4229,7 @@ grokdeclarator (declarator, declspecs, decl_context, initialized)
main_type
=
TYPE_MAIN_VARIANT
(
type
);
main_type
=
TYPE_MAIN_VARIANT
(
type
);
if
(
main_type
==
float_type_node
)
if
(
main_type
==
float_type_node
)
DECL_ARG_TYPE
(
decl
)
=
double_type_node
;
DECL_ARG_TYPE
(
decl
)
=
double_type_node
;
/* Don't use TYPE_PREISION to decide whether to promote,
/* Don't use TYPE_PRE
C
ISION to decide whether to promote,
because we should convert short if it's the same size as int,
because we should convert short if it's the same size as int,
but we should not convert long if it's the same size as int. */
but we should not convert long if it's the same size as int. */
else
if
(
C_PROMOTING_INTEGER_TYPE_P
(
main_type
))
else
if
(
C_PROMOTING_INTEGER_TYPE_P
(
main_type
))
...
...
gcc/calls.c
View file @
13d39dbc
...
@@ -525,7 +525,7 @@ expand_call (exp, target, ignore)
...
@@ -525,7 +525,7 @@ expand_call (exp, target, ignore)
is_integrable
=
1
;
is_integrable
=
1
;
else
if
(
!
TREE_ADDRESSABLE
(
fndecl
))
else
if
(
!
TREE_ADDRESSABLE
(
fndecl
))
{
{
/* In case this function later becomes inlin
e
able,
/* In case this function later becomes inlinable,
record that there was already a non-inline call to it.
record that there was already a non-inline call to it.
Use abstraction instead of setting TREE_ADDRESSABLE
Use abstraction instead of setting TREE_ADDRESSABLE
...
...
gcc/config/a29k/a29k.h
View file @
13d39dbc
...
@@ -124,7 +124,7 @@ extern int target_flags;
...
@@ -124,7 +124,7 @@ extern int target_flags;
#define WCHAR_TYPE "char"
#define WCHAR_TYPE "char"
#define WCHAR_TYPE_SIZE BITS_PER_UNIT
#define WCHAR_TYPE_SIZE BITS_PER_UNIT
/* Define this macro if it is advis
i
ble to hold scalars in registers
/* Define this macro if it is advis
a
ble to hold scalars in registers
in a wider mode than that declared by the program. In such cases,
in a wider mode than that declared by the program. In such cases,
the value is constrained to be within the bounds of the declared
the value is constrained to be within the bounds of the declared
type, but kept valid in the wider mode. The signedness of the
type, but kept valid in the wider mode. The signedness of the
...
...
gcc/config/alpha/alpha.h
View file @
13d39dbc
...
@@ -127,7 +127,7 @@ extern int target_flags;
...
@@ -127,7 +127,7 @@ extern int target_flags;
#define WCHAR_TYPE "short unsigned int"
#define WCHAR_TYPE "short unsigned int"
#define WCHAR_TYPE_SIZE 16
#define WCHAR_TYPE_SIZE 16
/* Define this macro if it is advis
i
ble to hold scalars in registers
/* Define this macro if it is advis
a
ble to hold scalars in registers
in a wider mode than that declared by the program. In such cases,
in a wider mode than that declared by the program. In such cases,
the value is constrained to be within the bounds of the declared
the value is constrained to be within the bounds of the declared
type, but kept valid in the wider mode. The signedness of the
type, but kept valid in the wider mode. The signedness of the
...
...
gcc/config/elxsi/elxsi.h
View file @
13d39dbc
...
@@ -69,7 +69,7 @@ extern int target_flags;
...
@@ -69,7 +69,7 @@ extern int target_flags;
/* Define this if most significant word of a multiword number is numbered. */
/* Define this if most significant word of a multiword number is numbered. */
#define WORDS_BIG_ENDIAN 1
#define WORDS_BIG_ENDIAN 1
/* Number of bits in an address
i
ble storage unit */
/* Number of bits in an address
a
ble storage unit */
#define BITS_PER_UNIT 8
#define BITS_PER_UNIT 8
/* Width in bits of a "word", which is the contents of a machine register.
/* Width in bits of a "word", which is the contents of a machine register.
...
@@ -687,8 +687,8 @@ enum reg_class { NO_REGS, GENERAL_REGS, ALL_REGS, LIM_REG_CLASSES };
...
@@ -687,8 +687,8 @@ enum reg_class { NO_REGS, GENERAL_REGS, ALL_REGS, LIM_REG_CLASSES };
/* Check a `double' value for validity for a particular machine mode. */
/* Check a `double' value for validity for a particular machine mode. */
/*
note that it is very hard to accident
ly create a number that fits in a
/*
Note that it is very hard to accidental
ly create a number that fits in a
double but not in a float, since their ranges are almost the same */
double but not in a float, since their ranges are almost the same
.
*/
#define CHECK_FLOAT_VALUE(mode, d) \
#define CHECK_FLOAT_VALUE(mode, d) \
if ((mode) == SFmode) \
if ((mode) == SFmode) \
{ \
{ \
...
...
gcc/config/i960/i960.h
View file @
13d39dbc
...
@@ -185,7 +185,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -185,7 +185,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define TARGET_ASM_COMPAT (target_flags & TARGET_FLAG_ASM_COMPAT)
#define TARGET_ASM_COMPAT (target_flags & TARGET_FLAG_ASM_COMPAT)
/* For compatibility with the gcc960 v1.2 compiler. Use the old structure
/* For compatibility with the gcc960 v1.2 compiler. Use the old structure
align
e
ment rules. Also, turns on STRICT_ALIGNMENT. */
alignment rules. Also, turns on STRICT_ALIGNMENT. */
#define TARGET_FLAG_OLD_ALIGN 0x8000
#define TARGET_FLAG_OLD_ALIGN 0x8000
#define TARGET_OLD_ALIGN (target_flags & TARGET_FLAG_OLD_ALIGN)
#define TARGET_OLD_ALIGN (target_flags & TARGET_FLAG_OLD_ALIGN)
...
@@ -359,7 +359,7 @@ extern int target_flags;
...
@@ -359,7 +359,7 @@ extern int target_flags;
#define STRICT_ALIGNMENT TARGET_OLD_ALIGN
#define STRICT_ALIGNMENT TARGET_OLD_ALIGN
/* Specify alignment for string literals (which might be higher than the
/* Specify alignment for string literals (which might be higher than the
base type's minim
n
al alignment requirement. This allows strings to be
base type's minimal alignment requirement. This allows strings to be
aligned on word boundaries, and optimizes calls to the str* and mem*
aligned on word boundaries, and optimizes calls to the str* and mem*
library functions. */
library functions. */
#define CONSTANT_ALIGNMENT(EXP, ALIGN) \
#define CONSTANT_ALIGNMENT(EXP, ALIGN) \
...
@@ -996,7 +996,7 @@ extern struct rtx_def *i960_function_arg ();
...
@@ -996,7 +996,7 @@ extern struct rtx_def *i960_function_arg ();
It is always safe for this macro to do nothing. It exists to recognize
It is always safe for this macro to do nothing. It exists to recognize
opportunities to optimize the output. */
opportunities to optimize the output. */
/* On 80960, convert non-can
n
onical addresses to canonical form. */
/* On 80960, convert non-canonical addresses to canonical form. */
extern
struct
rtx_def
*
legitimize_address
();
extern
struct
rtx_def
*
legitimize_address
();
#define LEGITIMIZE_ADDRESS(X, OLDX, MODE, WIN) \
#define LEGITIMIZE_ADDRESS(X, OLDX, MODE, WIN) \
...
@@ -1417,7 +1417,7 @@ extern struct rtx_def *gen_compare_reg ();
...
@@ -1417,7 +1417,7 @@ extern struct rtx_def *gen_compare_reg ();
}
}
#if 0
#if 0
/* Promote char and short arguments to ints, when want comp
i
tibility with
/* Promote char and short arguments to ints, when want comp
a
tibility with
the iC960 compilers. */
the iC960 compilers. */
/* ??? In order for this to work, all users would need to be changed
/* ??? In order for this to work, all users would need to be changed
...
...
gcc/config/m68k/dpx2.ifile
View file @
13d39dbc
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.dbp.de>
* Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.dbp.de>
*
*
* Install this file as $prefix/gcc-lib/dpx2/VERSION/gcc.ifile
* Install this file as $prefix/gcc-lib/dpx2/VERSION/gcc.ifile
* and comment out the lines refering to COLLECT at the top
* and comment out the lines refer
r
ing to COLLECT at the top
* of Makefile before building GCC.
* of Makefile before building GCC.
*
*
* This file has been tested with gcc-2.2.2 on a DPX/2 340
* This file has been tested with gcc-2.2.2 on a DPX/2 340
...
...
gcc/config/m68k/plexus.h
View file @
13d39dbc
...
@@ -66,7 +66,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -66,7 +66,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define PLEXUS_CC_COMPAT
#define PLEXUS_CC_COMPAT
#ifdef PLEXUS_CC_COMPAT
#ifdef PLEXUS_CC_COMPAT
#define STRUCTURE_SIZE_BOUNDARY 16
/* for compatiblity with cc */
#define STRUCTURE_SIZE_BOUNDARY 16
/* for compatib
i
lity with cc */
#undef STACK_BOUNDARY
#undef STACK_BOUNDARY
#define STACK_BOUNDARY 32
/* ditto */
#define STACK_BOUNDARY 32
/* ditto */
#endif
#endif
...
...
gcc/config/m88k/m88k.h
View file @
13d39dbc
...
@@ -1537,7 +1537,7 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS,
...
@@ -1537,7 +1537,7 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS,
#define FUNCTION_MODE SImode
#define FUNCTION_MODE SImode
/* A barrier will be aligned so account for the possible expansion.
/* A barrier will be aligned so account for the possible expansion.
A volatile load may be prece
e
ded by a serializing instruction.
A volatile load may be preceded by a serializing instruction.
Account for profiling code output at NOTE_INSN_PROLOGUE_END.
Account for profiling code output at NOTE_INSN_PROLOGUE_END.
Account for block profiling code at basic block boundaries. */
Account for block profiling code at basic block boundaries. */
#define ADJUST_INSN_LENGTH(RTX, LENGTH) \
#define ADJUST_INSN_LENGTH(RTX, LENGTH) \
...
...
gcc/config/mips/mips.c
View file @
13d39dbc
...
@@ -1846,7 +1846,7 @@ block_move_load_store (dest_reg, src_reg, p_bytes, p_offset, align, orig_src)
...
@@ -1846,7 +1846,7 @@ block_move_load_store (dest_reg, src_reg, p_bytes, p_offset, align, orig_src)
}
}
#if 0
#if 0
/* Don't generate unligned moves here, rather defer those to the
/* Don't generate un
a
ligned moves here, rather defer those to the
general movestrsi_internal pattern. */
general movestrsi_internal pattern. */
else if (bytes >= UNITS_PER_WORD)
else if (bytes >= UNITS_PER_WORD)
{
{
...
...
gcc/config/pa/pa.md
View file @
13d39dbc
...
@@ -814,7 +814,7 @@
...
@@ -814,7 +814,7 @@
[
(set_attr "type" "fpstore")
[
(set_attr "type" "fpstore")
(set_attr "length" "1")])
(set_attr "length" "1")])
;;; pic symbol refrences
;;; pic symbol ref
e
rences
(define_insn ""
(define_insn ""
[
(set (match_operand:SI 0 "register_operand" "=r")
[
(set (match_operand:SI 0 "register_operand" "=r")
...
...
gcc/config/rs6000/rs6000.h
View file @
13d39dbc
...
@@ -105,7 +105,7 @@ extern int target_flags;
...
@@ -105,7 +105,7 @@ extern int target_flags;
/* target machine storage layout */
/* target machine storage layout */
/* Define this macro if it is advis
i
ble to hold scalars in registers
/* Define this macro if it is advis
a
ble to hold scalars in registers
in a wider mode than that declared by the program. In such cases,
in a wider mode than that declared by the program. In such cases,
the value is constrained to be within the bounds of the declared
the value is constrained to be within the bounds of the declared
type, but kept valid in the wider mode. The signedness of the
type, but kept valid in the wider mode. The signedness of the
...
...
gcc/config/sparc/sparc.c
View file @
13d39dbc
...
@@ -3024,7 +3024,7 @@ sparc_type_code (type)
...
@@ -3024,7 +3024,7 @@ sparc_type_code (type)
abort
();
abort
();
case
COMPLEX_TYPE
:
/* GNU Fortran COMPLEX type. */
case
COMPLEX_TYPE
:
/* GNU Fortran COMPLEX type. */
/* ??? We need to dinguish between double and float complex types,
/* ??? We need to di
sti
nguish between double and float complex types,
but I don't know how yet because I can't reach this code from
but I don't know how yet because I can't reach this code from
existing front-ends. */
existing front-ends. */
return
(
qualifiers
|
7
);
/* Who knows? */
return
(
qualifiers
|
7
);
/* Who knows? */
...
...
gcc/config/svr4.h
View file @
13d39dbc
...
@@ -324,7 +324,7 @@ do { \
...
@@ -324,7 +324,7 @@ do { \
sprintf (LABEL, "*.%s%d", PREFIX, NUM); \
sprintf (LABEL, "*.%s%d", PREFIX, NUM); \
} while (0)
} while (0)
/* Output the label which prece
ed
s a jumptable. Note that for all svr4
/* Output the label which prece
de
s a jumptable. Note that for all svr4
systems where we actually generate jumptables (which is to say every
systems where we actually generate jumptables (which is to say every
svr4 target except i386, where we use casesi instead) we put the jump-
svr4 target except i386, where we use casesi instead) we put the jump-
tables into the .rodata section and since other stuff could have been
tables into the .rodata section and since other stuff could have been
...
...
gcc/config/tahoe/tahoe.h
View file @
13d39dbc
...
@@ -338,7 +338,7 @@ enum reg_class {NO_REGS,GENERAL_REGS,FPP_REG,ALL_REGS,LIM_REG_CLASSES};
...
@@ -338,7 +338,7 @@ enum reg_class {NO_REGS,GENERAL_REGS,FPP_REG,ALL_REGS,LIM_REG_CLASSES};
#define FUNCTION_VALUE(VALTYPE, FUNC) \
#define FUNCTION_VALUE(VALTYPE, FUNC) \
gen_rtx (REG, TYPE_MODE (VALTYPE), 0)
gen_rtx (REG, TYPE_MODE (VALTYPE), 0)
/* lib
a
rary routines also return things in reg 0 */
/* library routines also return things in reg 0 */
#define LIBCALL_VALUE(MODE) gen_rtx (REG, MODE, 0)
#define LIBCALL_VALUE(MODE) gen_rtx (REG, MODE, 0)
...
...
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