diff options
author | Roland McGrath <roland@gnu.org> | 2011-07-16 07:58:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2011-07-16 07:58:40 +0000 |
commit | 30824704e933a2dad20afc97be7bce651e4b5ac1 (patch) | |
tree | 49a5ba33578f0ab2f30b548e4dbd12af83baa7c1 /ld/ChangeLog | |
parent | 436ce5e7e644c7b1746e83fa371b2fda18a83aad (diff) | |
download | gdb-30824704e933a2dad20afc97be7bce651e4b5ac1.zip gdb-30824704e933a2dad20afc97be7bce651e4b5ac1.tar.gz gdb-30824704e933a2dad20afc97be7bce651e4b5ac1.tar.bz2 |
Implement ld --print-output-format.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 768d2bb..220ffe5 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +2011-07-16 Roland McGrath <roland@hack.frob.com> + + * ld.h (args_type): New field print_output_format. + * lexsup.c (enum option_values, ld_options, parse_args): + Handle --print-output-format. + * ldmain.c (main): Implement --print-output-format. + * ld.texinfo (Options): Document it. + + * ldlang.c (lang_get_output_target): Don't return current_target + when it's NULL. + 2011-07-15 Alan Modra <amodra@gmail.com> * Makefile.am (e*.c): Sort. |