e157d73089169f41ee8cade7affc10506643ab6b
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2012-06-16 Alan Modra <amodra@gmail.com>
2
3 * ldlang.h (lang_output_section_statement_type): Add after_end field.
4 (lang_abs_symbol_at_beginning_of, lang_abs_symbol_at_end_of): Delete.
5 (section_for_dot): Declare.
6 * ldlang.c (lang_size_sections_1): Correct comment.
7 (current_section): Move earlier.
8 (current_assign, prefer_next_section): New static vars.
9 (lang_do_assignments_1): Add found_end param. Detect _end
10 assignment to set found_end. Set os->after_end. Set above statics.
11 (lang_do_assignments): Adjust lang_do_assignments_1 call. Init
12 vars.
13 (section_for_dot): New function.
14 (lang_set_startof): Don't make an absolute symbol.
15 (lang_abs_symbol_at_beginning_of, lang_abs_symbol_at_end_of): Delete.
16 * ldexp.c (new_rel_from_abs): Use section_for_dot.
17 * emultempl/lnk960.em (symbol_at_beginning_of): New function.
18 (symbol_at_end_of): Likewise.
19 (lnk960_after_allocation): Use them.
20 * scripttempl/elf.sc: Precede OTHER_GOT_SYMBOLS with . = .; and
21 likewise before __bss_start.
22
23 2012-06-14 H.J. Lu <hongjiu.lu@intel.com>
24
25 * plugin.c (set_tv_header): Handle link_info.pie.
26
27 2012-06-11 Alan Modra <amodra@gmail.com>
28
29 PR ld/14215
30 * ldexp.c (fold_name <SIZEOF, ALIGNOF>): Allow forward section
31 references.
32 * emulparams/elf32_x86_64.sh (SEPARATE_GOTPLT): Depend on size of
33 .got.plt.
34 * emulparams/elf32mb_linux.sh (SEPARATE_GOTPLT): Likewise.
35 * emulparams/elf32tilegx.sh (SEPARATE_GOTPLT): Likewise.
36 * emulparams/elf32tilepro.sh (SEPARATE_GOTPLT): Likewise.
37 * emulparams/elf64tilegx.sh (SEPARATE_GOTPLT): Likewise.
38 * emulparams/elf_i386.sh (SEPARATE_GOTPLT): Likewise.
39 * emulparams/elf_k1om.sh (SEPARATE_GOTPLT): Likewise.
40 * emulparams/elf_l1om.sh (SEPARATE_GOTPLT): Likewise.
41 * emulparams/elf_x86_64.sh (SEPARATE_GOTPLT): Likewise.
42
43 2012-06-07 Georg-Johann Lay <avr@gjlay.de>
44
45 PR 13697
46 * scripttempl/avr.sc (.data): Keep it.
47
48 2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
49
50 * Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix.
51 * Makefile.in: Regenerate.
52
53 2012-05-30 Alan Modra <amodra@gmail.com>
54
55 * ldlang.h (lang_output_section_statement_type): Rename
56 "section_relative_symbol" field to "update_dot".
57 * ldlang.c: Update all uses.
58 (strip_excluded_output_sections): Don't test update_dot_tree here..
59 (lang_leave_overlay): ..set update_dot here.
60
61 2012-05-26 Alan Modra <amodra@gmail.com>
62
63 * ldlex.h (enum option_values): Move from..
64 * lexsup.c: ..here.
65 * emultempl/ppc32elf.em: Include ldlex.h.
66 (PARSE_AND_LIST_ARGS_CASES): Disable optimisations when
67 --traditional-format.
68 * emultempl/ppc64elf.em: Likewise.
69
70 2012-05-25 Alan Modra <amodra@gmail.com>
71
72 PR ld/13909
73 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Handle
74 multiple .eh_frame sections attached to bfd.
75
76 2012-05-23 Cary Coutant <ccoutant@google.com>
77
78 * scripttempl/armbpabi.sc: Match .data.rel.ro.* sections more
79 carefully. Fix typo where .rela.data.rel.ro matches
80 .rel.data.rel.ro.
81 * scripttempl/mep.sc: Likewise.
82 * scripttempl/elf.sc: Match .data.rel.ro.* sections more carefully.
83 * scripttempl/elf64hppa.sc: Likewise.
84 * scripttempl/elfxtensa.sc: Likewise.
85
86 2012-05-17 Daniel Richard G. <skunk@iskunk.org>
87 Nick Clifton <nickc@redhat.com>
88
89 PR 14072
90 * configure.in: Add check that sysdep.h has been included before
91 any system header files.
92 * configure: Regenerate.
93 * config.in: Regenerate.
94 * sysdep.h: Generate an error if included before config.h.
95
96 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
97
98 * emultempl/m68hc1xelf.em (hook_in_stub): Pass proper `bfd'
99 as the first argument for `bfd_get_section_name'.
100
101 2012-05-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
102
103 PR ld/14069
104 * emultempl/elf32.em: Include *-*-gnu* targets in ld.so.conf
105 support.
106
107 2012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
108
109 * NEWS: Mention the support for S12X processors.
110
111 2012-05-14 James Lemke <jwlemke@codesourcery.com>
112
113 * ldlang.c (walk_wild_consider_section): Don't copy section_flag_list.
114 Pass it to callback.
115 (walk_wild_section_general): Pass section_flag_list to callback.
116 (lang_add_section): Add sflag_list parm.
117 Move out logic to keep / omit a section & call bfd_lookup_section_flags.
118 (output_section_callback_fast): Add sflag_list parm.
119 Add new parm to lang_add_section calls.
120 (output_section_callback): Likewise.
121 (check_section_callback): Add sflag_list parm.
122 (lang_place_orphans): Add new parm to lang_add_section calls.
123 (gc_section_callback): Add sflag_list parm.
124 (find_relro_section_callback): Likewise.
125 * ldlang.h (callback_t): Add flag_info parm.
126 (lang_add_section): Add sflag_list parm.
127 * emultempl/armelf.em (elf32_arm_add_stub_section):
128 Add lang_add_section parm.
129 * emultempl/beos.em (gld*_place_orphan): Likewise.
130 * emultempl/elf32.em (gld*_place_orphan): Likewise.
131 * emultempl/hppaelf.em (hppaelf_add_stub_section): Likewise.
132 * emultempl/m68hc1xelf.em (m68hc11elf_add_stub_section): Likewise.
133 * emultempl/mipself.em (mips_add_stub_section): Likewise.
134 * emultempl/mmo.em (mmo_place_orphan): Likewise.
135 * emultempl/pe.em (gld_*_place_orphan): Likewise.
136 * emultempl/pep.em (gld_*_place_orphan): Likewise.
137 * emultempl/ppc64elf.em (ppc_add_stub_section): Likewise.
138 * emultempl/spuelf.em (spu_place_special_section): Likewise.
139 * emultempl/vms.em (vms_place_orphan): Likewise.
140
141 2012-05-14 Catherine Moore <clm@codesourcery.com>
142
143 * NEWS: Mention PowerPC VLE port.
144
145 2012-05-11 Daniel Richard G. <skunk@iskunk.org>
146
147 PR binutils/14028
148 * configure.in: Invoke ACX_HEADER_STRING.
149 * configure: Regenerate.
150 * config.in: Regenerate.
151 * sysdep.h: If STRINGS_WITH_STRING is defined then include both
152 string.h and strings.h.
153
154 2012-05-08 Alan Modra <amodra@gmail.com>
155
156 * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
157 LC and LANG environment vars.
158 * Makefile.in: Regenerate.
159
160 2012-05-07 Tristan Gingold <gingold@adacore.com>
161
162 * pe-dll.c (udef_table): Make it static.
163
164 2012-05-05 Alan Modra <amodra@gmail.com>
165
166 * pe-dll.c (process_def_file_and_drectve): Use bfd_und_section_ptr.
167 (generate_reloc): Use bfd_abs_section_ptr.
168
169 2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
170
171 * configure.tgt: Support x86_64-*-linux-gnux32.
172
173 2012-05-03 Sean Keys <skeys@ipdatasys.com>
174
175 * Makefile.am (ALL_EMULATIONS): Added new emulation for XGATE
176 and XGATE (elf).
177 * Makefile.in: Rebuild.
178 * configure.tgt: Recognize XGATE.
179 * scripttempl/elfxgate.sc: New file, mostly cloned from m68hc12.
180 * emulparams/xgateelf: New emulation, mostly cloned from m68hc12.
181 * NEWS: Mention new support.
182
183 2012-04-26 Hans-Peter Nilsson <hp@axis.com>
184
185 Make bfd asserts cause linker errors.
186 * ldmain.c (default_bfd_assert_handler): New variable.
187 (ld_bfd_assert_handler): New function.
188 (main): Call bfd_set_assert_handler.
189
190 2012-04-24 Alan Modra <amodra@gmail.com>
191
192 * ldlang.c (size_input_section): Use sec_info_type rather than
193 usrdata->flags.just_syms.
194 * ldwrite.c (build_link_order): Likewise.
195 * emultempl/hppaelf.em (build_section_lists): Likewise.
196 * emultempl/ppc64elf.em (build_toc_list): Likewise.
197 * emultempl/armelf.em (build_section_lists): Likewise.
198 (after_allocation): Update for renamed sec_info_type value.
199 * emultempl/tic6xdsbt.em: Likewise.
200
201 2012-04-12 Roland McGrath <mcgrathr@google.com>
202
203 * configure.tgt (arm*-*-nacl*, arm*b-*-nacl*): Handle them.
204 * emulparams/armelf_nacl.sh: New file.
205 * emulparams/armelfb_nacl.sh: New file.
206 * Makefile.am (ALL_EMULATION_SOURCES): Add earmelf_nacl.c
207 and earmelfb_nacl.c here.
208 (earmelf_nacl.c, earmelfb_nacl.c): New targets.
209 * Makefile.in: Regenerated.
210
211 2012-04-11 Tristan Gingold <gingold@adacore.com>
212
213 * scripttempl/ia64vms.sc: New file.
214 * emultempl/vms.em (_before_parse): Support for ia64.
215 (elf64-ia64-vms): New fragment for ia64.
216 * emulparams/elf64_ia64_vms.sh: New file.
217 * configure.tgt (ia64-*-*vms*): Add.
218 * Makefile.am (ALL_64_EMULATION_SOURCES): Add eelf64_ia64_vms.c
219 (eelf64_ia64_vms.c): New rule.
220 * Makefile.in: Regenerate.
221
222 2012-04-06 Roland McGrath <mcgrathr@google.com>
223
224 * configure.in (AC_CHECK_HEADERS): Add locale.h.
225 * config.in: Regenerate.
226 * configure: Regenerate.
227
228 2012-04-05 Nick Clifton <nickc@redhat.com>
229
230 * configure.in (AC_CHECK_FUNCS): Add setlocale.
231 (AM_LC_MESSAGES): Add.
232 * aclocal.m4: Regenerate.
233 * config.in: Regenerate.
234 * configure: Regenerate.
235
236 2012-04-03 Roland McGrath <mcgrathr@google.com>
237
238 * configure.tgt (i[3-7]86-*-nacl*, x86_64-*-nacl*): Handle them.
239 * emulparams/elf_nacl.sh: New file.
240 * emulparams/elf_i386_nacl.sh: New file.
241 * emulparams/elf32_x86_64_nacl.sh: New file.
242 * emulparams/elf_x86_64_nacl.sh: New file.
243 * Makefile.am (ALL_EMULATION_SOURCES): Add eelf_i386_nacl.c here.
244 (ALL_64_EMULATION_SOURCES): Add eelf32_x86_64_nacl.c and
245 eelf_x86_64_nacl.c here.
246 (eelf_i386_nacl.c, eelf32_x86_64_nacl.c, eelf_x86_64_nacl.c):
247 New targets.
248 * Makefile.in: Regenerated.
249
250 * scripttempl/elf.sc: Handle SEPARATE_CODE cases.
251
252 2012-04-02 Mike Frysinger <vapier@gentoo.org>
253
254 * ldmisc.c (vfinfo): Assign new local str to fmt. Delete
255 putc call. If str and fmt are different, call fwrite on
256 the difference.
257
258 2012-03-30 Nick Clifton <nickc@redhat.com>
259
260 * po/vi.po: Updated Vietnamese translation.
261
262 2012-03-27 Roland McGrath <mcgrathr@google.com>
263
264 * configure.in: Set want64 on a 64-bit host regardless of
265 --enable-targets=all.
266 * configure: Regenerated.
267
268 2012-03-26 Tristan Gingold <gingold@adacore.com>
269
270 * lexsup.c (parse_args): Add a missing '\n'.
271
272 2012-03-25 Alan Modra <amodra@gmail.com>
273
274 * ldemul.c (before_allocation_default): Revert last change.
275 * ldlang.c (lang_add_section): Likewise.
276 (strip_excluded_output_sections): Don't strip output sections with
277 user input sections when emitrelocations, unless all are SEC_EXCLUDE.
278
279 2012-03-23 Alan Modra <amodra@gmail.com>
280
281 * ldemul.c (before_allocation_default): When emitrelocations,
282 don't strip sections..
283 * ldlang.c (lang_add_section): ..and don't set up map_head, map_tail.
284
285 2012-03-14 Kai Tietz <ktietz@redhat.com>
286 Pascal Obry <pascal@obry.net>
287
288 * pe-dll.c (found_sym): New static variable.
289 (undef_count): Likewise.
290 (key_value): New structure.
291 (undef_sort_cmp): Compare routine for qsort/bsearch.
292 (pe_find_cdecl_alias_match): Add new argument.
293 (pe_undef_alias_cdecl_match): Removed.
294 (pe_undef_count): New helper routine.
295 (pe_create_undef_table): Likewise.
296 (pe_process_import_defs): Use pe_create_undef_table and
297 new pe_undef_alias_cdecl_match function.
298
299 2012-03-14 Alan Modra <amodra@gmail.com>
300
301 PR ld/13839
302 * ldexp.c (fold_name): Ignore undefined symbols when assigning to
303 dot in mark phase.
304 (exp_fold_tree_1): Evaluate assignment to dot expressions even when
305 discarding result, for side effects. Fix typo in error message.
306
307 2012-03-08 Tristan Gingold <gingold@adacore.com>
308
309 * ldexp.c (exp_print_tree): Special case for SEGMENT_START.
310 (exp_print_token): Constify.
311
312 2012-03-08 Alan Modra <amodra@gmail.com>
313
314 PR ld/10340
315 * ldfile.c (is_sysrooted_pathname): Remove notsame param.
316 (ldfile_add_library_path): Don't set sysrooted flag.
317 (ldfile_open_file_search): Likewise, and don't copy them.
318 (try_open): Delete exten and code handling such. Add sysrooted
319 param and return whether path is in sysroot.
320 (ldfile_find_command_file): Delete extend param. Add sysrooted
321 param. Rename local var. Update try_open calls.
322 (ldfile_open_command_file_1): Pass sysrooted to lex_push_file.
323 * ldfile.h (search_dirs_type): Remove sysrooted field.
324 * ldlang.c (new_afile): Always set sysrooted from input_flags.
325 (load_symbols): Don't set input_flags.sysrooted.
326 * ldlang.h (struct lang_input_statement_flags): Revise sysrooted
327 comment.
328 * ldlex.h (lex_push_file): Update prototype.
329 * ldlex.l (sysrooted_stack): New array.
330 (EOF): Pop input_flags.sysrooted.
331 (lex_push_file): Add sysrooted param. Save and set
332 input_flags.sysrooted.
333
334 2012-03-06 Alan Modra <amodra@gmail.com>
335
336 * ldlang.h (struct lang_input_statement_flags): New, extract from..
337 (lang_input_statement_type): ..here. New field "flags".
338 (input_flags): Declare.
339 (missing_file): Delete.
340 * ldmain.h (whole_archive): Delete.
341 (add_DT_NEEDED_for_regular, add_DT_NEEDED_for_dynamic): Delete.
342 * ld.h (ld_config_type <dynamic_link>): Delete.
343 * ldmain.c (whole_archive): Delete.
344 (add_DT_NEEDED_for_regular, add_DT_NEEDED_for_dynamic): Delete.
345 * ldlang.c (missing_file, ldlang_sysrooted_script): Delete.
346 (input_flags): New variable. Replace all uses of config.dynamic_link,
347 missing_file, ldlang_sysrooted_script, whole_archive,
348 add_DT_NEEDED_for_regular and add_DT_NEEDED_for_dynamic with fields
349 from here.
350 * ldfile.c: Likewise.
351 * ldgram.y: Likewise.
352 * ldmain.c: Likewise.
353 * ldwrite.c: Likewise.
354 * lexsup.c: Likewise.
355 * plugin.c: Likewise.
356 * emultempl/aix.em: Likewise.
357 * emultempl/armelf.em: Likewise.
358 * emultempl/elf32.em: Likewise.
359 * emultempl/hppaelf.em: Likewise.
360 * emultempl/linux.em: Likewise.
361 * emultempl/pe.em: Likewise.
362 * emultempl/pep.em: Likewise.
363 * emultempl/ppc64elf.em: Likewise.
364 * emultempl/scoreelf.em: Likewise.
365 * emultempl/spuelf.em: Likewise.
366 * emultempl/sunos.em: Likewise.
367 * emultempl/vms.em: Likewise.
368 * ldlang.c (new_afile): Use memset to init zero fields.
369 (load_symbols): Simplify save and restore of flags around command
370 file processing.
371 * ldfile.c (is_sysrooted_pathname): Tidy.
372
373 2012-03-05 Hans-Peter Nilsson <hp@axis.com>
374
375 * configure.tgt (mips64*el-*-freebsd*, mips64*-*-freebsd*)
376 (mips*el-*-freebsd*, mips*-*-freebsd*): Correct triplets by
377 replacing trailing "-*" with "*".
378
379 2012-02-25 Walter Lee <walt@tilera.com>
380
381 * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32tilegx_be.c.
382 (ALL_64_EMULATION_SOURCES): Add eelf64tilegx_be.c.
383 (eelf32tilegx_be.c): Add rule to build this file.
384 (eelf64tilegx_be.c): Ditto.
385 * Makefile.in: Regenerate.
386 * configure.tgt (tilegx-*-*): Support big endian.
387 (tilegxbe-*-*): New.
388 * emulparams/elf32tilegx.sh (OUTPUT_FORMAT): Rename.
389 (BIG_OUTPUT_FORMAT): Define.
390 (LITTLE_OUTPUT_FORMAT): Define.
391 * emulparams/elf32tilegx_be.sh: New.
392 * emulparams/elf64tilegx.sh (OUTPUT_FORMAT): Rename.
393 (BIG_OUTPUT_FORMAT): Define.
394 (LITTLE_OUTPUT_FORMAT): Define.
395 * emulparams/elf64tilegx_be.sh: New.
396
397 2012-02-24 Kai Tietz <ktietz@redhat.com>
398
399 PR binutils/13710
400 * deffilep.y (keyword_as_name): Disable LIBRARY
401 keyword.
402
403 2012-02-22 Alan Modra <amodra@gmail.com>
404
405 PR ld/13683
406 * ldlang.c (lang_process): Rerun lang_do_assignments before
407 starting garbage collection.
408 * ldexp.c (fold_name): Generate a reloc for defined symbols
409 found without an associated output section during the mark phase.
410 (exp_fold_tree_1): Continue processing an expression, even if we
411 are unable to fold it, if we are in the first two evaluation
412 phases.
413 * ldexp.h (enum lang_phase_type): Add descriptions of the phases.
414
415 2012-02-19 Kai Tietz <ktietz@redhat.com>
416
417 * deffilep.y (cmp_import_elem): Sort first by module name.
418 * pe-dll.c (process_def_file_and_drectve): Free strings
419 from removed export-element.
420 (add_bfd_to_link): Optimize loop on import-elements and lower
421 allocated memory.
422 (pe_implied_import_dll): Pass NULL instead of 0 for pointer
423 argument.
424
425 2012-02-18 Hans-Peter Nilsson <hp@axis.com>
426
427 * ldmisc.c (vfinfo <%S>): Use same type and avoid cast for
428 temporary variable node used for NULL argument.
429
430 2012-02-18 Alan Modra <amodra@gmail.com>
431
432 PR ld/13343
433 * ld.h (parsing_defsym): Delete.
434 * ldexp.c (exp_intop, exp_bigintop, exp_relop): Set type.filename.
435 (fold_binary, fold_name, exp_fold_tree_1, exp_get_vma, exp_get_fill,
436 exp_get_abs_int): Add tree arg for %S in error messages. Don't
437 fudge lineno.
438 (exp_binop, exp_unop, exp_nameop, exp_assop, exp_assert): Copy
439 type.filename from sub-tree.
440 (exp_trinop): Likewise, and use "cond" rather than "lhs".
441 * ldexp.h (node_type): Add filename field to struct.
442 * ldfile.c (ldfile_input_filename): Delete. Remove all refs.
443 * ldfile.h (ldfile_input_filename): Delete.
444 * ldgram.y (phdr_type, phdr_qualifiers, yyerror): Add NULL arg for
445 %S in error messages.
446 * ldemul.c (syslib_default, hll_default): Likewise.
447 * ldlang.c (lang_memory_region_lookup, lang_memory_region_alias,
448 lang_get_regions, lang_new_phdr): Likewise.
449 (lang_size_sections_1): Pass addr_tree for %S.
450 * ldlex.h (lex_redirect): Update prototype.
451 (ldlex_filename): Declare.
452 * ldlex.l (<EOF>): Don't set ldfile_input_filename.
453 (lex_redirect): Add fake_filename and count params. Push
454 fake_filename to file_name_stack and init lineno from count.
455 (ldlex_filename): New function.
456 (lex_warn_invalid): Use above.
457 * ldmain.c (main): Update lex_redirect call.
458 * ldmisc.c (vfinfo <%S>): Take file name and line number from
459 etree_type arg, or use current if arg is NULL.
460 * lexsup.c (parsing_defsym): Delete.
461 (parse_args <OPTION_DEFSYM>): Update lex_redirect call.
462
463 2012-02-13 Kai Tietz <ktietz@redhat.com>
464
465 * deffilep.y (find_export_in_list): Set is_indent for
466 first or last element, if identical.
467 (find_import_in_list): Likewise.
468
469 2012-02-11 Kai Tietz <ktietz@redhat.com>
470
471 * deffilep.y (%union): New type id_const.
472 (opt_name2): New rule.
473 (keyword_as_name): New rule.
474 (dot_name): Replaced by opt_name2 rule.
475 (opt_name): Adjust rule.
476 (opt_equal_name): Likewise.
477
478 2012-02-11 Pascal Obry <pascal@obry.net>
479
480 * pe-dll.c (auto_export): Use bsearch to speed up scan of exports
481 table.
482 (process_def_file_and_drectve): Maintain sorting of exports table
483 after stripping leading @ signs.
484
485 2012-02-09 Alan Modra <amodra@gmail.com>
486
487 * ldgram.y (input_section_spec_no_keep): Don't ignore sect_flags.
488
489 2012-01-31 H.J. Lu <hongjiu.lu@intel.com>
490
491 PR ld/13616
492 * emulparams/elf32_x86_64.sh: Remove NOP.
493 * emulparams/elf_i386.sh: Likewise.
494 * emulparams/elf_i386_be.sh: Likewise.
495 * emulparams/elf_i386_ldso.sh: Likewise.
496 * emulparams/elf_i386_vxworks.sh: Likewise.
497 * emulparams/elf_k1om.sh: Likewise.
498 * emulparams/elf_l1om.sh: Likewise.
499 * emulparams/elf_x86_64.sh: Likewise.
500
501 * ldlang.c (zero_fill): Initialized to 0.
502
503 * ldwrite.c (build_link_order): Set data size to linker odrder
504 size when they are the same.
505
506 * scripttempl/elf.sc: Don't specify fill if NOP is undefined.
507
508 2012-01-17 Alan Modra <amodra@gmail.com>
509
510 * ldver.c (ldversion): Update copyright message year.
511
512 2012-01-15 Alan Modra <amodra@gmail.com>
513
514 PR ld/12758
515 * ldlang.c (lang_process): Don't reopen all files, just those
516 newly added by plugin.
517
518 2012-01-11 Alan Modra <amodra@gmail.com>
519
520 * emultempl/ppc64elf.em (PARSE_AND_LIST_PROLOGUE,
521 PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS,
522 PARSE_AND_LIST_ARGS_CASES): Handle --{no-,}plt-thread-safe and
523 --{no-,}plt-align.
524 (plt_thread_safe, plt_stub_align): New vars.
525 (gld${EMULATION_NAME}_after_allocation): Pass them to
526 ppc64_elf_size_stubs. Align stub sections according to plt_stub_align.
527 * ld.texinfo: Document new command line options, and an old
528 undocumented option.
529
530 2012-01-09 Roland McGrath <mcgrathr@google.com>
531
532 * configure.in: Use AM_ZLIB.
533 * configure: Regenerated.
534
535 For older changes see ChangeLog-2011
536 \f
537 Local Variables:
538 mode: change-log
539 left-margin: 8
540 fill-column: 74
541 version-control: never
542 End:
This page took 0.040544 seconds and 4 git commands to generate.