projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95b1627
)
Fix typo in comment.
author
Richard Henderson
<rth@gcc.gnu.org>
Mon, 10 Jun 2002 19:35:27 +0000
(12:35 -0700)
committer
Richard Henderson
<rth@gcc.gnu.org>
Mon, 10 Jun 2002 19:35:27 +0000
(12:35 -0700)
From-SVN: r54450
gcc/config/alpha/alpha.c
patch
|
blob
|
history
diff --git
a/gcc/config/alpha/alpha.c
b/gcc/config/alpha/alpha.c
index bf45d76df746b78b13a2857be9782660b22245c0..c2a907ccb9dc22c3b5fc70b398ae697a27ed1a67 100644
(file)
--- a/
gcc/config/alpha/alpha.c
+++ b/
gcc/config/alpha/alpha.c
@@
-980,7
+980,7
@@
direct_call_operand (op, mode)
}
/* Return true if OP is a LABEL_REF, or SYMBOL_REF or CONST referencing
- a variable known to be defined in this file. */
+ a
(non-tls)
variable known to be defined in this file. */
int
local_symbolic_operand (op, mode)
@@
-1014,7
+1014,7
@@
local_symbolic_operand (op, mode)
str = XSTR (op, 0);
- /* If @[
V
S], then alpha_encode_section_info sez it's local. */
+ /* If @[
L
S], then alpha_encode_section_info sez it's local. */
if (str[0] == '@' && (str[1] == 'L' || str[1] == 'S'))
return 1;