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
6d77b53e
Commit
6d77b53e
authored
Jun 25, 2000
by
Kazu Hirata
Committed by
Nick Clifton
Jun 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in comments.
From-SVN: r34694
parent
8c4e4f26
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/ChangeLog
+5
-0
gcc/config/arm/arm.c
+2
-2
gcc/config/arm/arm.h
+1
-1
No files found.
gcc/ChangeLog
View file @
6d77b53e
2000-06-25 Kazu Hirata <kazu@hxi.com>
* config/arm.c: Fix a comment typo.
* config/arm.h: Likewise.
2000-06-25 Philipp Thomas <pthomas@suse.de>
2000-06-25 Philipp Thomas <pthomas@suse.de>
* aclocal.m4 (AM_WITH_NLS): Set create_catalogs=no if no catalog
* aclocal.m4 (AM_WITH_NLS): Set create_catalogs=no if no catalog
...
...
gcc/config/arm/arm.c
View file @
6d77b53e
...
@@ -1767,7 +1767,7 @@ current_file_function_operand (sym_ref)
...
@@ -1767,7 +1767,7 @@ current_file_function_operand (sym_ref)
if
(
ENCODED_SHORT_CALL_ATTR_P
(
XSTR
(
sym_ref
,
0
)))
if
(
ENCODED_SHORT_CALL_ATTR_P
(
XSTR
(
sym_ref
,
0
)))
return
1
;
return
1
;
/* The current func
it
on is always defined within the current compilation
/* The current func
ti
on is always defined within the current compilation
unit. if it s a weak defintion however, then this may not be the real
unit. if it s a weak defintion however, then this may not be the real
defintion of the function, and so we have to say no. */
defintion of the function, and so we have to say no. */
if
(
sym_ref
==
XEXP
(
DECL_RTL
(
current_function_decl
),
0
)
if
(
sym_ref
==
XEXP
(
DECL_RTL
(
current_function_decl
),
0
)
...
@@ -9026,7 +9026,7 @@ output_thumb_prologue (f)
...
@@ -9026,7 +9026,7 @@ output_thumb_prologue (f)
/* Generate code sequence to switch us into Thumb mode. */
/* Generate code sequence to switch us into Thumb mode. */
/* The .code 32 directive has already been emitted by
/* The .code 32 directive has already been emitted by
ASM_DECLARE_FUNC
ITON_NAME
*/
ASM_DECLARE_FUNC
TION_NAME.
*/
asm_fprintf
(
f
,
"
\t
orr
\t
%r, %r, #1
\n
"
,
IP_REGNUM
,
PC_REGNUM
);
asm_fprintf
(
f
,
"
\t
orr
\t
%r, %r, #1
\n
"
,
IP_REGNUM
,
PC_REGNUM
);
asm_fprintf
(
f
,
"
\t
bx
\t
%r
\n
"
,
IP_REGNUM
);
asm_fprintf
(
f
,
"
\t
bx
\t
%r
\n
"
,
IP_REGNUM
);
...
...
gcc/config/arm/arm.h
View file @
6d77b53e
...
@@ -1839,7 +1839,7 @@ typedef struct
...
@@ -1839,7 +1839,7 @@ typedef struct
SUBTARGET_NAME_ENCODING_LENGTHS
SUBTARGET_NAME_ENCODING_LENGTHS
/* This has to be handled by a function because more than part of the
/* This has to be handled by a function because more than part of the
ARM backend uses func
it
on name prefixes to encode attributes. */
ARM backend uses func
ti
on name prefixes to encode attributes. */
#undef STRIP_NAME_ENCODING
#undef STRIP_NAME_ENCODING
#define STRIP_NAME_ENCODING(VAR, SYMBOL_NAME) \
#define STRIP_NAME_ENCODING(VAR, SYMBOL_NAME) \
(VAR) = arm_strip_name_encoding (SYMBOL_NAME)
(VAR) = arm_strip_name_encoding (SYMBOL_NAME)
...
...
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