* elf32-m32c.c (m32c_elf_howto_table): Don't complain about
[binutils-gdb.git] / bfd / ChangeLog
1 2007-01-25 DJ Delorie <dj@redhat.com>
2
3 * elf32-m32c.c (m32c_elf_howto_table): Don't complain about
4 R_M32C_16 or R_M32C_24 relocs.
5
6 2007-01-25 Nick Clifton <nickc@redhat.com>
7
8 PR binutils/3874
9 * elf32-avr.c (avr_link_hash_table): Check to make sure that the
10 hash table was created by elf32_avr_link_hash_table_create before
11 using it.
12 (elf32_avr_link_hash_newfunc): New function. Just pass the call
13 through to _bfd_elf_link_hash_newfunc.
14 (elf32_avr_link_hash_table_create): Use
15 elf32_avr_link_hash_newfunc instead of
16 _bfd_elf_link_hash_newfunc.
17 (elf32_avr_relocate_section): Check for the hash table pointer
18 being NULL.
19 (elf32_avr_relax_section, avr_build_one_stub,
20 elf32_avr_setup_params, get_local_syms, elf32_avr_size_stubs,
21 elf32_avr_build_stubs): Likewise.
22
23 2007-01-16 H.J. Lu <hongjiu.lu@intel.com>
24
25 PR ld/3831
26 * elf-bfd.h (bfd_elf_link_mark_dynamic_symbol): Add an
27 argument, Elf_Internal_Sym *.
28
29 * elflink.c (bfd_elf_link_mark_dynamic_symbol): Mark a data
30 symbol dynamic if info->dynamic_data is TRUE.
31 (bfd_elf_record_link_assignment): Updated call to
32 bfd_elf_record_link_assignment.
33 (_bfd_elf_merge_symbol): Likewise. Always call
34 bfd_elf_link_mark_dynamic_symbol.
35
36 2076-01-12 H.J. Lu <hongjiu.lu@intel.com>
37
38 * Makefile.am (BFD_LIBS): Removed.
39 * Makefile.in: Regenerated.
40
41 2076-01-11 H.J. Lu <hongjiu.lu@intel.com>
42
43 PR binutils/3631
44 * Makefile.am (OFILES): Add @bfd64_libs@.
45 (libbfd_la_SOURCES): Remove $(BFD64_LIBS_CFILES).
46 * Makefile.in: Regenerated.
47
48 * configure.in (bfd_libs): Replaced by ...
49 (bfd64_libs): This.
50 * configure: Regenerated.
51
52 2007-01-11 Nathan Sidwell <nathan@codesourcery.com>
53
54 * elf.c (assign_file_positions_for_load_sections): We can
55 require fewer phdrs than expected.
56
57 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
58
59 * archures.c (bfd_mach_cpu32_fido): Rename to bfd_mach_fido.
60 * bfd-in2.h: Regenerate.
61 * cpu-m68k.c (arch_info_struct): Use bfd_mach_fido instead of
62 bfd_mach_cpu32_fido.
63 (m68k_arch_features): Use fido_a instead of cpu32.
64 (bfd_m68k_compatible): Reject the combination of Fido and
65 ColdFire. Accept the combination of CPU32 and Fido with a
66 warning.
67 * elf32-m68k.c (elf32_m68k_object_p,
68 elf32_m68k_merge_private_bfd_data,
69 elf32_m68k_print_private_bfd_data): Treat Fido as an
70 architecture by itself.
71
72 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
73
74 * config.bfd: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
75
76 2007-01-05 Jakub Jelinek <jakub@redhat.com>
77
78 * texhex.c (first_phase): Don't fall through into the default
79 case.
80 (pass_over): Replace abort () calls with return FALSE. Fix
81 buffer overflow.
82
83 2007-01-04 Jie Zhang <jie.zhang@analog.com>
84
85 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't set
86 SEC_EXCLUDE on zero size .eh_frame.
87
88 For older changes see ChangeLog-2006
89 \f
90 Local Variables:
91 mode: change-log
92 left-margin: 8
93 fill-column: 74
94 version-control: never
95 End: