Don't call bfd_link_hash_table_free
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2014-06-13 Alan Modra <amodra@gmail.com>
2
3 PR 17047
4 * ldlang.c (output_bfd_hash_table_free_fn): Delete.
5 (open_output): Don't set it..
6 * ldmain.c (ld_cleanup): ..or call it.
7
8 2014-06-13 Alan Modra <amodra@gmail.com>
9
10 * emultempl/cr16elf.em, * emultempl/elf32.em, * emultempl/genelf.em,
11 * emultempl/m68kcoff.em, * emultempl/m68kelf.em,
12 * emultempl/nds32elf.em, * emultempl/pe.em, * emultempl/pep.em,
13 * ldlang.c, * ldmain.c, * pe-dll.c: Update for bfd.link_next change.
14
15 2014-06-13 Alan Modra <amodra@gmail.com>
16
17 * Makefile.am (ALL_EMULATION_SOURCES): Add enios2elf.c, enios2linux.c.
18 * Makefile.in: Regenerate.
19
20 2014-06-07 Alan Modra <amodra@gmail.com>
21
22 * ldexp.c (exp_fold_tree_1 <etree_provide>): Make PROVIDEd
23 linker script symbol value override a built-in linker symbol.
24
25 2014-06-05 Joel Brobecker <brobecker@adacore.com>
26
27 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
28 bfd's development.sh.
29 * Makefile.in, configure: Regenerate.
30
31 2014-06-02 Alan Modra <amodra@gmail.com>
32
33 * emulparams/elf32bfin.sh: Rename from bfin.sh.
34 * emulparams/elf32bfinfd.sh: Update to suit.
35 * emulparams/msp430.sh: Rename from msp430all.sh. Remove
36 MSP430_NAME and msp430X vars.
37 * emulparams/msp430X.sh: New.
38 * emulparams/score3_elf.sh: Rename from scoreelf.sh. Remove
39 SCORE_NAME and score7_elf ARCH setting.
40 * emulparams/score7_elf.sh: New.
41 * Makefile.am (eelf32bfin.c, eelf32bfinfd.c): Update dependencies.
42 (emsp430.c, emsp430X.c, escore3_elf.c, escore7_elf.c): Likewise.
43 * Makefile.in: Regenerate.
44 * genscripts.sh: Delete customizer_script param.
45
46 2014-05-28 Hans-Peter Nilsson <hp@axis.com>
47
48 * Makefile.am: Change all rules with ${GENSCRIPTS}
49 invocations to be just dependencies.
50 ($(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES))
51 (run-genscripts): New rules.
52 * Makefile.in: Regenerate.
53
54 2014-05-27 DJ Delorie <dj@redhat.com>
55
56 * ld/ldemul.h (extra_map_file_text): New field.
57 (ldemul_extra_map_file_text): Declare.
58 * ld/ldemul.c (ldemul_extra_map_file_text): Define.
59 * ld/ldlang.c (lang_map): Call it.
60
61 * ld/emultempl/rxelf.em: Add extra_map_file_text hook.
62 * ld/emultempl/aix.em: Add NULL extra_map_file_text hook.
63 * ld/emultempl/armcoff.em: Likewise.
64 * ld/emultempl/beos.em: Likewise.
65 * ld/emultempl/elf32.em: Likewise.
66 * ld/emultempl/generic.em: Likewise.
67 * ld/emultempl/gld960.em: Likewise.
68 * ld/emultempl/gld960c.em: Likewise.
69 * ld/emultempl/linux.em: Likewise.
70 * ld/emultempl/lnk960.em: Likewise.
71 * ld/emultempl/m68kcoff.em: Likewise.
72 * ld/emultempl/pe.em: Likewise.
73 * ld/emultempl/pep.em: Likewise.
74 * ld/emultempl/sunos.em: Likewise.
75 * ld/emultempl/ticoff.em: Likewise.
76 * ld/emultempl/vanilla.em: Likewise.
77
78 2014-05-24 Alan Modra <amodra@gmail.com>
79
80 * ldlang.c (base): Move variable to..
81 * mri.c: ..here, and make static.
82 * ldlang.h (base): Delete declaration.
83
84 2014-05-20 Hans-Peter Nilsson <hp@axis.com>
85
86 * Makefile.am (ALL_EMULATION_SOURCES): Add missing eelf32mbel_linux.c.
87 * Makefile.in: Regenerate.
88
89 2014-05-20 Alan Modra <amodra@gmail.com>
90
91 PR 16952
92 * emulparams/elf32ppccommon.sh (_SDA_BASE_, _SDA2_BASE_): Delete.
93 * emultempl/ppc32elf.em (ppc_before_allocation): Call
94 ppc_elf_maybe_strip_sdata_syms.
95 * ldlang.c (size_input_section): Correct output_offset value
96 for excluded input sections.
97
98 2014-05-16 John Marino <binutils@marino.st>
99
100 * configure.tgt: Add /lib to dragonfly NATIVE_LIB_DIRS.
101
102 2014-05-11 Chung-Lin Tang <cltang@codesourcery.com>
103
104 * emulparams/nios2linux.sh (OTHER_GOT_SYMBOLS): Wrap _gp in HIDDEN(),
105 and gp in PROVIDE_HIDDEN.
106
107 2014-05-10 Hans-Peter Nilsson <hp@bitrange.com>
108
109 * ldlang.c (lang_finish): Don't call bfd_link_hash_table_free here.
110 (output_bfd_hash_table_free_fn): New variable.
111 (open_output): Save the _bfd_link_hash_table_free function for the
112 output_bfd into output_bfd_hash_table_free_fn.
113 * ldmain.c (ld_cleanup): If set, call output_bfd_hash_table_free_fn
114 on link_info.hash.
115 * ldlang.h (output_bfd_hash_table_free_fn): Declare.
116
117 2014-05-02 Alan Modra <amodra@gmail.com>
118
119 * emultempl/metagelf.em: Update bfd target vector naming.
120 * emultempl/nios2elf.em: Likewise.
121 * emultempl/spuelf.em: Likewise.
122 * emultempl/tic6xdsbt.em: Likewise.
123
124 2014-04-22 Christian Svensson <blue@cmd.nu>
125
126 * Makefile.am: Remove openrisc and or32 support. Add support for or1k.
127 * configure.tgt: Likewise.
128 * emulparams/elf32or1k.sh: New file.
129 * emulparams/elf32or1k_linux.sh: New file.
130 * emulparams/elf32openrisc.sh: Delete.
131 * emulparams/or32.sh: Delete.
132 * emulparams/or32elf.sh: Delete.
133 * scripttempl/or32.sc: Delete.
134 * Makefile.in: Regenerate.
135
136 2014-04-21 Richard Henderson <rth@redhat.com>
137
138 * emultempl/alphaelf.em (alpha_after_parse): Enable 2 relax passes.
139
140 2014-04-16 Steve Ellcey <sellcey@mips.com>
141
142 * emultempl/elf32.em: Include safe-ctype.h.
143
144 2014-04-16 Steve Ellcey <sellcey@mips.com>
145
146 * ldbuildid.c (generate_build_id): Add ATTRIBUTE_UNUSED to size arg.
147
148 2014-04-09 Nick Clifton <nickc@redhat.com>
149
150 * Makefile.am (default-manifest.o): Remove rule.
151 (EMUL_EXTRA_BINARIES): Delete.
152 (ALL_EMUL_EXTRA_BINARIES): Delete.
153 (ld_new_DEPENDENCIES): Remove EMUL_EXTRA_BINARIES.
154 (install-data-local): Remove EMUL_EXTRA_BINARIES.
155 * Makefile.in: Regenerate.
156 * configure.in (all_emul_extra_binaries): Delete.
157 (EMUL_EXTRA_BINARIES): Remove.
158 * configure: Regenerate.
159 * configure.tgt (target_extra_binaries): Delete.
160 * emultempl/default-manifest.rc: Delete.
161 * ld.texinfo: Remove discussion of default manifest.
162 * emulparams/i386pe.sh (DEFAULT_MANIFEST): Delete.
163 * emulparams/i386pep.sh (DEFAULT_MANIFEST): Delete.
164
165 2014-04-09 Alan Modra <amodra@gmail.com>
166
167 * emultempl/spuelf.em: Include safe-ctype.h, remove duplicate errno.h.
168 * emultempl/nds32elf.em: Include bfd_stdint.h.
169 * po/POTFILES.in: Regenerate.
170
171 2014-04-09 Alan Modra <amodra@gmail.com>
172
173 * emultempl/ppc32elf.em (no_zero_padding, ppc_finish): New functions.
174 (LDEMUL_FINISH): Define.
175
176 2014-04-08 Nick Clifton <nickc@redhat.com>
177
178 * scripttempl/pe.sc (R_RSRC): Remove default manifest.
179 * scripttempl/pep.sc (R_RSRC): Remove default manifest.
180
181 2014-04-08 Jon TURNEY <jon.turney@dronecode.org.uk>
182
183 * emultempl/elf32.em (id_note_section_size, read_hex, write_build_id):
184 Move code for parsing build-id option and calculating the build-id to...
185 * ldbuildid.c: New file.
186 * ldbuildid.h: New file.
187 * Makefile.am (CFILES, HFILES, OFILES, ld_new_SOURCES): Add new
188 files.
189 * Makefile.in: Regenerate.
190 * ld.texinfo: Update --build-id description to mention COFF
191 support.
192 * NEWS: Mention support for COFF build ids.
193 * emultempl/pe.em (gld${EMULATION_NAME}_handle_option):
194 (pecoff_checksum_contents, write_build_id, setup_build_id)
195 (gld_${EMULATION_NAME}_after_open): Handle and implement
196 build-id option.
197 * emultempl/pep.em: Likewise.
198
199 2014-04-04 Cary Coutant <ccoutant@google.com>
200
201 PR gold/16804
202 * ld.texinfo: Document optional comma following output section
203 command and overlay command.
204
205 2014-04-04 Alan Modra <amodra@gmail.com>
206
207 * ldlang.c (lang_size_sections_1 <lang_input_section_enum>): Use
208 current "fill", not "output_section_statement->fill".
209
210 2014-03-31 Nick Clifton <nickc@redhat.com>
211
212 PR ld/16744
213 * emultempl/elf32.em (_after_open): Create a .note.GNU-stack
214 section when performing a relocatable link with -z [no]execstack
215 specified.
216
217 2014-03-27 H.J. Lu <hongjiu.lu@intel.com>
218
219 PR ld/16756
220 * ldmain.c (symbol_warning): New function.
221 (warning_callback): Use it. Scan all input files for a reference
222 to SYMBOL.
223
224 2014-03-21 Christopher Faylor <me.cygwin2013@cgf.cx>
225
226 * ld.texinfo: Document change in handling of --enable-auto-image-base.
227 * emultempl/pe.em (pe_auto_image_base): Set to default base.
228 (gld_${EMULATION_NAME}_list_options): Change usage message to reflect
229 optional --enable-auto-image-base argument.
230 (gld${EMULATION_NAME}_handle_option): Handle optional
231 --enable-auto-image-base argument.
232 (compute_dll_image_base): Eliminate constant. Use pe_auto_image_base.
233
234 2014-03-19 Nick Clifton <nickc@redhat.com>
235
236 * Makefile.am (default-manifest.o): Use WINDRES_FOR_TARGET.
237 * Makefile.in: Regenerate.
238 * emultempl/default-manifest.rc: Fix typo.
239 * scripttempl/pe.sc (R_RSRC): Fix default-manifest exclusion.
240 (.rsrc): Add SUBALIGN(4). Remove SORT.
241 * scripttempl/pep.sc: Likewise.
242
243 2014-03-17 Christopher Faylor <me.cygwin2014@cgf.cx>
244
245 * Makefile.am: Use host version of windres.
246 * Makefile.in: Regenerate.
247
248 2014-03-14 Romain Geissler <romain.geissler@amadeus.com>
249 Alan Modra <amodra@gmail.com>
250
251 * ldlang.h (full_name_provided): New input flag.
252 * ldlang.c (new_afile): Don't use lang_input_file_is_search_file_enum
253 for -l:namespec. Instead use lang_input_file_is_l_enum with
254 full_name_provided flag.
255 * ldlfile.c (ldfile_open_file_search): Don't complete lib name if
256 full_name_provided flag is set.
257 * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
258 Handle full_name_provided libraries. Tidy EXTRA_SHLIB_EXTENSION
259 support. Set DT_NEEDED for -l:namespec as namespec.
260 * emultempl/aix.em (ppc_after_open_output): Handle full_name_provided.
261 * emultempl/linux.em (gld${EMULATION_NAME}_open_dynamic_archive):
262 Don't handle full_name_provided libraries.
263 * emultempl/pe.em (gld${EMULATION_NAME}_open_dynamic_archive): Ditto.
264 * emultempl/pep.em (gld${EMULATION_NAME}_open_dynamic_archive): Ditto.
265 * emultempl/vms.em (gld${EMULATION_NAME}_open_dynamic_archive): Ditto.
266
267 2014-03-12 Alan Modra <amodra@gmail.com>
268
269 * Makefile.in: Regenerate.
270
271 2014-03-05 Alan Modra <amodra@gmail.com>
272
273 Update copyright years.
274
275 2014-03-04 Nick Clifton <nickc@redhat.com>
276
277 * Makefile.am (ALL_EMUL_EXTRA_BINARIES): Remove default-manifest.
278 * Makefile.in: Regenerate.
279
280 2014-02-27 Yuri Gribov <y.gribov@samsung.com>
281
282 * emultempl/armelf.em (OPTION_LONG_PLT): Define.
283 (PARSE_AND_LIST_LONGOPTS): Add long-plt.
284 (PARSE_AND_LIST_OPTIONS): Likewise.
285 (PARSE_AND_LIST_ARGS_CASES): Handle long-plt.
286 * ld.texinfo: Document --long-plt.
287
288 2014-02-27 Alan Modra <amodra@gmail.com>
289
290 * emulparams/elf32ppcvxworks.sh: Source plt_unwind.sh and
291 use ppc32elf.em.
292 * emultempl/ppc32elf.em (ppc_after_open): Don't compile for
293 vxworks.
294 (LDEMUL_AFTER_OPEN): Don't set for vxworks.
295 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Exclude
296 -secure-plt, -bss-plt and -sdata-got when vxworks.
297
298 2014-02-27 Nick Clifton <nickc@redhat.com>
299
300 * configure.in (all_emul_extra_binaries): New variable. Populated
301 by invoking configure.tgt.
302 (EMUL_EXTRA_BINARIES): New substitution.
303 * configure: Regenerate.
304 * configure.tgt (target_extra_binaries): New variable. Set to
305 default-manifest.o for Cygwin and MinGW targets.
306 * Makefile.am (EMUL_EXTRA_BINARIES): New variable. Initialised
307 by the configure script.
308 (ALL_EMUL_EXTRA_BINARIES): New variable.
309 (default-manifest.o): New rule to build the default manifest.
310 (ld_new_DEPENDENCIES): Add EMUL_EXTRA_BINARIES.
311 (install-data-local): Add EMUL_EXTRA_BINARIES.
312 * Makefile.in: Regenerate.
313 * ld.texinfo: Document default manifest support.
314 * emulparams/i386pe.sh (DEFAULT_MANIFEST): Define.
315 * emulparams/i386pep.sh (DEFAULT_MANIFEST): Define.
316 * emultempl/default-manifest.rc: New file.
317 * scripttempl/pe.sc (R_RSRC): Include DEFAULT_MANIFEST, if defined.
318 * scripttempl/pep.sc (R_RSRC): Likewise.
319
320 2014-02-26 Dan Mick <dan.mick@inktank.com>
321
322 PR ld/16569
323 * ldcref.c (cref_sort_array): Compare unmangled names unless
324 demanglng has been requiested.
325 (output_one_cref): Output unmangled name unless demangling has
326 been requested.
327
328 2014-02-19 Igor Zamyatin <igor.zamyatin@intel.com>
329 H.J. Lu <hongjiu.lu@intel.com>
330
331 * emulparams/elf_x86_64.sh (TINY_READONLY_SECTION): New.
332
333 2014-02-19 Alan Modra <amodra@gmail.com>
334
335 * emultempl/ppc64elf.em (params): Init new field.
336 (ppc_create_output_section_statements): Set params.save_restore_funcs
337 default.
338 (PARSE_AND_LIST_*): Add support for --save-restore-funcs and
339 --no-save-restore-funcs.
340
341 2014-02-17 Alan Modra <amodra@gmail.com>
342
343 * emultemps/ppc64elf.em (params): New static struct replacing
344 various other static vars. Adjust code throughout file.
345
346 2014-02-17 Alan Modra <amodra@gmail.com>
347
348 * emultempl/ppc32elf.em (ppc_after_open_output): Really enable
349 ppc476 workaround for ld -r.
350
351 2014-02-12 Alan Modra <amodra@gmail.com>
352
353 * emultempl/ppc32elf.em (pagesize): New static var.
354 (ppc_after_open_output): Set params.pagesize_p2 from pagesize.
355 (PARSE_AND_LIST_ARGS_CASES): Adjust to use pagesize.
356
357 2014-02-11 Andrew Pinski <apinski@cavium.com>
358
359 * emulparams/aarch64linux32.sh (LIBPATH_SUFFIX): Change to ilp32.
360 (ELF_INTERPRETER_NAME): Define.
361 * emulparams/aarch64linux32b.sh (ELF_INTERPRETER_NAME): Define.
362
363 2014-02-10 Alan Modra <amodra@gmail.com>
364
365 * po/ld.pot: Regenerate.
366
367 2014-02-03 Alan Modra <amodra@gmail.com>
368
369 * emultempl/ppc32elf.em (no_tls_get_addr_opt, emit_stub_syms)
370 plt_style): Delete. Adjust all refs to instead use..
371 (params): ..this. New variable.
372 (ppc_after_open_output): New function. Tweak params and pass to
373 ppc_elf_link_params.
374 (ppc_after_open): Adjust ppc_elf_select_plt_layout call.
375 (ppc_before_allocation): Adjust ppc_elf_tls_setup call. Enable
376 relaxation for ppc476 workaround.
377 (PARSE_AND_LIST_*): Add --{no-,}ppc476-workaround support.
378 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
379
380 2014-02-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
381
382 * ld/ld.texinfo: Change ALIGN_WITH_INPUT documentation.
383 * ld/ldlang.c (lang_size_sections_1): Add dotdelta
384 variable which reflects the VMA change due to alignment
385 requirements. Use dotdelta do change the LMA if
386 ALIGN_WITH_INPUT is requested.
387
388 2014-02-01 Hans-Peter Nilsson <hp@bitrange.com>
389
390 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Fix typo in
391 call to bfd_set_section_vma exposed by recent bfd_set_section_vma
392 change.
393
394 2014-01-30 Sandra Loosemore <sandra@codesourcery.com>
395
396 * Makefile.am (enios2elf.c, enios2linux.c): Update dependencies.
397 * Makefile.in: Regenerated.
398 * emulparams/nios2elf.sh (EXTRA_EM_FILE): Set.
399 * emulparams/nios2linux.sh (EXTRA_EM_FILE): Set.
400 * emultempl/nios2elf.em: New file.
401 * gen-doc.texi (NIOSII): Set.
402 * ld.texinfo (NIOSII): Set.
403
404 2014-01-28 Nick Clifton <nickc@redhat.com>
405
406 * Makefile.am: Remove obsolete MSP430 emulations.
407 * configure.tgt: Likewise.
408 * emulparams/msp430all.sh: Likewise.
409 * Makefile.in: Regenerate.
410
411 2014-01-24 H.J. Lu <hongjiu.lu@intel.com>
412
413 PR ld/16498
414 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Improve
415 orphaned TLS section handling.
416
417 2014-01-24 Alan Modra <amodra@gmail.com>
418
419 * ldlang.c (lang_output_section_find_by_flags): Be careful to
420 test look->bfd_section->flags if available rather than
421 look->flags. Separate SEC_THREAD_LOCAL handling from
422 SEC_READONLY loop, and rewrite.
423
424 2014-01-22 Alan Modra <amodra@gmail.com>
425
426 * ldlang.c (asneeded_list_head, asneeded_list_tail): New vars.
427 (lang_init): Initialise them.
428 (lang_print_asneeded): New function.
429 (lang_process): Call lang_print_asneeded.
430 * ldlang.h (struct asneeded_minfo): New.
431 (asneeded_list_tail): Declare.
432 * ldmain.c (add_archive_element): Improve archive map heading.
433 * ldmisc.c (minfo): Stash --as-needed info.
434
435 2014-01-22 Alan Modra <amodra@gmail.com>
436
437 * ld.h (struct map_symbol_def): Move to..
438 * ldlang.h: ..here.
439 * ldlang.c (print_assignment): Don't set expld.assign_name to dot.
440
441 2014-01-22 Alan Modra <amodra@gmail.com>
442
443 * ld.texinfo (Output Section Discarding): Mention assigning to dot
444 as a way of keeping otherwise empty sections.
445 * ldexp.c (is_dot, is_value, is_sym_value, is_dot_ne_0,
446 is_dot_plus_0, is_align_conditional): New predicates.
447 (exp_fold_tree_1): Set SEC_KEEP when assigning to dot inside an
448 output section, except for some special cases.
449 * scripttempl/elfmicroblaze.sc: Use canonical form to align at
450 end of .heap and .stack.
451
452 2014-01-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
453
454 * emulparams/aarch64linuxb.sh (ELF_INTERPRETER_NAME): Define.
455
456 2014-01-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
457
458 * emulparams/aarch64linux.sh (ELF_INTERPRETER_NAME): Define.
459
460 2014-01-20 Alan Modra <amodra@gmail.com>
461
462 * ldlang.h (struct lang_definedness_hash_entry): Add by_object and
463 by_script. Make iteration a single bit field.
464 (lang_track_definedness, lang_symbol_definition_iteration): Delete.
465 (lang_symbol_defined): Declare.
466 * ldlang.c (lang_statement_iteration): Expand comment a little.
467 (lang_init <lang_definedness_table>): Make it bigger.
468 (lang_track_definedness, lang_symbol_definition): Delete.
469 (lang_definedness_newfunc): Update.
470 (lang_symbol_defined): New function.
471 (lang_update_definedness): Create entries here. Do track whether
472 script definition of symbol is valid, even when also defined in
473 an object file.
474 * ldexp.c (fold_name <DEFINED>): Update.
475 (fold_name <NAME>): Allow self-assignment for absolute symbols
476 defined in a linker script.
477
478 2014-01-20 Guy Martin <gmsoft@tuxicoman.be>
479 Alan Modra <amodra@gmail.com>
480
481 * ldlang.h (lang_output_section_get): Define.
482 * ldlang.c (lang_output_section_get): Likewise.
483 (init_os): Set the output_section userdata to the output
484 section statement.
485 * emultempl/hppaelf.em: Use lang_output_section_get instead of
486 lang_output_section_find where applicable.
487 * emultempl/aarch64elf.em: Likewise.
488 * emultempl/aix.em: Likewise.
489 * emultempl/armelf.em: Likewise.
490 * emultempl/m68hc1xelf.em: Likewise.
491 * emultempl/metagelf.em: Likewise.
492 * emultempl/mipself.em: Likewise.
493 * emultempl/ppc64elf.em: Likewise.
494 * emultempl/spuelf.em: Likewise.
495
496 2014-01-17 Alan Modra <amodra@gmail.com>
497
498 * genscripts.sh (COMPILE_IN): Don't set if already set.
499 * emulparams/nds32elf.sh: Don't clear EMULATION_LIBPATH, set
500 COMPILE_IN=no.
501 * emulparams/nds32elf16m.sh: Likewise.
502 * emulparams/nds32elf_linux.sh: Likewise.
503 * emultempl/aix.em: Test COMPILE_IN value is "yes".
504 * emultempl/armcoff.em: Likewise.
505 * emultempl/elf32.em: Likewise.
506 * emultempl/generic.em: Likewise.
507 * emultempl/gld960.em: Likewise.
508 * emultempl/gld960c.em: Likewise.
509 * emultempl/linux.em: Likewise.
510 * emultempl/lnk960.em: Likewise.
511 * emultempl/m68kcoff.em: Likewise.
512 * emultempl/sunos.em: Likewise.
513 * emultempl/ticoff.em: Likewise.
514
515 2014-01-16 H.J. Lu <hongjiu.lu@intel.com>
516
517 PR ld/16456
518 * genscripts.sh: Don't search directory with LIBPATH_SUFFIX_SKIP
519 suffix.
520 * emulparams/elf32_x86_64.sh (LIBPATH_SUFFIX_SKIP): Set to 64
521 for elf32_x86_64 emulation.
522 * emulparams/elf_i386.sh (LIBPATH_SUFFIX_SKIP): Set to 64
523 for elf_i386 emulation.
524
525 2014-01-16 Alan Modra <amodra@gmail.com>
526
527 * ld.h (fat_section_userdata_type, get_userdata): Move to..
528 * ldlang.h (input_section_userdata_type, get_userdata): ..here.
529 * ldlang.c (init_map_userdata): Delete. Fold into..
530 (sort_def_symbol): ..here. Don't attach input section userdata
531 to output sections or global bfd sections.
532 (lang_map): Don't pre-allocate input section userdata.
533 (init_os): Don't allocate userdata for output sections.
534 (print_all_symbols): Update.
535
536 2014-01-15 H.J. Lu <hongjiu.lu@intel.com>
537
538 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
539 Silence uninitialized warning on ehdr_start_save with older
540 GCC.
541
542 2014-01-15 Alan Modra <amodra@gmail.com>
543
544 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Define
545 __ehdr_start before size_dynamic_sections and restore afterwards.
546
547 2014-01-10 Alan Modra <amodra@gmail.com>
548
549 PR ld/14207
550 PR ld/16322
551 PR binutils/16323
552 * ldlang.c (lang_size_sections): Remove unneeded RELRO base
553 adjust. Tidy comments.
554 * ld.texinfo (DATA_SEGMENT_RELRO_END): Correct description.
555
556 2014-01-10 Hans-Peter Nilsson <hp@axis.com>
557
558 * emulparams/crislinux.sh (COMMONPAGESIZE): Define.
559
560 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
561
562 PR ld/14207
563 PR ld/16322
564 PR binutils/16323
565 * ldlang.c (lang_size_sections): Properly align RELRO base.
566
567 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
568
569 * ldver.c (ldversion): Update copyright year to 2014.
570
571 For older changes see ChangeLog-2013
572 \f
573 Copyright (C) 2014 Free Software Foundation, Inc.
574
575 Copying and distribution of this file, with or without modification,
576 are permitted in any medium without royalty provided the copyright
577 notice and this notice are preserved.
578
579 Local Variables:
580 mode: change-log
581 left-margin: 8
582 fill-column: 74
583 version-control: never
584 End:
This page took 0.042302 seconds and 5 git commands to generate.