* ldgram.y (input_section_spec_no_keep): Don't ignore sect_flags.
[external/binutils.git] / ld / ChangeLog
1 2012-02-09  Alan Modra  <amodra@gmail.com>
2
3         * ldgram.y (input_section_spec_no_keep): Don't ignore sect_flags.
4
5 2012-01-31  H.J. Lu  <hongjiu.lu@intel.com>
6
7         PR ld/13616
8         * emulparams/elf32_x86_64.sh: Remove NOP.
9         * emulparams/elf_i386.sh: Likewise.
10         * emulparams/elf_i386_be.sh: Likewise.
11         * emulparams/elf_i386_ldso.sh: Likewise.
12         * emulparams/elf_i386_vxworks.sh: Likewise.
13         * emulparams/elf_k1om.sh: Likewise.
14         * emulparams/elf_l1om.sh: Likewise.
15         * emulparams/elf_x86_64.sh: Likewise.
16
17         * ldlang.c (zero_fill): Initialized to 0.
18
19         * ldwrite.c (build_link_order): Set data size to linker odrder
20         size when they are the same.
21
22         * scripttempl/elf.sc: Don't specify fill if NOP is undefined.
23
24 2012-01-17  Alan Modra  <amodra@gmail.com>
25
26         * ldver.c (ldversion): Update copyright message year.
27
28 2012-01-15  Alan Modra  <amodra@gmail.com>
29
30         PR ld/12758
31         * ldlang.c (lang_process): Don't reopen all files, just those
32         newly added by plugin.
33
34 2012-01-11  Alan Modra  <amodra@gmail.com>
35
36         * emultempl/ppc64elf.em (PARSE_AND_LIST_PROLOGUE,
37         PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS,
38         PARSE_AND_LIST_ARGS_CASES): Handle --{no-,}plt-thread-safe and
39         --{no-,}plt-align.
40         (plt_thread_safe, plt_stub_align): New vars.
41         (gld${EMULATION_NAME}_after_allocation): Pass them to
42         ppc64_elf_size_stubs.  Align stub sections according to plt_stub_align.
43         * ld.texinfo: Document new command line options, and an old
44         undocumented option.
45
46 2012-01-09  Roland McGrath  <mcgrathr@google.com>
47
48         * configure.in: Use AM_ZLIB.
49         * configure: Regenerated.
50
51 For older changes see ChangeLog-2011
52 \f
53 Local Variables:
54 mode: change-log
55 left-margin: 8
56 fill-column: 74
57 version-control: never
58 End: