Updated Vietnamese and Irish translations
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2006-05-24 Nick Clifton <nickc@redhat.com>
2
3 * po/vi.po: Updated Vietnamese translation.
4
5 2006-05-24 Bjoern Haase <bjoern.m.haase@web.de>
6
7 * configure.tgt: Add avr6 to emulation list.
8 * Makefile.am: Add eavr6.o and corresponding rule.
9 * Makefile.in: Regenerate.
10 * emulparams/avr6.sh: New file.
11 * emulparams/avrX.sh (TEMPLATE_NAME): Use elf32 instead of generic
12 for target option support.
13 (EXTRA_EM_FILE): Add reference to new em template file avrelf.
14 * scripttempl/avr.sc: Add ".trampolines" section.
15 * emultempl/avrelf.em: Add new file for target specific options.
16
17 2006-05-22 Nick Clifton <nickc@redhat.com>
18
19 * scripttempl/elf32crx.sc (.rdata): Add .rodata.*.
20
21 2006-05-19 Alan Modra <amodra@bigpond.net.au>
22
23 * ldlang.c (lang_size_sections_1): Don't check mem regions for
24 os->ignored sections.
25
26 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
27
28 * ldlang.c (lang_size_sections): Call lang_reset_memory_regions
29 before redoing one_lang_size_sections_pass.
30
31 2006-05-11 Carlos O'Donell <carlos@codesourcery.com>
32
33 * ld.texinfo: Rename "Index" to "LD Index"
34
35 2006-05-11 Pedro Alves <pedro_alves@portugalmail.pt>
36
37 * pe-dll.c (autofilter_symbollist): Add Dllmain,
38 DllMainCRTStartup, _DllMainCRTStartup and .text.
39 (autofilter_liblist): Add libcegcc.
40 (autofilter_symbolprefixlist): Add __imp_ and .idata$.
41 (generate_reloc): Do not skip sections without a SEC_LOAD flag,
42 they can still contain relocs that need processing.
43 Skip the .idata$6 section.
44 (jmp_arm_bytes): New array: Contains byte codes for an ARM jump.
45 (make_one): Use the new array.
46 (make_import_fixup_entry): Use .idata$2 instead of .idata$3.
47 * emultempl/pe.em (MajorSubsystemVersion): Set to 3 for armpe.
48
49 2006-05-05 Alan Modra <amodra@bigpond.net.au>
50
51 * ld.texinfo: Document PowerPC and PowerPC64 options.
52 * gen-doc.texi: Enable.
53
54 2006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
55
56 * Makefile.am (AM_MAKEINFOFLAGS): Add libiberty.
57 (TEXI2POD): Use AM_MAKEINFOFLAGS.
58 (configdoc.texi): Don't set top_srcdir.
59 * ld.texinfo: Don't use top_srcdir.
60 * aclocal.m4, Makefile.in: Regenerated.
61
62 2006-04-19 Alan Modra <amodra@bigpond.net.au>
63
64 * ldlang.c (wild): Tidy default_common_section loop.
65 (print_input_section): Format.
66
67 * configure: Regenerate.
68
69 2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
70
71 * po/POTFILES.in: Regenerated.
72
73 2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
74
75 * config.in: Regenerated.
76
77 2006-04-14 David Heine <dlheine@tensilica.com>
78 Bob Wilson <bob.wilson@acm.org>
79
80 * emultempl/xtensaelf.em (elf_xtensa_before_allocation): Call new
81 function to strip inconsistent linkonce sections.
82 (input_section_linked_worker, input_section_linked): New.
83 (is_inconsistent_linkonce_section): New.
84 (xtensa_strip_inconsistent_linkonce_sections): New.
85
86 2006-04-11 Diego Pettenò <flameeyes@gentoo.org>
87
88 * emultempl/elf32.em: Add support for elf-hints.h on FreeBSD
89 and Dragonfly targets.
90 * configure.in (AC_CHECK_HEADERS): Add elf-hints.h.
91 * Makefile.am (HFILES): Add elf-hints-local.h.
92 * elf-hints-local.h: New file.
93 * Makefile.in: Regenerate.
94 * configure: Regenerate.
95
96 2006-04-07 Bernhard Fischer <aldot@gcc.gnu.org>
97
98 * ld.texinfo: Fix typo in documentation of --check-sections.
99
100 2006-04-07 Kaz Kojima <kkojima@rr.iij4u.or.jp>
101
102 * ldlang.c (load_symbols): Set as_needed and add_needed according
103 to the corresponding script's fields while processing it.
104
105 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
106
107 * Makefile.am: Add install-html, install-html-am, and
108 install-html-recursive targets.
109 * Makefile.in: Regenerate.
110 * configure.in: AC_SUBST datarootdir, docdir, htmldir.
111 * configure: Regenerate.
112 * po/Make-in: Add install-html target.
113
114 2006-04-06 H.J. Lu <hongjiu.lu@intel.com>
115
116 * emultempl/ia64elf.em: Set link_info.relax_pass to 2. Remove
117 link_info.need_relax_finalize.
118
119 * ldlang.c (relax_sections): New.
120 (lang_process): Use. Call relax_sections link_info.relax_pass
121 times.
122
123 * ldmain.c (main): Set link_info.relax_pass to 1. Remove
124 link_info.need_relax_finalize.
125
126 2006-04-05 Alan Modra <amodra@bigpond.net.au>
127
128 * Makefile.am (GENSCRIPTS): Pass prefix.
129 * Makefile.in: Regenerate.
130 * genscripts.sh: Adjust for extra parameter.
131 * emultempl/elf32.em (parse_ld_so_conf): Return true iff file
132 exists.
133 (check_ld_so_conf): Use ${prefix}/etc/ld.so.conf if it exists.
134 * NEWS: Update.
135
136 2006-04-05 Richard Sandiford <richard@codesourcery.com>
137 Daniel Jacobowitz <dan@codesourcery.com>
138
139 * configure.tgt (sparc*-*-vxworks*): New stanza.
140 * emulparams/elf32_sparc_vxworks.sh: New file.
141 * Makefile.am (ALL_EMULATIONS): Add eelf32_sparc_vxworks.o.
142 (eelf32_sparc_vxworks.c): New rule.
143 * Makefile.in: Regenerate.
144
145 2006-04-04 Eric Botcazou <ebotcazou@adacore.com>
146
147 * ldlang.c (lang_map): Print the list of discarded input sections.
148 (print_input_section): Change parameter and print zero-sized sections.
149 (print_statement): Adjust call to print_input_section.
150
151 2006-04-01 Danny Smith <dannysmith@users.sourceforge.net>
152
153 * deffilep.y (def_image_name): If LIBRARY or NAME statement
154 specifies an empty string, retain the name specified on command
155 line.
156 * ld.texinfo: Document above.
157
158 2006-03-31 Jakub Jelinek <jakub@redhat.com>
159
160 * ldmisc.c (vfinfo): Revert 2005-10-05 changes. If
161 bfd_find_nearest_line succeeded for %C or %D, but filename
162 is NULL, print section+offset at the end.
163
164 2006-03-25 Bernd Schmidt <bernd.schmidt@analog.com>
165
166 * emulparams/elf32bfinfd.sh: New file.
167 * emultempl/bfin.em: Delete.
168 * emulparams/bfin.sh: Lose reference to bfin.em.
169 * Makefile.am (eelf32bfin.c): Likewise.
170 (eelf32bfinfd.c): New.
171 * Makefile.in: Regenerate.
172 * configure.tgt (bfin-*-elf, bfin-*-uclinux): Add elf32bfinfd to
173 targ_extra_emuls.
174
175 2006-03-22 Richard Sandiford <richard@codesourcery.com>
176 Daniel Jacobowitz <dan@codesourcery.com>
177 Phil Edwards <phil@codesourcery.com>
178 Zack Weinberg <zack@codesourcery.com>
179 Mark Mitchell <mark@codesourcery.com>
180 Nathan Sidwell <nathan@codesourcery.com>
181
182 * configure.tgt (mips*el-*-vxworks*, mips*-*-vxworks*): Use
183 separate VxWorks emulations.
184 * emulparams/elf32ebmipvxworks.sh: New file.
185 * emulparams/elf32elmipvxworks.sh: New file.
186 * Makefile.am (ALL_EMULATIONS): Add eelf32ebmipvxworks.o and
187 eelf32elmipvxworks.o.
188 (eelf32ebmipvxworks.c, eelf32elmipvxworks.c): New rules.
189 * Makefile.in: Regenerate.
190
191 2006-03-16 Alan Modra <amodra@bigpond.net.au>
192
193 PR 2434
194 * ldcref.c (add_cref): Adjust bfd_hash_table_init calls.
195 * ldlang.c (output_statement_table_init, lang_init): Likewise.
196 * ldmain.c (add_ysym, add_wrap, add_keepsyms_file): Likewise.
197 (undefined_symbol): Likewise.
198
199 2006-03-07 Richard Sandiford <richard@codesourcery.com>
200 Daniel Jacobowitz <dan@codesourcery.com>
201 Zack Weinberg <zack@codesourcery.com>
202 Nathan Sidwell <nathan@codesourcery.com>
203 Paul Brook <paul@codesourcery.com>
204 Ricardo Anguiano <anguiano@codesourcery.com>
205 Phil Edwards <phil@codesourcery.com>
206
207 * emulparams/armelf_vxworks.sh: Include vxworks.sh.
208 (MAXPAGESIZE): Define.
209 * emulparams/vxworks.sh: Undefine EMBEDDED.
210 * Makefile.am (earmelf_vxworks.c): Depend on vxworks.sh and vxworks.em.
211 * Makefile.in: Regenerate.
212
213 2006-03-03 Bjoern Haase <bjoern.m.haase@web.de>
214
215 * scripttempl/avr.sc: Add *(.jumptables) *(.lowtext) sections.
216 Add KEEP() directives.
217 Add *(.data*) *(.rodata) and *(.rodata*) and *(.bss*) to .data and
218 .bss output sections.
219
220 2006-03-03 Richard Sandiford <richard@codesourcery.com>
221
222 * emulparams/vxworks.sh (VXWORKS_BASE_EM_FILE): New variable.
223 (EXTRA_EM_FILE): Define.
224 * emultempl/vxworks.em: New file.
225 * ld.texinfo (--force-dynamic): Document.
226 * Makefile.am (eelf32ppcvxworks.cm, eelf_i386_vxworks.c): Depend
227 on vxworks.em.
228 * Makefile.in: Regenerate.
229
230 2006-03-02 Richard Sandiford <richard@codesourcery.com>
231
232 * emulparams/elf32ppccommon.sh: New file, extracted from...
233 * emulparams/elf32ppc.sh: ...here.
234 * emulparams/elf32ppcvxworks.sh: Include elf32ppccommon.sh
235 instead of elf32ppc.sh.
236 (BSS_PLT): Remove override.
237 * Makefile.am (eelf32lppc.c): Depend on elf32ppccommons.h.
238 (eelf32lppcnto.c, eelf32lppcsim.c, eelf32ppcnto.c): Likewise.
239 (eelf32ppc.c, eelf32ppc_fbsd.c, eelf32ppcsimm): Likewise.
240 (eelf32ppclinux.c): Likewise.
241 (eelf32ppcvxworks.c): Likewise. Add missing vxworks.sh dependency.
242 * Makefile.in: Regenerate.
243
244 2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
245
246 * Makefile.am: Add html target.
247 * Makefile.in: Regenerate.
248 * po/Make-in: Add html target.
249
250 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
251 Anil Paranjape <anilp1@kpitcummins.com>
252 Shilin Shakti <shilins@kpitcummins.com>
253
254 * scripttemp/elf32xc16x.sc: Default linker script for tiny model.
255 * scripttemp/elf32xc16xl.sc: Default linker script for large model.
256 * scripttemp/elf32xc16xs.sc: Default linker script for small model.
257 * emulparams/elf32xc16x.sh: Emulation script for tiny model.
258 * emulparams/elf32xc16xl.sh: Emulation script for large model.
259 * emulparams/elf32xc16xs.sh: Emulation script for small model.
260 * Makefile.am: Add entry to make xc16x target.
261 * Makefile.in: Regenerate.
262 * configure.tgt: Specify default and other emulation parameters
263 for xc16x.
264 * NEWS: Announce the support for the new target.
265
266 2006-02-16 Nick Hudson <nick.hudson@dsl.pipex.com>
267
268 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
269 Use the traditional target.
270
271 2006-02-13 Joseph S. Myers <joseph@codesourcery.com>
272
273 * configure.tgt (arm*b-*-linux-gnueabi): Change to
274 arm*b-*-linux-*eabi.
275 (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
276
277 2006-02-08 H.J. Lu <hongjiu.lu@intel.com>
278
279 PR ld/2290
280 * NEWS: Updated for the Linux linker search order change.
281
282 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call
283 gld${EMULATION_NAME}_check_ld_so_conf before checking default
284 search directories for DT_NEEDED entries.
285
286 2006-02-07 Paul Brook <paul@codesourcery.com>
287
288 * emultempl/armelf.em: Include elf/arm.h.
289 (arm_elf_finish): Set low address bit if enty point is a Thumb
290 function.
291
292 2006-02-01 Danny Smith <dannysmith@users.sourceforge.net>
293
294 * deffilep.y (def_image_name): If the image name does not have
295 a suffix, append the default.
296 * ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.
297
298 2006-01-31 Danny Smith dannysmith@users.sourceforge.net
299
300 * NEWS: Mention support for forward exports in PE-COFF dll's.
301 * ld.texinfo: Expand documentation of EXPORT statements in
302 PE-COFF .def files.
303
304 2006-01-31 Filip Navara <navaraf@reactos.com>
305
306 * deffile.h (struct def_file_export): Add field flag_forward.
307 * pe-dll.c (process_def_file): Check for forward exports.
308 (generate_edata): Generate forward export symbols.
309 (fill_edata): Emit them.
310
311 * pe-dll.c (process_def_file): Don't crash on malformed
312 fastcall symbol names in .def file.
313
314 2006-01-30 Nick Clifton <nickc@redhat.com>
315
316 * po/vi.po: Updated Vietnamese translation.
317
318 2006-01-27 Yitzchak Scott-Thoennes <sthoenna@efn.org>
319
320 * pe-dll.c (pe_dll_generate_implib): Issue "Creating library
321 file:" as informational message, not a warning.
322
323 2006-01-18 Roger Sayle <roger@eyesopen.com>
324
325 * emultempl/irix.em: Use lbasename instead of basename.
326
327 2006-01-16 Nick Clifton <nickc@redhat.com>
328
329 * po/zh_CN.po: New Chinese (simplified) translation.
330 * configure.in (ALL_LINGUAS): Add "zh_CH".
331 * configure: Regenerate.
332
333 2006-01-16 Bernhard Fischer <aldot@gcc.gnu.org>
334
335 * ld.texinfo (Options): Fix typo.
336
337 For older changes see ChangeLog-2005
338 \f
339 Local Variables:
340 mode: change-log
341 left-margin: 8
342 fill-column: 74
343 version-control: never
344 End:
This page took 0.036684 seconds and 5 git commands to generate.