* elf64-ppc.c (ppc64_elf_build_stubs): Clear relbrlt reloc_count
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
a817dba3 12006-08-04 Nick Clifton <nickc@redhat.com>
9d13c143 2 Mike Frysinger <michael.frysinger@analog.com>
a817dba3
MF
3
4 * scripttempl/elf.sc (USER_LABEL_PREFIX): Define.
5 (__preinit_array_start, __preinit_array_end, __init_array_start,
6 __init_array_end, __fini_array_start, __fini_array_end, edata, end):
7 Use ${USER_LABEL_PREFIX}.
8 * emulparams/bfin.sh (DATA_END_SYMBOLS,END_SYMBOLS): Unset.
9 (USER_LABEL_PREFIX): Set.
10
c17d87de
NC
112006-08-04 Marcelo Tosatti <marcelo@kvack.org>
12
13 * ldmain.c (main): Initialise print_gc_sections field of link_info
14 structure.
15 * lexsup.c: Add --print-gc-sections and --no-print-gc-sections
16 switches.
17 * ld.texinfo: Document new switches.
18 * NEWS: Mention new switches.
19
55e6e397
RS
202006-08-04 Richard Sandiford <richard@codesourcery.com>
21 Kazu Hirata <kazu@codesourcery.com>
22 Phil Edwards <phil@codesourcery.com>
23
24 * Makefile.am (ALL_EMULATIONS): Add eshelf_vxworks.o and
25 eshlelf_vxworks.o.
26 (eshelf_vxworks.c, eshlelf_vxworks.c): New rules.
27 * Makefile.in: Regenerate.
28 * configure.tgt (sh-*-vxworks): Use shelf_vxworks and
29 shlelf_vxworks.
30 * emulparams/shelf_vxworks.sh: New file.
31 * emulparams/shlelf_vxworks.sh: Likewise.
32 * emulparams/vxworks.sh (FINI): Prefix _etext with ${SYMPREFIX}.
33 (OTHER_END_SYMBOLS): Likewise _ehdr.
34 (DATA_END_SYMBOLS): Likewise _edata.
35 * emultempl/vxworks.em (vxworks_after_open): Check whether output_bfd
36 is indeed an ELF file before dealing with --force-dynamic.
37
9d7cbccd
NC
382006-08-02 Petr Salinger <Petr.Salinger@seznam.cz>
39
40 PR binutils/2983
41 * emulparams/elf_x86_64_fbsd.sh (OUTPUT_FORMAT): Define as
42 elf64-x86-64-freebsd.
43
12d814e1
L
442006-08-01 H.J. Lu <hongjiu.lu@intel.com>
45
46 * ldlang.c (init_os): Add flags. Replace bfd_make_section with
47 bfd_make_section_with_flags.
48 (exp_init_os): Updated.
49 (lang_add_section): Call init_os with flags.
50 (map_input_to_output_sections): Likewise.
51
73934d31
RS
522006-07-29 Richard Sandiford <richard@codesourcery.com>
53
54 * Makefile.am (eelf32b4300.c): Update dependencies.
55 (eelf32bmip.c): Likewise.
56 (eelf32bsmip.c): Likewise.
57 (eelf32btsmip.c): Likewise.
58 (eelf32btsmipn32.c): Likewise.
59 (eelf32ltsmip.c): Likewise.
60 (eelf32ltsmipn32.c): Likewise.
61 (eelf32ebmip.c): Likewise.
62 (eelf32ebmipvxworks.c): Likewise.
63 (eelf32elmip.c): Likewise.
64 (eelf32elmipvxworks.c): Likewise.
65 (eelf32bmipn32.c): Likewise.
66 (eelf32lmip.c): Likewise.
67 (eelf32mipswindiss.c): Likewise.
68 (eelf32lsmip.c): Likewise.
69 (eelf64bmip.c): Likewise.
70 (eelf64btsmip.c): Likewise.
71 (eelf64ltsmip.c): Likewise.
72 (emipsbig.c): Likewise. Canonicalize ${GENSCRIPTS} line.
73 (emipsbsd.c): Likewise.
74 (emipsidt.c): Update dependencies.
75 (emipsidtl.c): Likewise.
76 (emipslit.c): Likewise.
77 (emipslnews.c): Likewise.
78 (emipspe.c): Likewise. Fix ${GENSCRIPTS} invocation.
79 * Makefile.in: Regenerate.
80 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define.
81 * emulparams/elf32bmipn32-defs.sh (EXTRA_EM_FILE): Likewise.
82 * emultempl/irix.em: Include emultempl/mipself.em.
83 * emultempl/mipself.em: New file.
84
00bb149b
AM
852006-07-26 Alan Modra <amodra@bigpond.net.au>
86
87 * emultempl/elf-generic.em (map_segments): Reorganise loop so that
88 layout happens before segment map. Don't do segment map on
89 relocatable link.
90
329c1c86
AM
912006-07-26 Alan Modra <amodra@bigpond.net.au>
92
66e28d60
AM
93 * ldexp.c (fold_name <LOADADDR>): Use the lma.
94 * ldlang.h (lang_memory_region_type): Delete old_length. Add
95 last_os.
96 * ldlang.c (lang_memory_region_lookup): Init new field.
97 (lang_reset_memory_regions): Reset new field.
98 (lang_insert_orphan): Don't set load_base.
99 (lang_leave_overlay): Likewise.
100 (lang_size_sections_1): Delete unnecessary code setting lma_region
101 to region. Correct lma region check.
102 (lang_do_assignments_1): Rename output_section_statement parm
103 to current_os. Set lma from previous section in region.
104
329c1c86
AM
105 * ldlang.c: Formatting.
106
b2f28975
BW
1072006-07-25 Bob Wilson <bob.wilson@acm.org>
108
109 * emultempl/xtensaelf.em (xtensa_strip_inconsistent_linkonce_sections):
110 Set discarded section's output_section to bfd_abs_section_ptr.
111
7544697a
AM
1122006-07-26 Alan Modra <amodra@bigpond.net.au>
113
114 * ldlang.c (analyze_walk_wild_section_handler): Init handler_data
115 earlier.
116
644143c8
BW
1172006-07-24 Bob Wilson <bob.wilson@acm.org>
118
119 * emultempl/xtensaelf.em (is_inconsistent_linkonce_section): Add space
120 in dep_sec_name for null terminator. Make sure dep_sec_name has a
121 ".t" linkonce tag.
122
ff15b240
NC
1232006-07-14 Michael Wetherell <mike.wetherell@ntlworld.com>
124
125 * emulparams/elf_x86_64.sh (LIBPATH_SUFFIX, ELF_INTERPRETER_NAME):
126 Set for *-*-solaris2*.
127
b45619c0
NC
1282006-07-24 Ralk Wildenhues <Ralf.Wildenhues@gmx.de>
129
130 * ld.texinfo: Fix spelling mistakes.
131 * ldint.texinfo: Likewise.
132
50c77e5d
NC
1332006-07-23 Sonal Santan <sonal.santan@xilinx.com>
134
135 * ldlang.c (lang_section_bst): New structure for sorting sections
136 by name.
137 (wild_sort_fast): New function: Insert a section into a binary
138 search tree.
139 (output_section_callback_fast): New function: Store a section in
140 BST.
141 (output_section_callback_tree_to_list): New function: Convert a
142 BST into a list.
143 (analyze_walk_wild_section_handler): Initialize handler_data
144 elements.
145 (wild): If the data is sorted by name use the BST method to sort
146 the names.
147
5061a885
AM
1482006-07-19 Alan Modra <amodra@bigpond.net.au>
149
150 * ld.h (handle_asneeded_cref): Declare.
151 * ldcref.c: Include objalloc.h.
152 (old_table, old_count, old_tab, alloc_mark): New variables.
153 (tabsize, entsize, refsize, old_symcount): Likewise.
154 (add_cref): Use bfd_hash_allocate for refs.
155 (handle_asneeded_cref): New function.
156 * ldmain.c (notice): Call handle_asneeded_cref for NULL name.
157
d19628a5
DJ
1582006-07-14 Michael Wetherell <mike.wetherell@ntlworld.com>
159
160 * configure.tgt (i[3-7]86-*-solaris2*, i[3-7]86-*-solaris*): Correct
161 typo setting targ_extra_libpath.
162
fdc90cb4
JJ
1632006-07-10 Jakub Jelinek <jakub@redhat.com>
164
165 * scripttempl/elf.sc: Add .gnu.hash section.
166 * emultempl/elf32.em (OPTION_HASH_STYLE): Define.
167 (gld${EMULATION_NAME}_add_options): Register --hash-style option.
168 (gld${EMULATION_NAME}_handle_option): Handle it.
169 (gld${EMULATION_NAME}_list_options): Document it.
170 * ldmain.c (main): Initialize emit_hash and emit_gnu_hash.
171 * ld.texinfo: Document --hash-style option.
172
b83ef3ee
NC
1732006-07-10 Nick Clifton <nickc@redhat.com>
174
175 * po/zh_TW.po: New Chinese (traditional) translation.
176 * configure.in (ALL_LINGUAS): Add zh_TW.
177 * configure: Regenerate.
178
71ba23f6
NC
1792006-07-07 Nick Clifton <nickc@redhat.com>
180
181 PR ld/2874
182 * ld.texinfo: Remove "Using LD" from the title since it is
183 redundant.
184
ba1be17e
NC
1852006-07-06 Mohammed Adnène Trojette <adn@diwi.org>
186
71ba23f6 187 PR ld/2877
ba1be17e
NC
188 * ld.texinfo: Fix spelling mistakes.
189
b1d9458a
NC
1902006-06-27 Pedro Alves <pedro_alves@portugalmail.pt>
191 Nick Clifton <nickc@redhat.com>
192
193 * emultempl/pe.em (gld_$_open_dynamic_archive): Compute maximum
194 length of format strings in the libname_fmt[] array, rather than
195 relying upon a statically chosen value. Adjust xmalloc call to
196 use this longest length.
197
ece2d90e
NC
1982006-06-27 Nick Clifton <nickc@redhat.com>
199
200 * ld.texinfo (-rpath-link): Clarify distinction between -rpath and
201 -rpath-link.
202
0faaaeb8
DJ
2032006-06-23 Daniel Jacobowitz <dan@codesourcery.com>
204
205 * configure.tgt (i[3-7]86-*-solaris2*, i[3-7]86-*-solaris*): Set
206 targ_extra_libpath.
207
5b8273bf
NC
2082006-06-23 Pedro Alves <pedro_alves@portugalmail.pt>
209
210 * pe-dll.c (pe_details_type): Add new pointer for symbols list
211 autofilter.
212 (autofilter_symbollist): Split into autofilter_symbollist_generic
213 and autofilter_symbollist_i386.
214 (pe_detail_list): Add autofilter_symbollist_i386 to i386 case and
215 autofilter_symbollist_generic for all the others.
216 (autofilter_symbolprefixlist): Moved _fmode, _impure_ptr, cygwin_attach_dll,
217 cygwin_premain0, cygwin_premain1, cygwin_premain2, cygwin_premain3, environ,
218 into autofilter_symbollist_i386.
219 (auto_export): Get autofilter_symbollist from pe_details.
220
b952b98f
NC
2212006-06-22 Nick Clifton <nickc@redhat.com>
222
223 PR ld/2757
224 * emultempl/pe.em (gld_$_after_open): When reporting non PE format
225 output files mention the file name and the fact that it is an
226 output file.
227
45e948fe
NC
2282006-06-22 Danny Smith <dannysmith@users.sourceforge.net>
229
230 * emultempl/pe.em (gld_${EMULATION_NAME}_open_dynamic_archive):
231 Restructure. Add native "%s.lib" format to search list
232 * ld.texinfo (node WIN32): Update documentation on dynamic lib
233 search order. Add another reason for using import libs.
234
5e542ba7
MS
2352006-06-21 Mark Shinwell <shinwell@codesourcery.com>
236
237 * ldlang.c (lang_insert_orphan): Correctly handle the case where
238 the section is to end up after the section currently at the end
239 of the list in output_bfd.
240
a4308b79
HPN
2412006-06-21 Hans-Peter Nilsson <hp@bitrange.com>
242
243 * emultempl/mmo.em: Improve comments. Explain why there's
244 ELF-stuff here.
245
f5ff60a6
AM
2462006-06-21 Alan Modra <amodra@bigpond.net.au>
247
248 * emultempl/elf-generic.em (gld${EMULATION_NAME}_map_segments): Limit
249 loop to ten iterations. Throw away any previous linker generated
250 segment map.
251 * ldlang.c (lang_phdr_list): Make global.
252 * ldlang.h (lang_phdr_list): Declare.
253 * Makefile.am (ELF_GEN_DEPS): Define. Use in emul deps.
254 * Makefile.in: Regenerate.
255
8ded5a0f
AM
2562006-06-20 Alan Modra <amodra@bigpond.net.au>
257
258 * Makefile.am (ELF_DEPS): Define. Use in emul file deps. Fix
259 many ELF emul file deps that incorrectly said they needed elf32.em
260 instead of generic.em. Add genelf.em as required.
261 * Makefile.in: Regenerate.
262 * ldlang.c (lang_process): Call ldemul_finish before
263 lang_check_section_addresses.
264 * emulparams/arcelf.sh: Generic elf target needs genelf.
265 * emulparams/d30v_e.sh: Likewise.
266 * emulparams/d30v_o.sh: Likewise.
267 * emulparams/d30velf.sh: Likewise.
268 * emulparams/elf32_dlx.sh: Likewise.
269 * emulparams/elf32_i860.sh: Likewise.
270 * emulparams/elf32fr30.sh: Likewise.
271 * emulparams/elf32frv.sh: Likewise.
272 * emulparams/elf32iq10.sh: Likewise.
273 * emulparams/elf32iq2000.sh: Likewise.
274 * emulparams/elf32mt.sh: Likewise.
275 * emulparams/mn10200.sh: Likewise.
276 * emulparams/or32.sh: Likewise.
277 * emulparams/or32elf.sh: Likewise.
278 * emulparams/pjelf.sh: Likewise.
279 * emulparams/msp430all.sh: Likewise. Extract common entries.
280 * emulparams/pjlelf.sh: Include pjelf.sh.
281 * emulparams/elf32frvfd.sh (EXTRA_EM_FILE): Unset.
282 * emulparams/mn10300.sh (EXTRA_EM_FILE): Unset.
283 * emultempl/elf-generic.em: New file.
284 * emultempl/genelf.em: New file.
285 * emultempl/elf32.em: Include elf-generic.em.
286 (gld${EMULATION_NAME}_layout_sections_again): Delete.
287 (gld${EMULATION_NAME}_finish): Call gld${EMULATION_NAME}_map_segments.
288 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
289 (gld${EMULATION_NAME}_finish): Rename from hppaelf_finish. Call
290 gld${EMULATION_NAME}_map_segments.
291 (LDEMUL_FINISH): Update.
292 * emultempl/mmo.em: Correct comment. Include elf-bfd.h and
293 source elf-generic.em.
294 (mmo_finish): Call gld${EMULATION_NAME}_map_segments.
295 * emultempl/ppc64elf.em (ppc_layout_sections_again): Likewise.
296 (gld${EMULATION_NAME}_finish): Rename from ppc_finish. Call
297 gld${EMULATION_NAME}_map_segments.
298 (LDEMUL_FINISH): Update.
299
a6b96beb
AM
3002006-06-19 Alan Modra <amodra@bigpond.net.au>
301
302 * ldexp.c (fold_name): Adjust bfd_sizeof_headers call.
303
5fa222e4
AM
3042006-06-14 Kevin F. Quinn <kevquinn@gentoo.org>
305
306 * ld.texinfo: Document new -z lazy option.
307 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
308 new option.
309 (gld${EMULATION_NAME}_list_options): Update help text.
310
ce28273f
FF
3112006-06-12 Fred Fish <fnf@specifix.com>
312
313 * emulparams/elf32bmip.sh (OTHER_SECTIONS): Keep the
314 ".mdebug.<abi>" and ".gcc_compiled_long<size>" sections
315 generated by mips gcc.
316
7fd91fe0
TS
3172006-06-12 Thiemo Seufer <ths@mips.com>
318
319 * emulparams/elf64bmip.sh, emulparams/elf64btsmip.sh (COMMONPAGESIZE):
320 Define.
321
409d7240
AM
3222006-06-09 Alan Modra <amodra@bigpond.net.au>
323
324 * ldlang.h (lang_input_statement_type): Use bitfields for booleans.
325 * ldlang.c (struct out_section_hash_entry): Rename from
326 output_statement_hash_entry. Delete output_section_statement_type
327 entry. Add statement_union_type entry. Adjust all users.
328 (output_section_statement_table): Rename from output_statement_table.
329 Adjust all users.
330 (output_section_statement_newfunc): Rename from
331 output_statement_newfunc. Adjust all users.
332 (output_section_statement_table_init): Rename from
333 output_statement_table_init. Adjust all users.
334 (output_section_statement_table_free): Rename from
335 output_statement_table_free. Adjust all users.
336
6648b7cf
JM
3372006-06-07 Joseph S. Myers <joseph@codesourcery.com>
338
339 * po/Make-in (pdf, ps): New dummy targets.
340
02a38f92
AM
3412006-06-07 Alan Modra <amodra@bigpond.net.au>
342
343 * ldlang.h (enum section_type): Delete dsect_section, copy_section,
344 info_section and overlay_section. Add noalloc_section.
345 * ldlang.c (lang_add_section): Adjust.
346 * ldgram.y (type): Adjust.
347
e0f6802f
AM
3482006-06-06 Alan Modra <amodra@bigpond.net.au>
349
350 * ldlang.c (init_os): Whitespace.
351 (map_input_to_output_sections): Don't init_os for lang_input_section.
352 (print_all_symbols): Remove forward declaration. Convert to ISO C.
353
4cfe2c59
DJ
3542006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
355
356 * po/Make-in (top_builddir): Define.
357
65ede3f4
AM
3582006-06-05 Alan Modra <amodra@bigpond.net.au>
359
360 * ldexp.c (exp_get_abs_int): Make error message the same as
361 others emitted in this file.
362
8c61c153
AM
3632006-06-05 Alan Modra <amodra@bigpond.net.au>
364
365 * config.in: Regenerate.
366
87aa7f19
AM
3672006-06-05 Alan Modra <amodra@bigpond.net.au>
368
369 * ldlang.c (lookup_name): Delete dead code. Remove FIXMEs.
370
e13629bc
AM
3712006-06-03 Alan Modra <amodra@bigpond.net.au>
372
373 * emultempl/elf32.em (global_found): Make it a pointer.
374 (stat_needed, try_needed): Adjust.
375 (check_needed): Don't skip non-loaded as-needed entries. Only
376 consider entries with both filename and the_bfd non-null.
377 (after_open): Try loading non-loaded as-needed libs to satisfy
378 DT_NEEDED libs.
379
e10fad12
JM
3802006-06-02 Joseph S. Myers <joseph@codesourcery.com>
381
382 * Makefile.am (TEXI2DVI): Add -I $(top_srcdir)/../libiberty.
383 * Makefile.in: Regenerate.
384
20e95c23
DJ
3852006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
386
387 * Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
388 and LIBINTL_DEP everywhere.
389 (INTLLIBS): Remove.
390 (INCLUDES): Use @INCINTL@.
391 * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
392 Remove local code for po/Makefile.
393 * Makefile.in, configure: Regenerated.
394
24718e3b
L
3952006-05-30 H.J. Lu <hongjiu.lu@intel.com>
396
397 * emulparams/arcelf.sh (MAXPAGESIZE): Changed to
398 "CONSTANT (MAXPAGESIZE)".
399 * emulparams/armelf_nbsd.sh: Likewise.
400 * emulparams/armelf_vxworks.sh: Likewise.
401 * emulparams/armnto.sh: Likewise.
402 * emulparams/armsymbian.sh: Likewise.
403 * emulparams/crislinux.sh: Likewise.
404 * emulparams/elf32_i860.sh: Likewise.
405 * emulparams/elf32_i960.sh: Likewise.
406 * emulparams/elf32am33lin.sh: Likewise.
407 * emulparams/elf32bfinfd.sh: Likewise.
408 * emulparams/elf32bmipn32-defs.sh: Likewise.
409 * emulparams/elf32frvfd.sh: Likewise.
410 * emulparams/elf32i370.sh: Likewise.
411 * emulparams/elf32lppcnto.sh: Likewise.
412 * emulparams/elf32mcore.sh: Likewise.
413 * emulparams/elf32openrisc.sh: Likewise.
414 * emulparams/elf32ppcnto.sh: Likewise.
415 * emulparams/elf32ppcwindiss.sh: Likewise.
416 * emulparams/elf32vax.sh: Likewise.
417 * emulparams/elf32xc16x.sh: Likewise.
418 * emulparams/elf32xc16xl.sh: Likewise.
419 * emulparams/elf32xc16xs.sh: Likewise.
420 * emulparams/elf64_aix.sh: Likewise.
421 * emulparams/elf64hppa.sh: Likewise.
422 * emulparams/elf64mmix.sh: Likewise.
423 * emulparams/elf_i386_be.sh: Likewise.
424 * emulparams/elf_i386_chaos.sh: Likewise.
425 * emulparams/elf_i386_ldso.sh: Likewise.
426 * emulparams/hppa64linux.sh: Likewise.
427 * emulparams/hppalinux.sh: Likewise.
428 * emulparams/hppaobsd.sh: Likewise.
429 * emulparams/i386lynx.sh: Likewise.
430 * emulparams/i386moss.sh: Likewise.
431 * emulparams/i386nto.sh: Likewise.
432 * emulparams/i386nw.sh: Likewise.
433 * emulparams/m32relf_linux.sh: Likewise.
434 * emulparams/m68kpsos.sh: Likewise.
435 * emulparams/or32elf.sh: Likewise.
436 * emulparams/pjelf.sh: Likewise.
437 * emulparams/pjlelf.sh: Likewise.
438 * emulparams/ppclynx.sh: Likewise.
439 * emulparams/ppcnw.sh: Likewise.
440 * emulparams/shelf32_nbsd.sh : Likewise.
441 * emulparams/shelf_nbsd.sh: Likewise.
442 * emulparams/shelf_nto.sh: Likewise.
443 * emulparams/shlelf_nto.sh: Likewise.
444 * emulparams/xtensa-config.sh: Likewise.
445
446 * emulparams/armelf_linux.sh (MAXPAGESIZE): Changed to
447 "CONSTANT (MAXPAGESIZE)".
448 (COMMONPAGESIZE): Changed to "CONSTANT (COMMONPAGESIZE)".
449 * emulparams/elf32_sparc.sh: Likewise.
450 * emulparams/elf32bmip.sh: Likewise.
451 * emulparams/elf32ppccommon.sh: Likewise.
452 * emulparams/elf64_ia64.sh: Likewise.
453 * emulparams/elf64_s390.sh: Likewise.
454 * emulparams/elf64_sparc.sh: Likewise.
455 * emulparams/elf64alpha.sh: Likewise.
456 * emulparams/elf64ppc.sh: Likewise.
457 * emulparams/elf_i386.sh: Likewise.
458 * emulparams/elf_i386_vxworks.sh: Likewise.
459 * emulparams/elf_s390.sh: Likewise.
460 * emulparams/elf_x86_64.sh: Likewise.
461 * emulparams/shlelf32_linux.sh: Likewise.
462 * emulparams/shlelf_linux.sh: Likewise.
463
464 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Changed to
465 "CONSTANT (COMMONPAGESIZE)".
466 * emulparams/elf32btsmipn32.sh: Likewise.
467
468 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
469 "-z max-page-size=" and "-z common-page-size=".
470 (gld${EMULATION_NAME}_list_options): Likewise.
471
472 * ld.h (ld_config_type): Add maxpagesize and commonpagesize.
473
474 * ld.texinfo: Document "-z max-page-size=" and
475 "-z common-page-size=".
476
477 * ldexp.c (exp_print_token): Handle CONSTANT.
478 (fold_name): Likewise.
479 * ldgram.y: Likewise.
480 * ldlex.l: Likewise.
481
482 * ldmain.c (main): Initiliaze config.maxpagesize and
483 config.commonpagesize. Call bfd_emul_set_maxpagesize if
484 config.maxpagesize isn't 0. Call bfd_emul_set_commonpagesize if
485 config.commonpagesize config.maxpagesize isn't 0.
486
eebf07fb
NC
4872006-05-30 Nick Clifton <nickc@redhat.com>
488
489 * po/es.po: Updated Spanish translation.
490
f7661549
L
4912006-05-25 H.J. Lu <hongjiu.lu@intel.com>
492
493 * emulparams/elf_x86_64.sh (MAXPAGESIZE): Updated to 0x200000.
494
314e9a4e
L
4952006-05-24 H.J. Lu <hongjiu.lu@intel.com>
496
497 PR ld/1485
498 * configure.in: Use ${srcdir}/../bfd/config.bfd to check 64bit
499 bfd. Support 64bit host for --enable-targets=all.
500 * configure: Regenerated.
501
4a4d496a
NC
5022006-05-24 Nick Clifton <nickc@redhat.com>
503
504 * po/vi.po: Updated Vietnamese translation.
505
28c9d252
NC
5062006-05-24 Bjoern Haase <bjoern.m.haase@web.de>
507
508 * configure.tgt: Add avr6 to emulation list.
509 * Makefile.am: Add eavr6.o and corresponding rule.
510 * Makefile.in: Regenerate.
511 * emulparams/avr6.sh: New file.
512 * emulparams/avrX.sh (TEMPLATE_NAME): Use elf32 instead of generic
513 for target option support.
514 (EXTRA_EM_FILE): Add reference to new em template file avrelf.
515 * scripttempl/avr.sc: Add ".trampolines" section.
516 * emultempl/avrelf.em: Add new file for target specific options.
517
b7309ada
NC
5182006-05-22 Nick Clifton <nickc@redhat.com>
519
520 * scripttempl/elf32crx.sc (.rdata): Add .rodata.*.
521
f0636a44
AM
5222006-05-19 Alan Modra <amodra@bigpond.net.au>
523
524 * ldlang.c (lang_size_sections_1): Don't check mem regions for
525 os->ignored sections.
526
f86a8756
DJ
5272005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
528
529 * ldlang.c (lang_size_sections): Call lang_reset_memory_regions
530 before redoing one_lang_size_sections_pass.
531
370b66a1
CD
5322006-05-11 Carlos O'Donell <carlos@codesourcery.com>
533
534 * ld.texinfo: Rename "Index" to "LD Index"
535
53baae48
NC
5362006-05-11 Pedro Alves <pedro_alves@portugalmail.pt>
537
538 * pe-dll.c (autofilter_symbollist): Add Dllmain,
539 DllMainCRTStartup, _DllMainCRTStartup and .text.
540 (autofilter_liblist): Add libcegcc.
541 (autofilter_symbolprefixlist): Add __imp_ and .idata$.
542 (generate_reloc): Do not skip sections without a SEC_LOAD flag,
543 they can still contain relocs that need processing.
544 Skip the .idata$6 section.
545 (jmp_arm_bytes): New array: Contains byte codes for an ARM jump.
546 (make_one): Use the new array.
547 (make_import_fixup_entry): Use .idata$2 instead of .idata$3.
548 * emultempl/pe.em (MajorSubsystemVersion): Set to 3 for armpe.
549
2a60a7a8
AM
5502006-05-05 Alan Modra <amodra@bigpond.net.au>
551
552 * ld.texinfo: Document PowerPC and PowerPC64 options.
553 * gen-doc.texi: Enable.
554
38fc1cb1
DJ
5552006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
556
557 * Makefile.am (AM_MAKEINFOFLAGS): Add libiberty.
558 (TEXI2POD): Use AM_MAKEINFOFLAGS.
559 (configdoc.texi): Don't set top_srcdir.
560 * ld.texinfo: Don't use top_srcdir.
561 * aclocal.m4, Makefile.in: Regenerated.
562
241a6c40
AM
5632006-04-19 Alan Modra <amodra@bigpond.net.au>
564
abe6ac95
AM
565 * ldlang.c (wild): Tidy default_common_section loop.
566 (print_input_section): Format.
567
241a6c40
AM
568 * configure: Regenerate.
569
e7403566
DJ
5702006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
571
572 * po/POTFILES.in: Regenerated.
573
b030a24e
DJ
5742006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
575
576 * config.in: Regenerated.
577
a255b6c7
BW
5782006-04-14 David Heine <dlheine@tensilica.com>
579 Bob Wilson <bob.wilson@acm.org>
580
581 * emultempl/xtensaelf.em (elf_xtensa_before_allocation): Call new
582 function to strip inconsistent linkonce sections.
583 (input_section_linked_worker, input_section_linked): New.
584 (is_inconsistent_linkonce_section): New.
585 (xtensa_strip_inconsistent_linkonce_sections): New.
586