aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
blob: 032ae91e973f7622ea8cdd2a4c776304732f8eac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
2007-02-05  Dave Brolley  <brolley@redhat.com>

	* elflink.c (evaluate_complex_relocation_symbols): Check for
	STT_SRELC for global symbols.
	(perform_complex_relocations): Renamed to
	perform_complex_relocation and now examines only one relocation.
	(elf_link_input_bfd): Don't call perform_complex_relocations.
	* elf-bfd.h (bfd_elf_perform_complex_relocation_: New prototype.: 
	* elf32-mep.c (mep_elf_howto_table): Add R_RELC.
	(OD,OS,OU): #undefs corrected to N, S and U repectively.
	(mep_reloc_type_lookup): Handle BFD_RELOC_RELC.
	(complex_reloc_installation_howto): Removed.
	(mep_info_to_howto_rela): Remove special case for r_type==0xff.
	(mep_elf_relocate_section): Call bfd_elf_perform_complex_relocation.

2007-02-05  Dave Brolley  <brolley@redhat.com>

	* Contribute the following changes:
	2006-12-19  Dave Brolley  <brolley@redhat.com>

	* elf32-mep.c: Fix problems with DEBUG printfs.
	* elflink.h (elf_link_input_bfd): Always setup finfo->internal_syms.

	2006-10-17  Nick Clifton  <nickc@redhat.com>

	* elf32-mep.c (mep_elf_print_private_bfd_data): Remove redundant
	check against 0.

	2006-09-25  Dave Brolley  <brolley@redhat.com>

	* elf32-mep.c (mep_elf_print_private_bfd_data): Check that
	(long)partial_flags is non-negative before using it as an
	array index.

	2004-06-24  Dave Brolley  <brolley@redhat.com>

	* elf32-mep.c: Regenerated by MeP-Integrator.

	2005-04-22  Richard Sandiford  <rsandifo@redhat.com>

	* elf32-mep.c (mep_elf_merge_private_bfd_data): Allow two objects
	to be linked together if one of them uses the EF_MEP_LIBRARY flag.
	Give priority to flag sets in which EF_MEP_LIBRARY is not set.

	2005-04-05  Richard Sandiford  <rsandifo@redhat.com>

	* elf32-mep.c (config_names): Reduce divergence from MeP-Integrator
	output.

	2004-08-03  Richard Sandiford  <rsandifo@redhat.com>

	* elf32-mep.c (mep_final_link_relocate): Fix overflow check for
	R_MEP_PCABS24A2.

	2004-06-24  Dave Brolley  <brolley@redhat.com>

	* archures.c (bfd_mach_mep_h1): #define as 0x6831.
	* bfd-in2.h: Regenerated.

	2004-06-21  Dave Brolley  <brolley@redhat.com>

	* elf32-mep.c (mep_elf_copy_private_bfd_data): Remove assertion about
	flags being identical.
	(mep_elf_merge_private_bfd_data): Handle existence of multiple CGEN
	MACHs.
	(mep_elf_print_private_bfd_data): Ditto.
	(config_names): Give the machine at index 0 the name "basic".
	(core_names): New table.
	(elf32_mep_machine): New function.
	(mep_elf_object_p): Call bfd_default_set_arch_mach.
	* cpu-mep.c (bfd_h1_arch): Define it and link it into the chain.
	* archures.c (bfd_mach_mep_h1): Define it.
	* bfd-in2.h: Regenerated.

	2003-07-19  Nick Clifton  <nickc@redhat.com>

	* elf32-mep.c: Convert to ISO C.

	2002-04-09  DJ Delorie  <dj@redhat.com>

	* elf32-mep.c (mep_final_link_relocate): Allow impossible
	relocations to undefined weak functions.

	2002-02-08  Frank Ch. Eigler  <fche@redhat.com>

        * cpu-mep.c (mep_compatible): Remove: only one bfd_mach used now.
        * elf32-mep.c (elf32_mep_machine): Ditto.

	2001-12-12  Ben Elliston  <bje@redhat.com>

	* elf32-mep.c (mep_final_link_relocate): Do not adjust the pc
	prior to applying a pc-relative relocation.

	2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>

	* elf32-mep.c: Add missing prototypes.

	2001-10-01  Frank Ch. Eigler  <fche@redhat.com>

	* elf32-mep.c (mep_elf_merge_private_bfd_data): Enforce endianness
	compatibility.

	2001-09-28  Richard Henderson  <rth@redhat.com>

	* elf32-mep.c (mep_elf_section_flags): New.
	(mep_elf_fake_sections): New.
	(elf_backend_section_flags): New.
	(elf_backend_fake_sections): New.

	2001-09-27  Nick Clifton  <nickc@cambridge.redhat.com>

	* elf32-mep.c: Add missing function prototypes.
	Fix compile time warnings.  Improve formatting.
	* mep_relocs.pl: Improve formatting in generated code.

	2001-09-21  Nick Clifton  <nickc@cambridge.redhat.com>

	* cpu-mep.c: Add missing function prototype.

	2001-07-25  DJ Delorie  <dj@redhat.com>

	* elf32-mep.c (mep_final_link_relocate): Adjust calculation of PC
	to be endian-sensitive.

	2001-07-17  Richard Henderson  <rth@redhat.com>

	* elf32-mep.c (mep_final_link_relocate) [R_MEP_HI16S]: Correctly
	compensate for high bit set in R_MEP_LOW16.

	2001-07-12  DJ Delorie  <dj@redhat.com>

	* elf32-mep.c (mep_final_link_relocate): Don't do overflow
	checking on VT relocs.
	(mep_elf_merge_private_bfd_data): Return true if we chose not to
	merge the data.
	
	2001-07-09  DJ Delorie  <dj@redhat.com>

	* cpu-mep.c (mep_compatible): New, base compatibility on
	conflicting configurations.
	(bfd_mep_arch): Use a macro and wrap with comments for the config
	tool.
	* elf32-mep.c (elf32_mep_machine): Take bfd_mach directly from
	flags.
	(mep_elf_merge_private_bfd_data): Merge configurations sanely.
	(config_names): New.
	(mep_elf_print_private_bfd_data): Print config name if possible.

	2001-06-25  DJ Delorie  <dj@redhat.com>

	* elf32-mep.c (mep_reloc_type_lookup): Add vtable special cases,
	regenerate others.
	* reloc.c: Regenerate with new elf/mep.h relocs.
	* libbfd.h: Likewise.
	* bfd-in2.h: Likewise.
	
	2001-06-25  Ben Elliston  <bje@redhat.com>

	* elf32-mep.c (mep_reloc): Mark unused parameters as such.
	(mep_final_link_relocate): Remove unused local variables.

	2001-06-06  DJ Delorie  <dj@redhat.com>

	* config.bfd (mep-*-elf): Add bfd_elf32_mep_little_vec.
	* configure.in: Ditto.
	* configure: Ditto.
	* mep-relocs.pl: Support both endians.
	* elf32-mep.c: Regenerate; add little endian targets.

	2001-05-31  DJ Delorie  <dj@redhat.com>

	* elf32-mep.c (mep_elf_relocate_section): Fix error message.

	2001-05-21  DJ Delorie  <dj@redhat.com>

	* elf32-mep.c (mep_final_link_relocate): Fix pcrel logic.

	2001-05-10  DJ Delorie  <dj@redhat.com>

	* mep-relocs.pl: Detect no-overflow relocs better.
	* elf32-mep.c: Regenerate.  HI16U, HI16S have correct shifts and
	those and LOW16 are no-overflow now.

	2001-05-03  DJ Delorie  <dj@redhat.com>

	* mep-relocs.pl: New, generates reloc-handling code for
	elf32-mep.c.
	* elf32-mep.c: Regenerate.

	2001-05-02  DJ Delorie  <dj@redhat.com>

	* elf32-mep.c (mep_elf_howto_table): Fix size fields.
	(mep_lookup_global, mep_tpoff_base, mep_sdaoff_base): New,
	support %tpoff() and %sdaoff() relocs.
	(mep_final_link_reloc): Add support for MeP relocs.
	(mep_elf_relocate_section): Support %tpoff() and %sdaoff().

	2001-05-01  DJ Delorie  <dj@redhat.com>

	* elf32-mep.c: Use RELA only.
	(mep_elf_howto_table): Add MeP-specific relocs.
	(mep_reloc_type_lookup): Map relocs.
	* reloc.c: Add MeP-specific relocs.
	* bfd-in2.h: Regenerate.
	* libbfd.h: Regenerate.

	2001-04-03  Ben Elliston  <bje@redhat.com>

	* Makefile.am (ALL_MACHINES): Add cpu-mep.lo.
	(ALL_MACHINES_CFILES): Add cpu-mep.c.
	(BFD32_BACKENDS): Add elf32-mep.lo.
	(BFD32_BACKENDS_CFILES): Add elf32-mep.c.
	(cpu-mep.lo): New target.
	* Makefile.in: Regenerate.
	* config.bfd: Handle mep-*-elf.
	* archures.c (bfd_architecture): Add bfd_{arch,mach}_mep.
	(bfd_archures_list): Add bfd_mep_arch.
	* configure.in: Handle bfd_elf32_mep_vec.
	* configure: Regenerate.
	* targets.c (bfd_elf32_mep_vec): Declare.
	(bfd_target_vector): Add bfd_elf32_mep_vec.
	* elf.c (prep_headers): Set e_machine to EM_CYGNUS_MEP.
	* cpu-mep.c: New file.
	* elf32-mep.c: Likewise.
	* bfd-in2.h: Regenerate.
	* po/POTFILES.in: Likewise.
	
2007-02-05  Dave Brolley  <brolley@redhat.com>

	* Contribute the following changes:
	2004-07-23  Richard Sandiford  <rsandifo@redhat.com>

	* elflink.c (perform_complex_relocation): Detect relocations against
	undefined symbols.

	2002-04-02  DJ Delorie  <dj@redhat.com>

	* elflink.h (resolve_symbol): Handle weak symbols.

	2002-03-07  Graydon Hoare  <graydon@redhat.com>

	* elflink.h (perform_complex_relocations): Minor debug message
	touchup.

	2002-01-23  Graydon Hoare  <graydon@redhat.com>

	* bfd-in2.h: Add signed RELC (SRELC) symbols.
	* elf.c (swap_out_syms): Likewise.
	* elfcode.h (elf_slurp_symbol_table): Likewise.
	(elf_symbol_flags): Likewise.
	* syms.c: Likewise.
	* elflink.h (eval_symbol): Introduce signed RELC evaluation.
	(evaluate_complex_relocation_symbols): Likewise.
	(perform_complex_relocations): Remove sign-extension logic,
	which was broken anyways.

	2002-01-15  Graydon Hoare  <graydon@redhat.com>

	* elflink.h (decode_complex_addend): Add oplen, signed_p, trunc_p
	params.
	(perform_complex_relocations): Call decode with new args,
	Sign extend leftmost signed fields, delegate overflow check to
	bfd_check_overflow in reloc.c, enhance overflow error messages.

	2002-01-08  Graydon Hoare  <graydon@redhat.com>

	* elflink.h (resolve_symbol): Fix symbol -> section relationship.
	(resolve_symbol): Remove unused parameter.
	(eval_symbol): Remove unused arg from resolve_symbol call.

	2002-01-01  Graydon Hoare  <graydon@redhat.com>

	* elflink.h (perform_complex_relocations): Add overflow
	checking for RELC fragments.

	2001-12-15  Nick Clifton  <nickc@cambridge.redhat.com>

	* elflink.h (evaluate_complex_relocation_symbols): Formatting
	tidy ups.  Process all symbols, even if an error is
	encountered.

	2001-12-10  Graydon Hoare  <graydon@redhat.com>

	* elflink.h (evaluate_complex_relocation_symbols): Resolve
	global RELC symbols using separate logic from local symbols.

	2001-12-10  Nick Clifton  <nickc@cambridge.redhat.com>

	Various formatting tidy ups and compile time warning removals,
	plus:
	
	* elflink.h (eval_symbol): Set bfd_error for failure returns.
	(evaluate_complex_relocation_symbols): Only evaluate local
	symbols.

	2001-11-24  Graydon Hoare  <graydon@redhat.com>

	* elflink.h.c (resolve_symbol): Skip non-local syms in 
	local lookup loop; get section offset from section 
	symbol occurs in (rather than reloc section); handle 
	common symbols.

	2001-11-24  Graydon Hoare  <graydon@redhat.com>

	* elflink.h.c (resolve_symbol): Use
	bfd_elf_string_from_elf_section to look up local symbols in
	current bfd.
	(eval_symbol): Add input_bfd parameter for resolve_symbol's
	use.
	(evaluate_complex_relocation_symbols): Pass parameter.
	(resolve_section) Fix silly typo.

	2001-10-16  Jeff Holcomb  <jeffh@redhat.com>

	* elflink.h (eval_symbol): Buffer size needs to be an integer for
	Solaris cc.

	2001-11-15  graydon hoare  <graydon@redhat.com>

	* elf32-mep.c (mep_info_to_howto_rela): Add complex reloc
	howto.
	* elflink.h (resolve_section): Add support for pseudo-sections
	in complex symbols.
	(evaluate_complex_relocation_symbols): Permit evaluating RELC
	symbols on non-RELC relocs. They are distinct issues.

	2001-10-15  graydon hoare  <graydon@redhat.com>

	* reloc.c (bfd_reloc_code_type): Define BFD_RELOC_RELC,
	in the _correct_ place.

	2001-10-11  graydon hoare  <graydon@redhat.com>

	* elflink.h (eval_symbol): Fix strtol calls with undefined
	behavior.

	2001-10-03  graydon hoare  <graydon@redhat.com>

	* elflink.h (set_symbol_value): New function for relc.
	(resolve_symbol): Likewise.
	(resolve_section): Likewise.
	(undefined_reference): Likewise.
	(eval_symbol): Likewise.
	(evaluate_complex_relocation_symbols): Likewise.
	(put_value): Likewise.
	(get_value): Likewise.
	(decode_complex_addend): Likewise.
	(perform_complex_relocations): Likewise.
	(elf_link_input_bfd): Insert hook into
	evaluate_complex_relocation_symbols.
	(elf_link_input_bfd): Insert hook into
	perform_complex_relocations.

	* bfd-in2.h: Define BFD_RELOC_RELC, BSF_RELC.

	* elf.c (swap_out_syms): Add BSF_RELC / STT_RELC support.

	* elfcode.h (elf_slurp_symbol_table): Likewise.
	(elf_symbol_flags): Likewise.

	* libbfd.h: Add "BFD_RELOC_RELC" to bfd_reloc_code_real_names
	table.

	2001-06-20  Frank Ch. Eigler  <fche@redhat.com>

	* syms.c (BSF_RELC): New symbol flag.
	* elf.c (swap_out_syms): Map BSF_RELC -> STT_RELC.
	* elfcode.h (elf_slurp_symbol_table): Map STT_RELC -> BSF_RELC.
	(elf_symbol_flags): Display BSF_RELC as "relc".
	* bfd-in2.h: Regenerated.

2007-02-05  Bob Wilson  <bob.wilson@acm.org>
	
	* elf32-xtensa.c (elf_xtensa_make_sym_local): Delete.
	(elf_xtensa_hide_symbol, elf_backend_hide_symbol): Delete.
	(elf_xtensa_fix_refcounts, elf_xtensa_allocate_plt_size)
	(elf_xtensa_allocate_got_size): Replace these with...
	(elf_xtensa_allocate_dynrelocs): ...this new function.
	(elf_xtensa_size_dynamic_sections): Use it.
	
2007-02-05  Bob Wilson  <bob.wilson@acm.org>
	
	* elf32-xtensa.c (elf_howto_table) <R_XTENSA_GLOB_DAT>
	<R_XTENSA_JMP_SLOT, R_XTENSA_RELATIVE, R_XTENSA_PLT, R_XTENSA_DIFF32>:
	Set src_mask to zero.
	<R_XTENSA_DIFF8, R_XTENSA_DIFF16>: Likewise.  Also fix dst_mask.
	<R_XTENSA_ASM_EXPAND>: Set pcrel_offset to TRUE.
	
2007-02-02  Bob Wilson  <bob.wilson@acm.org>

	* elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Renamed to...
	(elf_xtensa_dynamic_symbol_p): ...this.

2007-02-02  Bob Wilson  <bob.wilson@acm.org>

	* elf32-xtensa.c (plt_reloc_count): Move into link hash table.
	(struct elf_xtensa_link_hash_table): New.
	(elf_xtensa_hash_table): New.
	(elf_xtensa_link_hash_table_create): New.
	(elf_xtensa_check_relocs): Update plt_reloc_count references.
	Update arguments to add_extra_plt_sections.
	(elf_xtensa_create_dynamic_sections): Record new sections in the hash
	table.  Update for plt_reloc_count and add_extra_plt_sections.
	(add_extra_plt_sections, elf_xtensa_create_plt_entry): Replace dynobj
	argument with link info.  Update calls to elf_xtensa_get_plt_section
	and elf_xtensa_get_gotplt_section.
	(elf_xtensa_allocate_local_got_size, elf_xtensa_size_dynamic_sections)
	(elf_xtensa_relocate_section, elf_xtensa_finish_dynamic_sections)
	(elf_xtensa_discard_info_for_section, shrink_dynamic_reloc_sections)
	(relax_property_section): Get sections from the hash table and update
	function calls.
	(elf_xtensa_get_plt_section, elf_xtensa_get_gotplt_section): Replace
	dynobj argument with link info.  Get sections for first plt chunk from
	the hash table.
	(bfd_elf32_bfd_link_hash_table_create): Define.

2007-02-02  Jakub Jelinek  <jakub@redhat.com>

	* elf-bfd.h (struct elf_obj_tdata): Change symbuf type to void *.
	* elf.c (struct elf_symbuf_symbol, struct elf_symbuf_head): New types.
	(struct elf_symbol): Change first member into union.
	(elf_sort_elf_symbol): Compare pointers to internal syms rather than
	internal syms.  Only compare st_shndx fields.
	(elf_create_symbuf): New function.
	(bfd_elf_match_symbols_in_sections): Use it.  If symbufs are available
	for bfds, use a binary search, otherwise don't qsort symbols
	unnecessarily only to select which symbols are for the particular
	shndx.

2007-02-01  Nick Clifton  <nickc@redhat.com>

	PR ld/3852
	* elf.c (_bfd_elf_link_hash_table_init): Initialize all the fields
	in the elf_link_hash_table structure.

2007-02-01  Alan Modra  <amodra@bigpond.net.au>

	* elf-bfd.h (struct elf_backend_data): Add elf_backend_write_core_note.
	* elfxx-target.h (elf_backend_write_core_note): Define and use.
	* elf.c (elfcore_write_prpsinfo): Call the above.  Add support for
	32-bit core note on 64-bit target.
	(elfcore_write_prstatus): Likewise.
	(elfcore_write_lwpstatus): Make note_name const.
	(elfcore_write_prfpreg): Likewise.
	(elfcore_write_pstatus): Add support for 32-bit core note on 64-bit
	target.
	* elf32-ppc.c (ppc_elf_write_core_note): New function.
	(elf_backend_write_core_note): Define.
	* elf64-ppc.c (ppc64_elf_write_core_note): New function.
	(elf_backend_write_core_note): Define.

2007-01-31  H.J. Lu  <hongjiu.lu@intel.com>

	* elf32-cris.c (INCLUDED_TARGET_FILE): Removed.
	(elf32_bed): Defined for elf32-us-cris.

	* elf64-sh64.c (elf64_bed): Defined for Linux.
	(INCLUDED_TARGET_FILE): Removed.

	* elfxx-target.h (elfNN_bed): Always define. Don't check
	INCLUDED_TARGET_FILE.

2007-01-31  DJ Delorie  <dj@redhat.com>

	* elf-m10300.c (mn10300_elf_relocate_section): Clarify the warning
	message for dangerous relocs, special case the common user error.

2007-01-30  H.J. Lu  <hongjiu.lu@intel.com>

	* elf.c (copy_elf_program_header): Start from the first section
	in a segment and stop when all sections in a segment are
	accounted for.

2007-01-29  Julian Brown  <julian@codesourcery.com>

	* bfd-in2.h: Regenerate.
	* bfd-in.h (bfd_arm_vfp11_fix): New enum. Specify how VFP11
	instruction scanning should be done.
	(bfd_elf32_arm_init_maps, bfd_elf32_arm_vfp11_erratum_scan)
	(bfd_elf32_arm_vfp11_fix_veneer_locations): Add prototypes.
	(bfd_elf32_arm_set_target_relocs): Add vfp11 fix type argument to
	prototype.
	* elf-bfd.h (elf_backend_write_section): Add struct bfd_link_info
	argument.
	* elf32-arm.c (VFP11_ERRATUM_VENEER_SECTION_NAME)
	(VFP11_ERRATUM_VENEER_ENTRY_NAME): Define macros.
	(elf32_vfp11_erratum_type): New enum.
	(elf32_vfp11_erratum_list): New struct. List of veneers or jumps to
	veneers.
	(_arm_elf_section_data): Add mapsize, erratumcount, erratumlist.
	(elf32_arm_link_hash_table): Add vfp11_erratum_glue_size,
	vfp11_fix and num_vfp11_fixes fields.
	(elf32_arm_link_hash_table_create): Initialise vfp11_fix,
	vfp11_erratum_glue_size, num_vfp11_fixes fields.
	(VFP11_ERRATUM_VENEER_SIZE): Define. Size of an (ARM) veneer.
	(bfd_elf32_arm_allocate_interworking_sections): Initialise erratum
	glue section.
	(elf32_arm_section_map_add): Add an code/data mapping symbol entry
	to a section's map.
	(record_vfp11_erratum_veneer): Create a single veneer, and its
	associated symbols.
	(bfd_elf32_arm_add_glue_sections_to_bfd): Add vfp11 erratum glue.
	(bfd_elf32_arm_init_maps): Initialise mapping symbol table for input
	BFDs.
	(bfd_elf32_arm_set_vfp11_fix): Set the type of erratum workaround
	required.
	(bfd_arm_vfp11_pipe): Define VFP11 instruction pipes.
	(bfd_arm_vfp11_regno): Recode a register number from a VFP11 insn.
	(bfd_arm_vfp11_write_mask): Update write mask according to coded
	register number.
	(bfd_arm_vfp11_antidependency): New function.
	(bfd_arm_vfp11_insn_decode): Decode a VFP11 insn.
	(elf32_arm_compare_mapping): Declare.
	(bfd_elf32_arm_vfp11_erratum_scan): Scan the sections of an input
	BFD for potential erratum-triggering insns. Record results.
	(bfd_elf32_arm_vfp11_fix_veneer_locations): Find out where veneers
	and branches to veneers have been placed in virtual memory after
	layout.
	(bfd_elf32_arm_set_target_relocs): Set vfp11_fix field in global
	hash table.
	(elf32_arm_output_symbol_hook): Remove.
	(elf32_arm_write_section): Output veneers, and branches to veneers.
	Use maps from input sections, not output sections, for code
	byte-swapping.
	* elf32-ppc.c (ppc_elf_write_section): Add dummy link_info argument.
	* elf32-score.c (_bfd_score_elf_write_section): Likewise.
	* elfxx-mips.c (_bfd_mips_elf_write_section): Likewise.
	* elfxx-mips.h (_bfd_mips_elf_write_section): Likewise.

2007-01-27  H.J. Lu  <hongjiu.lu@intel.com>

	* elf64-hppa.c (elf64_bed): Defined for HPUX and Linux.
	(INCLUDED_TARGET_FILE): Removed.

2007-01-27  Mike Frysinger  <vapier@gentoo.org>

	* elf32-hppa.c (elf32_bed): Define for hpux, linux and netbsd.
	(INCLUDED_TARGET_FILE): Remove.

2007-01-25  DJ Delorie  <dj@redhat.com>

	* elf32-m32c.c (m32c_elf_howto_table): Don't complain about
	R_M32C_16 or R_M32C_24 relocs.

2007-01-25  Nick Clifton  <nickc@redhat.com>

	PR binutils/3874
	* elf32-avr.c (avr_link_hash_table): Check to make sure that the
	hash table was created by elf32_avr_link_hash_table_create before
	using it.
	(elf32_avr_link_hash_newfunc): New function.  Just pass the call
	through to _bfd_elf_link_hash_newfunc.
	(elf32_avr_link_hash_table_create): Use
	elf32_avr_link_hash_newfunc instead of
	_bfd_elf_link_hash_newfunc.
	(elf32_avr_relocate_section): Check for the hash table pointer
	being NULL.
	(elf32_avr_relax_section, avr_build_one_stub,
	elf32_avr_setup_params, get_local_syms, elf32_avr_size_stubs,
	elf32_avr_build_stubs): Likewise.

2007-01-16  H.J. Lu  <hongjiu.lu@intel.com>

	PR ld/3831
	* elf-bfd.h (bfd_elf_link_mark_dynamic_symbol): Add an
	argument, Elf_Internal_Sym *.

	* elflink.c (bfd_elf_link_mark_dynamic_symbol): Mark a data
	symbol dynamic if info->dynamic_data is TRUE.
	(bfd_elf_record_link_assignment): Updated call to
	bfd_elf_record_link_assignment.
	(_bfd_elf_merge_symbol): Likewise.  Always call
	bfd_elf_link_mark_dynamic_symbol.

2007-01-12  H.J. Lu  <hongjiu.lu@intel.com>

	* Makefile.am (BFD_LIBS): Removed.
	* Makefile.in: Regenerated.

2007-01-11  H.J. Lu  <hongjiu.lu@intel.com>

	PR binutils/3631
	* Makefile.am (OFILES): Add @bfd64_libs@.
	(libbfd_la_SOURCES): Remove $(BFD64_LIBS_CFILES).
	* Makefile.in: Regenerated.

	* configure.in (bfd_libs): Replaced by ...
	(bfd64_libs): This.
	* configure: Regenerated.

2007-01-11  Nathan Sidwell  <nathan@codesourcery.com>

	* elf.c (assign_file_positions_for_load_sections): We can
	require fewer phdrs than expected.

2007-01-08  Kazu Hirata  <kazu@codesourcery.com>

	* archures.c (bfd_mach_cpu32_fido): Rename to bfd_mach_fido.
	* bfd-in2.h: Regenerate.
	* cpu-m68k.c (arch_info_struct): Use bfd_mach_fido instead of
	bfd_mach_cpu32_fido.
	(m68k_arch_features): Use fido_a instead of cpu32.
	(bfd_m68k_compatible): Reject the combination of Fido and
	ColdFire.  Accept the combination of CPU32 and Fido with a
	warning.
	* elf32-m68k.c (elf32_m68k_object_p,
	elf32_m68k_merge_private_bfd_data,
	elf32_m68k_print_private_bfd_data): Treat Fido as an
	architecture by itself.

2007-01-08  Kai Tietz	<kai.tietz@onevision.com>

	* config.bfd: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.

2007-01-05  Jakub Jelinek  <jakub@redhat.com>

	* texhex.c (first_phase): Don't fall through into the default
	case.
	(pass_over): Replace abort () calls with return FALSE.  Fix
	buffer overflow.

2007-01-04  Jie Zhang  <jie.zhang@analog.com>

	* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't set
	SEC_EXCLUDE on zero size .eh_frame.

For older changes see ChangeLog-2006

Local Variables:
mode: change-log
left-margin: 8
fill-column: 74
version-control: never
End: