projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
451a1fc
)
Fix typo in comment in last commit
author
Hans-Peter Nilsson
<hp@axis.com>
Sat, 17 Nov 2001 18:51:15 +0000
(18:51 +0000)
committer
Hans-Peter Nilsson
<hp@axis.com>
Sat, 17 Nov 2001 18:51:15 +0000
(18:51 +0000)
gas/config/tc-cris.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-cris.c
b/gas/config/tc-cris.c
index 0c42ff4db20d7adb7107b064ee52b74aa90d8058..b5e95270746b68dc86ea827a8477bf2dd475c72f 100644
(file)
--- a/
gas/config/tc-cris.c
+++ b/
gas/config/tc-cris.c
@@
-2980,7
+2980,7
@@
md_apply_fix3 (fixP, valP, seg)
{
/* This assignment truncates upper bits if valueT is 64 bits (as with
--enable-64-bit-bfd), which is fine here, though we cast to avoid
-
compiler any
warnings. */
+
any compiler
warnings. */
long val = (long) *valP;
char *buf = fixP->fx_where + fixP->fx_frag->fr_literal;