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:
7255692
)
PR 6913
author
Alan Modra
<amodra@gmail.com>
Wed, 24 Sep 2008 14:38:03 +0000
(14:38 +0000)
committer
Alan Modra
<amodra@gmail.com>
Wed, 24 Sep 2008 14:38:03 +0000
(14:38 +0000)
* listing.c (print_options): Don't call fprintf without format string.
gas/ChangeLog
patch
|
blob
|
history
gas/listing.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index e555580c3fcb89f001723fed59313399b888bb2d..e305b2e372a8cff88566d52169bda982d1734449 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,8
@@
+2008-09-25 Alan Modra <amodra@bigpond.net.au>
+
+ PR 6913
+ * listing.c (print_options): Don't call fprintf without format string.
+
2008-09-19 Alan Modra <amodra@bigpond.net.au>
* write.c (TC_FORCE_RELOCATION_SUB_LOCAL): Heed md_register_arithmetic.
diff --git
a/gas/listing.c
b/gas/listing.c
index 6932e8679b48233e3c5b987e074aa5b3a86eaeba..d0e20429db6f8e013ca5631a9668082c4c3df064 100644
(file)
--- a/
gas/listing.c
+++ b/
gas/listing.c
@@
-1100,7
+1100,7
@@
print_options (char ** argv)
int pos = strlen (field_name);
char **p;
- fp
rintf (list_file, field_nam
e);
+ fp
uts (field_name, list_fil
e);
for (p = &argv[1]; *p != NULL; p++)
if (**p == '-')
{