bfd/
[binutils-gdb.git] / bfd / ChangeLog
1 2008-08-06 Richard Sandiford <rdsandiford@googlemail.com>
2
3 * elfxx-mips.c (mips_elf_link_hash_table): Add an "sstubs" field.
4 (_bfd_mips_elf_create_dynamic_sections): Use it to cache the stubs
5 section. Don't check whether the section already exists.
6 (_bfd_mips_elf_adjust_dynamic_symbol): Use htab->sstubs.
7 (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
8 (_bfd_mips_elf_finish_dynamic_sections): Likewise.
9 (_bfd_mips_elf_size_dynamic_sections): Likewise. Don't add the
10 dummy stub to an empty section.
11 (_bfd_mips_elf_link_hash_table_create): Initialize the "sstubs" field.
12
13 2008-08-06 Richard Sandiford <rdsandiford@googlemail.com>
14
15 * reloc.c (BFD_RELOC_MIPS16_GOT16, BFD_RELOC_MIPS16_CALL16): Declare.
16 * libbfd.h, bfd-in2.h: Regenerate.
17 * elf32-mips.c (elf_mips16_howto_table_rel): Fill in reserved
18 R_MIPS16_GOT16 and R_MIPS16_CALL16 entries.
19 (mips16_reloc_map): Add mappings.
20 * elf64-mips.c (mips16_elf64_howto_table_rel): Fill in reserved
21 R_MIPS16_GOT16 and R_MIPS16_CALL16 entries.
22 (mips16_elf64_howto_table_rela): Likewise.
23 (mips16_reloc_map): Add mappings.
24 * elfn32-mips.c (elf_mips16_howto_table_rel): Fill in reserved
25 R_MIPS16_GOT16 and R_MIPS16_CALL16 entries.
26 (elf_mips16_howto_table_rela): Likewise.
27 (mips16_reloc_map): Add mappings.
28 * elfxx-mips.c (mips_elf_create_shadow_symbol): New function.
29 (section_allows_mips16_refs_p): Likewise.
30 (mips16_stub_symndx): Likewise.
31 (mips_elf_check_mips16_stubs): Treat the data argument as a
32 bfd_link_info. Mark every dynamic symbol as needing MIPS16 stubs
33 and create a "shadow" symbol for the original MIPS16 definition.
34 (mips16_reloc_p, got16_reloc_p, call16_reloc_p, hi16_reloc_p)
35 (lo16_reloc_p, mips16_call_reloc_p): New functions.
36 (_bfd_mips16_elf_reloc_unshuffle): Use mips16_reloc_p to generalize
37 relocation checks.
38 (_bfd_mips16_elf_reloc_shuffle): Likewise.
39 (_bfd_mips_elf_lo16_reloc): Handle R_MIPS16_GOT16.
40 (mips_elf_got16_entry): Add comment.
41 (mips_elf_calculate_relocation): Use hi16_reloc_p,
42 lo16_reloc_p, mips16_call_reloc_p, call16_reloc_p and got16_reloc_p
43 to generalize relocation checks. Use section_allows_mips16_refs_p
44 instead of mips16_stub_section_p. Handle R_MIPS16_CALL16 and
45 R_MIPS16_GOT16, allowing the former to refer directly to a
46 MIPS16 function if its stub is not needed.
47 (mips16_stub_section_p): Delete.
48 (_bfd_mips_elf_symbol_processing): Convert odd-valued function
49 symbols into even MIPS16 symbols.
50 (mips_elf_add_lo16_rel_addend): Use mips16_reloc_p to generalize
51 a relocation check.
52 (_bfd_mips_elf_check_relocs): Calculate "bed" and "rel_end"
53 earlier in the function. Use mips16_stub_symndx to identify
54 the target function. Avoid out-of-bounds accesses when the
55 stub has no relocations; report an error instead. Use
56 section_allows_mips16_refs_p instead of mips16_stub_section_p.
57 Use mips16_call_reloc_p and got16_reloc_p to generalize relocation
58 checks. Handle R_MIPS16_CALL16 and R_MIPS16_GOT16. Don't create
59 dynamic relocations for absolute references to __gnu_local_gp.
60 (_bfd_mips_elf_always_size_sections): Pass a bfd_link_info as
61 the argument to mips_elf_check_mips16_stubs. Generalize comment.
62 (_bfd_mips_elf_relocate_section): Use hi16_reloc_p and got16_reloc_p
63 to generalize relocation checks.
64 (_bfd_mips_elf_finish_dynamic_symbol): If a dynamic MIPS16 function
65 symbol has a non-MIPS16 stub, redirect the symbol to the stub.
66 Fix an overly long line. Don't give dynamic symbols type STO_MIPS16.
67 (_bfd_mips_elf_gc_sweep_hook): Handle R_MIPS16_CALL16 and
68 R_MIPS16_GOT16.
69
70 2008-08-06 Alan Modra <amodra@bigpond.net.au>
71
72 * elf32-ppc.c (ppc_elf_relax_section): Clear R_PPC_PLTREL24 addend.
73 (ppc_elf_relocate_section <R_PPC_RELAX32_PLT>): Don't bother here.
74
75 2008-08-05 Alan Modra <amodra@bigpond.net.au>
76 Jaka Močnik <jaka@xlab.si>
77
78 * coffcode.h (coff_slurp_line_table): bfd_alloc lineno_cache first
79 so that we don't inadvertently free it. Use bfd_alloc for sort
80 arrays, and memcpy sorted line table.
81
82 2008-08-04 Alan Modra <amodra@bigpond.net.au>
83
84 * elf32-spu.c (spu_elf_auto_overlay): Use the maximum possible
85 if --fixed-space request is too large.
86
87 2008-08-04 Alan Modra <amodra@bigpond.net.au>
88
89 * Makefile.am (SRC-POTFILES.in, BLD-POTFILES.in): Set LC_ALL=C.
90 * Makefile.in: Regenerate.
91 * po/SRC-POTFILES.in: Regenerate.
92
93 2008-08-02 Alan Modra <amodra@bigpond.net.au>
94
95 * elf32-spu.c (mark_overlay_section): Move code calculating
96 max_overlay_size to correct block.
97 (spu_elf_auto_overlay): Don't use %x in einfo error message.
98
99 2008-08-01 Alan Modra <amodra@bigpond.net.au>
100 Jan Kratochvil <jan.kratochvil@redhat.com>
101
102 * elfcore.h (elf_core_file_p): Ensure we have a backend match
103 with the correct arch size before rejecting the generic fallback.
104 * elfcode.h (elf_object_p): Likewise. Ensure arch size matches
105 before accepting a target.
106
107 2008-08-01 Alan Modra <amodra@bigpond.net.au>
108
109 PR 6774
110 * elf.c (rewrite_elf_program_header): Don't wrap p_paddr to
111 include file or program headers.
112
113 2008-07-30 Alan Modra <amodra@bigpond.net.au>
114
115 * coff-ppc.c, coffgen.c, ecoff.c, ecofflink.c, elf.c, elf32-frv.c,
116 elf32-iq2000.c, elf32-m32c.c, elf32-mep.c, elf32-mt.c,
117 elf32-sh-symbian.c, elf64-hppa.c, mach-o.c, peXXigen.c, pef.c,
118 ppcboot.c, vms-misc.c, xsym.c: Silence gcc warnings.
119
120 2008-07-28 Daniel Jacobowitz <dan@codesourcery.com>
121
122 * elfxx-mips.c (mips_elf_calculate_relocation): Avoid generating
123 relocations for undefined weak symbols with non-default visibility.
124 (_bfd_mips_elf_check_relocs): Use possibly_dynamic_relocs for
125 global symbols in shared libraries.
126 (allocate_dynrelocs): New function.
127 (_bfd_mips_elf_adjust_dynamic_symbol): Do not handle
128 possibly_dynamic_relocs here.
129 (_bfd_mips_elf_size_dynamic_sections): Call allocate_dynrelocs.
130
131 2008-07-28 Alexandre Oliva <aoliva@redhat.com>
132
133 * elf32-i386.c (struct elf_i386_link_hash_table): Added field
134 tls_module_base.
135 (elf_i386_link_hash_table_create): Initialize it.
136 (elf_i386_always_size_sections): Set it.
137 (set_tls_module_base): New.
138 (elf_i386_relocate_sections): Call it.
139 * elf64-x86-64.c (struct elf64_x86_64_link_hash_table): Added
140 field tls_module_base.
141 (elf64_x86_64_link_hash_table_create): Initialize it.
142 (elf64_x86_64_always_size_sections): Set it.
143 (set_tls_module_base): New.
144 (elf64_x86_64_relocate_sections): Call it.
145 Reported by Cary Coutant <ccoutant@google.com>
146
147 2008-07-28 Ineiev <ineiev@yahoo.co.uk>
148
149 * elf32-arm.c (arm_map_one_stub): Declare variables at beginning
150 of block.
151 * elf32-avr.c (get_local_syms): Likewise.
152
153 2008-07-28 Alan Modra <amodra@bigpond.net.au>
154
155 PR 6769
156 * bfd-in.h (BFD_VMA_FMT): Define.
157 (printf_vma, sprintf_vma): Use the above.
158 (_bfd_int64_low, _bfd_int64_high): Delete.
159 * bfd-in2.h: Regenerate.
160
161 2008-07-27 Alan Modra <amodra@bigpond.net.au>
162
163 * elf.c (_bfd_elf_make_section_from_shdr): Ignore return from
164 elf_parse_notes. Use bfd_malloc_and_get_section.
165 (elf_parse_notes): Validate note namesz and descsz.
166
167 2008-07-26 Michael Eager <eager@eagercon.com>
168
169 * elf32-ppc.c (ppc_elf_merge_obj_attributes): Check compatibility
170 between single-float, double-float, and soft-float.
171
172 2008-07-24 Daniel Jacobowitz <dan@codesourcery.com>
173
174 * elf32-mips.c (elf_backend_write_section): Define.
175
176 2008-07-24 Nick Clifton <nickc@redhat.com>
177
178 * elf.c (_bfd_elf_map_sections_to_segments): Catch off by one
179 error assigning sections to segments.
180
181 2008-07-22 Nick Clifton <nickc@redhat.com>
182
183 * elf.c (_bfd_elf_map_sections_to_segments): Allow sections in
184 adjoining pages to be included in the same segment.
185
186 2008-07-22 Simon Baldwin <simonb@google.com>
187
188 * elflink.c (elf_link_output_extsym): Set st_size to zero for
189 symbols from dynamic libraries.
190
191 2008-07-21 H.J. Lu <hongjiu.lu@intel.com>
192
193 PR ld/4424
194 * elflink.c (_bfd_elf_merge_symbol): Call bed->relocs_compatible
195 to check if 2 inputs are compatible.
196
197 2008-07-21 Sterling Augustine <sterling@tensilica.com>
198
199 * elf.c (assign_file_positions_for_load_sections): Print vma in
200 error message about overlapping section vmas.
201
202 2008-07-21 H.J. Lu <hongjiu.lu@intel.com>
203
204 PR ld/6747
205 * elf32-frv.c (elf32_frv_relocate_section): Revert the change
206 for PR ld/6446 checked in by accident on May 21, 2008.
207
208 2008-07-21 Nick Clifton <nickc@redhat.com>
209
210 * coff-sh.c (bfd_pe_print_pdata): Define to NULL for non
211 COFF_WITH_PE based SH ports.
212 * libpei.h (_bfd_XX_print_ce_compressed_pdata): Prototype.
213 * arm-wince-pe.c (bfd_pe_print_pdata): Use
214 _bfd_pe_print_ce_compressed_pdata.
215 (slurp_symcache, cleanup_syms, pe_print_ce_compressed_pdata): Move
216 to...
217 * peXXigen.c: ... here and rename pe_print_ce_compressed_pdata to
218 _bfd_XX_print_ce_compressed_pdata.
219
220 2008-07-21 Alan Modra <amodra@bigpond.net.au>
221
222 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Drop
223 unwanted zero terminators.
224
225 2008-07-21 Alan Modra <amodra@bigpond.net.au>
226
227 * elf32-spu.c (spu_elf_relocate_section): Expand
228 RELOC_FOR_GLOBAL_SYMBOL. Don't warn about undefined symbols for
229 R_SPU_PPU32 and R_SPU_PPU64 relocations.
230
231 2008-07-21 Luis Machado <luisgpm@br.ibm.com>
232
233 * elf-bfd.h: Declare elfcore_write_ppc_vsx.
234 * elf.c (elfcore_grok_ppc_vsx): New function.
235 (elfcore_write_ppc_vsx): New function
236 (elfcore_grok_note): Handle VSX notes.
237 (elfcore_write_register_note): Handle VSX notes.
238
239 2008-07-18 Joseph Myers <joseph@codesourcery.com>
240
241 * bfd-in.h (bfd_elf32_arm_set_target_relocs): Add new parameter.
242 * bfd-in2.h: Regenerate.
243 * elf32-arm.c (struct elf_arm_obj_tdata): Add field
244 no_wchar_size_warning.
245 (bfd_elf32_arm_set_target_relocs): Add new parameter
246 no_wchar_warn.
247 (elf32_arm_merge_eabi_attributes): Give a warning, not an error,
248 for conflicting wchar_t attributes. Do not warn if
249 --no-wchar-size-warning. Make diagnostic text more specific.
250
251 2008-07-18 H.J. Lu <hongjiu.lu@intel.com>
252
253 PR ld/6748
254 * elf32-arm.c (elf32_arm_link_hash_table_create): Initialize
255 new fields added for ARM long call support.
256
257 2008-07-18 Danny Backx <dannybackx@users.sourceforge.net>
258
259 * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to
260 print compressed pdata structure as described on MSDN. This only
261 applies to a limited set of architectures (ARM, SH4).
262 (slurp_symtab, my_symbol_for_address): Define static helper
263 functions for pe_print_compressed_pdata.
264 * coffcode.h (bfd_coff_backend_data): Add _bfd_coff_print_pdata field.
265 (bfd_coff_have_print_pdata, bfd_coff_print_pdata): Define.
266 * bfd/peXXigen.c (_bfd_XX_print_private_bfd_data_common): Add check on
267 bfd_coff_backend_data, call the function if non-null.
268 * pei-mcore.c: Add target dependent initialisation for
269 bfd_coff_backend_data.
270 * coff-sh.c: Likewise.
271 * coff64-rs6000.c: Likewise.
272 * coff-rs6000.c: Likewise.
273 * libcoff-in.h: Likewise.
274 * cf-i386lynx.c: Likewise.
275 * coff-alpha.c: Likewise.
276 * coff-apollo.c: Likewise.
277 * coff-arm.c: Likewise.
278 * coff-aux.c: Likewise.
279 * coff-h8300.c: Likewise.
280 * coff-h8500.c: Likewise.
281 * coff-i386.c: Likewise.
282 * coff-i860.c: Likewise.
283 * coff-i960.c: Likewise.
284 * coff-ia64.c: Likewise.
285 * coff-m68k.c: Likewise.
286 * coff-m88k.c: Likewise.
287 * coff-maxq.c: Likewise.
288 * coff-mips.c: Likewise.
289 * coff-or32.c: Likewise.
290 * coff-sparc.c: Likewise.
291 * coff-tic30.c: Likewise.
292 * coff-tic4x.c: Likewise.
293 * coff-tic54x.c: Likewise.
294 * coff-tic80.c: Likewise.
295 * coff-w65.c: Likewise.
296 * coff-we32k.c: Likewise.
297 * coff-x86_64.c: Likewise.
298 * coff-z80.c: Likewise.
299 * coff-z8k.c: Likewise.
300 * pe-mcore.c: Likewise.
301 * pe-mips.c: Likewise.
302 * pe-ppc.c: Likewise.
303 * peXXigen.c: Likewise.
304 * pei-ppc.c: Likewise.
305 * libcoff.h: Regenerate.
306
307 2008-07-16 Bernd Schmidt <bernd.schmidt@analog.com>
308
309 * elf32-bfin.c (bfin_check_relocs, bfin_relocate_section,
310 bfin_final_link_relocate, bfin_gc_mark_hook, bfin_gc_sweep_hook,
311 ELF_DYNAMIC_INTERPRETER, DEFAULT_STACK_SIZE,
312 struct _bfinfdpic_dynamic_got_info): Moved around to keep FD-PIC code
313 separate from non-FD-PIC.
314
315 2008-07-14 DJ Delorie <dj@redhat.com>
316
317 * elf-m10300.c (mn10300_elf_final_link_relocate): Correct overflow
318 checks for PCREL8, PCREL16, GOTPC16, GOTOFF16, PLT16, and GOT16
319 relocs.
320 (mn10300_elf_relax_section): Correct jump offset check when target
321 is in a different section.
322
323 2008-07-15 Jie Zhang <jie.zhang@analog.com>
324
325 * elf32-bfin.c (elf32_bfin_special_sections[]): New.
326 (elf_backend_special_sections): Define.
327
328 2008-07-13 Craig Silverstein <csilvers@google.com>
329
330 PR binutils/6743
331 * dwarf2.c (struct dwarf2_debug): New variable info_ptr_memory.
332 (find_line): Use info_ptr_memory instead of sec_info_ptr.
333 (_bfd_dwarf2_cleanup_debug_info): Likewise.
334
335 2008-07-12 Jie Zhang <jie.zhang@analog.com>
336
337 Revert
338 2008-07-12 Jie Zhang <jie.zhang@analog.com>
339 * elf.c (_bfd_elf_map_sections_to_segments): Don't put
340 executable sections into the same segment with other
341 read only sections if --sep-code.
342 * elf32-bfin.c (elf32_bfin_code_in_l1): New variable.
343 (elf32_bfin_data_in_l1): New variable.
344 (elf32_bfin_final_write_processing): New.
345 (elf32_bfin_special_sections[]): New.
346 (elf_backend_final_write_processing): Define.
347 (elf_backend_special_sections): Define.
348
349 2008-07-12 Jie Zhang <jie.zhang@analog.com>
350
351 * elf.c (_bfd_elf_map_sections_to_segments): Don't put
352 executable sections into the same segment with other
353 read only sections if --sep-code.
354 * elf32-bfin.c (elf32_bfin_code_in_l1): New variable.
355 (elf32_bfin_data_in_l1): New variable.
356 (elf32_bfin_final_write_processing): New.
357 (elf32_bfin_special_sections[]): New.
358 (elf_backend_final_write_processing): Define.
359 (elf_backend_special_sections): Define.
360
361 2008-07-11 Andreas Schwab <schwab@suse.de>
362
363 * dwarf2.c (read_section): Take pointer to bfd_size_type instead
364 of unsigned long as last parameter.
365 (struct dwarf2_debug): Define dwarf_abbrev_size, dwarf_line_size,
366 dwarf_str_size and dwarf_ranges_size as bfd_size_type instead of
367 unsigned long.
368
369 2008-07-10 Richard Sandiford <rdsandiford@googlemail.com>
370
371 * elfxx-mips.c (mips_elf_calculate_relocation): Calculate GP and GP0
372 for all relocation types. Allow any type of relocation to refer to
373 __gnu_local_gp.
374
375 2008-07-10 Richard Sandiford <rdsandiford@googlemail.com>
376
377 * elfxx-mips.c (mips_elf_check_mips16_stubs): Use ELF_ST_IS_MIPS16.
378 (mips_elf_calculate_relocation): Likewise.
379 (_bfd_mips_elf_add_symbol_hook): Likewise.
380 (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
381 (_bfd_mips_vxworks_finish_dynamic_symbol): Likewise.
382
383 2008-07-10 Andreas Schwab <schwab@suse.de>
384
385 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Add missing
386 paren.
387
388 2008-07-09 Craig Silverstein <csilvers@google.com>
389
390 * Makefile.am (BFD32_LIBS): Add compress.lo.
391 (BFD32_LIBS_CFILES): Add compress.c.
392 (BFD_H_FILES): Likewise.
393 * Makefile.in: Regenerate.
394 * bfd-in2.h: Regenerate.
395 * config.in: Add HAVE_ZLIB_H
396 * configure.in: Add test for libz and zlib.h
397 * configure: Regenerate.
398 * dwarf2.c (read_section): New function.
399 (read_indirect_string): Call new function read_section.
400 (read_abbrevs): Likewise.
401 (decode_line_info): Likewise.
402 (read_debug_ranges): Likewise.
403 (find_line): Call new function read_section when just one
404 .zdebug_info section is found, otherwise read and compress
405 multiple sections.
406 (_bfd_dwarf2_cleanup_debug_info): Free sec_info_ptr.
407 * elf.c (_bfd_elf_make_section_from_shdr): Add zdebug prefix.
408 (special_sections_z): New struct.
409 (special_sections): Refer to special_sections_z.
410 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Recognize
411 sections named .zdebug_*.
412 (_bfd_mips_elf_fake_sections): Likewise.
413 * compress.c: New file.
414 (bfd_uncompress_section_contents): New function.
415
416 2008-07-07 Christophe Lyon <christophe.lyon@st.com>
417
418 * elf32-arm.c (arm_type_of_stub): Don't crash on local symbols in
419 the presence of a PLT.
420
421 2008-07-07 Alan Modra <amodra@bigpond.net.au>
422
423 * bfd.c (bfd_demangle): Always trim off bfd_get_symbol_leading_char.
424
425 2008-07-02 Alan Modra <amodra@bigpond.net.au>
426
427 * elf32-ppc.c (is_pic_glink_stub): New function.
428 (ppc_elf_get_synthetic_symtab): Don't generate symbols when
429 multiple shared/pie stubs per plt entry.
430
431 2008-06-30 Richard Sandiford <rdsandiford@googlemail.com>
432
433 * elf.c (_bfd_elf_get_synthetic_symtab): Increment p by
434 bed->s->int_rels_per_ext_rel.
435
436 2008-06-30 Richard Sandiford <rdsandiford@googlemail.com>
437
438 * syms.c (BSF_SYNTHETIC): New flag.
439 * elf.c (_bfd_elf_get_synthetic_symtab): Set it.
440 * elf32-ppc.c (ppc_elf_get_synthetic_symtab): Likewise.
441 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Likewise.
442 * bfd-in.h (bfd_asymbol_flavour): Return bfd_target_unknown_flavour
443 for synthetic symbols.
444 * bfd-in2.h: Regenerate.
445
446 2008-06-30 Daniel Jacobowitz <dan@codesourcery.com>
447
448 * elf32-arm.c (record_arm_to_thumb_glue, record_thumb_to_arm_glue):
449 Expand comments.
450 (arm_map_one_stub): Use | 1 when setting the low bit.
451
452 2008-06-29 Andreas Schwab <schwab@suse.de>
453
454 * elf32-m68k.c (elf_m68k_relocate_section): Don't ignore existing
455 addend on _GLOBAL_OFFSET_TABLE_.
456
457 2008-06-24 Daniel Jacobowitz <dan@codesourcery.com>
458
459 * elf32-arm.c (STUB_ENTRY_NAME): Define.
460 (arm_thumb_thumb_long_branch_stub): Use bx instead of b.n.
461 (arm_pic_long_branch_stub): Mention R_ARM_REL32 instead of
462 R_ARM_ABS32.
463 (struct elf32_arm_stub_hash_entry): Add output_name.
464 (arm_build_one_stub): Move offsets into the offset argument
465 of _bfd_final_link_relocate. Correct offset for
466 arm_thumb_arm_v4t_stub_long_branch.
467 (elf32_arm_size_stubs): Set stub_entry->output_name.
468 (elf32_arm_ouput_plt_map_sym): Rename to elf32_arm_output_map_sym.
469 Update all callers.
470 (elf32_arm_output_stub_sym): New.
471 (arm_map_one_stub): Correct formatting. Use elf32_arm_output_stub_sym.
472
473 2008-06-20 Alan Modra <amodra@bigpond.net.au>
474
475 * elf32-spu.c (needs_ovl_stub): Correctly return nonovl_stub for
476 non-branch insns.
477
478 2008-06-20 Alan Modra <amodra@bigpond.net.au>
479
480 * elf32-spu.c (build_stub): Allow wraparound on stub branches.
481 (allocate_spuear_stubs, build_spuear_stubs): Return value from
482 count_stub/build_stub.
483 (spu_elf_build_stubs): Correct location of stub reloc error message.
484
485 2008-06-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
486
487 * elf32-cr16.c (ELF_MACHINE_ALT1): Define to EM_CR16_OLD.
488
489 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
490
491 * configure: Regenerate.
492
493 2008-06-17 Alan Modra <amodra@bigpond.net.au>
494
495 * elf32-spu.c (struct spu_link_hash_table): Add extra_stack_space.
496 (spu_elf_check_vma): Add extra_stack_space param, copy to htab.
497 (spu_elf_auto_overlay): Use it.
498 (RECURSE_UNMARK): Define as 0.
499 (unmark_overlay_section): Heed RECURSE_UNMARK.
500 * elf32-spu.h (spu_elf_check_vma): Update prototype.
501
502 2008-06-12 DJ Delorie <dj@redhat.com>
503
504 * elf32-m32c.c (ELF_MACHINE_ALT1): Define as EM_M32C_OLD.
505
506 2008-06-09 Paul Brook <paul@codesourcery.com>
507
508 bfd/
509 * elf32-arm.c (elf32_arm_merge_private_bfd_data): Allow BE8 shared
510 libraries.
511
512 2008-06-09 Christophe Lyon <christophe.lyon@st.com>
513
514 * elf32-arm.c (arm_stub_is_thumb): Define.
515 (elf32_arm_final_link_relocate): Handle near mode switching stubs.
516
517 2008-06-07 Alan Modra <amodra@bigpond.net.au>
518
519 * elf32-spu.c (spu_elf_auto_overlay): Add valid area below sp
520 to stack calculation.
521
522 2008-06-06 Paul Brook <paul@codesourcery.com>
523
524 bfd/
525 * elf32-arm.c (elf32_arm_merge_private_bfd_data): Reject BE8 input.
526
527 2008-06-06 Alan Modra <amodra@bigpond.net.au>
528
529 * elf32-spu.c (spu_elf_auto_overlay): Relax requirement that
530 file names be unique. Specify archive:path in overlay script.
531
532 2008-06-05 Alan Modra <amodra@bigpond.net.au>
533
534 PR ld/6590
535 * elf64-ppc.c (ppc_build_one_stub): Correct reloc offsets.
536
537 2008-06-04 Alan Modra <amodra@bigpond.net.au>
538
539 * elf.c (ignore_section_sym): Don't test section sym value here.
540 (elf_map_symbols): Instead check zero value here as was done prior
541 to 2006-05-26 change.
542
543 2008-06-04 Nick Clifton <nickc@redhat.com>
544
545 PR ld/6019
546 * elf32-avr.c (elf32_avr_relax_section): Handle the case where
547 there are no local symbols.
548
549 2008-06-04 Alan Modra <amodra@bigpond.net.au>
550
551 * elf32-spu.c (get_sym_h): Don't attempt to read global syms.
552 (process_stubs): Likewise.
553 (discover_functions): Don't used cached symbols.
554 (maybe_insert_function): Correct condition under which function
555 array is realloc'd.
556 (mark_functions_via_relocs): Delete unused variable.
557
558 2008-05-30 Frediano Ziglio <frediano.ziglio@vodafone.com>
559 Nick Clifton <nickc@redhat.com>
560
561 PR ld/6511
562 * elf64-hppa.c (allocate_global_data_opd): Default to using the
563 dynamic symbol table for local function names in shared libraries.
564
565 2008-05-29 Jan Kratochvil <jan.kratochvil@redhat.com>
566
567 * elf.c (assign_file_positions_for_load_sections): Adjust pre-section
568 gaps based on VMA and P_VADDR instead of LMA and P_PADDR addresses.
569
570 2008-05-28 Alan Modra <amodra@bigpond.net.au>
571
572 * elf32-spu.c (spu_elf_object_p): New function.
573 (elf_backend_object_p): Define.
574 (build_stub): Correct second word of 8 byte overlay stubs.
575 (spu_elf_relocate_section): Formatting.
576
577 2008-05-24 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
578
579 * elf.c (elfcore_write_register_note): New function.
580 * elf-bfd.h (elfcore_write_register_note): New prototype.
581
582 2008-05-22 Christophe Lyon <christophe.lyon@st.com>
583
584 * elf32-arm.c (arm_type_of_stub): Ignore STT_SECTION symbols.
585 (elf32_arm_stub_add_mapping_symbol): Remove.
586 (elf32_arm_add_stub): Don't generate mapping symbols. Change
587 prototype.
588 (elf32_arm_size_stubs): Use new elf32_arm_add_stub
589 prototype. Don't generate thumb to arm glue for calls.
590 (arm_map_one_stub): Define.
591 (elf32_arm_output_arch_local_syms): Generate mapping symbols for
592 long calls stubs.
593
594 2008-05-21 Nick Clifton <nickc@redhat.com>
595
596 * elf32-arm.c (group_sections): Reformat comments.
597
598 PR ld/6446
599 * elf32-frv.c (elf32_frv_relocate_section): Set EF_FRV_PIC by
600 default (for FDPIC). Clear it if any inter-segment relocations
601 are found.
602
603 * elf64-hppa.c (elf64_hppa_finalize_opd): Check NULL return
604 from elf_link_hash_lookup.
605
606 2008-05-21 Maxim Kuvyrkov <maxim@codesourcery.com>
607
608 Add multi-GOT support for m68k.
609 * elf32-m68k.c (struct elf_m68k_link_hash_entry: got_entry_key,
610 glist): New fields.
611 (struct elf_m68k_got_entry_key, struct elf_m68k_got_entry,
612 struct elf_m68k_got, struct elf_m68k_bfd2got_entry,
613 struct elf_m68k_multi_got): New data structures.
614 (struct elf_m68k_link_hash_table: local_gp_p, use_neg_got_offsets_p,
615 allow_multigot_p, multi_got_): New fields.
616 (elf_m68k_multi_got): New macro.
617 (elf_m68k_link_hash_newfunc): Initialize new fields of
618 struct elf_m68k_link_hash_entry.
619 (elf_m68k_link_hash_table_create): Initialize new fields of
620 struct elf_m68k_link_hash_table.
621 (elf_m68k_link_hash_table_free): New static function implementing hook.
622 (elf_m68k_init_got, elf_m68k_clear_got, elf_m68k_create_empty_got): New
623 static functions for struct elf_m68k_got.
624 (elf_m68k_init_got_entry_key, elf_m68k_got_entry_hash,
625 elf_m68k_got_entry_eq): New static functions for
626 struct elf_m68k_got_entry.
627 (ELF_M68K_REL_8O_MAX_N_ENTRIES_IN_GOT,
628 ELF_M68K_REL_8O_16O_MAX_N_ENTRIES_IN_GOT): New macros.
629 (enum elf_m68k_get_entry_howto): New enum.
630 (elf_m68k_get_got_entry, elf_m68k_update_got_entry_type,
631 elf_m68k_remove_got_entry_type): New static functions for
632 struct elf_m68k_got_entry.
633 (elf_m68k_add_entry_to_got): New static function.
634 (elf_m68k_bfd2got_entry_hash, elf_m68k_bfd2got_entry_eq,
635 elf_m68k_bfd2got_entry_del, elf_m68k_get_bfd2got_entry): New static
636 functions for struct elf_m68k_bfd2got_entry.
637 (struct elf_m68k_can_merge_gots_arg, elf_m68k_can_merge_gots_1,
638 elf_m68k_can_merge_gots): New traversal.
639 (struct elf_m68k_merge_gots_arg, elf_m68k_merge_gots_1,
640 elf_m68k_merge_gots): Ditto.
641 (struct elf_m68k_finalize_got_offsets_arg,
642 elf_m68k_finalize_got_offsets_1, elf_m68k_finalize_got_offsets): Ditto.
643 (struct elf_m68k_partition_multi_got_arg,
644 elf_m68k_partition_multi_got_1, elf_m68k_init_symndx2h_1,
645 elf_m68k_partition_multi_got): Ditto.
646 (elf_m68k_find_got_entry_ptr, elf_m68k_remove_got_entry): New static
647 functions.
648 (elf_m68k_copy_indirect_symbol): New static function implementing
649 a hook.
650 (elf_m68k_check_relocs): Update to add entries to multi-GOT.
651 (elf_m68k_gc_sweep_hook): Update to remove entries from multi-GOT.
652 (elf_m68k_always_size_sections): Assign BFDs to GOTs.
653 (elf_m68k_relocate_section): Update to properly handle GOT relocations.
654 (elf_m68k_finish_dynamic_symbol): Update to traverse all GOT entries
655 of a global symbol.
656 (bfd_elf_m68k_set_target_options): New function.
657 (bfd_elf32_bfd_link_hash_table_free): Define hook.
658 (bfd_elf32_bfd_final_link): Change expansion to bfd_elf_final_link
659 to skip generic calculation of GOT offsets.
660 (elf_backend_copy_indirect_symbol): Define hook.
661 * bfd-in.h (bfd_elf_m68k_set_target_options): Declare function.
662 * bfd-in2.h: Regenerate.
663
664 2008-05-21 André Johansen <andrejoh@gmail.com>
665
666 PR 868
667 * dwarf2.c (_bfd_dwarf2_cleanup_debug_info): Free memory allocated
668 for filenames in function tables and variable tables.
669
670 2008-05-19 Alan Modra <amodra@bigpond.net.au>
671
672 PR 2995, PR 6473
673 * elf.c (_bfd_elf_make_section_from_shdr): Leave lma equal to
674 vma when all p_paddr fields are zero and there is more than
675 one PT_LOAD header.
676
677 2008-05-15 Christophe Lyon <christophe.lyon@st.com>
678
679 Add long call support for ARM.
680 * elf32-arm.c (THM2_MAX_FWD_BRANCH_OFFSET): Define.
681 (THM2_MAX_BWD_BRANCH_OFFSET): Define.
682 (ARM_MAX_FWD_BRANCH_OFFSET): Define.
683 (ARM_MAX_BWD_BRANCH_OFFSET): Define.
684 (THM_MAX_FWD_BRANCH_OFFSET): Define.
685 (THM_MAX_BWD_BRANCH_OFFSET): Define.
686 (arm_long_branch_stub): Define.
687 (arm_pic_long_branch_stub): Define.
688 (arm_thumb_v4t_long_branch_stub): Define.
689 (arm_thumb_thumb_long_branch_stub): Define.
690 (arm_thumb_arm_v4t_long_branch_stub): Define.
691 (STUB_SUFFIX): Define.
692 (elf32_arm_stub_type): Define.
693 (elf32_arm_stub_hash_entry): Define.
694 (elf32_arm_link_hash_entry): Add stub_cache field.
695 (arm_stub_hash_lookup): Define.
696 (elf32_arm_link_hash_table): Add stub_hash_table, stub_bfd,
697 add_stub_section, layout_sections_again, stub_group, bfd_count,
698 top_index, input_list fields.
699 (elf32_arm_link_hash_newfunc): Init new field.
700 (stub_hash_newfunc): New function.
701 (elf32_arm_link_hash_table_create): Init stub_hash_table.
702 (elf32_arm_hash_table_free): New function.
703 (arm_type_of_stub): New function.
704 (elf32_arm_stub_name): New function.
705 (elf32_arm_get_stub_entry): New function.
706 (elf32_arm_stub_add_mapping_symbol): New function.
707 (elf32_arm_add_stub): New function.
708 (arm_build_one_stub): New function.
709 (arm_size_one_stub): New function.
710 (elf32_arm_setup_section_lists): New function.
711 (elf32_arm_next_input_section): New function.
712 (group_sections): New function.
713 (elf32_arm_size_stubs): New function.
714 (elf32_arm_build_stubs): New function.
715 (bfd_elf32_arm_add_glue_sections_to_bfd): Skip stub sections.
716 (bfd_elf32_arm_process_before_allocation): No longer handle
717 R_ARM_CALL and R_ARM_THM_CALL.
718 (using_thumb_only): New function.
719 (elf32_arm_final_link_relocate): Redirect calls to stub if range
720 exceeds encoding capabilities.
721 (bfd_elf32_bfd_link_hash_table_free): Define.
722 * bfd-in.h (R_ARM_max): Fix value to 130.
723 (elf32_arm_setup_section_lists): Protype.
724 (elf32_arm_next_input_section): Protype.
725 (elf32_arm_size_stubs): Protype.
726 (elf32_arm_build_stubs): Protype.
727 * bfd-in2.h: Regenerate.
728
729 2008-05-14 Ulrich Weigand <uweigand@de.ibm.com>
730
731 * elf32-ppc.c (ppc_elf_get_synthetic_symtab): Fix memset calls.
732 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Likewise.
733
734 2008-05-14 Alan Modra <amodra@bigpond.net.au>
735
736 * Makefile.am: Run "make dep-am".
737 * Makefile.in: Regenerate.
738
739 2008-05-14 Ulrich Weigand <uweigand@de.ibm.com>
740 Alan Modra <amodra@bigpond.net.au>
741
742 * elf32-ppc.c (section_covers_vma): New function.
743 (ppc_elf_get_synthetic_symtab): New function.
744 (bfd_elf32_get_synthetic_symtab): Define.
745 * elf64-ppc.c (section_covers_vma): New function.
746 (ppc64_elf_get_synthetic_symtab): Generate sym@plt on glink branch
747 table entries, and __glink_PLTresolve on resolver stub.
748 (ppc64_elf_build_stubs): Rename __glink sym to __glink_PLTresolve.
749
750 2008-05-12 Alan Modra <amodra@bigpond.net.au>
751
752 PR 6443
753 * elf32-ppc.c (MUST_BE_DYN_RELOC): Delete.
754 (must_be_dyn_reloc): New function.
755 (ppc_elf_check_relocs): Don't set DF_STATIC_TLS for tprel relocs
756 in pies.
757 (ppc_elf_tls_optimize): Optimise pies.
758 (ppc_elf_relocate_section): Use a section symbol rather than no
759 symbol if possible for LD->IE TLS sequence, but don't error if
760 we must use no symbol.
761 * elf64-ppc.c (MUST_BE_DYN_RELOC): As for elf32-ppc.c.
762 (must_be_dyn_reloc): Likewise.
763 (ppc64_elf_check_relocs): Likewise.
764 (ppc64_elf_tls_optimize): Likewise.
765 (ppc64_elf_relocate_section): Likewise.
766
767 2008-05-12 Alan Modra <amodra@bigpond.net.au>
768
769 * elf32-spu.c (spu_elf_relocate_section): Rename is_ea to is_ea_sym.
770
771 2008-05-10 Paul Pluzhnikov <ppluzhnikov@google.com>
772
773 * elfcore.h (elf_core_file_p): Warn about core truncation.
774
775 2008-05-07 Bob Wilson <bob.wilson@acm.org>
776
777 * elf32-xtensa.c (xtensa_property_section_name): New.
778 (xtensa_make_property_section): New.
779 (xtensa_get_property_section): Make static. Do not create a new
780 section if it does not exist.
781
782 2008-05-08 Alan Modra <amodra@bigpond.net.au>
783
784 * elf32-spu.c (spu_elf_special_sections): Add "._ea".
785 (spu_elf_relocate_section): Handle relocations against symbols
786 defined in ._ea specially.
787
788 2008-05-03 Daniel Jacobowitz <dan@codesourcery.com>
789
790 * elf32-arm.c (elf32_arm_symbian_link_hash_table_create): Use
791 ARRAY_SIZE.
792 (elf32_arm_symbian_plt_sym_val): New.
793 (elf_backend_plt_sym_val): Define.
794
795 2008-05-03 Alan Modra <amodra@bigpond.net.au>
796
797 PR 2995, PR 6473
798 * elf.c (rewrite_elf_program_header): Rather than clearing
799 p_paddr_valid at end, don't set it in the first place. Delete
800 comment no longer relevant. When not p_paddr_valid, don't set
801 paddr from vaddr, and don't set p_vaddr_offset.
802
803 2008-05-01 Cary Coutant <ccoutant@google.com>
804
805 * elf.c (bfd_elf_get_str_section): Fix memory leak caused by
806 corrupt string table.
807
808 2008-05-01 Joel Brobecker <brobecker@adacore.com>
809
810 * cache.c (cache_bread_1): Renames cache_bread.
811 (cache_bread): New function.
812
813 2008-05-01 Alan Modra <amodra@bigpond.net.au>
814
815 PR 2995, PR 6473
816 * elf.c (_bfd_elf_make_section_from_shdr): Always set lma from p_paddr.
817 (assign_file_positions_for_load_sections): Combine nested "if".
818 (copy_elf_program_header): Don't set p_paddr_valid or p_vaddr_offset
819 when all header p_paddr fields are zero.
820
821 2008-04-30 Edmar Wienskoski <edmar@freescale.com>
822
823 * cpu-powerpc.c (bfd_powerpc_archs): Add e500mc entry.
824
825 2008-04-29 Daniel Jacobowitz <dan@codesourcery.com>
826
827 * elf.c (_bfd_elf_get_dynamic_reloc_upper_bound)
828 (_bfd_elf_canonicalize_dynamic_reloc): Find dynamic relocations
829 even if they are not loaded.
830 * elflink.c (_bfd_elf_init_2_index_sections): Set data_index_section
831 first.
832
833 2008-04-25 Jay Foad <jay.foad@gmail.com>
834
835 * reloc16.c (bfd_coff_reloc16_get_value): Add support for
836 undefined weak symbols.
837
838 2008-04-25 Nick Clifton <nickc@redhat.com>
839
840 * po/vi.po: Updated Vietnamese translation.
841
842 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
843
844 * aclocal.m4: Regenerate.
845 * configure: Regenerate.
846
847 2008-04-21 Cary Coutant <ccoutant@google.com>
848
849 * archive.c (_bfd_write_archive_contents): Fix incorrect use of
850 ARFMAG.
851
852 2008-04-21 Nathan Sidwell <nathan@codesourcery.com>
853
854 * elfxx-mips.c (_bfd_mips_vxworks_adjust_dynamic_symbol): Don't
855 set the value of undefined symbols in shared objects.
856 (_bfd_mips_vxworks_finish_dynamic_symbol): Clear value for
857 undefined symbols unless pointer equality is needed.
858
859 2008-04-18 Dennis Roberts <dennis.roberts@sunquestinfo.com>
860
861 * aix5ppc-core.c: Define macros for the default architecture and
862 machine for matching core files.
863 (xcoff64_core_p): Set the architecture and machine to the default
864 values defined in the macros mentioned above.
865 * rs6000-core.c: Define macros to determine whether or not the
866 core file header uses the core_dumpxx header format.
867 (rs6000coff_core_p): Don't match core files that use the
868 core_dumpxx header format.
869
870 2008-04-16 Pedro Alves <pedro@codesourcery.com>
871
872 * config.bfd (i[3-7]86-*-dicos*, x86_64-*-dicos*): Add.
873
874 2008-04-16 David S. Miller <davem@davemloft.net>
875
876 * reloc.c (BFD_RELOC_SPARC_GOTDATA_HIX22,
877 BFD_RELOC_SPARC_GOTDATA_LOX10, BFD_RELOC_SPARC_GOTDATA_OP_HIX22,
878 BFD_RELOC_SPARC_GOTDATA_OP_LOX10, BFD_RELOC_SPARC_GOTDATA_OP): New.
879 * libbfd.h: Regnerate.
880 * bfd-in2.h: Regenerate.
881 * elfxx-sparc.c (_bfd_sparc_elf_howto_table): Add entries for
882 GOTDATA relocations.
883 (sparc_reloc_map): Likewise.
884 (_bfd_sparc_elf_check_relocs): Handle R_SPARC_GOTDATA_* like
885 R_SPARC_GOT*.
886 (_bfd_sparc_elf_gc_sweep_hook): Likewise.
887 (_bfd_sparc_elf_relocate_section): Transform R_SPARC_GOTDATA_HIX22,
888 R_SPARC_GOTDATA_LOX10, R_SPARC_GOTDATA_OP_HIX22, and
889 R_SPARC_GOTDATA_OP_LOX10 into the equivalent R_SPARC_GOT* reloc.
890 Simply ignore R_SPARC_GOTDATA_OP relocations.
891
892 2008-04-14 Aurelien Jarno <aurelien@aurel32.net>
893
894 * configure.in: Link with the PIC version of libiberty on
895 Linux/MIPS hosts.
896 * configure: Regenerate.
897
898 2008-04-14 Edmar Wienskoski <edmar@freescale.com>
899
900 * archures.c: Add bfd_mach_ppc_e500mc.
901 * bfd-in2.h: Regenerate.
902
903 2008-04-08 Alan Modra <amodra@bigpond.net.au>
904
905 * elf32-spu.c (spu_elf_build_stubs): Correct error message.
906 (mark_functions_via_relocs): Remove premature init of symtab_hdr.
907 (collect_overlays): Commment typo fix.
908
909 2008-04-08 Kees Cook <kees@canonical.com>
910
911 * elflink.c (bfd_elf_size_dynamic_sections): Ignore GNU-stack note
912 in EXEC_P bfds.
913
914 2008-04-08 Alan Modra <amodra@bigpond.net.au>
915
916 * elf32-spu.c: Include libiberty.h.
917 (struct spu_link_hash_table): Add local_stire, overlay_fixed, reserved,
918 non_ovly_stub, spu_elf_load_ovl_mgr, spu_elf_open_overlay_script,
919 spu_elf_relink, auto_overlay fields.
920 (AUTO_OVERLAY, AUTO_RELINK, OVERLAY_RODATA): Define.
921 (needs_ovl_stub): Flip test so that call to non-function warning
922 is emitted during relocate_section rather than earlier.
923 (spu_elf_check_vma): Stash --auto-overlay parameters, and clear
924 auto_overlay if no section exceeds local store.
925 (struct call_info): Add count, max_depth, is_pasted fields.
926 (struct function_info): Add rodata, last_caller, call_count,
927 depth, new visit flags.
928 (insert_callee): Increment call count.
929 (copy_callee): New function.
930 (mark_functions_via_relocs): Investigate all reloc types to count
931 possible function pointer stubs for --auto-overlay. Track
932 last_caller and increment function call_count.
933 (pasted_function): Insert a "call" into call info for pasted section.
934 (remove_cycles): Track max depth of calls. Don't emit call graph
935 pruning warning for --auto-overlay.
936 (build_call_tree): Don't transfer_calls for --auto-overlay.
937 Adjust remove_cycles call.
938 (sort_calls, sort_lib, sort_bfds): New functions.
939 (struct _mos_param, struct _uos_param, struct _cl_param): New.
940 (mark_overlay_section, unmark_overlay_section): New functions.
941 (collect_lib_sectios, auto_ovl_lib_functions): New functions.
942 (collect_overlays, find_pasted_call): New functions.
943 (sum_stack): Deal with is_pasted "calls". Exit before printing
944 when --auto-overlay.
945 (spu_elf_auto_overlay): New function.
946 (spu_elf_final_link): Call spu_elf_auto_overlay.
947 * elf32-spu.h (spu_elf_check_vma): Update prototype.
948
949 2008-04-07 Alan Modra <amodra@bigpond.net.au>
950
951 * elf32-spu.c (allocate_spuear_stubs): Ensure _SPUEAR_ symbol
952 is defined in overlay section before creating a stub.
953 (build_spuear_stubs): Likewise.
954 (spu_elf_size_stubs, spu_elf_build_stubs): Adjust calls.
955
956 2008-04-02 Alan Modra <amodra@bigpond.net.au>
957
958 * elf32-spu.c (insert_callee): Reorder call list so most recent
959 call is always first.
960 (interesting_section): Move.
961 (mark_functions_via_relocs): Fold interesting_section and
962 reloc_count tests in callers to here. Simplify output section
963 owner test.
964 (discover_functions): Set "gaps" when no symbols and some
965 "interesting_section". Run pasted_function loop for no symbol
966 bfds.
967 (for_each_node, transfer_calls): New functions.
968 (mark_non_root): Adjust to suit for_each_node.
969 (call_graph_traverse): Likewise. Fix memory leak. Rename to..
970 (remove_cycles): ..this.
971 (build_call_tree): Use for_each_node and transfer_calls.
972 (struct _sum_stack_param): New.
973 (sum_stack): Adjust to suit for_each_node. Return error on
974 malloc failure. Move code to print root node cumulative stack from..
975 (spu_elf_stack_analysis): ..here. Use for_each_node.
976
977 2008-03-31 Cary Coutant <ccoutant@google.com>
978
979 PR 6006
980 * archive.c (_bfd_slurp_extended_name_table): Change
981 ARFMAG[0] to ARFMAG[1].
982 (_bfd_construct_extended_name_table): Likewise.
983
984 2008-03-31 Daniel Jacobowitz <dan@codesourcery.com>
985
986 * elfxx-mips.c (mips_elf_record_got_page_entry): Update comment.
987 (_bfd_mips_elf_check_relocs): Update comments. Always call
988 mips_elf_record_got_page_entry for R_MIPS_GOT_PAGE.
989
990 2008-03-27 Cary Coutant <ccoutant@google.com>
991
992 Add support for thin archives.
993 * archive.c (_bfd_find_nested_archive): New function.
994 (get_extended_arelt_filename): Add origin parameter.
995 (_bfd_generic_read_ar_hdr_mag): Deal with extended name
996 combined with a file offset.
997 (append_relative_path): New function.
998 (_bfd_get_elt_at_filepos): Deal with external members and
999 nested archives.
1000 (bfd_generic_openr_next_archived_file): Thin archives.
1001 (bfd_generic_archive_p): Recognize new magic string.
1002 (adjust_relative_path): New function.
1003 (_bfd_construct_extended_name_table): Construct extended
1004 names for thin archive members.
1005 (_bfd_write_archive_contents): Emit new magic string, skip
1006 copying files for thin archives.
1007 * bfd-in.h (bfd_is_thin_archive): New macro.
1008 * bfd.c (struct bfd): New fields for thin archives.
1009 * libbfd-in.h (struct areltdata): New field for thin archives.
1010 * opncls.c (bfd_close): Delete BFDs for nested archives.
1011
1012 2008-03-25 Bernd Schmidt <bernd.schmidt@analog.com>
1013
1014 * elf32-bfin.c (bfin_final_link_relocate): New function, wrapper around
1015 _bfd_final_link_relocate that also handles R_pcrel24 relocs.
1016 (bfinfdpic_relocate_section, bfin_relocate_section): Use it.
1017
1018 2008-03-25 Nathan Sidwell <nathan@codesourcery.com>
1019
1020 * elf32-arm.c (elf32_arm_final_link_relocate): Skip dynamic relocs
1021 in vxworks tls_vars sections.
1022 (allocate_dynrelocs, elf32_arm_size_dynamic_sections): Likewise.
1023 * elf32-i386.c (allocate_dynrelocs,
1024 elf_i386_size_dynamic_sections, elf_i386_relocate_section): Likewise.
1025 * elf32-ppc.c (allocate_dynrelocs, ppc_elf_size_dynamic_sections,
1026 ppc_elf_relocate_section): Likewise.
1027 * elf32-sh.c (allocate_dynrelocs, sh_elf_size_dynamic_sections,
1028 sh_elf_relocate_section): Likewise.
1029 * elfxx-sparc.c (allocate_dynrelocs,
1030 _bfd_sparc_elf_size_dynamic_sections,
1031 _bfd_sparc_elf_relocate_section): Likewise.
1032
1033 2008-03-21 Adam Nemet <anemet@caviumnetworks.com>
1034
1035 * elf.c (_bfd_elf_print_private_bfd_data): Use bfd_fprintf_vma to
1036 print the values from the dynamic section.
1037
1038 2008-03-20 Richard Sandiford <rsandifo@nildram.co.uk>
1039
1040 * elfxx-mips.c (MIPS_ELF_GNU_GOT1_MASK): New macro.
1041 (_bfd_mips_elf_finish_dynamic_sections): Use it instead of 0x80000000.
1042
1043 2008-03-20 Alan Modra <amodra@bigpond.net.au>
1044
1045 * elf32-spu.c (spu_elf_create_sections): Remove output_bfd parameter.
1046 (spu_elf_find_overlays, spu_elf_size_stubs): Likewise
1047 (process_stubs, discover_functions, build_call_tree): Likewise.
1048 (spu_elf_stack_analysis): Likewise.
1049 (spu_elf_check_vma): Likewise. Move.
1050 (struct call_info): Make "is_tail" a bitfield.
1051 (insert_callee): Clear fun->start and set fun->is_func if we find
1052 a non-tail call.
1053 * elf32-spu.h (spu_elf_create_sections): Update prototype.
1054 (spu_elf_find_overlays, spu_elf_size_stubs, spu_elf_check_vma): Ditto.
1055
1056 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1057
1058 * aclocal.m4: Regenerate.
1059 * configure: Likewise.
1060 * Makefile.in: Likewise.
1061
1062 2008-03-16 H.J. Lu <hongjiu.lu@intel.com>
1063
1064 PR ld/5789
1065 PR ld/5943
1066 * elf32-i386.c (elf_i386_relocate_section): Issue an error
1067 for R_386_GOTOFF relocaton against undefined hidden/internal
1068 symbols when building a shared object.
1069
1070 * elf64-x86-64.c (elf64_x86_64_relocate_section): Issue an
1071 error for R_X86_64_PC8/R_X86_64_PC16/R_X86_64_PC32
1072 relocaton against undefined hidden/internal symbols when
1073 building a shared object.
1074 (elf64_x86_64_finish_dynamic_symbol): Return FALSE when symbol
1075 is referenced locally, but isn't defined in a regular file.
1076
1077 2008-03-15 H.J. Lu <hongjiu.lu@intel.com>
1078
1079 * bfd-in.h (BFD_NO_FLAGS, HAS_RELOC, EXEC_P, HAS_LINENO,
1080 HAS_DEBUG, HAS_SYMS, HAS_LOCALS, DYNAMIC, WP_TEXT, D_PAGED,
1081 BFD_IS_RELAXABLE, BFD_TRADITIONAL_FORMAT, BFD_IN_MEMORY,
1082 HAS_LOAD_PAGE, BFD_LINKER_CREATED): Moved to ...
1083 * bfd.c: Here.
1084
1085 * bfd.c (bfd): Change cacheable, target_defaulted, opened_once,
1086 mtime_set, no_export, output_has_begun and has_armap to bit
1087 field.
1088
1089 * bfd-in2.h: Regenerated.
1090
1091 2008-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1092
1093 * cache.c (close_one): Remove mtime hack.
1094
1095 2008-03-14 H.J. Lu <hongjiu.lu@intel.com>
1096
1097 PR ld/5913
1098 * elfxx-ia64.c (elfNN_ia64_tprel_base): Remove BFD_ASSERT.
1099 (elfNN_ia64_dtprel_base): Likewise.
1100 (elfNN_ia64_relocate_section): Go to missing_tls_sec if
1101 tls_sec is NULL before calling elfNN_ia64_tprel_base or
1102 elfNN_ia64_dtprel_base. Report unsupported TLS relocations.
1103
1104 2008-03-14 Alan Modra <amodra@bigpond.net.au>
1105
1106 * elf32-spu.c (process_stubs, spu_elf_relocate_section): Move
1107 common code to..
1108 (maybe_needs_stub): ..here, a new function that also omits stubs
1109 for .eh_frame, and..
1110 (needs_ovl_stub): ..here. Create stubs for labels in code section
1111 referenced by switch jump table.
1112 (spu_elf_find_overlays): Set htab->ovly_load and htab->ovly_return.
1113 (enum _insn_type): Delete.
1114 (enum _stub_type): New.
1115 (count_stub, build_stub): Adjust.
1116 (allocate_spuear_stubs, build_spuear_stubs): Adjust.
1117
1118 2008-03-13 Alan Modra <amodra@bigpond.net.au>
1119
1120 * elf.c (_bfd_elf_make_section_from_shdr): Remove unnecessary cast.
1121 (_bfd_elf_assign_file_position_for_section): Simplify align.
1122 (_bfd_elf_init_reloc_shdr): Ensure shift expression wide enough
1123 for sh_addralign.
1124 (elf_fake_sections, swap_out_syms): Likewise.
1125 * elflink.c (bfd_elf_final_link): Likewise.
1126
1127 2008-03-13 Alan Modra <amodra@bigpond.net.au>
1128
1129 * Makefile.am: Run "make dep-am".
1130 * Makefile.in: Regenerate.
1131 * po/SRC-POTFILES.in: Regenerate.
1132
1133 2008-03-12 Bernd Schmidt <bernd.schmidt@analog.com>
1134
1135 From Jie Zhang <jie.zhang@analog.com>
1136 * elf32-bfin.c (struct bfinfdpic_relocs_info): Make got17m4,
1137 gothilo, fd, fdgot17m4, fdgothilo, fdgoff17m4, fdgoffhilo,
1138 gotoff, call and sym not bitfields.
1139 (bfinfdpic_gc_sweep_hook): New function; update the relocation
1140 information for the relocations of the section being removed.
1141 (bfinfdpic_check_relocs): Accumulate the number of relocations
1142 which set got17m4, gothilo, fd, fdgot17m4, fdgothilo, fdgoff17m4,
1143 fdgoffhilo, gotoff, call and sym fields.
1144 (elf_backend_gc_sweep_hook): Redefine for FD-PIC.
1145
1146 2008-03-12 Alan Modra <amodra@bigpond.net.au>
1147
1148 PR 5900
1149 * elf-bfd.h: Include elf/internal.h after elf/external.h.
1150 * elfcode.h (elf_swap_symbol_in): Map reserved shndx range.
1151 (elf_swap_symbol_out): Adjust SHN_XINDEX test.
1152 (elf_swap_ehdr_out): Mask SHN_LORESERVE and SHN_XINDEX to values
1153 seen in external structs.
1154 (valid_section_index_p): Delete.
1155 (elf_object_p): Don't increment section numbers over reserved range.
1156 Simplify test for valid sh_link, sh_info and e_shstrndx fields.
1157 (elf_write_shdrs_and_ehdr): Mask SHN_LORESERVE and SHN_XINDEX to values
1158 seen in external structs. Don't increment section numbers over
1159 reserved range.
1160 * elf.c (bfd_elf_sym_name): Remove redundant tests on st_shndx.
1161 (bfd_section_from_shdr): Likewise.
1162 (group_signature): Range check before accessing elf_elfsections.
1163 (_bfd_elf_setup_sections): Likewise.
1164 (bfd_section_from_shdr): Likewise.
1165 (bfd_section_from_shdr): Don't increment section number over
1166 reserved sections.
1167 (assign_file_positions_for_non_load_sections): Likewise.
1168 (assign_file_positions_except_relocs): Likewise.
1169 (_bfd_elf_write_object_contents): Likewise.
1170 (assign_section_numbers): Likewise. Adjust for changed SHN_*.
1171 (prep_headers): Delete unused variable.
1172 * elflink.c (bfd_elf_link_record_local_dynamic_symbol): Adjust
1173 for changed SHN_* values.
1174 (check_dynsym, elf_link_input_bfd): Likewise.
1175 (bfd_elf_final_link): Likewise. Don't skip over reserved section
1176 range.
1177 (elf_fixup_link_order): Check that sh_link field is valid.
1178 * elf-hppa.h (elf_hppa_add_symbol_hook): Make "index" unsigned.
1179 * elf32-arm.c (elf32_arm_gc_mark_extra_sections): Range check before
1180 accesssing elf_elfsections.
1181 * elf32-avr.c (elf32_avr_size_stubs): Likewise.
1182 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.
1183 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Likewise.
1184 * elf64-hppa.c (elf64_hppa_check_relocs): Adjust for changed
1185 SHN_* defines. Test for SHN_BAD return from
1186 _bfd_elf_section_from_bfd_section
1187
1188 2008-03-12 Alan Modra <amodra@bigpond.net.au>
1189
1190 * elf-bfd.h (_bfd_elf_section_from_bfd_section): Update prototype.
1191 * elf.c (_bfd_elf_section_from_bfd_section): Return unsigned int,
1192 SHN_BAD on error.
1193 (_bfd_elf_print_private_bfd_data): Test for SHN_BAD result from
1194 _bfd_elf_section_from_bfd_section, not -1.
1195 (swap_out_syms): Likewise.
1196 * elflink.c (elf_link_add_object_symbols): Likewise.
1197 (bfd_elf_get_bfd_needed_list): Likewise.
1198 (bfd_elf_match_symbols_in_sections): Likewise.
1199 (elf_link_add_object_symbols): Don't bother testing for symbols
1200 using normal sections before calling bfd_section_from_elf_index.
1201 (elf_link_input_bfd, bfd_elf_final_link): Likewise.
1202 (bfd_elf_reloc_symbol_deleted_p): Likewise.
1203 * elfcode.h (elf_slurp_symbol_table): Likewise.
1204 * elf32-spu.c (get_sym_h): Likewise.
1205 * elf32-xtensa.c (get_elf_r_symndx_section): Likewise.
1206 * elf64-ppc.c (opd_entry_value, get_sym_h, ppc64_elf_edit_toc): Ditto.
1207 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
1208
1209 2008-03-11 Alan Modra <amodra@bigpond.net.au>
1210
1211 * elf32-spu.c (spu_elf_relocate_section): Test identical conditions
1212 to those in process_stubs for overlay symbols.
1213
1214 2008-03-09 Paul Brook <paul@codesourcery.com>
1215
1216 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Handle new
1217 Tag_VFP_arch values.
1218
1219 2008-03-08 Paul Brook <paul@codesourcery.com>
1220
1221 * elf32-arm.c (insert_thumb_branch): Rewrite.
1222 (elf32_thumb_to_arm_stub): Use new insert_thumb_branch.
1223
1224 2008-03-07 Paul Brook <paul@codesourcery.com>
1225
1226 * elf32-arm.c (elf32_arm_howto_table_1): Fix bitmasks for MOVW and
1227 MOVT relocations.
1228 (elf32_arm_final_link_relocate): Fix off by one MOVW/MOVT sign
1229 extension.
1230 (elf32_arm_relocate_section): Handle MOVW and MOVT
1231 relocations. Improve safety check for other weird relocations.
1232 (elf32_arm_check_relocs): Only set h->needs_plt for branch/call
1233 relocations.
1234
1235 2008-03-03 Bob Wilson <bob.wilson@acm.org>
1236
1237 * xtensa-isa.c (xtensa_isa_num_pipe_stages): Make max_stage static and
1238 only compute its value once.
1239
1240 2008-03-03 Alan Modra <amodra@bigpond.net.au>
1241
1242 * elf32-spu.c (struct got_entry): Add "addend" field.
1243 (count_stub, build_stub): Use a new stub if relocation addend
1244 differs from existing stubs for this symbol.
1245 (process_stubs): Deal with addends.
1246 (spu_elf_relocate_section, spu_elf_output_symbol_hook): Likewise.
1247
1248 2008-03-02 H.J. Lu <hongjiu.lu@intel.com>
1249
1250 PR ld/5789
1251 * elflink.c (_bfd_elf_symbol_refs_local_p): Always return true
1252 for hidden and local symbols.
1253
1254 2008-03-03 Alan Modra <amodra@bigpond.net.au>
1255
1256 * elf32-ppc.c (allocate_dynrelocs): Discard relocs on
1257 undefined symbols with internal or hidden visibility.
1258 (ppc_elf_relocate_section): Likewise. Use SYMBOL_CALLS_LOCAL
1259 rather than SYMBOL_REFERENCES_LOCAL on branches. Don't
1260 return immediately on dynamic reloc error.
1261
1262 2008-03-01 Alan Modra <amodra@bigpond.net.au>
1263
1264 * elf64-ppc.c (build_plt_stub): Add relocs on plt call stubs
1265 if emitrelocations.
1266 (get_relocs): New function, split out from..
1267 (ppc_build_one_stub): ..here. Add relocs on plt_branch stubs if
1268 emitrelocations. Remove indx temp.
1269 (ppc_size_one_stub): Count new stub relocs.
1270 (ppc64_elf_size_stubs): Count new glink reloc.
1271 (ppc64_elf_build_stubs): Emit glink reloc if emitrelocations.
1272 (ppc64_elf_finish_dynamic_sections): Output glink relocs.
1273 * elf32-ppc.c (ppc_elf_finish_dynamic_sections): Describe non-pic
1274 glink code.
1275
1276 2008-02-28 Alan Modra <amodra@bigpond.net.au>
1277
1278 * elf32-spu.c (mark_functions_via_relocs): Don't assume that
1279 the "->start" pointer reaches to function origin, so that we
1280 can handle functions split over more than two sections.
1281 (build_call_tree): Likewise.
1282 (pasted_function): Don't attempt to set fun->start back to the
1283 function origin, just go back one section.
1284
1285 2008-02-27 Catherine Moore <clm@codesourcery.com>
1286
1287 * elf.c ( _bfd_elf_print_private_bfd_data): Call
1288 elf_backend_get_target_dtag if defined.
1289 * elf32-mips.c (elf_backend_get_target_dtag): Define.
1290 * elf64-mips.c: Likewise.
1291 * elfn32-mips.c: Likewise.
1292 * elfxx-mips.c (_bfd_mips_elf_get_target_dtag): New.
1293 * elfxx-mips.h (_bfd_mips_elf_get_target_dtag): Declare.
1294 * elf-bfd.h (elf_backend_get_target_dtag): Add prototype.
1295 * elfxx-target.h (elf_backend_get_target_dtag): Add default.
1296 (elf_backend_data): Add elf_backend_get_target_dtag.
1297
1298 2008-02-26 Alan Modra <amodra@bigpond.net.au>
1299
1300 * elf32-ppc.c (ppc_elf_check_relocs): Set pointer_equality_needed
1301 for R_PPC_REL32 syms. Don't set non_got_ref on branch reloc syms,
1302 and assume branch relocs are not dynamic when non-shared.
1303 (readonly_dynrelocs): New function, split out from..
1304 (maybe_set_textrel): ..here, renamed from old readonly_dynrelocs.
1305 (ppc_elf_adjust_dynamic_symbol): For symbols generating plt entries,
1306 clear non_got_ref..
1307 (allocate_dynrelocs): ..and don't set u.def for undefined weak.
1308 Do allow dynamic relocs on undefined symbols.
1309 (ppc_elf_adjust_dynamic_symbol): Use readonly_dynrelocs.
1310 (ppc_elf_relocate_section): Mirror dynamic reloc changes in
1311 check_relocs.
1312 (ppc_elf_finish_dynamic_symbol): Don't give a warning on weak
1313 plt symbols needing pointer_equality_needed.
1314
1315 2008-02-23 Alan Modra <amodra@bigpond.net.au>
1316
1317 * elf32-ppc.c (ppc_elf_check_relocs): Revert non_got_ref change.
1318
1319 2008-02-23 Alan Modra <amodra@bigpond.net.au>
1320
1321 * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Copy
1322 pointer_equality_needed.
1323 (ppc_elf_check_relocs): Split out non-branch relocs from others
1324 that might emit dynamic relocs. Set pointer_equality_needed
1325 for their symbols. Don't set non_got_ref on branch reloc symbols.
1326 (ppc_elf_hash_symbol): New function.
1327 (elf_backend_hash_symbol): Define.
1328 (ppc_elf_finish_dynamic_symbol): Handle pointer_equality_needed.
1329 Error if pointer_equality_needed on weak plt symbol.
1330
1331 2008-02-22 H.J. Lu <hongjiu.lu@intel.com>
1332
1333 PR ld/5788
1334 * elflink.c (elf_create_symbuf): Correct buffer size and
1335 position.
1336
1337 2008-02-22 Nick Clifton <nickc@redhat.com>
1338
1339 PR 868
1340 * dwarf2.c: Revert previous patch. All of the allocate memory is
1341 on an obstack which will be freed at some other time.
1342
1343 2008-02-20 Nick Clifton <nickc@redhat.com>
1344
1345 PR 868
1346 * libbfd.c (bfd_realloc_or_free): New function. Performs like
1347 bfd_realloc, but if the (re)allocation fails, the pointer is
1348 freed.
1349 * libbfd-in.h: Prototype.
1350 * libbfd.h: Regenerate.
1351 * bfdio.c (bfd_bwrite): Use the new function.
1352 (bfd_seek): Likewise.
1353 * bfdwin.c:(bfd_get_file_window): Likewise.
1354 * elf-strtab.c (_bfd_elf_strtab_add): Likewise.
1355 * elf32-ppc.c (ppc_elf_relax_section): Likewise.
1356 * elf32-xtensa.c (vsprintf_msg): Likewise.
1357 * mach-o.c (bfd_mach_o_core_fetch_environment): Likewise.
1358 * stabs.c (_bfd_link_seciton_stabs): Likewise.
1359 * vms-misc.c (_bfd_vms_get_record): Likewise.
1360 * vms-tir.c (check_section): Likewise.
1361 * vms.c (vms_new_section_hook): Likewise.
1362 * elf32-arm.c (elf32_arm_section_map_add): Check that the
1363 allocation of sec_data->map succeeded before using it.
1364 * elflink.c (elf_link_output_sym): Do not overwrite finfo->
1365 symshndxbuf until it is known that the reallocation succeeded.
1366
1367 2008-02-20 Diogo de Carvalho Kraemer <diogo@kraemer.eng.br>
1368 Nick Clifton <nickc@redhat.com>
1369
1370 PR 868
1371 * dwarf2.c (read_abbrevs): Free the abbreviation table if we run
1372 out of memory.
1373 (decode_line_info): Free the line_info_table before returning a
1374 failure result.
1375 (_bfd_dwarf2_cleanup_debug_info): Free the abbreviation table.
1376 Free the line table. Free the function table. Free the variable
1377 table.
1378
1379 2008-02-17 Mark Kettenis <kettenis@gnu.org>
1380
1381 * elf.c (swap_out_syms): Avoid preprocessing directive within
1382 macro arg.
1383
1384 2008-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1385
1386 * elf.c (assign_file_positions_for_load_sections): Set the type of
1387 PT_NOTE sections to SHT_NOTE.
1388
1389 2008-02-17 Ulrich Weigand <uweigand@de.ibm.com>
1390
1391 * simple.c (bfd_simple_get_relocated_section_contents): Set
1392 link_info.output_bfd.
1393
1394 2008-02-16 Nathan Sidwell <nathan@codesourcery.com>
1395
1396 * dwarf2.c (find_line): Don't trust debug information after an
1397 unparseable compilation unit.
1398
1399 2008-02-15 Alan Modra <amodra@bigpond.net.au>
1400
1401 PR 5765
1402 * section.c (SEC_LINK_DUPLICATES): Correct. Renumber following flags.
1403 * bfd-in2.h: Regenerate.
1404
1405 2008-02-15 Alan Modra <amodra@bigpond.net.au>
1406
1407 * elf-bfd.h (enum elf_object_id): Add HPPA_ELF_TDATA.
1408 * elf.c (bfd_elf_allocate_object): Don't check for already allocated
1409 tdata.
1410 * elf32-hppa.c (elf32_hppa_mkobject): New function.
1411 (bfd_elf32_mkobject): Define.
1412 * elf32-ppc.c (is_ppc_elf_target): Delete. Replace all uses with..
1413 (is_ppc_elf): ..this new macro.
1414 * elf64-ppc.c (is_ppc64_elf_target): Delete. Replace all uses with..
1415 (is_ppc64_elf): ..this new macro.
1416
1417 2008-02-15 Alan Modra <amodra@bigpond.net.au>
1418
1419 * elflink.c: Replace all accesses to hash->creator field with
1420 output_bfd->xvec.
1421 * cofflink.c: Likewise.
1422 * coff-h8300.c: Likewise.
1423 * ecoff.c: Likewise.
1424 * elf32-m68hc1x.c: Likewise.
1425 * elf32-ppc.c: Likewise.
1426 * elf64-alpha.c: Likewise.
1427 * elf64-ppc.c: Likewise.
1428 * elf64-sparc.c: Likewise.
1429 * elfxx-mips.c: Likewise.
1430 * i386linux.c: Likewise.
1431 * m68klinux.c: Likewise.
1432 * sparclinux.c: Likewise.
1433 * sunos.c: Likewise.
1434 * xcofflink.c: Likewise.
1435 * linker.c: Likewise.
1436 (_bfd_link_hash_table_init): Don't store creator.
1437
1438 2008-02-14 Peter Jones <pjones@redhat.com>
1439
1440 * efi-rtdrv-ia32.c: New file.
1441 * efi-bsdrv-ia32.c: New file.
1442 * efi-rtdrv-ia64.c: New file.
1443 * efi-bsdrv-ia64.c: New file.
1444 * efi-rtdrv-x86_64.c: New file.
1445 * efi-bsdrv-x86_64.c: New file.
1446 * peicode.h (pe_bfd_object_p): Add support for boot service and
1447 runtime service drivers.
1448 * libpei.h: Add macros for EFI formats, and rename the efi application
1449 format macros to disambiguate.
1450 * targets.c: Add bfd_target _vec externs.
1451 (_bfd_tar): Add EFI _vec entries.
1452 * config.bfd: Add EFI vectors into the selection routines.
1453 * configure.in: add EFI _vec entries.
1454 * configure: Regenerate.
1455 * Makefile.am: Add EFI files.
1456 * Makefile.in: Regenerate.
1457
1458 2008-02-14 Nathan Sidwell <nathan@codesourcery.com>
1459
1460 * dwarf1.c (struct dwarf1_debug): Add syms member.
1461 (alloc_dwarf1_unit, alloc_dwarf1_func): Check for out of memory.
1462 (parse_line_table, _bfd_dwarf1_find_nearest_line): Relocate
1463 section contents, check for out of memory.
1464
1465 * dwarf1.c (struct dwarf1_debug): Change data pointers to bfd_byte.
1466 (parse_die): Change data pointers to bfd_byte.
1467 (parse_line_table, parse_functions_in_unit): Likewise.
1468
1469 2008-02-14 Alan Modra <amodra@bigpond.net.au>
1470
1471 * elflink.c (compute_bucket_count): Warning fixes.
1472
1473 2008-02-12 DJ Delorie <dj@redhat.com>
1474
1475 * elf32-iq2000.c (iq2000_elf_relocate_section): Adjust addend of
1476 relocation pointing to local symbol in merged section.
1477
1478 * elf32-iq2000.c (iq2000_elf_relocate_offset16): New.
1479 (iq2000_elf_relocate_section): Call it.
1480
1481 2008-02-12 Nick Clifton <nickc@redhat.com>
1482
1483 PR ld/5692
1484 * elf-bfd.h (enum elf_object_id): New enum, used to identify
1485 target specific extensions to the elf_obj_tdata structure.
1486 (struct elf_obj_tdata): New field 'object_id'.
1487 (elf_object_id, elf_program_header_size, elf_symtab_hdr): New
1488 macros for accessing fields in the elf_obj_tdata structure.
1489 (bfd_elf_mkobject): Rename to bfd_elf_make_generic_object.
1490 (bfd_elf_allocate_object): New function.
1491 * elf.c (bfd_elf_mkobject): Rename to bfd_elf_make_generic_object
1492 and implement by calling bfd_elf_allocate_object.
1493 (bfd_elf_allocate_object): New function: Allocates an
1494 elf_obj_tdata structure, possibly with a target specific
1495 extension.
1496 * elfxx-target.h (bfd_elfNN_mkobject): Use
1497 bfd_elf_make_generic_object as the default value.
1498 * elf32-arm.c (elf32_arm_obj_tdata): Rename to elf_arm_obj_tdata
1499 for consistency with other, similar structures.
1500 (is_arm_elf): New macro. Checks a BFD to make sure that is an ARM
1501 ELF bfd.
1502 (elf32_arm_mkobject): Call bfd_elf_allocate_object.
1503 (bfd_elf32_arm_vfp11_erratum_scan): Use is_arm_elf macro to check
1504 the bfd being processed.
1505 (bfd_elf32_arm_vfp11_fix_veneer_locations): Likewise.
1506 (bfd_elf32_arm_set_target_relocs): Likewise.
1507 (bfd_elf32_arm_final_link_relocate): Likewise.
1508 (bfd_elf32_arm_copy_private_bfd_data): Likewise.
1509 (bfd_elf32_arm_merge_eabi_attributes): Likewise.
1510 (bfd_elf32_arm_merge_private_bfd_data): Likewise.
1511 (bfd_elf32_arm_check_relocs): Likewise.
1512 (bfd_elf32_arm_gc_mark_extra_sections): Likewise.
1513 (bfd_elf32_arm_size_dynamic_sections): Likewise.
1514 (bfd_elf32_arm_process_before_allocation): Use elf_symtab_hdr.
1515 (bfd_elf32_arm_init_maps): Likewise.
1516 (bfd_elf32_arm_final_link_relocate): Likewise.
1517 (bfd_elf32_arm_relocate_section): Likewise.
1518 (bfd_elf32_arm_gc_sweep_hook): Likewise.
1519 (bfd_elf32_arm_check_relocs): Likewise.
1520 (bfd_elf32_arm_size_dynamic_sections): Likewise.
1521 * elf32-i386.c (elf_i386_mkobject): Call bfd_elf_allocate_object.
1522 (is_i386_elf): New macro. Checks a BFD to make sure that is an x86
1523 ELF bfd.
1524 (elf_i386_check_relocs): Use is_i386_elf macro to check the bfd
1525 being processed.
1526 (elf_i386_size_dynamic_sections): Likewise.
1527 (elf_i386_relocate_section): Likewise.
1528 (elf_i386_check_relocs): Use elf_symtab_hdr.
1529 (elf_i386_gc_sweep_hook): Likewise.
1530 (elf_i386_size_dynamic_sections): Likewise.
1531 (elf_i386_relocate_section): Likewise.
1532 * elf32-ppc.c (ppc_elf_mkobject): Call bfd_elf_allocate_object.
1533 (elf_create_pointer_linker_section): Use is_ppc_elf_target to
1534 verify that the bfd before accessing target specific fields.
1535 (ppc_elf_check_relocs): Likewise.
1536 (elf_finish_pointer_linker_section): Likewise.
1537 (elf_create_pointer_linker_section): Use elf_symtab_hdr.
1538 (ppc_elf_check_relocs): Likewise.
1539 (ppc_elf_gc_sweep_hook): Likewise.
1540 (ppc_elf_tls_optimize): Likewise.
1541 (ppc_elf_size_dynamic_sections): Likewise.
1542 (ppc_elf_relax_section): Likewise.
1543 (ppc_elf_relocate_section): Likewise.
1544 * elf32-s390.c (struct elf_s390_obj_tdata): Add a comment
1545 reminding programmers to keep this structure in sync with the one
1546 defined in elf64-s390.c.
1547 (elf_s390_mkobject): Call bfd_elf_allocate_object.
1548 (is_s390_elf): New macro. Checks a BFD to make sure that is an s390
1549 ELF bfd.
1550 (elf_s390_check_relocs): Use is_s390_elf macro to check the bfd
1551 being processed.
1552 (elf_s390_size_dynamic_sections): Likewise.
1553 (elf_s390_relocate_section): Likewise.
1554 (elf_s390_check_relocs): Use elf_symtab_hdr.
1555 (elf_s390_gc_sweep_hook): Likewise.
1556 (elf_s390_size_dynamic_sections): Likewise.
1557 (elf_s390_relocate_section): Likewise.
1558 * elf32-sh.c (sh_elf_mkobject): Call bfd_elf_allocate_object.
1559 (is_sh_elf): New macro. Checks a BFD to make sure that is an SH
1560 ELF bfd.
1561 (sh_elf_size_dynamic_sections): Use is_sh_elf macro to check the
1562 bfd being processed.
1563 (sh_elf_relocate_section): Likewise.
1564 (sh_elf_check_relocs): Likewise.
1565 (sh_elf_copy_private_data): Likewise.
1566 (sh_elf_relax_section): Use elf_symtab_hdr.
1567 (sh_elf_size_dynamic_sections): Likewise.
1568 (sh_elf_relocate_section): Likewise.
1569 (sh_elf_get_relocated_section_contents): Likewise.
1570 (sh_elf_gc_sweep_hook): Likewise.
1571 (sh_elf_check_relocs): Likewise.
1572 * elf64-alpha.c (elf64_alpha_mkobject): Call bfd_elf_allocate_object.
1573 (is_alpha_elf): New macro. Checks a BFD to make sure that is an
1574 Alpha ELF bfd.
1575 (elf64_alpha_create_got_section): Use is_alpha_elf macro to check
1576 the bfd being processed.
1577 (elf64_alpha_create_dynamic_section): Likewise.
1578 (elf64_alpha_check_relocs): Likewise.
1579 (elf64_alpha_size_got_sections): Likewise.
1580 (elf64_alpha_relax_section): Likewise.
1581 (elf64_alpha_relocate_section): Likewise.
1582 (elf64_alpha_final_link): Likewise.
1583 (elf64_alpha_check_relocs): Use elf_symtab_hdr.
1584 (elf64_alpha_relax_section): Likewise.
1585 (elf64_alpha_relocate_section_r): Likewise.
1586 (elf64_alpha_relocate_section): Likewise.
1587 * elf64-ppc.c (ppc64_elf_mkobject): Call bfd_elf_allocate_object.
1588 (ppc64_elf_check_relocs): Use is_ppc64_elf_target to check the bfd
1589 being processed.
1590 (opd_entry_value): Likewise.
1591 (allocate_dynrelocs): Likewise.
1592 (ppc64_elf_relocate_section): Likewise.
1593 (ppc64_elf_check_relocs): Use elf_symtab_hdr.
1594 (opd_entry_value): Likewise.
1595 (ppc64_elf_gc_sweep_hook): Likewise.
1596 (get_sym_h): Likewise.
1597 (ppc64_elf_edit_opd): Likewise.
1598 (ppc64_elf_tls_optimize): Likewise.
1599 (ppc64_elf_edit_toc): Likewise.
1600 (ppc64_elf_size_dynamic_sections): Likewise.
1601 (toc_adjusting_stub_needed): Likewise.
1602 (ppc64_elf_size_stubs): Likewise.
1603 (ppc64_elf_relocate_section): Likewise.
1604 * elf64-s390.c (struct elf_s390_obj_tdata): Add a comment
1605 reminding programmers to keep this structure in sync with the one
1606 defined in elf32-s390.c.
1607 (elf_s390_mkobject): Call bfd_elf_allocate_object.
1608 (is_s390_elf): New macro. Checks a BFD to make sure that is an s390
1609 ELF bfd.
1610 (elf_s390_check_relocs): Use is_s390_elf macro to check the bfd
1611 being processed.
1612 (elf_s390_size_dynamic_sections): Likewise.
1613 (elf_s390_relocate_section): Likewise.
1614 (elf_s390_check_relocs): Use elf_symtab_hdr.
1615 (elf_s390_gc_sweep_hook): Likewise.
1616 (elf_s390_size_dynamic_sections): Likewise.
1617 (elf_s390_relocate_section): Likewise.
1618 * elf64-x86_64.c (elf64_x86_64_mkobject): Call bfd_elf_allocate_object.
1619 (is_x86_64_elf): New macro. Checks a BFD to make sure that is an
1620 x86_64 ELF bfd.
1621 (elf64_x86_64_check_relocs): Use is_x86_64_elf macro to check the bfd
1622 being processed.
1623 (elf64_x86_64_size_dynamic_sections): Likewise.
1624 (elf64_x86_64_relocate_section): Likewise.
1625 (elf64_x86_64_check_relocs): Use elf_symtab_hdr.
1626 (elf64_x86_64_gc_sweep_hook): Likewise.
1627 (elf64_x86_64_size_dynamic_sections): Likewise.
1628 (elf64_x86_64_relocate_section): Likewise.
1629 * elfxx-sparc.c (_bfd_sparc_elf_mkobject): Call bfd_elf_allocate_object.
1630 (is_sparc_elf): New macro. Checks a BFD to make sure that is a Sparc
1631 ELF bfd.
1632 (_bfd_sparc_elf_check_relocs): Use is_sparc_elf macro to check the
1633 bfd being processed.
1634 (_bfd_sparc_elf_gc_sweep_hook): Likewise.
1635 (_bfd_sparc_elf_size_dynamic_sections): Likewise.
1636 (_bfd_sparc_elf_check_relocs): Use elf_symtab_hdr.
1637 (_bfd_sparc_elf_gc_sweep_hook): Likewise.
1638 (_bfd_sparc_elf_size_dynamic_sections): Likewise.
1639 (_bfd_sparc_elf_relocate_section): Likewise.
1640
1641 2008-02-12 Alan Modra <amodra@bigpond.net.au>
1642
1643 PR 5303, 5755
1644 * arange-set.c: Delete.
1645 * arange-set.h: Delete.
1646 * dwarf2.c: Revert 2007-09-21 changes.
1647 * Makefile.am: Likewise.
1648 * Makefile.in: Regenerate.
1649 * po/SRC-POTFILES.in: Regenerate.
1650
1651 2008-02-11 Bernd Schmidt <bernd.schmidt@analog.com>
1652
1653 * elf32-bfin.c (bfin_relocate_section): Set up dynobj before using it
1654 if necessary.
1655 (elf32_bfin_merge_private_bfd_data): Simplify, and ensure object type
1656 mismatches are detected.
1657
1658 * elf32-bfin.c (bfinfdpic_relocate_section): Take more care not to
1659 emit invalid relocs or rofixup entries for deleted .eh_frame entries.
1660
1661 2008-02-11 Daniel Jacobowitz <dan@codesourcery.com>
1662
1663 * cache.c (cache_bread): Set bfd_error_file_truncated if EOF
1664 was reached.
1665 * srec.c (srec_scan): Calculate the checksum. Complain on mismatch.
1666
1667 2008-02-07 Alan Modra <amodra@bigpond.net.au>
1668
1669 * elf32-spu.c (spu_elf_size_stubs): Revert 2008-01-28 doubling
1670 of _ovly_buf_table size.
1671 (spu_elf_build_stubs): Use low bit of .size as "present" bit.
1672 Adjust initialisations relating to _ovly_buf_table.
1673
1674 2008-02-04 Bob Wilson <bob.wilson@acm.org>
1675
1676 * elf32-xtensa (elf_xtensa_relocate_section): After finding an invalid
1677 relocation, do not continue processing it. Ignore R_XTENSA_ASM_EXPAND
1678 relocations against dynamic symbols.
1679 (elf_xtensa_finish_dynamic_sections): Do not fail if there is no
1680 .xt.lit section.
1681
1682 2008-02-04 Kai Tietz <kai.tietz@onevision.com>
1683 H.J. Lu <hongjiu.lu@intel.com>
1684
1685 PR 5715
1686 * warning.m4: Enable -Wno-format by default when using gcc on
1687 mingw.
1688 * configure: Regenerated.
1689
1690 2008-02-04 Adam Nemet <anemet@caviumnetworks.com>
1691
1692 * archures.c: Update copyright.
1693 (bfd_mach_mips_octeon): New macro.
1694 * bfd-in2.h: Regenerate.
1695 * elfxx-mips.c (_bfd_elf_mips_mach): Handle Octeon.
1696 (mips_set_isa_flags): Likewise.
1697 (mips_mach_extensions): Add Octeon.
1698 * cpu-mips.c: Update copyright.
1699 (I_mipsocteon): New enum constant.
1700 (arch_info_struct): Add Octeon.
1701
1702 2008-02-04 Alan Modra <amodra@bigpond.net.au>
1703
1704 * elf32-spu.c (spu_elf_relocate_section): Correct return type.
1705 Return error status on unexpected relocation errors.
1706
1707 2008-02-04 Alan Modra <amodra@bigpond.net.au>
1708
1709 PR ld/5692
1710 * elf.c (bfd_elf_get_elf_syms): Revert 2008-01-31. Instead abort
1711 on non-ELF input.
1712 * elf32-arm.c (elf32_arm_size_dynamic_sections): Skip glue
1713 processing on non-ELF input.
1714
1715 2008-01-31 Marc Gauthier <marc@tensilica.com>
1716
1717 * config.bfd (xtensa*-*-*): Recognize processor variants.
1718
1719 2008-01-31 Nick Clifton <nickc@redhat.com>
1720
1721 PR ld/5692
1722 * elf.c (bfd_elf_get_elf_syms): Check the return value of
1723 get_elf_backend_data.
1724
1725 2008-01-28 Fabian Groffen <grobian@gentoo.org>
1726
1727 * config.bfd (x86_64-*-solaris2): Add support for this target.
1728
1729 2008-01-28 Alan Modra <amodra@bigpond.net.au>
1730
1731 Rewrite SPU overlay handling code. Put overlay calls stubs in the
1732 overlays where possible. Use a faster call stub, or optionally at
1733 compile time, a more compact stub. Double size of _ovly_buf_table
1734 so that low bit of _ovly_table.buf can be used as a "present" bit.
1735 Reserve an extra _ovly_table entry for index zero.
1736 * elf32-spu.c: (struct spu_link_hash_table): Delete a number of fields,
1737 add new ones.
1738 (struct got_entry): New.
1739 (struct spu_stub_hash_entry): Delete.
1740 (stub_hash_newfunc, spu_elf_link_hash_table_free): Delete.
1741 (spu_elf_link_hash_table_create): Adjust for struct changes.
1742 (spu_stub_name): Delete.
1743 (spu_elf_find_overlays): Don't track sections from overlay regions.
1744 Instead set ovl_buf number in spu elf section data. Error if
1745 overlays in one region don't start at the same address. Adjust
1746 for struct _spu_elf_section_data changes.
1747 (SIZEOF_STUB1, SIZEOF_STUB2, ILA_79, ILA_78): Delete.
1748 (OVL_STUB_SIZE, BRSL, LNOP, ILA): Define.
1749 (needs_ovl_stub): Adjust for struct _spu_elf_section_data changes.
1750 (enum _insn_type): New.
1751 (count_stub, build_stub): New functions.
1752 (allocate_spuear_stubs): Use count_stub.
1753 (build_spuear_stubs): Use build_stub.
1754 (populate_stubs, sort_stubs): Delete.
1755 (process_stubs): New function.
1756 (write_one_stub): Delete.
1757 (spu_elf_size_stubs, spu_elf_build_stubs): Rewrite.
1758 (alloc_stack_info): Adjust for struct _spu_elf_section_data changes.
1759 (maybe_insert_function, check_function_ranges): Likewise.
1760 (find_function, pasted_function, build_call_tree): Likewise.
1761 (spu_elf_stack_analysis, spu_elf_modify_segment_map): Likewise.
1762 (spu_elf_modify_program_headers): Likewise.
1763 (interesting_section): Detect stub sections differently. Delete
1764 htab param, adjust all callers.
1765 (spu_elf_relocate_section): Rewrite stub handling.
1766 (spu_elf_output_symbol_hook): Likewise.
1767 (bfd_elf32_bfd_link_hash_table_free): Delete.
1768 * elf32-spu.h (struct _spu_elf_section_data): Move input-only and
1769 output-only fields into a union. Add ovl_buf.
1770 (spu_elf_size_stubs, spu_elf_build_stubs): Update prototypes.
1771
1772 2008-01-25 DJ Delorie <dj@redhat.com>
1773
1774 * elf32-m32c.c (_bfd_m32c_elf_eh_frame_address_size): New.
1775
1776 2008-01-25 Kai Tietz <kai.tietz@onevision.com>
1777
1778 * bfd-in.h: Add mingw I64 support.
1779 * bfd-in2.h: Regenerated.
1780 * bfd.c: (bfd_get_sign_extend_vma): Add pe-x86-64 and pei-x86-64.
1781
1782 2008-01-21 Alan Modra <amodra@bigpond.net.au>
1783
1784 PR 4453
1785 * format.c (bfd_check_format_matches): Don't accept archives as
1786 fully matching unless they have a map.
1787
1788 2008-01-21 Alan Modra <amodra@bigpond.net.au>
1789
1790 * elflink.c (_bfd_elf_link_output_relocs): Correct error return.
1791
1792 2008-01-21 Alan Modra <amodra@bigpond.net.au>
1793
1794 * ecoff.c (_bfd_ecoff_archive_p): Delete.
1795 * libecoff.h (_bfd_ecoff_archive_p): Delete.
1796 * coff-alpha.c (ecoffalpha_little_vec): Use bfd_generic_archive_p.
1797 * coff-mips.c (ecoff_little_vec, ecoff_big_vec): Likewise.
1798 (ecoff_biglittle_vec): Likewise.
1799
1800 2008-01-19 Alan Modra <amodra@bigpond.net.au>
1801
1802 PR 5646
1803 * elf64-ppc.c (ppc64_elf_tls_optimize): Ensure htab->tls_get_addr
1804 non-NULL before dereferencing.
1805
1806 2008-01-15 Alan Modra <amodra@bigpond.net.au>
1807
1808 PR 5604
1809 * elf-bfd.h (struct elf_backend_data): Add gc_keep. Remove param
1810 names from others.
1811 (_bfd_elf_gc_keep): Declare.
1812 * elfxx-target.h (elf_backend_gc_keep): Define.
1813 (elfNN_bed): Init new field.
1814 * elflink.c (_bfd_elf_gc_keep): New function.
1815 (bfd_elf_gc_sections): Call gc_keep.
1816 * elf64-ppc.c (elf_backend_gc_keep): Define.
1817 (struct _ppc64_elf_section_data): Move .opd related fields to
1818 a struct so they don't occupy the same storage. Adjust accesses
1819 throughout file.
1820 (ppc64_elf_gc_keep): New function, split out from..
1821 (ppc64_elf_gc_mark_hook): ..here. Don't call _bfd_elf_gc_mark
1822 to mark .opd section, just set gc_mark.
1823 (ppc64_elf_edit_opd): Remove no_opd_opt parm. Don't set opd->adjust
1824 unless we are changing .opd. Test non-NULL opd->adjust at all
1825 accesses throughout file.
1826 * elf64-ppc.h (ppc64_elf_edit_opd): Update prototype.
1827
1828 2008-01-15 Alan Modra <amodra@bigpond.net.au>
1829
1830 * bfd-in.h (BFD_HOST_LONG_LONG): Delete.
1831 * bfd-in2.h: Regenerate.
1832
1833 2008-01-11 Tristan Gingold <gingold@adacore.com>
1834 Eric Botcazou <ebotcazou@adacore.com>
1835
1836 * elf32-ppc.c (ppc_elf_gc_sweep_hook): Exit early if generating a
1837 relocatable.
1838 * elf32-arm.c (elf32_arm_gc_sweep_hook): Likewise.
1839 * elf32-cris.c (cris_elf_gc_sweep_hook): Likewise.
1840 * elf32-hppa.c (elf32_hppa_gc_sweep_hook): Likewise.
1841 * elf32-i386.c (elf_i386_gc_sweep_hook): Likewise.
1842 * elf32-m32r.c (m32r_elf_gc_sweep_hook): Likewise.
1843 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Likewise.
1844 * elf32-s390.c (elf_s390_gc_sweep_hook): Likewise.
1845 * elf32-sh.c (sh_elf_gc_sweep_hook): Likewise.
1846 * elf32-vax.c (elf_vax_gc_sweep_hook): Likewise.
1847 * elf32-xtensa.c (elf_xtensa_gc_sweep_hook): Likewise.
1848 * elf64-x86-64.c (elf64_x86_64_gc_sweep_hook): Likewise.
1849 * elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
1850 * elf64-ppc.c (ppc64_elf_gc_sweep_hook): Likewise.
1851 * elfxx-mips.c (_bfd_mips_elf_gc_sweep_hook): Likewise.
1852 * elfxx-sparc.c (_bfd_sparc_elf_gc_sweep_hook): Likewise.
1853 * elflink.c (bfd_elf_gc_sections): Do not punt on relocatable output
1854 or executable output with relocations.
1855
1856 2008-01-09 Nick Clifton <nickc@redhat.com>
1857
1858 PR gas/5552
1859 * elf32-fr30.c (fr30_elf_howto_table): Set partial_inplace field
1860 to FALSE for all relocs.
1861
1862 2008-01-09 Richard Sandiford <rsandifo@nildram.co.uk>
1863
1864 PR ld/5526
1865 * elf-bfd.h (eh_cie_fde): Add u.cie.u.full_cie and u.cie.merged
1866 fields. Rename u.cie.u.merged to u.cie.u.merged_with.
1867 (eh_frame_sec_info): Add a cies field.
1868 (eh_frame_hdr_info): Add a merge_cies field.
1869 * elf-eh-frame.c (cie): Add a reloc_index member to the personality
1870 union.
1871 (_bfd_elf_begin_eh_frame_parsing): Set hdr_info->merge_cies instead
1872 of hdr_info->cies.
1873 (_bfd_elf_parse_eh_frame): Remove tmp_cie. Ccreate an array of
1874 cie structures in all cases and use it instead of extended_cies.
1875 If merging, store the cie array in sec_info->cies and point each
1876 CIE's eh_fde_cie at the associated element. Do not try to
1877 calculate the value of the personality routine here; record the
1878 offset of the relocation instead. Do not merge CIEs here.
1879 (_bfd_elf_end_eh_frame_parsing): Do not free hdr_info->cies here...
1880 (_bfd_elf_discard_section_eh_frame_hdr): ...do it here instead.
1881 (_bfd_elf_gc_mark_fdes): Mark the original (unmerged) CIE.
1882 (find_merged_cie): New function.
1883 (_bfd_elf_gc_mark_fdes): Use it. Free sec_info->cies.
1884
1885 2008-01-07 Nick Clifton <nickc@redhat.com>
1886
1887 PR binutils/5535
1888 * vms.c (vms_close_and_cleanup): Check for the presence of a
1889 vms_private_data_struct before examining any of its fields.
1890
1891 2008-01-07 H.J. Lu <hongjiu.lu@intel.com>
1892
1893 PR ld/5522
1894 * elflink.c (elf_link_input_bfd): Don't write out a section if
1895 its output section is marked with SEC_NEVER_LOAD.
1896
1897 For older changes see ChangeLog-2007
1898 \f
1899 Local Variables:
1900 mode: change-log
1901 left-margin: 8
1902 fill-column: 74
1903 version-control: never
1904 End: