* ld.texinfo (-Tldata-segment): Describe.
[binutils-gdb.git] / ld / ChangeLog
1 2013-01-14 Leif Ekblad <leif@rdos.net>
2 Alan Modra <amodra@gmail.com>
3
4 * ld.texinfo (-Tldata-segment): Describe.
5 * ldlex.h (OPTION_TLDATA_SEGMENT): New enum value.
6 * lexsup.c (ld_options): Add -Tldata-segment.
7 (parse_args): Handle OPTION_TLDATA_SEGMENT.
8 * scripttempl/elf.sc: Support LARGE_DATA_ADDR.
9
10 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
11
12 * deffilep.y: Remove trailing white spaces.
13 * elf-hints-local.h: Likewise.
14 * ldexp.c: Likewise.
15 * ldlang.h: Likewise.
16 * ldmisc.c: Likewise.
17 * ldwrite.c: Likewise.
18 * pe-dll.c: Likewise.
19 * emulparams/criself.sh: Likewise.
20 * emulparams/crislinux.sh: Likewise.
21 * emulparams/elf32_tic6x_le.sh: Likewise.
22 * emulparams/elf32bmipn32-defs.sh: Likewise.
23 * emulparams/elf32mb_linux.sh: Likewise.
24 * emulparams/elf32mep.sh: Likewise.
25 * emulparams/elf32microblaze.sh: Likewise.
26 * emulparams/elf32ppc.sh: Likewise.
27 * emulparams/elf64_s390.sh: Likewise.
28 * emulparams/elf64alpha.sh: Likewise.
29 * emulparams/elf_s390.sh: Likewise.
30 * emulparams/elf_x86_64.sh: Likewise.
31 * emulparams/tic80coff.sh: Likewise.
32 * emultempl/aix.em: Likewise.
33 * emultempl/avrelf.em: Likewise.
34 * emultempl/cr16elf.em: Likewise.
35 * emultempl/pe.em: Likewise.
36 * emultempl/pep.em: Likewise.
37 * emultempl/spuelf.em: Likewise.
38 * emultempl/tic6xdsbt.em: Likewise.
39
40 2013-01-10 Will Newton <will.newton@imgtec.com>
41
42 * Makefile.am: Add Meta.
43 * Makefile.in: Regenerate.
44 * configure.tgt: Add Meta.
45 * emulparams/elf32metag.sh: New file.
46 * emultempl/metagelf.em: New file.
47
48 2013-01-09 Alan Modra <amodra@gmail.com>
49
50 * emulparams/elf_x86_64.sh (LARGE_BSS_AFTER_BSS): Define.
51 * emulparams/elf32_x86_64.sh: Likewise.
52 * emulparams/elf_k1om.sh: Likewise.
53 * emulparams/elf_l1om.sh: Likewise.
54 * scripttempl/elf.sc (LARGE_BSS): Define rather than appending to
55 OTHER_BSS_SECTIONS. Substitute in script.
56
57 2013-01-08 Leif Ekblad <leif@rdos.net>
58
59 * scripttempl/elf.sc (RODATA_ADDR): Typo fix.
60
61 2013-01-08 Alan Modra <amodra@gmail.com>
62
63 * emultempl/elf32.em (gld${EMULATION_NAME}_check_ld_so_conf): Replace
64 "name" param with a bfd_link_needed_list pointer. Update caller.
65 (gld${EMULATION_NAME}_check_ld_elf_hints): Likewise.
66
67 2013-01-08 Alan Modra <amodra@gmail.com>
68
69 * Makefile.am (ALL_EMULATION_SOURCES): Correct eavrxmega entries.
70 * Makefile.in: Regenerate.
71
72 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
73
74 * lexsup.c (ld_options): Add fuse-ld= for GCC linker option
75 compatibility.
76
77 2013-01-07 Patrice Dumas <pertusus@free.fr>
78
79 * ld.texinfo: Replace @ with @@ when it is part of the text.
80 Correct ordering of M68HC11 entry.
81
82 2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
83
84 * configure.tgt: Support ELF files for Sony Playstation 2 (for
85 ps2dev and ps2sdk).
86 * emulparams/elf32lr5900n32.sh: Create linker script for Sony
87 Playstation 2 ELF files using MIPS ABI n32.
88 * emulparams/elf32lr5900.sh: Create linker script for Sony
89 Playstation 2 ELF files using MIPS ABI o32.
90 * Makefile.am: Add linker scripts for Sony Playstation 2 ELF
91 files.
92
93 2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
94
95 * ldver.c (ldversion): Update copyright year to 2013.
96
97 For older changes see ChangeLog-2012
98 \f
99 Copyright (C) 2013 Free Software Foundation, Inc.
100
101 Copying and distribution of this file, with or without modification,
102 are permitted in any medium without royalty provided the copyright
103 notice and this notice are preserved.
104
105 Local Variables:
106 mode: change-log
107 left-margin: 8
108 fill-column: 74
109 version-control: never
110 End: