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:
63fab58
)
Typo.
author
Richard Henderson
<rth@redhat.com>
Mon, 7 Jun 1999 12:54:17 +0000
(12:54 +0000)
committer
Richard Henderson
<rth@redhat.com>
Mon, 7 Jun 1999 12:54:17 +0000
(12:54 +0000)
gas/ChangeLog
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 3bbfa3fea647018332f577159869f19da26008c0..3a24280fa0de19aaf5f1eb07fe5377c448aac2b0 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-3,7
+3,7
@@
* config/tc-sparc.c (md_assemble): Fix up setx, support setsw.
Optimize set if sizeof(bfd_vma) == 64.
(sparc_ip): Fix sethi - without %hi() it should generate
- R_SPARC_
3
2 reloc, not R_SPARC_HI22.
+ R_SPARC_
2
2 reloc, not R_SPARC_HI22.
(tc_gen_reloc): Handle BFD_RELOC_SPARC22.
1999-06-07 Jakub Jelinek <jj@ultra.linux.cz>