* listing.c: Add -ag listing flag to show general information in
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 3f18678e3db949e45c698cac2c774d52aae9c97a..c25d7a3c54771f637587954ed634ffca527d28b9 100644 (file)
@@ -1,3 +1,21 @@
+2008-04-10  Santiago UrueƱa  <suruena@gmail.com>
+
+       * listing.c: Add -ag listing flag to show general information in
+       listings such as gas version, passed options, and time stamp.
+       (listing_general_info): New function.
+       (print_options): New function.
+       (print_single_option): New function.
+       (print_timestamp): New function.
+       (MAX_DATELEN): Define.
+       (listing_print): Add call to listing_general_info.
+       * listing.h (LISTING_GENERAL): Define.
+       (listing_print): Add new parameter.
+       * as.c (show_usage): Print new switch.
+       (parse_args): Parse new switch.
+       (main): Pass command line on to listing_print.
+       * NEWS: Mention this new feature.
+       * doc/as.texinfo: Document the new sub-option.
+
 2008-04-08  Alan Modra  <amodra@bigpond.net.au>
 
        * dwarf2dbg.c (dwarf2_emit_insn): Simplify test before dwarf2_where
This page took 0.023312 seconds and 4 git commands to generate.