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