From a55ff675f931372ba38cc578de488ef7eb8504fa Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Sun, 30 Oct 2005 18:08:52 +0000 Subject: * as.c (show_usage): Document "@FILE". * gprof.c (usage): Document "@FILE". * lexsup.c (help): Document "@FILE". --- gas/ChangeLog | 4 ++++ gas/as.c | 2 ++ 2 files changed, 6 insertions(+) (limited to 'gas') diff --git a/gas/ChangeLog b/gas/ChangeLog index c0af442..9ea3a40 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2005-10-30 Mark Mitchell + + * as.c (show_usage): Document "@FILE". + 2005-10-30 H.J. Lu * Makefile.am (OBJ_FORMATS): Remove vms. diff --git a/gas/as.c b/gas/as.c index 10e20e3..16711b1 100644 --- a/gas/as.c +++ b/gas/as.c @@ -346,6 +346,8 @@ Options:\n\ fprintf (stream, _("\ --listing-cont-lines set the maximum number of continuation lines used\n\ for the output data column of the listing\n")); + fprintf (stream, _("\ + @FILE read options from FILE\n")); md_show_usage (stream); -- cgit v1.1