* deffilep.y (find_export_in_list): Set is_indent for
[external/binutils.git] / ld / ChangeLog
1 2012-02-13  Kai Tietz  <ktietz@redhat.com>
2
3         * deffilep.y (find_export_in_list): Set is_indent for
4         first or last element, if identical.
5         (find_import_in_list): Likewise.
6
7 2012-02-11  Kai Tietz  <ktietz@redhat.com>
8
9         * deffilep.y (%union): New type id_const.
10         (opt_name2): New rule.
11         (keyword_as_name): New rule.
12         (dot_name): Replaced by opt_name2 rule.
13         (opt_name): Adjust rule.
14         (opt_equal_name): Likewise.
15
16 2012-02-11  Pascal Obry  <pascal@obry.net>
17
18         * pe-dll.c (auto_export): Use bsearch to speed up scan of exports
19         table.
20         (process_def_file_and_drectve): Maintain sorting of exports table
21         after stripping leading @ signs.
22
23 2012-02-09  Alan Modra  <amodra@gmail.com>
24
25         * ldgram.y (input_section_spec_no_keep): Don't ignore sect_flags.
26
27 2012-01-31  H.J. Lu  <hongjiu.lu@intel.com>
28
29         PR ld/13616
30         * emulparams/elf32_x86_64.sh: Remove NOP.
31         * emulparams/elf_i386.sh: Likewise.
32         * emulparams/elf_i386_be.sh: Likewise.
33         * emulparams/elf_i386_ldso.sh: Likewise.
34         * emulparams/elf_i386_vxworks.sh: Likewise.
35         * emulparams/elf_k1om.sh: Likewise.
36         * emulparams/elf_l1om.sh: Likewise.
37         * emulparams/elf_x86_64.sh: Likewise.
38
39         * ldlang.c (zero_fill): Initialized to 0.
40
41         * ldwrite.c (build_link_order): Set data size to linker odrder
42         size when they are the same.
43
44         * scripttempl/elf.sc: Don't specify fill if NOP is undefined.
45
46 2012-01-17  Alan Modra  <amodra@gmail.com>
47
48         * ldver.c (ldversion): Update copyright message year.
49
50 2012-01-15  Alan Modra  <amodra@gmail.com>
51
52         PR ld/12758
53         * ldlang.c (lang_process): Don't reopen all files, just those
54         newly added by plugin.
55
56 2012-01-11  Alan Modra  <amodra@gmail.com>
57
58         * emultempl/ppc64elf.em (PARSE_AND_LIST_PROLOGUE,
59         PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS,
60         PARSE_AND_LIST_ARGS_CASES): Handle --{no-,}plt-thread-safe and
61         --{no-,}plt-align.
62         (plt_thread_safe, plt_stub_align): New vars.
63         (gld${EMULATION_NAME}_after_allocation): Pass them to
64         ppc64_elf_size_stubs.  Align stub sections according to plt_stub_align.
65         * ld.texinfo: Document new command line options, and an old
66         undocumented option.
67
68 2012-01-09  Roland McGrath  <mcgrathr@google.com>
69
70         * configure.in: Use AM_ZLIB.
71         * configure: Regenerated.
72
73 For older changes see ChangeLog-2011
74 \f
75 Local Variables:
76 mode: change-log
77 left-margin: 8
78 fill-column: 74
79 version-control: never
80 End: