From c17d87de17351aed016a9d0b0712cdee4cca5f9e Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 4 Aug 2006 14:53:26 +0000 Subject: * ldmain.c (main): Initialise print_gc_sections field of link_info structure. * lexsup.c: Add --print-gc-sections and --no-print-gc-sections switches. * ld.texinfo: Document new switches. * NEWS: Mention new switches. * bfdlink.h (struct bfd_link_info): New field: print_gc_sections. * elflink.c (elf_gc_sweep): If info.print_gc_sections is true, list removed sections to stderr. --- ld/NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ld/NEWS') diff --git a/ld/NEWS b/ld/NEWS index 27fb0ae..4ca2e9b 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1,4 +1,8 @@ -*- text -*- +* New switch: --print-gc-sections to list any sections removed by garabge + collection. + +Changes in 2.17: * Support for the Infineon XC16X has been added by KPIT Cummins Infosystems. -- cgit v1.1