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