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:
2846975
)
* config/tc-w65.c (md_section_align): Fix typo.
author
Alan Modra
<amodra@gmail.com>
Mon, 26 Aug 2002 08:55:33 +0000
(08:55 +0000)
committer
Alan Modra
<amodra@gmail.com>
Mon, 26 Aug 2002 08:55:33 +0000
(08:55 +0000)
(md_parse_option): Return 0, not 1.
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-w65.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index ff65a9904e2220d35bdd5a8a614e1c7af8177a38..ee15e9374b71a054ef0755a94d54ba39dbd7ac63 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,8
@@
+2002-08-26 Alan Modra <amodra@bigpond.net.au>
+
+ * config/tc-w65.c (md_section_align): Fix typo.
+ (md_parse_option): Return 0, not 1.
+
2002-08-22 Nick Clifton <nickc@redhat.com>
* doc/as.texinfo (Section): Note that if '@' is a comment
diff --git
a/gas/config/tc-w65.c
b/gas/config/tc-w65.c
index 690bf506518509cc8759179f48d9d10d661be87d..9ab85e880cf53c64c2e985fd3a9166ca0e3102a1 100644
(file)
--- a/
gas/config/tc-w65.c
+++ b/
gas/config/tc-w65.c
@@
-846,7
+846,7
@@
md_parse_option (c, a)
int c;
char *a;
{
- return
1
;
+ return
0
;
}
void
@@
-980,7
+980,7
@@
md_section_align (seg, size)
void
md_apply_fix3 (fixP, valP, seg)
fixS *fixP;
- va
ul
eT * valP;
+ va
lu
eT * valP;
segT seg ATTRIBUTE_UNUSED;
{
long val = * (long *) valP;