diff options
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1e6b7cc..4a9f308 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2012-12-18 Roland McGrath <mcgrathr@google.com> + + * ld.texinfo (Options): Describe -Trodata-segment. + * ldlex.h (enum option_values): Add OPTION_TRODATA_SEGMENT. + * lexsup.c (ld_options, parse_args): Handle -Trodata-segment. + * scripttempl/elf.sc (RODATA_ADDR, SHLIB_RODATA_ADDR): Wrap + SEGMENT_START("rodata-segment", ...) + SIZEOF_HEADERS around the value. + 2012-12-17 Nick Clifton <nickc@redhat.com> * MAINTAINERS: Add copyright notice. |