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