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