diff options
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 7c60d9b..a9eb7c8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,22 @@ +2015-07-28 Andrew Burgess <andrew.burgess@embecosm.com> + + * ld.h (enum orphan_handling_enum): New. + (ld_config_type): Remove warn_orphan, add orphan_handling. + * ldemul.c (ldemul_place_orphan): Remove warning about orphan + sections. + * ldlang.c (ldlang_place_orphan): New function. + (lang_place_orphans): Call ldlang_place_orphan. + * ldlex.h (enum option_values): Remove OPTION_WARN_ORPHAN and + OPTION_NO_WARN_ORPHAN, add OPTION_ORPHAN_HANDLING. + * lexsup.c (ld_options): Remove 'warn-orphan' and + 'no-warn-orphan', add 'orphan-handling'. + (parse_args): Remove handling for OPTION_WARN_ORPHAN and + OPTION_NO_WARN_ORPHAN, add handling for OPTION_ORPHAN_HANDLING. + * NEWS: Replace text about --warn-orphan with --orphan-handling. + * ld.texinfo (Options): Remove --warn-orphan entry and add + entry on --orphan-handling. + (Orphan Sections): Add reference to relevant command line options. + 2015-09-03 Nick Clifton <nickc@redhat.com> * ld.texinfo (--build-id): Fix typo. The COFF/PE build-id section |