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