diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a545bb0..722b837 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2014-10-17 Hans-Peter Nilsson <hp@axis.com> + + Implement --print-sysroot in ld. + * ldlex.h (enum option_values): Add entry OPTION_PRINT_SYSROOT. + * lexsup.c (ld_options): Add entry for --print-sysroot. + (parse_args) <OPTION_PRINT_SYSROOT>: Print sysroot and exit early. + 2014-10-16 Alan Modra <amodra@gmail.com> PR 17488 |