Add support for V850E3V5 architecture
[platform/upstream/binutils.git] / ld / ChangeLog
1 2013-01-24  Nick Clifton  <nickc@redhat.com>
2
3         * NEWS: Mention support for V850E3V5 architecture.
4
5 2013-01-23  Martin Koegler  <martin.koegler@chello.at>
6
7         PR ld/15041
8         * scripttempl/pep.sc (.pdata): Only accept .pdata sections.
9         (.xdata): Similarly.
10         (.debug_frame): Similarly.
11
12 2013-01-23  Georg-Johann Lay  <avr@gjlay.de>
13
14         PR ld/15037
15         * scripttempl/avr.sc (.eeprom): Keep it.
16
17 2013-01-23  Leif Ekblad  <leif@rdos.net>
18
19         * Makefile.am (ALL_64_EMULATION_SOURCES): Add eelf64rdos.c.
20         (eelf64rdos.c): New rule.
21         * emulparams/elf64rdos.sh: New file.
22         * configure.tgt (x86_64-*-rdos*): Use above.
23         * Makefile.in: Regenerate.
24
25 2013-01-22  Roland McGrath  <mcgrathr@google.com>
26
27         * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
28         new_dtags to TRUE for *-*-nacl* targets.
29
30 2013-01-21  Mike Frysinger  <vapier@gentoo.org>
31
32         * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
33         link_info.new_dtags to TRUE for linux/gnu targets.
34         * NEWS: Mention new dtags default.
35
36 2013-01-19  H.J. Lu  <hongjiu.lu@intel.com>
37
38         * Makefile.am (HOSTING_SCRT0): New.
39
40         * configure.host (HOSTING_SCRT0): New.  Used for PIE.
41
42         * configure.in (HOSTING_SCRT0): New AC_SUBST.
43
44         * Makefile.in: Regenerated.
45         * configure: Likewise.
46
47 2013-01-18  Mike Frysinger  <vapier@gentoo.org>
48
49         * NEWS: Mention change in behavior with --enable-new-dtags.
50         * ld.texinfo (Options): Clarify --enable-new-dtags behavior.
51
52 2013-01-14  Leif Ekblad <leif@rdos.net>
53             Alan Modra  <amodra@gmail.com>
54
55         * ld.texinfo (-Tldata-segment): Describe.
56         * ldlex.h (OPTION_TLDATA_SEGMENT): New enum value.
57         * lexsup.c (ld_options): Add -Tldata-segment.
58         (parse_args): Handle OPTION_TLDATA_SEGMENT.
59         * scripttempl/elf.sc: Support LARGE_DATA_ADDR.
60
61 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
62
63         * deffilep.y: Remove trailing white spaces.
64         * elf-hints-local.h: Likewise.
65         * ldexp.c: Likewise.
66         * ldlang.h: Likewise.
67         * ldmisc.c: Likewise.
68         * ldwrite.c: Likewise.
69         * pe-dll.c: Likewise.
70         * emulparams/criself.sh: Likewise.
71         * emulparams/crislinux.sh: Likewise.
72         * emulparams/elf32_tic6x_le.sh: Likewise.
73         * emulparams/elf32bmipn32-defs.sh: Likewise.
74         * emulparams/elf32mb_linux.sh: Likewise.
75         * emulparams/elf32mep.sh: Likewise.
76         * emulparams/elf32microblaze.sh: Likewise.
77         * emulparams/elf32ppc.sh: Likewise.
78         * emulparams/elf64_s390.sh: Likewise.
79         * emulparams/elf64alpha.sh: Likewise.
80         * emulparams/elf_s390.sh: Likewise.
81         * emulparams/elf_x86_64.sh: Likewise.
82         * emulparams/tic80coff.sh: Likewise.
83         * emultempl/aix.em: Likewise.
84         * emultempl/avrelf.em: Likewise.
85         * emultempl/cr16elf.em: Likewise.
86         * emultempl/pe.em: Likewise.
87         * emultempl/pep.em: Likewise.
88         * emultempl/spuelf.em: Likewise.
89         * emultempl/tic6xdsbt.em: Likewise.
90
91 2013-01-10  Will Newton <will.newton@imgtec.com>
92
93         * Makefile.am: Add Meta.
94         * Makefile.in: Regenerate.
95         * configure.tgt: Add Meta.
96         * emulparams/elf32metag.sh: New file.
97         * emultempl/metagelf.em: New file.
98
99 2013-01-09  Alan Modra  <amodra@gmail.com>
100
101         * emulparams/elf_x86_64.sh (LARGE_BSS_AFTER_BSS): Define.
102         * emulparams/elf32_x86_64.sh: Likewise.
103         * emulparams/elf_k1om.sh: Likewise.
104         * emulparams/elf_l1om.sh: Likewise.
105         * scripttempl/elf.sc (LARGE_BSS): Define rather than appending to
106         OTHER_BSS_SECTIONS.  Substitute in script.
107
108 2013-01-08  Leif Ekblad  <leif@rdos.net>
109
110         * scripttempl/elf.sc (RODATA_ADDR): Typo fix.
111
112 2013-01-08  Alan Modra  <amodra@gmail.com>
113
114         * emultempl/elf32.em (gld${EMULATION_NAME}_check_ld_so_conf): Replace
115         "name" param with a bfd_link_needed_list pointer.  Update caller.
116         (gld${EMULATION_NAME}_check_ld_elf_hints): Likewise.
117
118 2013-01-08  Alan Modra  <amodra@gmail.com>
119
120         * Makefile.am (ALL_EMULATION_SOURCES): Correct eavrxmega entries.
121         * Makefile.in: Regenerate.
122
123 2013-01-07  H.J. Lu  <hongjiu.lu@intel.com>
124
125         * lexsup.c (ld_options): Add fuse-ld= for GCC linker option
126         compatibility.
127
128 2013-01-07  Patrice Dumas  <pertusus@free.fr>
129
130         * ld.texinfo: Replace @ with @@ when it is part of the text.
131         Correct ordering of M68HC11 entry.
132
133 2013-01-04  Juergen Urban <JuergenUrban@gmx.de>
134
135         * configure.tgt: Support ELF files for Sony Playstation 2 (for
136         ps2dev and ps2sdk).
137         * emulparams/elf32lr5900n32.sh: Create linker script for Sony
138         Playstation 2 ELF files using MIPS ABI n32.
139         * emulparams/elf32lr5900.sh: Create linker script for Sony
140         Playstation 2 ELF files using MIPS ABI o32.
141         * Makefile.am: Add linker scripts for Sony Playstation 2 ELF
142         files.
143
144 2013-01-02  H.J. Lu  <hongjiu.lu@intel.com>
145
146         * ldver.c (ldversion): Update copyright year to 2013.
147
148 For older changes see ChangeLog-2012
149 \f
150 Copyright (C) 2013 Free Software Foundation, Inc.
151
152 Copying and distribution of this file, with or without modification,
153 are permitted in any medium without royalty provided the copyright
154 notice and this notice are preserved.
155
156 Local Variables:
157 mode: change-log
158 left-margin: 8
159 fill-column: 74
160 version-control: never
161 End: