Mention PR ld/4701.
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2007-06-27 Alan Modra <amodra@bigpond.net.au>
2
3 * pe-dll.c: Rename uses of bfd.next to bfd.archive_next throughout.
4
5 2007-06-20 Alan Modra <amodra@bigpond.net.au>
6
7 * emulparams/elf32_spu.sh (OTHER_SECTIONS): KEEP .note.spu_name.
8
9 2007-06-18 Nathan Sidwell <nathan@codesourcery.com>
10
11 * ldlex.l, ldgram.y: Add ALIGNOF.
12 * ldexp.c (exp_print_token, foldname): Likewise.
13 * ld.texinfo: Likewise.
14
15 2007-06-18 Alan Modra <amodra@bigpond.net.au>
16
17 * Makefile.am: Add eelf32_spu.o rule.
18 * Makefile.in: Regenerate.
19 * emultempl/spuelf.em: Revert last change. Instead use EMBEDSPU
20 defined in Makefile for embedspu name.
21
22 2007-06-18 Alan Modra <amodra@bigpond.net.au>
23
24 * emultempl/spuelf.em (embedded_spu_file): Deduce embedspu program
25 name prefix from that of ld.
26
27 2007-06-14 H.J. Lu <hongjiu.lu@intel.com>
28
29 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
30
31 * acinclude.m4: Removed.
32
33 * Makefile.in: Regenerated.
34 * aclocal.m4: Likewise.
35 * configure: Likewise.
36
37 2007-06-14 Alan Modra <amodra@bigpond.net.au>
38
39 * emultempl/spu_ovl.S: Don't trash lr on tail call from one
40 overlay to another.
41 * emultempl/spu_ovl.o: Regenerate.
42
43 2007-06-11 Bob Wilson <bob.wilson@acm.org>
44
45 * emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS): Add ONLY_IF_RO
46 for .xt_except_table.
47 (OTHER_RELRO_SECTIONS): New.
48
49 2007-06-11 Sterling Augustine <sterling@tensilica.com>
50 Bob Wilson <bob.wilson@acm.org>
51
52 * emultempl/xtensaelf.em (replace_insn_sec_with_prop_sec): Use renamed
53 XTENSA_PROP_NO_TRANSFORM flag instead of XTENSA_PROP_INSN_NO_TRANSFORM.
54
55 2007-06-01 Noah Misch <noah@cs.caltech.edu>
56 Alan Modra <amodra@bigpond.net.au>
57
58 * ldlang.c (ldlang_add_file): Use input_bfds_tail.
59 * ldmain.c (main): Init input_bfds_tail. Sort link_info
60 initialization.
61
62 2007-05-29 Alan Modra <amodra@bigpond.net.au>
63
64 * emultempl/spuelf.em (base_name): New function, split out from..
65 (embedded_spu_file) ..here. Pass -fPIC or -fpie to embedspu
66 invocation if we deduce a shared lib or position independent
67 executable build by looking at ctrbegin* linker input files.
68
69 2007-05-29 Alan Modra <amodra@bigpond.net.au>
70
71 * emultempl/spu_ovl.S (__rv_pattern, __cg_pattern): Set symbol
72 types and sizes.
73 * emultempl/spu_ovl.o: Regenerate.
74
75 2007-05-24 Steve Ellcey <sje@cup.hp.com>
76
77 * Makefile.in: Regnerate.
78 * configure: Regenerate.
79 * aclocal.m4: Regenerate.
80
81 2007-05-24 Nathan Sidwell <nathan@codesourcery.com>
82
83 * ldlex.l: ASSERT is recognized in SCRIPT env. NAMES cannot
84 contain commas in EXP env.
85 * ldgram.y (extern_name_list): Push to EXP env, move body to ...
86 (extern_name_list_body): ... here.
87 (script_file, ifile_list): Reformat.
88 (statement): Add ASSERT.
89
90 2007-05-22 Nick Clifton <nickc@redhat.com>
91
92 * ld.texinfo: Use @copying around the copyright notice.
93 * ldint.texinfo: Likewise.
94
95 2007-05-18 Richard Sandiford <richard@codesourcery.com>
96
97 * emulparams/elf32ebmipvxworks.sh (OTHER_READONLY_SECTIONS)
98 (OTHER_READWRITE_SECTIONS): Define. Add .rdata sections.
99
100 2007-05-16 Richard Sandiford <richard@codesourcery.com>
101
102 * configure.in: Allow sysroots to be relocated under $prefix as
103 well as $exec_prefix.
104 * configure: Regenerate.
105
106 2007-05-14 Andreas Schwab <schwab@suse.de>
107
108 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern):
109 Handle null pattern.
110
111 2007-05-11 Alan Modra <amodra@bigpond.net.au>
112
113 * emultempl/ppc32elf.em (plt_style): New variable.
114 (old_plt): Delete.
115 (ppc_after_open): Adjust ppc_elf_select_plt_layout call.
116 (PARSE_AND_LIST_PROLOGUE): Define OPTION_NEW_PLT, renumber
117 OPTION_OLD_PLT, OPTION_OLD_GOT and OPTION_STUBSYMS.
118 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add secure-plt.
119 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_NEW_PLT.
120 * ld.texinfo (--secure-plt): Document.
121
122 2007-05-08 Alan Modra <amodra@bigpond.net.au>
123
124 * ld.h (args_type, ld_config_type): Reorder fields.
125 * ldmain.c (main): Don't initialise a bunch of vars we know are
126 zero already.
127
128 2007-05-05 Anatoly Sokolov <aesok@post.ru>
129
130 * multempl/avrelf.em (PARSE_AND_LIST_ARGS_CASES): Add new value for
131 "--pmem-wrap-around".
132 (PARSE_AND_LIST_OPTIONS): Describe new value for "--pmem-wrap-around".
133
134 2007-05-03 Bob Wilson <bob.wilson@acm.org>
135
136 * scripttempl/elfxtensa.sc: Merge changes from elf.sc.
137
138 2007-05-03 Alan Modra <amodra@bigpond.net.au>
139
140 * ld.texinfo (--no-warn-search-mismatch): Document.
141 * ldfile.c (ldfile_try_open_bfd): Don't warn about skipping
142 incompatible libraries if --no-warn-search-mismatch.
143 * ld.h (args_type): Add warn_search_mismatch.
144 * ldmain.c (main): Init it.
145 * lexsup.c (enum option_values): Add OPTION_NO_WARN_SEARCH_MISMATCH.
146 (ld_options): Add entry for --no-warn-search-mismatch.
147 (parse_args): Handle OPTION_NO_WARN_SEARCH_MISMATCH.
148
149 2007-05-03 Alan Modra <amodra@bigpond.net.au>
150
151 * scripttempl/elf.sc: Add .debug_pubtypes and .debug_ranges.
152
153 2007-05-01 Robert Millan <rmh@aybabtu.com>
154
155 * ldlang.c (lang_check): Error on architecture mismatch.
156
157 2007-04-30 Alan Modra <amodra@bigpond.net.au>
158
159 * ldmain.c (link_callbacks): Init info and minfo fields.
160 * ldmisc.c (minfo): Do nothing if no map file.
161 * emultempl/spuelf.em (stack_analysis, emit_stack_syms): New vars.
162 (spu_after_open): Adjust spu_elf_create_sections call.
163 (spu_before_allocation): Likewise for spu_elf_size_stubs.
164 (OPTION_SPU_STACK_ANALYSIS, OPTION_SPU_STACK_SYMS): Define.
165 (PARSE_AND_LIST_LONGOPTS): Add new entries.
166 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
167 * gen-doc.texi: Add @set for SPU and other missing targets.
168 * ld.texinfo: Update man page selection to match gen-doc.texi.
169 Document SPU features.
170
171 2007-04-28 Alan Modra <amodra@bigpond.net.au>
172
173 * ldcref.c (struct cref_hash_entry): Make "demangled" const.
174 (cref_fill_array): Adjust for changed demangler.
175 * ldlang.c (lang_one_common): Likewise.
176
177 2007-04-27 Nathan Froyd <froydnj@codesourcery.com>
178
179 * emulparams/elf32_sparc.sh: Update comments.
180 * emulparams/elf32bmip.sh: Likewise.
181 * emulparams/elf32ppc.sh: Likewise.
182 * emulparams/vxworks.sh: Likewise.
183
184 2007-04-27 Alan Modra <amodra@bigpond.net.au>
185
186 Many files: Include sysdep.h first. Remove duplicate headers.
187 * Makefile.am: Run "make dep-am".
188 * Makefile.in: Regenerate.
189
190 2007-04-24 Alan Modra <amodra@bigpond.net.au>
191
192 * Makefile.in: Regenerate.
193
194 2007-04-19 Alan Modra <amodra@bigpond.net.au>
195
196 * ldcref.c (cref_fill_array): Call bfd_demangle rather than demangle.
197 * ldlang.c (lang_one_common): Likewise.
198 * ldmisc.c (vfinfo): Likewise.
199 (demangle): Delete.
200 * ldmisc.h (demangle): Delete.
201 * Makefile.am: Run "make dep-am".
202 * Makefile.in: Regenerate.
203
204 2007-04-18 Alan Modra <amodra@bigpond.net.au>
205
206 * ldlang.h (enum section_type): Add overlay_section.
207 * ldlang.c (lang_add_section): Handle flags for overlay_section
208 as per normal_section.
209 (lang_size_sections_1): When setting lma, detect overlays by
210 os->sectype rather than by looking for overlapping vmas.
211 (lang_enter_overlay_section): Use overlay_section type.
212 (lang_leave_overlay): Set first overlay section to normal.
213
214 2007-04-14 Steve Ellcey <sje@cup.hp.com>
215
216 * Makefile.am: Add ACLOCAL_AMFLAGS.
217 * Makefile.in: Regenerate.
218
219 2007-04-12 Bob Wilson <bob.wilson@acm.org>
220
221 * emulparams/elf32xtensa.sh (OTHER_SECTIONS): KEEP property sections.
222
223 2007-04-10 Richard Henderson <rth@redhat.com>
224
225 * ldlang.c (relax_sections): Initialize and increment
226 link_info.relax_trip.
227
228 2007-04-04 Paul Brook <paul@codesourcery.com>
229
230 * configure.tgt: Loosen checks for arm uclinux eabi targets.
231
232 2007-04-02 H.J. Lu <hongjiu.lu@intel.com>
233
234 PR ld/4090
235 * ldexp.h (node_type): Add lineno.
236 * ldexp.c: Include "ldlex.h".
237 (exp_intop): Set the lineno field from lineno.
238 (exp_bigintop): Likewise.
239 (exp_relop): Likewise.
240 (exp_nameop): Likewise.
241 (exp_binop): Set the lineno field from lineno of lhs.
242 (exp_trinop): Likewise.
243 (exp_unop): Set the lineno field from lineno of child.
244 (exp_assop): Set the lineno field from lineno of src.
245 (exp_provide): Likewise.
246 (exp_assert): Set the lineno field from lineno of exp.
247 (exp_get_abs_int): Set lineno from lineno of nonconstant
248 expression when report problem.
249
250 2007-03-29 Richard Sandiford <richard@codesourcery.com>
251 Daniel Jacobowitz <dan@codesourcery.com>
252
253 * NEWS: Mention -l:foo.
254 * ld.texinfo: Document it.
255 * ldlang.c (new_afile): If a lang_input_file_is_l_enum
256 entry as a name beginning with a coloh, convert it to a
257 lang_input_file_is_search_file_enum entry without the colon.
258
259 2007-03-28 Richard Sandiford <richard@codesourcery.com>
260
261 * ld.h (ld_config_type): Add rpath_separator.
262 * ldmain.c (main): Initialize it.
263 * lexsup.c (parse_args): Honor config.rpath_separator.
264 * emultempl/elf32.em (gld${EMULATION_NAME}_search_needed): Likewise.
265 (gld${EMULATION_NAME}_add_sysroot): Likewise.
266 (gld${EMULATION_NAME}_parse_ld_so_conf): Use config.rpath_separator
267 rather than ':' when building the path.
268 * emultempl/vxworks.em (vxworks_before_parse): New function.
269 Override config.rpath_separator.
270 (LDEMUL_AFTER_OPEN): Do not change if EXTRA_EM_FILE has been
271 set to gld${EMULATION_NAME}_after_open; #define that identifier
272 to vxworks_foo instead.
273 (LDEMUL_BEFORE_PARSE): Override in the same way as LDEMUL_AFTER_OPEN.
274
275 2007-03-28 Richard Sandiford <richard@codesourcery.com>
276 Phil Edwards <phil@codesourcery.com>
277
278 * ld.texinfo: Put the contents after the title page rather
279 than at the end of the document.
280
281 2007-03-26 Alan Modra <amodra@bigpond.net.au>
282
283 * Makefile.am: Add dependency on ldemul-list.h for powerpc and
284 spu target emul files.
285 * configure.in: Check for mkstemp and waitpid.
286 * Makefile.in: Regenerate.
287 * configure: Regenerate.
288 * config.in: Regenerate.
289 * ldlang.c (input_file_chain): Make global.
290 (lang_add_input_file): Don't set lang_has_input_file here.
291 * ldlang.h (input_file_chain): Declare.
292 * emultempl/ppc32elf.em (ppc_recognized_file): New function.
293 (LDEMUL_RECOGNIZED_FILE): Define.
294 * emultempl/ppc64elf.em (ppc64_recognized_file): New function.
295 (LDEMUL_RECOGNIZED_FILE): Define.
296 * emultempl/spuelf.em (struct tflist): New.
297 (tmp_file_list): New var.
298 (clean_tmp, embedded_spu_file): New functions.
299
300 2007-03-24 Alan Modra <amodra@bigpond.net.au>
301
302 * ldlang.c (lang_insert_orphan): Provide start/stop loadaddr syms
303 rather than defining unconditionally.
304 (lang_leave_overlay_section): Likewise.
305 * ld.texinfo (Overlay Description): Update description and examples
306 for start/stop syms.
307
308 2007-03-22 Joseph Myers <joseph@codesourcery.com>
309
310 * ld.texinfo: Include VERSION_PACKAGE when reporting version.
311
312 2007-03-20 Paul Brook <paul@codesourcery.com>
313
314 * emultempl/armelf.em (pic_veneer): New variable.
315 (PARSE_AND_LIST_PROLOGUE): Add OPTION_PIC_VENEER.
316 (PARSE_AND_LIST_ARGS_CASES): Ditto.
317 (PARSE_AND_LIST_LONGOPTS): Add "pic-veneer".
318 (PARSE_AND_LIST_OPTIONS): Ditto.
319 * ld.texinfo: Document --pic-veneer.
320
321 2007-03-18 Mark Shinwell <shinwell@codesourcery.com>
322
323 * ld.texinfo: Document --no-enum-size-warning.
324 * emultempl/armelf.em (no_enum_size_warning): New.
325 (arm_elf_create_output_section_statements): Correct typo
326 in comment. Pass no_enum_size_warning to
327 bfd_elf32_arm_set_target_relocs.
328 (PARSE_AND_LIST_PROLOGUE): Define OPTION_NO_ENUM_SIZE_WARNING.
329 (PARSE_AND_LIST_OPTIONS): Document --no-enum-size-warning.
330 (PARSE_AND_LIST_ARGS_CASES): Add OPTION_NO_ENUM_SIZE_WARNING
331 case.
332
333 2007-03-19 Bernd Schmidt <bernd.schmidt@analog.com>
334
335 * configure.tgt (bfin-*-elf, bfin-*-uclinux*): Add targ_extra_libpath.
336 (bfin-*-linux-uclibc*): New target.
337
338 2007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
339
340 * pe-dll.c (make_one): Use pc-relative relocation instead of an
341 absolute relocation for x86_64-pc-mingw32 target.
342
343 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
344
345 * Makefile.am (ld_TEXINFOS): Remove ldver.texi.
346 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
347 (TEXI2DVI): Likewise.
348 (REPORT_BUGS_TO): Removed.
349 (INCLUDES): Remove -DREPORT_BUGS_TO.
350 (ldver.texi): Likewise.
351 (ld.1): Don't depend on ldver.texi.
352 (MOSTLYCLEANFILES): Remove ldver.texi.
353 * Makefile.in: Regenerated.
354
355 * configure.in (--with-bugurl): Removed.
356 * configure: Regenerated.
357
358 * lexsup.c: Include bfdver.h.
359
360 * ld.texinfo: Include bfdver.texi instead of ldver.texi.
361
362 2007-03-11 Hans-Peter Nilsson <hp@bitrange.com>
363
364 * emultempl/mmixelf.em: Remove incorrect '#line' directive.
365
366 2007-03-08 Alan Modra <amodra@bigpond.net.au>
367
368 * ldlang.c (lang_size_sections_1): Correct backwards dot move
369 test to not trigger on overlays. Only warn on backwards move
370 if non-default lma.
371
372 2007-03-07 Joseph Myers <joseph@codesourcery.com>
373
374 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
375 bug-reporting URL.
376 * Makefile.am (ldver.texi): Define BUGURL.
377 * ld.texinfo: Use BUGURL.
378 * Makefile.in, configure: Regenerate.
379
380 2007-03-07 Nick Clifton <nickc@redhat.com>
381
382 PR ld/4023
383 * emultempl/aix.em (..._before_allocation): Strip sysroot prefix
384 from any paths being inserted into the output binary's DT_RPATH.
385
386 2007-03-02 Nathan Sidwell <nathan@codesourcery.com>
387
388 * emulparams/shelf_uclinux.sh: New. Missed in 2007-02-28 commit.
389
390 2007-03-01 Joseph Myers <joseph@codesourcery.com>
391
392 * ldver.c (ldversion): Remove word "version" from output. Update
393 copyright date.
394
395 2007-02-28 Nathan Sidwell <nathan@codesourcery.com>
396
397 * Makefile.am (ALL_EMULATIONS): Add eshelf_uclinux.o
398 (eshelf_uclinux.c): New target.
399 * Makefile.in: Rebuilt.
400 * configure.tgt (sh-*-uclinux* | sh[12]-*-uclinux*): New stanza.
401 * emulparams/shelf_uclinux.sh: New.
402
403 2007-02-28 Alan Modra <amodra@bigpond.net.au>
404
405 * configure.tgt: Fix type last change.
406 * configure.tgt (spu-*-elf*): Delete targ_extra_ofiles.
407
408 2007-02-27 Alan Modra <amodra@bigpond.net.au>
409
410 * Makefile.am (ALL_EMUL_EXTRA_OFILES): Remove spu_inc.o.
411 (eelf32_spu.c): Adjust dependencies.
412 * Makefile.in: Regenerate.
413 * emultempl/spuelf.em (ovl_mgr): New array. Insert spu_ovl.o
414 code using bin2c.
415 (_binary_spu_ovl_o_start, _binary_spu_ovl_o_end): Delete.
416 (ovl_mgr_stream): Update.
417 * emultempl/spu_inc.s: Delete.
418 * emultempl/spu_none.s: Delete.
419
420 2007-02-26 Alan Modra <amodra@bigpond.net.au>
421
422 * emultempl/spuelf.em (_binary_builtin_ovl_mgr_start): Rename
423 to _binary_spu_ovl_o_start.
424 (_binary_builtin_ovl_mgr_end): Rename to _binary_spu_ovl_o_end.
425 (spu_elf_load_ovl_mgr): Fatal error on missing overlay manager.
426 * emultempl/spu_inc.s: Rename symbols.
427 * emultempl/spu_none.s: New file.
428 * emultempl/spu_ovl.S: Update copyright.
429 * Makefile.am (spu_inc.o): Try building with ld -r first, then
430 gas incbin, then build without overlay manager.
431 * Makefile.in: Regenerate.
432
433 2007-02-22 Joseph Myers <joseph@codesourcery.com>
434
435 * configure.tgt (mips64*el-*-linux-*, mips64*-*-linux-*,
436 mips*el-*-linux-*, mips*-*-linux-*): Set
437 targ_extra_libpath=$targ_extra_emuls.
438
439 2007-02-21 Nick Clifton <nickc@redhat.com>
440
441 * ldlang.c (ldlang_override_segment_assignment): New function.
442 * ldlang.h (ldlang_override_segment_assignment): Prototype.
443 * ldmain.c (link_callbacks): Add
444 ldlang_override_segment_assignment.
445
446 2007-02-20 Alan Modra <amodra@bigpond.net.au>
447
448 * ldexp.c (fold_name <LOADADDR>): Ensure result is always absolute.
449
450 2007-02-17 Mark Mitchell <mark@codesourcery.com>
451 Nathan Sidwell <nathan@codesourcery.com>
452 Vladimir Prus <vladimir@codesourcery.com
453 Joseph Myers <joseph@codesourcery.com>
454
455 * configure.in (--with-bugurl): New option.
456 * configure: Regenerate.
457 * Makefile.am (REPORT_BUGS_TO): Define.
458 (INCLUDES): Define REPORT_BUGS_TO.
459 Regenerate dependencies.
460 * Makefile.in: Regenerate.
461 * ld.h: Remove include of bin-bugs.h.
462 * lexsup.c (help): Don't print empty REPORT_BUGS_TO.
463
464 2007-02-17 Alan Modra <amodra@bigpond.net.au>
465
466 * ldcref.c (check_reloc_refs): Compare section for local syms.
467
468 2007-02-13 Alan Modra <amodra@bigpond.net.au>
469
470 * emultempl/spu_ovl.S (__ovly_return, __ovly_load): Set sym size.
471 (__ovly_load_event): Define.
472 (size): Rename to osize.
473 * emultempl/spu_ovl.o: Regenerate.
474
475 2007-02-13 Alan Modra <amodra@bigpond.net.au>
476
477 * emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Add ".branch_lt".
478 * emultempl/ppc64elf.em (ppc_add_stub_section): Create without
479 SEC_RELOC flag set.
480
481 2007-02-09 H.J. Lu <hongjiu.lu@intel.com>
482
483 * configure.in (targ_extra_emuls): Add $targ64_extra_emuls if
484 want64 is true.
485 (targ_extra_libpath): Add $targ64_extra_libpath if want64 is
486 true
487 * configure: Regenerated.
488
489 * configure.tgt (targ_extra_libpath): Initialize.
490 (targ64_extra_emuls): New. Document. Initialize.
491 (targ64_extra_libpath): Likewise.
492 (i[3-7]86-*-linux-*): Set targ64_extra_emuls and
493 targ64_extra_libpath.
494 (powerpc*-*-linux*): Likewise.
495 (s390-*-linux*): Likewise.
496
497 2007-02-07 Paul Brook <paul@codesourcery.com>
498
499 * configure.tgt: Add arm*-*-uclinux-*eabi.
500
501 2007-02-06 H.J. Lu <hongjiu.lu@intel.com>
502
503 * ldlang.c (lang_size_sections_1): Add a missing `)'.
504
505 2007-02-06 Alan Modra <amodra@bigpond.net.au>
506
507 PR ld/3966
508 * ldlang.c (lang_size_sections_1): Don't warn on backwards dot
509 move unless section size is non-zero.
510
511 2007-02-05 Dave Brolley <brolley@redhat.com>
512
513 * Makefile.am (ALL_EMULATIONS): Add support for Toshiba MeP.
514 * configure.tgt: Likewise.
515 * scripttempl/mep.sc: New file.
516 * emulparams/elf32mep.sh: New file.
517 * Makefile.in: Regenerate.
518
519 2006-01-29 Julian Brown <julian@codesourcery.com>
520
521 * NEWS: Mention --vfp11-denorm-fix option.
522 * ld.texinfo: Document above.
523 * emulparams/armelf_linux.sh (OTHER_TEXT_SECTIONS): Add
524 .vfp11_veneer section.
525 * emulparams/armelf.sh (OTHER_TEXT_SECTIONS): Likewise.
526 * emultempl/armelf.em (vfp11_denorm_fix): New static variable.
527 (arm_elf_before_allocation): Call bfd_elf32_arm_set_vfp11_fix,
528 bfd_elf32_arm_init_maps and bfd_elf32_arm_vfp11_erratum_scan.
529 (arm_elf_after_allocation): New function. Call
530 bfd_elf32_arm_vfp11_fix_veneer_locations for all input statements.
531 (arm_elf_create_output_section_statements): Pass vfp11 fix command
532 line option to BFD.
533 (OPTION_VFP11_DENORM_FIX): New option.
534 (PARSE_AND_LIST_LONGOPTS): Handle new option.
535 (PARSE_AND_LIST_OPTIONS): Likewise.
536 (PARSE_AND_LIST_ARGS_CASES): Likewise.
537 (LDEMUL_AFTER_ALLOCATION): Define.
538
539 2007-01-24 H.J. Lu <hongjiu.lu@intel.com>
540
541 * ldgram.y (SIZEOF_HEADERS): Remove duplicated one.
542 (DEFSYMEND): Likewise.
543 (NAME): Likewise.
544 (LNAME): Likewise.
545
546 2007-01-19 Murali Vemulapati <murali.vemulapati@gmail.com>
547
548 * pe-dll.c: (make_one) Conditionally include jump stubs.
549 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Identify
550 redundant jump stubs from import libraries and exclude them from
551 link.
552
553 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
554
555 * ld.h (args_type): Add new symbolic and dynamic_list fields.
556
557 * ld.texinfo: Update -Bsymbolic-functions.
558
559 * ldmain.c (main): Initialize command_line.symbolic to
560 symbolic_unset and command_line.dynamic_list to
561 dynamic_list_unset. Check -Bsymbolic, -Bsymbolic-functions and
562 --dynamic-list* before setting link_info.symbolic,
563 link_info.dynamic and link_info.dynamic_data.
564
565 * lexsup.c (option_values): Add OPTION_SYMBOLIC_FUNCTIONS.
566 (ld_options): Use OPTION_SYMBOLIC_FUNCTIONS with
567 -Bsymbolic-functions.
568 (parse_args): Handle -Bsymbolic-functions. Don't set
569 link_info.dynamic, link_info.dynamic_data and link_info.symbolic
570 here. Set command_line.symbolic for -Bsymbolic. Set
571 command_line.dynamic_list and command_line.symbolic for
572 --dynamic-list-data, --dynamic-list-cpp-new,
573 --dynamic-list-cpp-typeinfo and --dynamic-list.
574
575 2007-01-19 Jakub Jelinek <jakub@redhat.com>
576 H.J. Lu <hongjiu.lu@intel.com>
577
578 * emultempl/elf32.em (handle_option): Make sure -z max-page-size
579 or -z common-page-size argument is a power of 2. Call
580 bfd_emul_set_maxpagesize and bfd_emul_set_commonpagesize.
581
582 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
583
584 * ldmain.c (main): Don't call bfd_emul_set_maxpagesize nor
585 bfd_emul_set_commonpagesize.
586
587 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
588
589 * NEWS: Mention --default-script/-dT.
590
591 * ld.h (args_type): Add a default_script field.
592
593 * ld.texinfo: Document --default-script/-dT.
594
595 * ldmain.c (main): Handle command_line.default_script.
596
597 * lexsup.c (option_values): Add OPTION_DEFAULT_SCRIPT.
598 (ld_options): Add entries for --default-script and -dT.
599 (parse_args): Handle --default-script/-dT.
600
601 2007-01-16 H.J. Lu <hongjiu.lu@intel.com>
602
603 PR ld/3831
604 * NEWS: Mention -Bsymbolic-functions, --dynamic-list-data and
605 --dynamic-list-cpp-new.
606
607 * ld.texinfo: Document -Bsymbolic-functions, --dynamic-list-data
608 and --dynamic-list-cpp-new.
609
610 * ldlang.c (lang_append_dynamic_list_cpp_new): New.
611 (lang_process): Change link_info.dynamic to
612 link_info.dynamic_list.
613 (lang_append_dynamic_list): Likewise.
614 * ldmain.c (main): Likewise. Initialize link_info.dynamic and
615 link_info.dynamic_data to FALSE.
616
617 * ldlang.h (lang_append_dynamic_list_cpp_new): New.
618
619 * lexsup.c (option_values): Add OPTION_DYNAMIC_LIST_DATA and
620 OPTION_DYNAMIC_LIST_CPP_NEW.
621 (ld_options): Add entries for -Bsymbolic-functions,
622 --dynamic-list-data and --dynamic-list-cpp-new. Make
623 -Bsymbolic-functions an alias of --dynamic-list-data.
624 (parse_args): Change link_info.dynamic to link_info.dynamic_list.
625 Set link_info.dynamic to TRUE for --dynamic-list and
626 --dynamic-list-cpp-typeinfo. Handle --dynamic-list-data and
627 --dynamic-list-cpp-new.
628
629 2007-01-11 Nathan Sidwell <nathan@codesourcery.com>
630
631 * emultempl/elf-generic.em (gdl_map_segments): Only allow header
632 shrinkage for the first few iterations.
633
634 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
635
636 * configure.tgt: Renamed target x86_64-*-mingw64 to
637 x86_64-*-mingw*.
638
639 2007-01-08 Pedro Alves <pedro_alves@portugalmail.pt>
640
641 * configure.host: Add i[3-7]86-*-mingw* case.
642
643 2007-01-08 Nick Clifton <nickc@redhat.com>
644
645 * pep-dll.h (pep_bfd_is_dll): Add prototype.
646
647 2007-01-08 Aurelien Jarno <aurelien@aurel32.net>
648
649 PR ld/3843
650 * configure.tgt (x86_64_[k]freebsd*): Add targ_extra_libpath and
651 tdir_elf_i386_fbsd.
652
653 2007-01-06 Nathan Sidwell <nathan@codesourcery.com>
654
655 * ldexp.c (fold_name): Issue error on undefined sections.
656
657 2007-01-02 Alan Modra <amodra@bigpond.net.au>
658
659 * pe-dll.c: Include pe-dll.h.
660 * pep-dll.c (pe_bfd_is_dll): Define.
661
662 For older changes see ChangeLog-2006
663 \f
664 Local Variables:
665 mode: change-log
666 left-margin: 8
667 fill-column: 74
668 version-control: never
669 End:
This page took 0.072915 seconds and 4 git commands to generate.