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