* bfd-in.h (bfd_hash_table): Add count field.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
aa149cf7
DD
12006-05-01 DJ Delorie <dj@redhat.com>
2
3 * bfd-in.h (bfd_hash_table): Add count field.
4 * bfd-in2.h: Regenerate.
5 * hash.c (higher_prime_number): New.
6 (bfd_hash_table_inint_n): Init count field.
7 (bfd_hash_lookup): Grow table as needed.
8
75b8939e
KK
92006-04-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
10
11 PR binutils/2584
12 * tekhex.c (getvalue): Change return type to bfd_boolean and
13 add the new parameter. Return false if the unexpected character
14 is found.
15 (getsym): Likewise.
16 (first_phase): Change return type to bfd_boolean and return
17 false if the unexpected character is found. Replace abort
18 with returning false.
19 (pass_over): Change return type to bfd_boolean and the type of
20 the second argument to bfd_boolean (*) (bfd *, int, char *).
21 Return false if FUNC returns false.
22 (tekhex_object_p): Return NULL if pass_over fails.
23
f05742e6
AM
242006-04-27 Alan Modra <amodra@bigpond.net.au>
25
26 * coff-rs6000.c (xcoff_write_archive_contents_old): Warning fix.
27
e843e0f8
L
282006-04-26 H.J. Lu <hongjiu.lu@intel.com>
29
30 PR binutils/2593
31 * elf.c (_bfd_elf_new_section_hook): Don't set section ELF type
32 and flags if its BFD flags have been set.
33 (_bfd_elf_init_private_section_data): Don't copy the output ELF
34 section type from input if it has been set to something
35 different.
36
b25e3d87
L
372006-04-25 H.J. Lu <hongjiu.lu@intel.com>
38
39 PR binutils/2467
40 * elf.c (_bfd_elf_close_and_cleanup): Check elf_tdata (abfd)
41 is NULL first.
42
43 * elf32-arm.c (elf32_arm_close_and_cleanup): Check if
44 abfd->sections is NULL.
45 (elf32_arm_bfd_free_cached_info): New.
46 (bfd_elf32_bfd_free_cached_info): Defined.
47
48 * elfxx-target.h (bfd_elfNN_bfd_free_cached_info): Default it
49 to _bfd_free_cached_info.
50
51 * libbfd-in.h (_bfd_free_cached_info): New.
52 * libbfd: Regenerated.
53
54 * opncls.c (_bfd_delete_bfd): Check if abfd->memory is NULL.
55 (_bfd_free_cached_info): New.
56
5c182d5f
AM
572006-04-21 Alan Modra <amodra@bigpond.net.au>
58
59 * elf.c (assign_file_positions_except_relocs): Move code setting
60 file position of non-loaded sections..
61 (assign_file_positions_for_segments): ..to here.
62
3eb70a79
L
632006-04-20 H.J. Lu <hongjiu.lu@intel.com>
64
65 PR ld/2537
66 * elf.c (bfd_section_from_shdr): Allow sections reserved for
67 applications. Issue an error on sections we don't know how
68 to handle.
69
ec3fcc56
AM
702006-04-19 Alan Modra <amodra@bigpond.net.au>
71
72 * Makefile.am: Run "make dep-am".
73 * Makefile.in: Regenerate.
74
241a6c40
AM
752006-04-19 Alan Modra <amodra@bigpond.net.au>
76
77 * warning.m4 (--enable-werror): Format help message.
78 (--enable-build-warnings): Likewise.
79 * configure: Regenerate.
80
0b49d371
NC
812006-04-18 Nick Clifton <nickc@redhat.com>
82
83 PR 2257
84 * elfcode.h (elf_object_p): Allow files with corrupt e_shstrndx
85 fields to still be handled as ELF files.
86
e7403566
DJ
872006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
88
89 * po/SRC-POTFILES.in: Regenerated.
90
ffdc4eed
DJ
912006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
92
93 * configure.in: Update version to 2.17.50.
94 * configure: Regenerated.
95
cb337148
BW
962006-04-14 David Heine <dlheine@tensilica.com>
97
98 * elf32-xtensa.c (build_reloc_opcodes): New.
99 (compute_text_actions): Use it to decode opcodes outside inner loop.
100 (check_section_ebb_pcrels_fit): Add "reloc_opcodes" argument, and if
101 it is set, use it to get the opcodes for relocations.
102 (move_shared_literal): Adjust call to check_section_ebb_pcrels_fit.
103
cb878726
L
1042006-04-08 H.J. Lu <hongjiu.lu@intel.com>
105
106 PR ld/2513
107 * elf32-i386.c (GOT_TLS_MASK): New macro for tls_type.
108 (GOT_TLS_IE_IE): Likewise.
109 (GOT_TLS_IE_GD): Likewise.
110 (GOT_TLS_IE_MASK): Likewise.
111 (elf_i386_check_relocs): For global symbols, set GOT_TLS_IE_GD
112 and GOT_TLS_IE_IE for R_386_TLS_GD and R_386_TLS_IE
113 respectively.
114 (allocate_dynrelocs): If both GOT_TLS_IE_IE and GOT_TLS_IE_GD
115 are set, treat tls_type as GOT_TLS_IE_BOTH.
116 (elf_i386_relocate_section): Likewise.
117
235ecfbc
NC
1182006-04-07 Randolph Chung <tausq@debian.org>
119
120 * elf64-hppa.c (elf64_hppa_grok_prstatus): New function.
121 (elf64_hppa_grok_psinfo): Likewise.
122 (elf_backend_grok_pstatus, elf_backend_grok_psinfo): Define.
123
35520cb7
DD
1242006-04-06 DJ Delorie <dj@redhat.com>
125
126 * elf32-m32c.c (m32c_elf_relocate_section): Generate a symbol for
127 each plt entry we create.
128
108a6f8e
CD
1292006-04-06 Carlos O'Donell <carlos@codesourcery.com>
130
131 * po/Make-in: Add install-html target.
132 * Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir
133 htmldir. Add install-html and install-html-recursive targets.
134 * Makefile.in: Regenerate.
135 * configure.in: AC_SUBST for datarootdir, docdir and htmldir.
136 * configure: Regenerate.
137
fbbc3759
L
1382006-04-06 H.J. Lu <hongjiu.lu@intel.com>
139
140 * elfxx-ia64.c (elfNN_ia64_relax_section): Skip unneeded passes
141 with the skip_relax_pass_0 and skip_relax_pass_1 bits in the
142 section structure.
143
17e226a8
BS
1442006-04-05 Bernd Schmidt <bernd.schmidt@analog.com>
145
146 * elf32-bfin.c (bfinfdpic_relocs_info_hash): Sprinkle casts to
147 eliminate warnings.
148
396a682d
L
1492006-04-05 H.J. Lu <hongjiu.lu@intel.com>
150 James E Wilson <wilson@specifixinc.com>
151
152 PR ld/2442
153 * elfxx-ia64.c (elfNN_ia64_dyn_sym_info): Remove next.
154 (elfNN_ia64_local_hash_entry): Add count, sorted_count and
155 size.
156 (elfNN_ia64_link_hash_entry): Likewise.
157 (elfNN_ia64_new_elf_hash_entry): Initialize count, sorted_count
158 and size.
159 (elfNN_ia64_hash_copy_indirect): Updated elfNN_ia64_dyn_sym_info
160 processing.
161 (elfNN_ia64_hash_hide_symbol): Likewise.
162 (elfNN_ia64_global_dyn_sym_thunk): Likewise.
163 (elfNN_ia64_local_dyn_sym_thunk): Likewise.
164 (elfNN_ia64_global_dyn_info_free): New function.
165 (elfNN_ia64_local_dyn_info_free): Likewise.
166 (elfNN_ia64_hash_table_free): Free local and global
167 elfNN_ia64_dyn_sym_info.
168 (addend_compare): New function.
169 (sort_dyn_sym_info): Likewise.
170 (get_dyn_sym_info): Updated to use binary search for addend.
171 (elfNN_ia64_check_relocs): Scan relocations to create dynamic
172 relocation arrays first.
173
0781db9f
BS
1742006-04-05 Bernd Schmidt <bernd.schmidt@analog.com>
175
176 * elf32-bfin.c (_bfin_create_got_section): Don't generate a _gp
177 symbol.
178
c0d5a53d
L
1792006-04-05 H.J. Lu <hongjiu.lu@intel.com>
180
181 PR ld/2411
182 * elflink.c (check_dynsym): New.
183 (elf_link_output_extsym): Use it.
184 (bfd_elf_final_link): Likewise.
185
580a2b6e
L
1862006-04-05 H.J. Lu <hongjiu.lu@intel.com>
187
188 PR ld/2404
189 * elflink.c (_bfd_elf_merge_symbol): Skip the default indirect
190 symbol from the dynamic definition with the default version if
191 its type and the type of existing regular definition mismatch.
192
910600e9
RS
1932006-04-05 Richard Sandiford <richard@codesourcery.com>
194 Daniel Jacobowitz <dan@codesourcery.com>
195
196 * config.bfd (sparc-*-vxworks*): New stanza.
197 * configure.in (bfd_elf32_sparc_vxworks_vec): New stanza.
198 (bfd_elf32_sparc_vec, bfd_elf64_sparc_vec): Add elf-vxworks.lo.
199 * configure: Regenerate.
200 * elf32-sparc.c: Include elf-vxworks.h.
201 (elf32_sparc_vxworks_link_hash_table_create: New.
202 (elf32_sparc_vxworks_final_write_processing): New.
203 (TARGET_BIG_SYM): Override for VxWorks.
204 (TARGET_BIG_NAME, ELF_MINPAGESIZE): Likewise.
205 (bfd_elf32_bfd_link_hash_table_create): Likewise.
206 (elf_backend_want_got_plt, elf_backend_plt_readonly): Likewise.
207 (elf_backend_got_header_size, elf_backend_add_symbol_hook): Likewise.
208 (elf_backend_link_output_symbol_hook): Likewise.
209 (elf_backend_emit_relocs): Likewise.
210 (elf_backend_final_write_processing, elf32_bed): Likewise.
211 * elfxx-sparc.c: Include libiberty.h and elf-vxworks.h.
212 (sparc_vxworks_exec_plt0_entry, sparc_vxworks_exec_plt_entry): New.
213 (sparc_vxworks_shared_plt0_entry, sparc_vxworks_shared_plt_entry): New.
214 (_bfd_sparc_elf_link_hash_table_create): Don't initialize
215 build_plt_entry here.
216 (create_got_section): Initialize sgotplt for VxWorks.
217 (_bfd_sparc_elf_create_dynamic_sections): Initialize build_plt_entry,
218 plt_header_size and plt_entry_size, with new VxWorks-specific settings.
219 Call elf_vxworks_create_dynamic_sections for VxWorks.
220 (allocate_dynrelocs): Use plt_header_size and plt_entry_size.
221 Allocate room for .got.plt and .rela.plt.unloaded entries on VxWorks.
222 (_bfd_sparc_elf_size_dynamic_sections): Don't allocate a nop in .plt
223 for VxWorks. Check for the .got.plt section.
224 (sparc_vxworks_build_plt_entry): New function.
225 (_bfd_sparc_elf_finish_dynamic_symbol): Add handling of VxWorks PLTs.
226 Don't make _GLOBAL_OFFSET_TABLE_ and _PROCEDURE_LINKAGE_TABLE_
227 absolute on VxWorks.
228 (sparc32_finish_dyn): Add special handling for DT_RELASZ
229 and DT_PLTGOT on VxWorks.
230 (sparc_vxworks_finish_exec_plt): New.
231 (sparc_vxworks_finish_shared_plt): New.
232 (_bfd_sparc_elf_finish_dynamic_sections): Call them.
233 Use plt_header_size and plt_entry_size.
234 * elfxx-sparc.h (_bfd_sparc_elf_link_hash_table): Add is_vxworks,
235 srelplt2, sgotplt, plt_header_size and plt_entry_size fields.
236 * Makefile.am (elfxx-sparc.lo): Depend on elf-vxworks.h.
237 (elf32-sparc.lo): Likewise.
238 * Makefile.in: Regenerate.
239 * targets.c (bfd_elf32_sparc_vxworks_vec): Declare.
240 (_bfd_target_vector): Add a pointer to it.
241
b761a207
BE
2422006-03-30 Ben Elliston <bje@au.ibm.com>
243
244 PR ld/2267
245 * elflink.c (elf_fixup_link_order): Ensure `elfsec' is not a
246 special section number that exceeds the number of ELF sections
247 (eg. SHN_MIPS_SCOMMON).
248
ead49a57
RS
2492006-03-27 Richard Sandiford <richard@codesourcery.com>
250
251 * elfxx-mips.c (mips_got_entry): Add more commentary.
252 (mips_elf_local_got_index): Use the hash table entry to record
253 the GOT index of forced-local symbols.
254 (mips_elf_initialize_tls_index): Rearrange code. Store the index
255 in either the hash table entry or the mips_got_entry, not both.
256 Add more commentary.
257 (mips_elf_multi_got): Make sure the g->next is nonnull when calling
258 mips_elf_initialize_tls_index.
259
3b55e94a
BS
2602006-03-25 Bernd Schmidt <bernd.schmidt@analog.com>
261
262 * elf32-bfin.c (bfd_const_reloc, bfd_oper_reloc, bfin_push_reloc,
263 RELOC_STACK_SIZE, reloc_stack, reloc_stack_tos, is_reloc_stack_empty,
264 reloc_stack_push, reloc_stack_pop, reloc_stack_operate,
265 bfin_areloc_howto_table): Delete. All
266 uses deleted as well.
267 (bfin_reloc_map): Delete all stack relocs.
268 (bfin_info_to_howto, bfin_bfd_reloc_type_lookup,
269 bfin_reloc_type_lookup): Don't support them.
270 (bfin_relocate_section): Don't try to handle them.
271
48d502e1
BS
272 * config.bfd (bfin-*-*): Add bfd_elf32_bfinfdpic_vec.
273 * configure.in: Likewise.
274 * configure: Regenerate.
275 * elf32-bfin.c: Include "elf/dwarf2.h" and "hashtab.h".
276 (BFIN_RELOC_MAX): Now 0x21.
277 (bfin_howto_table, bfin_reloc_map): Add FD-PIC relocs.
278 (bfd_elf32_bfinfdpic_vec): Declare.
279 (IS_FDPIC): New macro.
280 (struct bfinfdpic_elf_link_hash_table): New struct.
281 (bfinfdpic_hash_table, bfinfdpic_got_section,
282 bfinfdpic_gotrel_section, bfinfdpic_gotfixup_section,
283 bfinfdpic_plt_setion, bfinfdpic_pltrel_section,
284 bfinfdpic_relocs_info, bfinfdpic_got_initial_offset,
285 bfinfdpic_plt_initial_offset): Accessor macros for it.
286 (BFINFDPIC_SYM_LOCAL, BFINFDPIC_FUNCDESC_LOCAL): New macros.
287 (struct bfinfdpic_relocs_info): New struct.
288 (LZPLT_RESOLVER_EXTRA, LZPLT_NORMAL_SIZE, LZPLT_ENTRIES,
289 BFINFDPIC_LZPLT_BLOCK_SIZE, BFINFDPIC_LZPLT_RESOLV_LOC,
290 DEFAULT_STACK_SIZE): New macros.
291 (bfinfdpic_elf_link_hash_table_create, bfinfdpic_relocs_info_hash,
292 bfinfdpic_relocs_info_eq, bfinfdpics_relocs_info_find,
293 bfinfdpic_relocs_info_for_global, bfinfdpic_relocs_info_for_local,
294 bfinfdpic_pic_merge_early_relocs_info, _bfinfdpic_add_dyn_reloc,
295 _bfinfdpic_add_rofixup, _bfinfdpic_osec_to_segment,
296 _bfinfdpic_osec_readonly_p, bfinfdpic_relocate_section,
297 bfinfdpic_check_relocs, bfinfdpic_gc_sweep_hook,
298 _bfinfdpic_link_omit_section_dynsym, _bfin_create_got_section,
299 elf32_bfinfdpic_create_dynamic_sections, _bfinfdpic_get_fd_entry,
300 _bfinfdpic_compute_got_alloc_data, _bfinfdpic_get_got_entry,
301 _bfinfdpic_assign_got_entries, _bfinfdpic_assign_plt_entries,
302 _bfinfdpic_resolve_final_relocs_info,
303 elf32_bfinfdpic_size_dynamic_sections,
304 elf32_bfinfdpic_always_size_sections,
305 elf32_bfinfdpic_modify_segment_map,
306 _bfinfdpic_count_got_plt_entries,
307 elf32_bfinfdpic_finish_dynamic_sections,
308 elf32_bfinfdpic_adjust_dynamic_symbol,
309 elf32_bfinfdpic_finish_dynamic_symbol,
310 elf32_bfinfdpic_elf_use_relative_eh_frame,
311 elf32_bfinfdpic_elf_encode_eh_address,
312 elf32_bfin_object_p, bfin_elf_copy_private_bfd_data,
313 elf32_bfinfdpic_copy_private_bfd_data,
314 (struct _bfinfdpic_dynamic_got_info,
315 struct _bfinfdpic_dynamic_got_plt_info): New structs.
316 (elf32_bfin_print_private_bfd_data): Print PIC flags.
317 (elf32_bfin_merge_private_bfd_data): Extend to support FD-PIC.
318 (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME, elf32_bed,
319 elf_backend_got_header_size, bfd_elf32_bfd_link_hash_table_create,
320 elf_backend_always_size_sectinos, elf_backend_modify_segment_map,
321 bfd_elf32_bfd_copy_private_bfd_data,
322 elf_backend_create_dynamic_sections, elf_backend_adjust_dynamic_symbol,
323 elf_backend_size_dynamic_sections, elf_backend_finish_dynamic_symbol,
324 elf_backend_finish_dynamic_sections, elf_backend_relocate_section,
325 elf_backend_can_make_relative_eh_frame, elf_backend_check_relocs,
326 elf_backend_can_make_ldsa_relative_eh_frame, elf_backend_may_use_rel_p,
327 elf_backend_may_use_rela_p, elf_backend_default_use_rela_p,
328 elf_backend_omit_section_dynsym): Redefine these macros and include
329 "elf32-target.h" again to create the elf32-bfinfdpic target.
330 * reloc.c (BFD_RELOC_BFIN_GOT17M4, BFD_RELOC_BFIN_GOTHI,
331 BFD_RELOC_BFIN_GOTLO, BFD_RELOC_BFIN_FUNCDESC,
332 BFD_RELOC_BFIN_FUNCDESC_GOT17M4, BFD_RELOC_BFIN_FUNCDESC_GOTHI,
333 BFD_RELOC_BFIN_FUNCDESC_GOTLO, BFD_RELOC_BFIN_FUNCDESC_VALUE,
334 BFD_RELOC_BFIN_FUNCDESC_GOTOFF17M4, BFD_RELOC_BFIN_FUNCDESC_GOTOFFHI,
335 BFD_RELOC_BFIN_FUNCDESC_GOTOFFLO, BFD_RELOC_BFIN_GOTOFFHI,
336 BFD_RELOC_BFIN_GOTOFFLO): New.
337 * targets.c (bfd_elf32_bfinfdpic_vec): New bfd_target.
338 (_bfd_target_vector): Add it.
339 * bfd-in2.h: Regenerate.
340 * libbfd.h: Regenerate.
341
a9d34880
RS
3422006-03-25 Richard Sandiford <richard@codesourcery.com>
343
344 * cpu-m68k.c (bfd_m68k_compatible): Treat ISA A+ and ISA B code as
345 incompatible. Likewise MAC and EMAC code.
346 * elf32-m68k.c (elf32_m68k_merge_private_bfd_data): Use
347 bfd_get_compatible to set the new bfd architecture. Rely on it
348 to detect incompatibilities.
349
9ca26584
AJ
3502006-03-23 Michael Matz <matz@suse.de>
351
352 * reloc.c: Add BFD_RELOC_X86_64_GOT64, BFD_RELOC_X86_64_GOTPCREL64,
353 BFD_RELOC_X86_64_GOTPC64, BFD_RELOC_X86_64_GOTPLT64,
354 BFD_RELOC_X86_64_PLTOFF64.
355 * bfd-in2.h: Regenerated.
356 * libbfd.h: Regenerated.
357 * elf64-x86-64.c (x86_64_elf_howto_table): Correct comment.
358 Add howtos for above relocs.
359 (x86_64_reloc_map): Add mappings for new relocs.
360 (elf64_x86_64_check_relocs): R_X86_64_GOT64, R_X86_64_GOTPCREL64,
361 R_X86_64_GOTPLT64 need a got entry. R_X86_64_GOTPLT64 also a PLT
362 entry. R_X86_64_GOTPC64 needs a .got section. R_X86_64_PLTOFF64
363 needs a PLT entry.
364 (elf64_x86_64_gc_sweep_hook): Reflect changes from
365 elf64_x86_64_check_relocs for the new relocs.
366 (elf64_x86_64_relocate_section): Handle new relocs.
367
2a23c2c5
BW
3682006-03-22 Bob Wilson <bob.wilson@acm.org>
369
370 * elf32-xtensa.c (xtensa_read_table_entries): Remove assertion that
371 rel->r_addend is zero.
372
6d79d2ed
RS
3732006-03-22 Richard Sandiford <richard@codesourcery.com>
374
375 * elfxx-mips.c (_bfd_mips_vxworks_finish_dynamic_symbol): Fix type
376 of "loc".
377
0a44bf69
RS
3782006-03-22 Richard Sandiford <richard@codesourcery.com>
379 Daniel Jacobowitz <dan@codesourcery.com>
380 Phil Edwards <phil@codesourcery.com>
381 Zack Weinberg <zack@codesourcery.com>
382 Mark Mitchell <mark@codesourcery.com>
383 Nathan Sidwell <nathan@codesourcery.com>
384
385 * bfd-in2.h: Regenerate.
386 * config.bfd (mips*-*-vxworks*, mips*el-*-vxworks*): New stanzas.
387 * configure.in (bfd_elf32_bigmips_vxworks_vec): New stanza.
388 (bfd_elf32_littlemips_vxworks_vec): Likewise.
389 (bfd_elf32_bigmips_vec): Add elf-vxworks.lo.
390 (bfd_elf32_littlemips_vec): Likewise.
391 (bfd_elf32_nbigmips_vec): Likewise.
392 (bfd_elf32_nlittlemips_vec): Likewise.
393 (bfd_elf32_ntradbigmips_vec): Likewise.
394 (bfd_elf32_ntradlittlemips_vec): Likewise.
395 (bfd_elf32_tradbigmips_vec): Likewise.
396 (bfd_elf32_tradlittlemips_vec): Likewise.
397 (bfd_elf64_bigmips_vec): Likewise.
398 (bfd_elf64_littlemips_vec): Likewise.
399 (bfd_elf64_tradbigmips_vec): Likewise.
400 (bfd_elf64_tradlittlemips_vec): Likewise.
401 * elf32-mips.c: Include elf-vxworks.h.
402 (mips_info_to_howto_rel): Use elf_backend_mips_rtype_to_howto
403 instead of calling mips_elf32_rtype_to_howto directly.
404 (mips_vxworks_copy_howto_rela): New reloc howto.
405 (mips_vxworks_jump_slot_howto_rela): Likewise.
406 (mips_vxworks_bfd_reloc_type_lookup): New function.
407 (mips_vxworks_rtype_to_howto): Likewise.
408 (mips_vxworks_final_write_processing): Likewise.
409 (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME): Override for VxWorks.
410 (TARGET_BIG_SYM, TARGET_BIG_NAME, elf_bed, ELF_MAXPAGESIZE): Likewise.
411 (elf_backend_want_got_plt): Likewise.
412 (elf_backend_want_plt_sym): Likewise.
413 (elf_backend_got_symbol_offset): Likewise.
414 (elf_backend_want_dynbss): Likewise.
415 (elf_backend_may_use_rel_p): Likewise.
416 (elf_backend_may_use_rela_p): Likewise.
417 (elf_backend_default_use_rela_p): Likewise.
418 (elf_backend_got_header_size: Likewise.
419 (elf_backend_plt_readonly): Likewise.
420 (bfd_elf32_bfd_reloc_type_lookup): Likewise.
421 (elf_backend_mips_rtype_to_howto): Likewise.
422 (elf_backend_adjust_dynamic_symbol): Likewise.
423 (elf_backend_finish_dynamic_symbol): Likewise.
424 (bfd_elf32_bfd_link_hash_table_create): Likewise.
425 (elf_backend_add_symbol_hook): Likewise.
426 (elf_backend_link_output_symbol_hook): Likewise.
427 (elf_backend_emit_relocs): Likewise.
428 (elf_backend_final_write_processing: Likewise.
429 (elf_backend_additional_program_headers): Likewise.
430 (elf_backend_modify_segment_map): Likewise.
431 (elf_backend_symbol_processing): Likewise.
432 * elfxx-mips.c: Include elf-vxworks.h.
433 (mips_elf_link_hash_entry): Add is_relocation_target and
434 is_branch_target fields.
435 (mips_elf_link_hash_table): Add is_vxworks, srelbss, sdynbss, srelplt,
436 srelplt2, sgotplt, splt, plt_header_size and plt_entry_size fields.
437 (MIPS_ELF_RELA_SIZE, MIPS_ELF_REL_DYN_NAME): New macros.
438 (MIPS_RESERVED_GOTNO): Take a mips_elf_link_hash_table argument.
439 Return 3 for VxWorks.
440 (ELF_MIPS_GP_OFFSET): Change the argument from a bfd to a
441 mips_elf_link_hash_table. Return 0 for VxWorks.
442 (MIPS_ELF_GOT_MAX_SIZE): Change the argument from a bfd to a
443 mips_elf_link_hash_table. Update the call to ELF_MIPS_GP_OFFSET.
444 (mips_vxworks_exec_plt0_entry): New variable.
445 (mips_vxworks_exec_plt_entry): Likewise.
446 (mips_vxworks_shared_plt0_entry): Likewise.
447 (mips_vxworks_shared_plt_entry): Likewise.
448 (mips_elf_link_hash_newfunc): Initialize the new hash_entry fields.
449 (mips_elf_rel_dyn_section): Change the bfd argument to a
450 mips_elf_link_hash_table. Use MIPS_ELF_REL_DYN_NAME to get
451 the name of the section.
452 (mips_elf_initialize_tls_slots): Update the call to
453 mips_elf_rel_dyn_section.
454 (mips_elf_gotplt_index): New function.
455 (mips_elf_local_got_index): Add an input_section argument.
456 Update the call to mips_elf_create_local_got_entry.
457 (mips_elf_got_page): Likewise.
458 (mips_elf_got16_entry): Likewise.
459 (mips_elf_create_local_got_entry): Add bfd_link_info and input_section
460 arguments. Create dynamic relocations for each entry on VxWorks.
461 (mips_elf_merge_gots): Update the use of MIPS_ELF_GOT_MAX_SIZE.
462 (mips_elf_multi_got): Update the uses of MIPS_ELF_GOT_MAX_SIZE
463 and MIPS_RESERVED_GOTNO.
464 (mips_elf_create_got_section): Update the uses of
465 MIPS_ELF_GOT_MAX_SIZE. Create .got.plt on VxWorks.
466 (is_gott_symbol): New function.
467 (mips_elf_calculate_relocation): Use a dynobj local variable.
468 Update the calls to mips_elf_local_got_index, mips_elf_got16_entry and
469 mips_elf_got_page_entry. Set G to the .got.plt entry when calculating
470 VxWorks R_MIPS_CALL* relocations. Calculate and use G for all GOT
471 relocations on VxWorks. Add dynamic relocations for references
472 to the VxWorks __GOTT_BASE__ and __GOTT_INDEX__ symbols. Don't
473 create dynamic relocations for R_MIPS_32, R_MIPS_REL32 or R_MIPS_64
474 in VxWorks executables.
475 (mips_elf_allocate_dynamic_relocations): Add a bfd_link_info argument.
476 Use MIPS_ELF_RELA_SIZE to calculate the size of a VxWorks entry.
477 Don't allocate a null entry on VxWorks.
478 (mips_elf_create_dynamic_relocation): Update the call to
479 mips_elf_rel_dyn_section. Use absolute rather than relative
480 relocations for VxWorks, and make them RELA rather than REL.
481 (_bfd_mips_elf_create_dynamic_sections): Don't make .dynamic
482 read-only on VxWorks. Update the call to mips_elf_rel_dyn_section.
483 Create the .plt, .rela.plt, .dynbss and .rela.bss sections on
484 VxWorks. Likewise create the _PROCEDURE_LINKAGE_TABLE symbol.
485 Call elf_vxworks_create_dynamic_sections for VxWorks and
486 initialize the plt_header_size and plt_entry_size fields.
487 (_bfd_mips_elf_check_relocs): Don't allow GOT relocations to be
488 used in VxWorks executables. Don't allocate dynamic relocations
489 for R_MIPS_32, R_MIPS_REL32 or R_MIPS_64 in VxWorks executables.
490 Set is_relocation_target for each symbol referenced by a relocation.
491 Allocate .rela.dyn entries for relocations against the special
492 VxWorks __GOTT_BASE__ and __GOTT_INDEX__ symbols. Create GOT
493 entries for all VxWorks R_MIPS_GOT16 relocations. Don't allocate
494 a global GOT entry for symbols mentioned in VxWorks R_MIPS_CALL*,
495 R_MIPS_32, R_MIPS_REL32 or R_MIPS_64 relocations. Update the calls
496 to mips_elf_rel_dyn_section and mips_elf_allocate_dynamic_relocations.
497 Set is_branch_target for symbols mentioned in R_MIPS_PC16 or R_MIPS_26
498 relocations. Don't set no_fn_stub on VxWorks.
499 (_bfd_mips_elf_adjust_dynamic_symbol): Update the call to
500 mips_elf_allocate_dynamic_relocations.
501 (_bfd_mips_vxworks_adjust_dynamic_symbol): New function.
502 (_bfd_mips_elf_always_size_sections): Do not allocate GOT page
503 entries for VxWorks, and do not create multiple GOTs.
504 (_bfd_mips_elf_size_dynamic_sections): Use MIPS_ELF_REL_DYN_NAME.
505 Handle .got specially for VxWorks. Update the uses of
506 MIPS_RESERVED_GOTNO and mips_elf_allocate_dynamic_relocations.
507 Check for sgotplt and splt. Allocate the .rel(a).dyn contents last,
508 once its final size is known. Set DF_TEXTREL for VxWorks. Add
509 DT_RELA, DT_RELASZ, DT_RELAENT, DT_PLTREL, DT_PLTRELSZ and DT_JMPREL
510 tags on VxWorks. Do not add the MIPS-specific tags for VxWorks.
511 (_bfd_mips_vxworks_finish_dynamic_symbol): New function.
512 (mips_vxworks_finish_exec_plt): Likewise.
513 (mips_vxworks_finish_shared_plt): Likewise.
514 (_bfd_mips_elf_finish_dynamic_sections): Remove an unncessary call
515 to mips_elf_rel_dyn_section. Use a VxWorks-specific value of
516 DT_PLTGOT. Handle DT_RELA, DT_RELASZ, DT_RELAENT, DT_PLTREL,
517 DT_PLTRELSZ and DT_JMPREL. Update the uses of MIPS_RESERVED_GOTNO
518 and mips_elf_rel_dyn_section. Use a different GOT header for
519 VxWorks. Don't sort .rela.dyn on VxWorks. Finish the PLT on VxWorks.
520 (_bfd_mips_elf_link_hash_table_create): Initialize the new
521 mips_elf_link_hash_table fields.
522 (_bfd_mips_vxworks_link_hash_table_create): New function.
523 (_bfd_mips_elf_final_link): Set the GP value to _GLOBAL_OFFSET_TABLE_
524 on VxWorks. Update the call to ELF_MIPS_GP_OFFSET.
525 * elfxx-mips.h (_bfd_mips_vxworks_adjust_dynamic_symbol): Declare.
526 (_bfd_mips_vxworks_finish_dynamic_symbol): Likewise.
527 (_bfd_mips_vxworks_link_hash_table_create): Likewise.
528 * libbfd.h: Regenerate.
529 * Makefile.am (elfxx-mips.lo): Depend on elf-vxworks.h.
530 (elf32-mips.lo): Likewise.
531 * Makefile.in: Regenerate.
532 * reloc.c (BFD_RELOC_MIPS_COPY, BFD_RELOC_MIPS_JUMP_SLOT): Declare.
533 * targets.c (bfd_elf32_bigmips_vxworks_vec): Declare.
534 (bfd_elf32_littlemips_vxworks_vec): Likewise.
535 (_bfd_target_vector): Add entries for them.
536
a2199086
DA
5372006-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
538
539 * elf64-hppa.c (elf64_hppa_special_sections): Change flags for .tbss
540 section from SHF_PARISC_WEAKORDER to SHF_HP_TLS.
541 (elf_backend_special_sections): Remove #undef.
542
af7cfa33
DA
5432006-03-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
544
545 * elf64-hppa.c (allocate_global_data_opd): Don't create an OPD entry
546 for undefined weak symbols.
547
a4676736
L
5482006-03-17 Daniel Jacobowitz <dan@codesourcery.com>
549
550 PR ld/2462
551 * elflink.c (bfd_elf_final_link): Remove
552 bed->elf_backend_emit_relocs from emit_relocs.
553
e1710606
AO
5542006-03-17 Alexandre Oliva <aoliva@redhat.com>
555
556 * elf32-ppc.c (ppc_elf_relocate_section): Copy addend from
557 first relocation to the second when relaxing TLS GD to LE;
558 zero it out when relaxing to IE.
559
2de92251
AM
5602006-03-17 Alan Modra <amodra@bigpond.net.au>
561
562 PR 2434
563 * elflink.c (elf_link_add_object_symbols): Save and restore
564 warning sym's linked sym.
565
66eb6687
AM
5662006-03-16 Alan Modra <amodra@bigpond.net.au>
567
568 PR 2434
569 * elflink.c (struct elf_smash_syms_data, elf_smash_syms): Delete.
570 (elf_link_add_object_symbols): Delete unnecessary locals. Rename
571 hash_table -> htab. Formatting. Save entire symbol table
572 before loading as-needed syms, and restore afterwards if lib not
573 needed. Use bfd_hash_allocate rather than bfd_alloc for sym
574 name. Free some buffers earlier.
575 * bfd-in.h (struct bfd_hash_table): Add entsize.
576 (bfd_hash_table_init, bfd_hash_table_init_n): Adjust prototype.
577 * elf-bfd.h (_bfd_elf_link_hash_table_init): Likewise
578 * hash.c (bfd_hash_table_init_n): Add entsize param, save to
579 hash table.
580 (bfd_hash_table_init): Add param, adjust calls.
581 * aoutx.h: Adjust all hash_table_init functions and calls.
582 * bfd.c: Likewise.
583 * coff-arm.c: Likewise.
584 * coff-h8300.c: Likewise.
585 * coff-ppc.c: Likewise.
586 * cofflink.c: Likewise.
587 * ecoff.c: Likewise.
588 * ecofflink.c: Likewise.
589 * elf-m10300.c: Likewise.
590 * elf-strtab.c: Likewise.
591 * elf.c: Likewise.
592 * elf32-arm.c: Likewise.
593 * elf32-bfin.c: Likewise.
594 * elf32-cris.c: Likewise.
595 * elf32-frv.c: Likewise.
596 * elf32-hppa.c: Likewise.
597 * elf32-i386.c: Likewise.
598 * elf32-m32r.c: Likewise.
599 * elf32-m68hc1x.c: Likewise.
600 * elf32-m68k.c: Likewise.
601 * elf32-ppc.c: Likewise.
602 * elf32-s390.c: Likewise.
603 * elf32-sh.c: Likewise.
604 * elf32-vax.c: Likewise.
605 * elf64-alpha.c: Likewise.
606 * elf64-hppa.c: Likewise.
607 * elf64-ppc.c: Likewise.
608 * elf64-s390.c: Likewise.
609 * elf64-sh64.c: Likewise.
610 * elf64-x86-64.c: Likewise.
611 * elfxx-ia64.c: Likewise.
612 * elfxx-mips.c: Likewise.
613 * elfxx-sparc.c: Likewise.
614 * i386linux.c: Likewise.
615 * libaout.h: Likewise.
616 * libbfd-in.h: Likewise.
617 * libcoff-in.h: Likewise.
618 * linker.c: Likewise.
619 * m68klinux.c: Likewise.
620 * merge.c: Likewise.
621 * opncls.c: Likewise.
622 * pdp11.c: Likewise.
623 * sparclinux.c: Likewise.
624 * stabs.c: Likewise.
625 * sunos.c: Likewise.
626 * vms.c: Likewise.
627 * xcofflink.c: Likewise.
628 * section.c (struct section_hash_entry): Move to..
629 * libbfd-in.h: ..here.
630 * Makefile.am: Run "make dep-am"
631 * Makefile.in: Regenerate.
632 * bfd-in2.h: Regenerate.
633 * libbfd.h: Regenerate.
634 * libcoff.h: Regenerate.
635
7123df0e
AM
6362006-03-16 Alan Modra <amodra@bigpond.net.au>
637
638 * elf32-ppc.c (ppc_elf_check_relocs): REL24 and REL14 relocs
639 against __GLOBAL_OFFSET_TABLE__ need never be dynamic. Tweak
640 last change to REL32 relocs so that they are counted as
641 possibly dynamic as per REL24 and REL14.
642
fd38b44c
AM
6432006-03-16 Alan Modra <amodra@bigpond.net.au>
644
645 * elf32-ppc.c (ppc_elf_check_relocs): Don't fall into REL24
646 checks from REL32.
647
eb111b1f
BE
6482006-03-15 Ben Elliston <bje@au.ibm.com>
649
650 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Iterate over all
651 in_list elements, not just the first.
652
81d43bff
RS
6532006-03-14 Richard Sandiford <richard@codesourcery.com>
654
655 * elf32-mips.c (mips_elf_adjust_addend): New function, mostly split
656 out from...
657 (_bfd_mips_elf_relocate_section): ...here. Use it to adjust r_addend
658 for final links too.
659
d329bcd1
RS
6602006-03-13 Richard Sandiford <richard@codesourcery.com>
661
662 * elfxx-mips.c (mips_elf_create_got_section): Initialize hgot.
663
75a657ba
L
6642006-03-11 H.J. Lu <hongjiu.lu@intel.com>
665
666 PR ld/2443
241a6c40 667 * dwarf2.c (concat_filename): Don't issue an error if file is 0.
75a657ba 668
3a4a14e9
PB
6692006-03-10 Paul Brook <paul@codesourcery.com>
670
671 * elf32-arm.c (INTERWORK_FLAG): Handle EABIv5.
672 (elf32_arm_print_private_bfd_data): Ditto.
673
38406048
PB
6742006-03-09 Paul Brook <paul@codesourcery.com>
675
676 * cpu-arm.c (bfd_is_arm_mapping_symbol_name): Recognise additional
677 mapping symbols.
678
eed62c48
NC
6792006-03-09 Khem Raj <khem@mvista.com>
680
681 * elf32-arm.c(elf32_arm_finish_dynamic_sections): Use unsigned
682 char type.
683
6d2cf7d8
L
6842006-03-08 H.J. Lu <hongjiu.lu@intel.com>
685
686 * elfxx-ia64.c (elfNN_ia64_choose_gp): Properly choose gp.
687
00a97672
RS
6882006-03-07 Richard Sandiford <richard@codesourcery.com>
689 Daniel Jacobowitz <dan@codesourcery.com>
690 Zack Weinberg <zack@codesourcery.com>
691 Nathan Sidwell <nathan@codesourcery.com>
692 Paul Brook <paul@codesourcery.com>
693 Ricardo Anguiano <anguiano@codesourcery.com>
694 Phil Edwards <phil@codesourcery.com>
695
696 * configure.in (bfd_elf32_bigarm_vec): Include elf-vxworks.lo.
697 (bfd_elf32_bigarm_symbian_vec): Likewise.
698 (bfd_elf32_bigarm_vxworks_vec): Likewise.
699 (bfd_elf32_littlearm_vec): Likewise.
700 (bfd_elf32_littlearm_symbian_vec): Likewise.
701 (bfd_elf32_littlearm_vxworks_vec): Likewise.
702 * configure: Regenerate.
703 * elf32-arm.c: Include libiberty.h and elf-vxworks.h.
704 (RELOC_SECTION, RELOC_SIZE, SWAP_RELOC_IN, SWAP_RELOC_OUT): New macros.
705 (elf32_arm_vxworks_bed): Add forward declaration.
706 (elf32_arm_howto_table_1): Fix the masks for R_ASM_ABS12.
707 (elf32_arm_vxworks_exec_plt0_entry): New table.
708 (elf32_arm_vxworks_exec_plt_entry): Likewise.
709 (elf32_arm_vxworks_shared_plt_entry): Likewise.
710 (elf32_arm_link_hash_table): Add vxworks_p and srelplt2 fields.
711 (reloc_section_p): New function.
712 (create_got_section): Use RELOC_SECTION.
713 (elf32_arm_create_dynamic_sections): Likewise. Call
714 elf_vxworks_create_dynamic_sections for VxWorks targets.
715 Choose between the two possible values of plt_header_size
716 and plt_entry_size.
717 (elf32_arm_link_hash_table_create): Initialize vxworks_p and srelplt2.
718 (elf32_arm_abs12_reloc): New function.
719 (elf32_arm_final_link_relocate): Call it. Allow the creation of
720 dynamic R_ARM_ABS12 relocs on VxWorks. Use reloc_section_p,
721 RELOC_SIZE, SWAP_RELOC_OUT and RELOC_SECTION. Initialize the
722 r_addend fields of relocs. On rela targets, skip any code that
723 adjusts in-place addends. When using _bfd_link_final_relocate
724 to perform a final relocation, pass rel->r_addend as the addend
725 argument.
726 (elf32_arm_merge_private_bfd_data): If one of the bfds is a VxWorks
727 object, ignore flags that are not standard on VxWorks.
728 (elf32_arm_check_relocs): Allow the creation of dynamic R_ARM_ABS12
729 relocs on VxWorks. Use reloc_section_p.
730 (elf32_arm_adjust_dynamic_symbol): Use RELOC_SECTION and RELOC_SIZE.
731 (allocate_dynrelocs): Use RELOC_SIZE. Account for the size of
732 .rela.plt.unloaded relocs on VxWorks targets.
733 (elf32_arm_size_dynamic_sections): Use RELOC_SIZE. Check for
734 .rela.plt.unloaded as well as .rel(a).plt. Add DT_RELA* tags
735 instead of DT_REL* tags on RELA targets.
736 (elf32_arm_finish_dynamic_symbol): Use RELOC_SECTION, RELOC_SIZE
737 and SWAP_RELOC_OUT. Initialize r_addend fields. Handle VxWorks
738 PLT entries. Do not make _GLOBAL_OFFSET_TABLE_ absolute on VxWorks.
739 (elf32_arm_finish_dynamic_sections): Use RELOC_SECTION, RELOC_SIZE
740 and SWAP_RELOC_OUT. Initialize r_addend fields. Handle DT_RELASZ
741 like DT_RELSZ. Handle the VxWorks form of initial PLT entry.
742 Correct the .rela.plt.unreloaded symbol indexes.
743 (elf32_arm_output_symbol_hook): Call the VxWorks version of this
744 hook on VxWorks targets.
745 (elf32_arm_vxworks_link_hash_table_create): Set vxworks_p to true.
746 Minor formatting tweak.
747 (elf32_arm_vxworks_final_write_processing): New function.
748 (elf_backend_add_symbol_hook): Override for VxWorks and reset
749 for Symbian.
750 (elf_backend_final_write_processing): Likewise.
751 (elf_backend_emit_relocs): Likewise.
752 (elf_backend_want_plt_sym): Likewise.
753 (ELF_MAXPAGESIZE): Likewise.
754 (elf_backend_may_use_rel_p): Minor formatting tweak.
755 (elf_backend_may_use_rela_p): Likewise.
756 (elf_backend_default_use_rela_p): Likewise.
757 (elf_backend_rela_normal): Likewise.
758 * Makefile.in (elf32-arm.lo): Depend on elf-vxworks.h.
759
0b2e31dc
NS
7602006-03-06 Nathan Sidwell <nathan@codesourcery.com>
761
762 * archures.c (bfd_mach_mcf_isa_a_nodiv, bfd_mach_mcf_isa_b_nousp):
763 New. Adjust other variants.
764 (bfd_default_scan): Update.
765 * bfd-in2.h: Rebuilt.
766 * cpu-m68k.c: Adjust.
767 (bfd_m68k_compatible): New. Use it for architectures.
768 * elf32-m68k.c (elf32_m68k_object_p): Adjust.
769 (elf32_m68k_merge_private_bfd_data): Adjust. Correct isa-a/b
770 mismatch.
771 (elf32_m68k_print_private_bfd_data): Adjust.
772 * ieee.c (ieee_write_processor): Adjust.
773
d8d1c398
AM
7742006-03-06 Alan Modra <amodra@bigpond.net.au>
775
776 * dwarf2.c: Formatting.
777 (add_line_info): Remove outer loop.
778
d4c32a81
L
7792006-03-05 H.J. Lu <hongjiu.lu@intel.com>
780 Alan Modra <amodra@bigpond.net.au>
781
782 PR binutils/2338
783 * dwarf2.c (loadable_section): New struct.
784 (dwarf2_debug): Add loadable_section_count and
785 loadable_sections.
786 (new_line_sorts_after): New.
787 (add_line_info): Use new_line_sorts_after to compare line
788 addresses.
789 (check_function_name): Removed.
790 (unset_sections): New.
791 (place_sections): New.
792 (_bfd_dwarf2_find_nearest_line): Updated. Call place_sections
793 and unset_sections on relocatable files.
794 (_bfd_dwarf2_find_line): Likewise.
795
4cdc7696
NC
7962006-03-03 Nick Clifton <nickc@redhat.com>
797
798 * cpu-avr.c: Update to ISO-C90 formatting.
799 * elf32-avr.c: Likewise.
800
df406460
NC
8012006-03-03 Bjoern Haase <bjoern.m.haase@web.de>
802
803 * elf32-avr.c (avr_reloc_map): Insert BFD_RELOC_AVR_MS8_LDI
804 and R_AVR_MS8_LDI
805 (bfd_elf_avr_final_write_processing): Set
806 EF_AVR_LINKRELAX_PREPARED in e_flags field.
807 (elf32_avr_relax_section): New function.
808 (elf32_avr_relax_delete_bytes): New function.
809 (elf32_avr_get_relocated_section_contents): New function.
810 (avr_pc_wrap_around): New function.
811 (avr_relative_distance_considering_wrap_around): New function.
812 (avr_final_link_relocate): Handle negative int8t_t immediate for R_AVR_LDI.
813 * reloc.c: Add BFD_RELOC_AVR_MS8_LDI and BFD_RELOC_AVR_LDI_NEG
814 * libbfd.h: Regenerate.
815 * bfd-in2.h: Regenerate.
816
a1013894
DD
8172006-03-02 DJ Delorie <dj@redhat.com>
818
819 * elf32-m32c.c (m32c_offset_for_reloc): Fix local symbol
820 calculations.
821
7c492719
RS
8222006-03-02 Richard Sandiford <richard@codesourcery.com>
823
824 * elf32-ppc.c (is_ppc_elf_target): Return true if the target is
825 bfd_elf32_powerpc_vxworks_vec.
826
e970df31
NC
8272006-03-02 Nick Clifton <nickc@redhat.com>
828
829 * elf32-m32c.c (m32c_elf_relax_section): Initialise 'gap'.
830
711de32c
RS
8312006-03-02 Richard Sandiford <richard@codesourcery.com>
832
833 * elf32-i386.c (elf_i386_create_dynamic_sections): Use
834 elf_vxworks_create_dynamic_sections.
835 (elf_i386_size_dynamic_sections): Remove VxWorks GOT and PLT
836 symbol handling.
837 * elf32-ppc.c (ppc_elf_create_dynamic_sections): Use
838 elf_vxworks_create_dynamic_sections.
839 (ppc_elf_size_dynamic_sections): Remove VxWorks GOT and PLT
840 symbol handling.
841 * elf-vxworks.c (elf_vxworks_create_dynamic_sections): New function.
842 * elf-vxworks.h (elf_vxworks_create_dynamic_sections): Declare.
843
9c72ff84
RS
8442006-03-02 Richard Sandiford <richard@codesourcery.com>
845
846 * elf32-i386.c (elf_i386_vxworks_link_output_symbol_hook): Delete.
847 (elf_backend_link_output_symbol_hook): Use
848 elf_vxworks_link_output_symbol_hook instead.
849 * elf32-ppc.c (elf_i386_vxworks_link_output_symbol_hook): Delete.
850 (elf_backend_link_output_symbol_hook): Use
851 elf_vxworks_link_output_symbol_hook instead.
852 * elf-vxworks.c (elf_vxworks_link_output_symbol_hook): Provide the
853 same interface as elf_backend_link_output_symbol_hook.
854 * elf-vxworks.h (elf_vxworks_link_output_symbol_hook): Update
855 prototype accordingly.
856
4a3dc543
RS
8572006-03-02 Richard Sandiford <richard@codesourcery.com>
858
859 * elf32-ppc.c (ppc_elf_plt_type): New enumeration.
860 (ppc_elf_link_hash_table): Replace old_got and new_got with
861 plt_type and can_use_new_plt.
862 (ppc_elf_create_dynamic_sections): Add SEC_HAS_CONTENTS,
863 SEC_LOAD and SEC_READONLY to the VxWorks .plt flags.
864 (ppc_elf_check_relocs): Set can_use_new_plt instead of new_plt.
865 Move from plt_type == PLT_UNSET to PLT_OLD instead of setting old_plt.
866 (ppc_elf_select_plt_layout): Move from plt_type == PLT_UNSET to
867 either plt_type == PLT_OLD or plt_type == PLT_NEW. Assert that
868 this function should not be called for VxWorks targets.
869 (ppc_elf_tls_setup): Use plt_type instead of old_got.
870 (allocate_got): Likewise. Rearrange so that max_before_header
871 is only used for PLT_OLD and PLT_NEW.
872 (allocate_dynrelocs): Use plt_type instead of old_got and is_vxworks.
873 (ppc_elf_size_dynamic_sections): Likewise.
874 (ppc_elf_relax_section): Likewise.
875 (ppc_elf_relocate_section): Likewise.
876 (ppc_elf_finish_dynamic_symbol): Likewise.
877 (ppc_elf_vxworks_link_hash_table_create): Initialize plt_type.
878
5ae0bfb6
RS
8792006-02-28 Richard Sandiford <richard@codesourcery.com>
880
881 * elf32-i386.c (elf_i386_link_hash_table): Add next_tls_desc_index.
882 (elf_i386_link_hash_table_create): Initialize it.
883 (elf_i386_compute_jump_table_size): Use it instead of
884 srelplt->reloc_count.
885 (allocate_dynrelocs): Likewise.
886 (elf_i386_size_dynamic_sections): Likewise.
887 (elf_i386_relocate_section): Likewise.
888
63752a75
JJ
8892006-02-27 Jakub Jelinek <jakub@redhat.com>
890
891 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Handle S flag.
892 (_bfd_elf_write_section_eh_frame): Likewise.
893
f7d9e5c3
CD
8942006-02-27 Carlos O'Donell <carlos@codesourcery.com>
895
896 * po/Make-in: Add html target.
897
22edb2f1
RS
8982006-02-27 Richard Sandiford <richard@codesourcery.com>
899
900 * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the
901 cached hgot entry to check for _GLOBAL_OFFSET_TABLE_.
902 * elf32-arm.c (elf32_arm_finish_dynamic_symbol): Likewise.
903 * elf32-bfin.c (bfin_finish_dynamic_symbol): Likewise.
904 * elf32-cris.c (elf_cris_finish_dynamic_symbol): Likewise.
905 * elf32-hppa.c (elf32_hppa_finish_dynamic_symbol): Likewise.
906 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Likewise.
907 * elf32-m32r.c (m32r_elf_finish_dynamic_symbol): Likewise.
908 * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): Likewise.
909 * elf32-sh.c (sh_elf_finish_dynamic_symbol): Likewise.
910 * elf32-vax.c (elf_vax_finish_dynamic_symbol): Likewise.
911 * elf32-xtensa.c (elf_xtensa_finish_dynamic_symbol): Likewise.
912 * elf64-sh64.c (sh64_elf64_finish_dynamic_symbol): Likewise.
913 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Likewise.
914 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
915 * elf32-s390.c (elf_s390_finish_dynamic_symbol): Likewise. Also use
916 the cached hplt entry to check for _PROCEDURE_LINKAGE_TABLE_.
917 * elf64-alpha.c (elf64_alpha_finish_dynamic_symbol): Likewise.
918 * elf64-s390.c (elf_s390_finish_dynamic_symbol): Likewise.
919 * elfxx-ia64.c (elfNN_ia64_finish_dynamic_symbol): Likewise.
920 * elfxx-sparc.c (_bfd_sparc_elf_finish_dynamic_symbol): Likewise.
921
7325306f
RS
9222006-02-25 Richard Sandiford <richard@codesourcery.com>
923
924 * elf-bfd.h (elf_link_hash_table): Add hplt field.
925 * elflink.c (_bfd_elf_create_dynamic_sections): Initialize it.
926 * elf-m10300.c (_bfd_mn10300_elf_create_got_section): Likewise.
927 * elf32-frv.c (_frv_create_got_section): Likewise.
928 * elf32-m32r.c (m32r_elf_create_dynamic_sections): Likewise.
929 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
930 * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
931 * elf64-sh64.c (sh64_elf64_create_dynamic_sections): Likewise.
932 * elf32-i386.c (elf_i386_link_hash_table): Remove hgot and hplt.
933 (elf_i386_link_hash_table_create): Don't initialize them.
934 (elf_i386_size_dynamic_sections): Use the generic ELF hplt and
935 hgot fields.
936 (elf_i386_finish_dynamic_symbol): Likewise.
937 * elf32-ppc.c (ppc_elf_link_hash_table): Remove hplt.
938 (ppc_elf_size_dynamic_sections): Use the generic ELF hplt fields.
939 (ppc_elf_finish_dynamic_symbol): Likewise.
940
6772dd07
DD
9412006-02-24 DJ Delorie <dj@redhat.com>
942
943 * elf32-m32c.c (m32c_elf_howto_table): Add relaxation relocs.
944 (m32c_elf_relocate_section): Don't relocate them.
945 (compare_reloc): New.
946 (relax_reloc): Remove.
947 (m32c_offset_for_reloc): New.
948 (m16c_addr_encodings): New.
949 (m16c_jmpaddr_encodings): New.
950 (m32c_addr_encodings): New.
951 (m32c_elf_relax_section): Relax jumps and address displacements.
952 (m32c_elf_relax_delete_bytes): Adjust for internal syms. Fix up
953 short jumps.
954
955 * reloc.c: Add m32c relax relocs.
956 * libbfd.h: Regenerate.
957 * bfd-in2.h: Regenerate.
958
508c3946
L
9592006-02-24 H.J. Lu <hongjiu.lu@intel.com>
960
961 PR ld/2218
962 * elf-bfd.h (elf_backend_data): Add elf_backend_fixup_symbol.
963 (_bfd_elf_link_hash_fixup_symbol): New.
964
965 * elflink.c (_bfd_elf_link_hash_fixup_symbol): New.
966 (_bfd_elf_fix_symbol_flags): Call elf_backend_fixup_symbol if
967 it isn't NULL.
968
969 * elfxx-ia64.c (elf_backend_fixup_symbol): Defined.
970
971 * elfxx-target.h (elf_backend_fixup_symbol): New.
972 (elfNN_bed): Initialize elf_backend_fixup_symbol.
973
59cf82fe
L
9742006-02-23 H.J. Lu <hongjiu.lu@intel.com>
975
976 * cpu-ia64-opc.c (ins_immu5b): New.
977 (ext_immu5b): Likewise.
978 (elf64_ia64_operands): Add IMMU5b.
979
22d606e9
AM
9802006-02-21 Alan Modra <amodra@bigpond.net.au>
981
982 PR ld/2218
983 * elf32-arm.c (allocate_dynrelocs): Ensure undef weak sym in pie
984 is dynamic.
985 * elf32-hppa.c (allocate_dynrelocs): Likewise.
986 * elf32-i386.c (allocate_dynrelocs): Likewise.
987 * elf32-s390.c (allocate_dynrelocs): Likewise.
988 * elf32-sh.c (allocate_dynrelocs): Likewise.
989 * elf64-s390.c (allocate_dynrelocs): Likewise.
990 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
991 * elf32-m32r.c (allocate_dynrelocs): Likewise. Discard relocs
992 on undef weak with non-default visibility too.
993 * elfxx-sparc.c (allocate_dynrelocs): Ditto.
994
3168356f
AM
9952006-02-21 Alan Modra <amodra@bigpond.net.au>
996
997 * bfd.c: (_bfd_default_error_handler): Don't call abort on
998 error, instead call _exit.
999 (_bfd_abort): Call _exit not xexit.
1000
888b45b8
KB
10012006-02-17 Kevin Buettner <kevinb@redhat.com>
1002
1003 * elf32-frv.c (elf32_frv_grok_prstatus, elf32_frv_grok_psinfo):
1004 New functions.
1005 * elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
1006
d70c5fc7
NC
10072006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
1008 Anil Paranjape <anilp1@kpitcummins.com>
1009 Shilin Shakti <shilins@kpitcummins.com>
1010
1011 * Makefile.am: Add xc16x related entry
1012 * Makefile.in: Regenerate
1013 * archures.c: Add bfd_xc16x_arch
1014 * bfd-in2.h: Regenerate
1015 * config.bfd: Add xc16x-*-elf
1016 * configure.in: Add bfd_elf32_xc16x_vec
1017 * configure: Regenerate.
1018 * targets.c: Added xc16x related information
1019 * cpu-xc16x.c: New file
1020 * reloc.c: Add new relocations specific to xc16x:
1021 BFD_RELOC_XC16X_PAG, BFD_RELOC_XC16X_POF, BFD_RELOC_XC16X_SEG,
1022 BFD_RELOC_XC16X_SOF
1023 * elf32-xc16x.c: New file.
1024
cab87ef9
AM
10252006-02-17 Alan Modra <amodra@bigpond.net.au>
1026
1027 * elf32-ppc.c (allocate_dynrelocs): Tweak undef weak handling.
1028 * elf64-ppc.c (allocate_dynrelocs): Likewise.
1029
dfbb6ac9
AM
10302006-02-17 Alan Modra <amodra@bigpond.net.au>
1031
1032 PR ld/2218
1033 * elf64-ppc.c (allocate_dynrelocs): Ensure undef weak sym is
1034 dynamic.
1035 (ppc64_elf_relocate_section): Check output reloc section size.
1036 * elf32-ppc.c (allocate_dynrelocs): Simplify undef weak test.
1037
cedc298e
L
10382006-02-16 H.J. Lu <hongjiu.lu@intel.com>
1039
1040 PR ld/2322
1041 * elf.c (get_segment_type): New function.
1042 (_bfd_elf_print_private_bfd_data): Use it.
1043 (print_segment_map): New function.
1044 (assign_file_positions_for_segments): Call print_segment_map
1045 when there are not enough room for program headers.
1046
aaa2ab3d
NH
10472006-02-16 Nick Hudson <nick.hudson@dsl.pipex.com>
1048
1049 * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Use
1050 traditional MIPS ELF targets.
1051
35ccda9e
L
10522006-02-15 H.J. Lu <hongjiu.lu@intel.com>
1053
1054 PR binutils/2338
1055 * dwarf2.c (check_function_name): New function.
1056 (_bfd_dwarf2_find_nearest_line): Use check_function_name to
1057 check if function is correct.
1058
e0ae6d6f
AM
10592006-02-16 Alan Modra <amodra@bigpond.net.au>
1060
1061 * elflink.c (_bfd_elf_default_action_discarded): Return 0 for
1062 debug sections.
1063 (elf_link_input_bfd): Adjust comments.
1064
d55ce4e2
L
10652006-02-10 H.J. Lu <hongjiu.lu@intel.com>
1066
1067 * elf.c (copy_private_bfd_data): Minor update.
1068
84d1d650
L
10692006-02-10 H.J. Lu <hongjiu.lu@intel.com>
1070
1071 PR binutils/2258
1072 * elf.c (copy_private_bfd_data): Renamed to ...
1073 (rewrite_elf_program_header): This.
1074 (copy_elf_program_header): New function.
1075 (copy_private_bfd_data): Likewise.
1076
10772006-02-07 Nathan Sidwell <nathan@codesourcery.com>
266abb8f
NS
1078
1079 * archures.c (bfd_mach_mcf5200, bfd_mach_mcf5206e,
1080 bfd_mach_mcf5307, bfd_mach_mcf5407, bfd_mach_mcf528x,
1081 bfd_mach_mcfv4e, bfd_mach_mcf521x, bfd_mach_mcf5249,
1082 bfd_mach_mcf547x, bfd_mach_mcf548x): Remove.
1083 (bfd_mach_mcf_isa_a, bfd_mach_mcf_isa_a_div,
1084 bfd_mach_mcf_isa_a_div_mac, bfd_mach_mcf_isa_a_div_emac,
1085 bfd_mach_mcf_isa_aplus, bfd_mach_mcf_isa_aplus_mac,
1086 bfd_mach_mcf_isa_aplus_emac, bfd_mach_mcf_isa_aplus_usp,
1087 bfd_mach_mcf_isa_aplus_usp_mac, bfd_mach_mcf_isa_aplus_usp_emac,
1088 bfd_mach_mcf_isa_b, bfd_mach_mcf_isa_b_mac, bfd_mach_mcf_isa_b_emac,
1089 bfd_mach_mcf_isa_b_usp_float, bfd_mach_mcf_isa_b_usp_float_mac,
1090 bfd_mach_mcf_isa_b_usp_float_emac): New.
1091 (bfd_default_scan): Update coldfire mapping.
1092 * bfd-in.h (bfd_m68k_mach_to_features,
1093 bfd_m68k_features_to_mach): Declare.
1094 * bfd-in2.h: Rebuilt.
1095 * cpu-m68k.c (arch_info_struct): Add new coldfire machines,
1096 adjust legacy names.
1097 (m68k_arch_features): New.
1098 (bfd_m68k_mach_to_features,
1099 bfd_m68k_features_to_mach): Define.
1100 * elf32-m68k.c (elf32_m68k_object_p): New.
1101 (elf32_m68k_merge_private_bfd_data): Merge the CF EF flags.
1102 (elf32_m68k_print_private_bfd_data): Print the CF EF flags.
1103 (elf_backend_object_p): Define.
1104 * ieee.c (ieee_write_processor): Update coldfire machines.
1105 * libbfd.h: Rebuilt.
1106
75eb734c
SE
11072006-02-06 Steve Ellcey <sje@cup.hp.com>
1108
1109 * elfxx-ia64.c (elfNN_ia64_fake_sections): Set SHF_IA_64_HP_TLS
1110 if SHF_TLS is set.
1111
134dcee5
AM
11122006-02-05 Arnold Metselaar <arnold.metselaar@planet.nl>
1113
1114 * coff-z80.c (r_imm24): New howto.
1115 (rtype2howto): New case R_IMM24.
1116 (coff_z80_reloc_type_lookup): New case BFD_RELOC_24.
1117 (extra_case): Use bfd_get_8 for R_IMM8, new case R_IMM24.
1118
4005427f
RS
11192006-02-04 Richard Sandiford <richard@codesourcery.com>
1120
1121 * elfxx-mips.c (mips_elf_initialize_tls_index): If a TLS symbol
1122 has already been assigned a GOT index, copy that index to the
1123 current hash table entry.
1124
bb29dfea
EB
11252006-02-01 Eric Botcazou <ebotcazou@libertysurf.fr>
1126
1127 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Reinstate bypass
1128 for call-to-undefweak reloc overflow.
1129
dc669dc8
EB
11302006-01-31 Eric Botcazou <ebotcazou@libertysurf.fr>
1131
1132 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Reinstate bypass
1133 for 32-bit relocs overflow.
1134
1a0eb693
PB
11352006-01-27 Paul Brook <paul@codesourcery.com>
1136
1137 * elf32-arm.c (elf32_arm_get_symbol_type): Allow STT_TLS thumb
1138 objects.
1139
67a4f2b7
AO
11402006-01-18 Alexandre Oliva <aoliva@redhat.com>
1141
1142 Introduce TLS descriptors for i386 and x86_64.
1143 * reloc.c (BFD_RELOC_386_TLS_GOTDESC, BFD_RELOC_386_TLS_DESC,
1144 BFD_RELOC_386_TLS_DESC_CALL, BFD_RELOC_X86_64_GOTPC32_TLSDESC,
1145 BFD_RELOC_X86_64_TLSDESC, BFD_RELOC_X86_64_TLSDESC_CALL): New.
1146 * libbfd.h, bfd-in2.h: Rebuilt.
1147 * elf32-i386.c (elf_howto_table): New relocations.
1148 (R_386_tls): Adjust.
1149 (elf_i386_reloc_type_lookup): Map new relocations.
1150 (GOT_TLS_GDESC, GOT_TLS_GD_BOTH_P): New macros.
1151 (GOT_TLS_GD_P, GOT_TLS_GDESC_P, GOT_TLS_GD_ANY_P): New macros.
1152 (struct elf_i386_link_hash_entry): Add tlsdesc_got field.
1153 (struct elf_i386_obj_tdata): Add local_tlsdesc_gotent field.
1154 (elf_i386_local_tlsdesc_gotent): New macro.
1155 (struct elf_i386_link_hash_table): Add sgotplt_jump_table_size.
1156 (elf_i386_compute_jump_table_size): New macro.
1157 (link_hash_newfunc): Initialize tlsdesc_got.
1158 (elf_i386_link_hash_table_create): Set sgotplt_jump_table_size.
1159 (elf_i386_tls_transition): Handle R_386_TLS_GOTDESC and
1160 R_386_TLS_DESC_CALL.
1161 (elf_i386_check_relocs): Likewise. Allocate space for
1162 local_tlsdesc_gotent.
1163 (elf_i386_gc_sweep_hook): Handle R_386_TLS_GOTDESC and
1164 R_386_TLS_DESC_CALL.
1165 (allocate_dynrelocs): Count function PLT relocations. Reserve
1166 space for TLS descriptors and relocations.
1167 (elf_i386_size_dynamic_sections): Reserve space for TLS
1168 descriptors and relocations. Set up sgotplt_jump_table_size.
1169 Don't zero reloc_count in srelplt.
1170 (elf_i386_always_size_sections): New. Set up _TLS_MODULE_BASE_.
1171 (elf_i386_relocate_section): Handle R_386_TLS_GOTDESC and
1172 R_386_TLS_DESC_CALL.
1173 (elf_i386_finish_dynamic_symbol): Use GOT_TLS_GD_ANY_P.
1174 (elf_backend_always_size_sections): Define.
1175 * elf64-x86-64.c (x86_64_elf_howto): Add R_X86_64_GOTPC32_TLSDESC,
1176 R_X86_64_TLSDESC, R_X86_64_TLSDESC_CALL.
1177 (R_X86_64_standard): Adjust.
1178 (x86_64_reloc_map): Map new relocs.
1179 (elf64_x86_64_rtype_to_howto): New, split out of...
1180 (elf64_x86_64_info_to_howto): ... this function, and...
1181 (elf64_x86_64_reloc_type_lookup): ... use it to map elf_reloc_val.
1182 (GOT_TLS_GDESC, GOT_TLS_GD_BOTH_P): New macros.
1183 (GOT_TLS_GD_P, GOT_TLS_GDESC_P, GOT_TLS_GD_ANY_P): New macros.
1184 (struct elf64_x86_64_link_hash_entry): Add tlsdesc_got field.
1185 (struct elf64_x86_64_obj_tdata): Add local_tlsdesc_gotent field.
1186 (elf64_x86_64_local_tlsdesc_gotent): New macro.
1187 (struct elf64_x86_64_link_hash_table): Add tlsdesc_plt,
1188 tlsdesc_got and sgotplt_jump_table_size fields.
1189 (elf64_x86_64_compute_jump_table_size): New macro.
1190 (link_hash_newfunc): Initialize tlsdesc_got.
1191 (elf64_x86_64_link_hash_table_create): Initialize new fields.
1192 (elf64_x86_64_tls_transition): Handle R_X86_64_GOTPC32_TLSDESC and
1193 R_X86_64_TLSDESC_CALL.
1194 (elf64_x86_64_check_relocs): Likewise. Allocate space for
1195 local_tlsdesc_gotent.
1196 (elf64_x86_64_gc_sweep_hook): Handle R_X86_64_GOTPC32_TLSDESC and
1197 R_X86_64_TLSDESC_CALL.
1198 (allocate_dynrelocs): Count function PLT relocations. Reserve
1199 space for TLS descriptors and relocations.
1200 (elf64_x86_64_size_dynamic_sections): Reserve space for TLS
1201 descriptors and relocations. Set up sgotplt_jump_table_size,
1202 tlsdesc_plt and tlsdesc_got. Make room for them. Don't zero
1203 reloc_count in srelplt. Add dynamic entries for DT_TLSDESC_PLT
1204 and DT_TLSDESC_GOT.
1205 (elf64_x86_64_always_size_sections): New. Set up
1206 _TLS_MODULE_BASE_.
1207 (elf64_x86_64_relocate_section): Handle R_386_TLS_GOTDESC and
1208 R_386_TLS_DESC_CALL.
1209 (elf64_x86_64_finish_dynamic_symbol): Use GOT_TLS_GD_ANY_P.
1210 (elf64_x86_64_finish_dynamic_sections): Set DT_TLSDESC_PLT and
1211 DT_TLSDESC_GOT. Set up TLS descriptor lazy resolver PLT entry.
1212 (elf_backend_always_size_sections): Define.
1213
6dd55cb7
L
12142006-01-17 H.J. Lu <hongjiu.lu@intel.com>
1215
1216 PR binutils/2096
1217 * dwarf2.c (comp_unit_contains_address): Update comment.
1218 (_bfd_dwarf2_find_nearest_line): Use section's vma, instead of
1219 lma. Return TRUE only if both comp_unit_contains_address and
1220 comp_unit_find_nearest_line return TRUE.
1221 (_bfd_dwarf2_find_line): Use section's vma, instead of lma.
1222
64d03ab5
AM
12232006-01-18 Alan Modra <amodra@bigpond.net.au>
1224
1225 * elf-bfd.h (struct elf_backend_data): Add gc_mark_dynamic_ref.
1226 (bfd_elf_gc_mark_dynamic_ref_symbol): Declare.
1227 * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Rename from
1228 elf_gc_mark_dynamic_ref_symbol. Make global.
1229 (bfd_elf_gc_sections): Call bed->gc_mark_dynamic_ref.
1230 * elfxx-target.h (elf_backend_gc_mark_dynamic_ref): Define.
1231 (elfNN_bed): Init new field.
1232 * elf64-ppc.c (elf_backend_gc_mark_dynamic_ref): Define.
1233 (ppc64_elf_gc_mark_dynamic_ref): New function.
1234
b56cbdb9
AM
12352006-01-17 Alan Modra <amodra@bigpond.net.au>
1236
1237 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Don't hang forever in loop.
1238
6c10990d
NC
12392006-01-17 Nick Clifton <nickc@redhat.com>
1240
1241 PR binutils/2159
1242 * elf.c (elfcore_write_pstatus): Add ATTRIBUTE_UNUSED to unused
1243 parameters.
1244
d7f735da
NC
12452006-01-11 Nick Clifton <nickc@redhat.com>
1246
1247 * elf32-arm.c (elf32_arm_output_symbol_hook): Install new entry
1248 into the newly (re)allocated map array.
1249
2bfd55ca
NC
12502006-01-09 Alexis Wilke <alexis_wilke@yahoo.com>
1251
1252 * peXXigen.c (tbl): Add comma after "HIGH3ADJ".
1253
bce50a28
JJ
12542006-01-01 Jakub Jelinek <jakub@redhat.com>
1255
1256 * elf64-ppc.c (ppc64_elf_action_discarded): Return 0
1257 for .toc1 section.
1258
e88d958a 1259For older changes see ChangeLog-2005
56882138
AM
1260\f
1261Local Variables:
1262mode: change-log
1263left-margin: 8
1264fill-column: 74
1265version-control: never
1266End:
This page took 0.396539 seconds and 4 git commands to generate.