Patches from Jerry Blakely <gerry_blakley@wellfleet.com>:
authorIan Lance Taylor <ian@airs.com>
Thu, 6 Jul 1995 20:39:31 +0000 (20:39 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 6 Jul 1995 20:39:31 +0000 (20:39 +0000)
commit85a961c6a12151673dd31463b66ab32f742242e9
tree746d5de9d666ef652888f44adcb4cf2858814dd0
parent1d5d75e90a9b5056199ad43a521c3a77bce6fc2a
Patches from Jerry Blakely <gerry_blakley@wellfleet.com>:
* as.c (listing_filename): New static variable.
(show_usage): Mention -a=file.
(parse_args): Support = option of -a to set name of listing file.
(main): Pass listing_filename to listing_print.
* listing.c (list_file): New static variable.
(various): Replace printf with fprintf to list_file.
(listing_print): If name argument is not NULL, open it as
list_file.
* doc/as.texinfo, doc/as.1: Document -a=file.
PR 6354.
gas/ChangeLog
gas/as.c
gas/doc/as.1
gas/doc/as.texinfo
gas/listing.c
This page took 0.026993 seconds and 4 git commands to generate.