bfd/
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
24718e3b
L
12006-05-30 H.J. Lu <hongjiu.lu@intel.com>
2
3 * emulparams/arcelf.sh (MAXPAGESIZE): Changed to
4 "CONSTANT (MAXPAGESIZE)".
5 * emulparams/armelf_nbsd.sh: Likewise.
6 * emulparams/armelf_vxworks.sh: Likewise.
7 * emulparams/armnto.sh: Likewise.
8 * emulparams/armsymbian.sh: Likewise.
9 * emulparams/crislinux.sh: Likewise.
10 * emulparams/elf32_i860.sh: Likewise.
11 * emulparams/elf32_i960.sh: Likewise.
12 * emulparams/elf32am33lin.sh: Likewise.
13 * emulparams/elf32bfinfd.sh: Likewise.
14 * emulparams/elf32bmipn32-defs.sh: Likewise.
15 * emulparams/elf32frvfd.sh: Likewise.
16 * emulparams/elf32i370.sh: Likewise.
17 * emulparams/elf32lppcnto.sh: Likewise.
18 * emulparams/elf32mcore.sh: Likewise.
19 * emulparams/elf32openrisc.sh: Likewise.
20 * emulparams/elf32ppcnto.sh: Likewise.
21 * emulparams/elf32ppcwindiss.sh: Likewise.
22 * emulparams/elf32vax.sh: Likewise.
23 * emulparams/elf32xc16x.sh: Likewise.
24 * emulparams/elf32xc16xl.sh: Likewise.
25 * emulparams/elf32xc16xs.sh: Likewise.
26 * emulparams/elf64_aix.sh: Likewise.
27 * emulparams/elf64hppa.sh: Likewise.
28 * emulparams/elf64mmix.sh: Likewise.
29 * emulparams/elf_i386_be.sh: Likewise.
30 * emulparams/elf_i386_chaos.sh: Likewise.
31 * emulparams/elf_i386_ldso.sh: Likewise.
32 * emulparams/hppa64linux.sh: Likewise.
33 * emulparams/hppalinux.sh: Likewise.
34 * emulparams/hppaobsd.sh: Likewise.
35 * emulparams/i386lynx.sh: Likewise.
36 * emulparams/i386moss.sh: Likewise.
37 * emulparams/i386nto.sh: Likewise.
38 * emulparams/i386nw.sh: Likewise.
39 * emulparams/m32relf_linux.sh: Likewise.
40 * emulparams/m68kpsos.sh: Likewise.
41 * emulparams/or32elf.sh: Likewise.
42 * emulparams/pjelf.sh: Likewise.
43 * emulparams/pjlelf.sh: Likewise.
44 * emulparams/ppclynx.sh: Likewise.
45 * emulparams/ppcnw.sh: Likewise.
46 * emulparams/shelf32_nbsd.sh : Likewise.
47 * emulparams/shelf_nbsd.sh: Likewise.
48 * emulparams/shelf_nto.sh: Likewise.
49 * emulparams/shlelf_nto.sh: Likewise.
50 * emulparams/xtensa-config.sh: Likewise.
51
52 * emulparams/armelf_linux.sh (MAXPAGESIZE): Changed to
53 "CONSTANT (MAXPAGESIZE)".
54 (COMMONPAGESIZE): Changed to "CONSTANT (COMMONPAGESIZE)".
55 * emulparams/elf32_sparc.sh: Likewise.
56 * emulparams/elf32bmip.sh: Likewise.
57 * emulparams/elf32ppccommon.sh: Likewise.
58 * emulparams/elf64_ia64.sh: Likewise.
59 * emulparams/elf64_s390.sh: Likewise.
60 * emulparams/elf64_sparc.sh: Likewise.
61 * emulparams/elf64alpha.sh: Likewise.
62 * emulparams/elf64ppc.sh: Likewise.
63 * emulparams/elf_i386.sh: Likewise.
64 * emulparams/elf_i386_vxworks.sh: Likewise.
65 * emulparams/elf_s390.sh: Likewise.
66 * emulparams/elf_x86_64.sh: Likewise.
67 * emulparams/shlelf32_linux.sh: Likewise.
68 * emulparams/shlelf_linux.sh: Likewise.
69
70 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Changed to
71 "CONSTANT (COMMONPAGESIZE)".
72 * emulparams/elf32btsmipn32.sh: Likewise.
73
74 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
75 "-z max-page-size=" and "-z common-page-size=".
76 (gld${EMULATION_NAME}_list_options): Likewise.
77
78 * ld.h (ld_config_type): Add maxpagesize and commonpagesize.
79
80 * ld.texinfo: Document "-z max-page-size=" and
81 "-z common-page-size=".
82
83 * ldexp.c (exp_print_token): Handle CONSTANT.
84 (fold_name): Likewise.
85 * ldgram.y: Likewise.
86 * ldlex.l: Likewise.
87
88 * ldmain.c (main): Initiliaze config.maxpagesize and
89 config.commonpagesize. Call bfd_emul_set_maxpagesize if
90 config.maxpagesize isn't 0. Call bfd_emul_set_commonpagesize if
91 config.commonpagesize config.maxpagesize isn't 0.
92
eebf07fb
NC
932006-05-30 Nick Clifton <nickc@redhat.com>
94
95 * po/es.po: Updated Spanish translation.
96
f7661549
L
972006-05-25 H.J. Lu <hongjiu.lu@intel.com>
98
99 * emulparams/elf_x86_64.sh (MAXPAGESIZE): Updated to 0x200000.
100
314e9a4e
L
1012006-05-24 H.J. Lu <hongjiu.lu@intel.com>
102
103 PR ld/1485
104 * configure.in: Use ${srcdir}/../bfd/config.bfd to check 64bit
105 bfd. Support 64bit host for --enable-targets=all.
106 * configure: Regenerated.
107
4a4d496a
NC
1082006-05-24 Nick Clifton <nickc@redhat.com>
109
110 * po/vi.po: Updated Vietnamese translation.
111
28c9d252
NC
1122006-05-24 Bjoern Haase <bjoern.m.haase@web.de>
113
114 * configure.tgt: Add avr6 to emulation list.
115 * Makefile.am: Add eavr6.o and corresponding rule.
116 * Makefile.in: Regenerate.
117 * emulparams/avr6.sh: New file.
118 * emulparams/avrX.sh (TEMPLATE_NAME): Use elf32 instead of generic
119 for target option support.
120 (EXTRA_EM_FILE): Add reference to new em template file avrelf.
121 * scripttempl/avr.sc: Add ".trampolines" section.
122 * emultempl/avrelf.em: Add new file for target specific options.
123
b7309ada
NC
1242006-05-22 Nick Clifton <nickc@redhat.com>
125
126 * scripttempl/elf32crx.sc (.rdata): Add .rodata.*.
127
f0636a44
AM
1282006-05-19 Alan Modra <amodra@bigpond.net.au>
129
130 * ldlang.c (lang_size_sections_1): Don't check mem regions for
131 os->ignored sections.
132
f86a8756
DJ
1332005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
134
135 * ldlang.c (lang_size_sections): Call lang_reset_memory_regions
136 before redoing one_lang_size_sections_pass.
137
370b66a1
CD
1382006-05-11 Carlos O'Donell <carlos@codesourcery.com>
139
140 * ld.texinfo: Rename "Index" to "LD Index"
141
53baae48
NC
1422006-05-11 Pedro Alves <pedro_alves@portugalmail.pt>
143
144 * pe-dll.c (autofilter_symbollist): Add Dllmain,
145 DllMainCRTStartup, _DllMainCRTStartup and .text.
146 (autofilter_liblist): Add libcegcc.
147 (autofilter_symbolprefixlist): Add __imp_ and .idata$.
148 (generate_reloc): Do not skip sections without a SEC_LOAD flag,
149 they can still contain relocs that need processing.
150 Skip the .idata$6 section.
151 (jmp_arm_bytes): New array: Contains byte codes for an ARM jump.
152 (make_one): Use the new array.
153 (make_import_fixup_entry): Use .idata$2 instead of .idata$3.
154 * emultempl/pe.em (MajorSubsystemVersion): Set to 3 for armpe.
155
2a60a7a8
AM
1562006-05-05 Alan Modra <amodra@bigpond.net.au>
157
158 * ld.texinfo: Document PowerPC and PowerPC64 options.
159 * gen-doc.texi: Enable.
160
38fc1cb1
DJ
1612006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
162
163 * Makefile.am (AM_MAKEINFOFLAGS): Add libiberty.
164 (TEXI2POD): Use AM_MAKEINFOFLAGS.
165 (configdoc.texi): Don't set top_srcdir.
166 * ld.texinfo: Don't use top_srcdir.
167 * aclocal.m4, Makefile.in: Regenerated.
168
241a6c40
AM
1692006-04-19 Alan Modra <amodra@bigpond.net.au>
170
abe6ac95
AM
171 * ldlang.c (wild): Tidy default_common_section loop.
172 (print_input_section): Format.
173
241a6c40
AM
174 * configure: Regenerate.
175
e7403566
DJ
1762006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
177
178 * po/POTFILES.in: Regenerated.
179
b030a24e
DJ
1802006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
181
182 * config.in: Regenerated.
183
a255b6c7
BW
1842006-04-14 David Heine <dlheine@tensilica.com>
185 Bob Wilson <bob.wilson@acm.org>
186
187 * emultempl/xtensaelf.em (elf_xtensa_before_allocation): Call new
188 function to strip inconsistent linkonce sections.
189 (input_section_linked_worker, input_section_linked): New.
190 (is_inconsistent_linkonce_section): New.
191 (xtensa_strip_inconsistent_linkonce_sections): New.
192