]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
* ld-scripts/default-script.exp: Add "--local-store 0:0" to
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
16cecee5
L
12076-01-31 H.J. Lu <hongjiu.lu@intel.com>
2
3 * elf32-cris.c (INCLUDED_TARGET_FILE): Removed.
4 (elf32_bed): Defined for elf32-us-cris.
5
6 * elf64-sh64.c (elf64_bed): Defined for Linux.
7 (INCLUDED_TARGET_FILE): Removed.
8
9 * elfxx-target.h (elfNN_bed): Always define. Don't check
10 INCLUDED_TARGET_FILE.
11
c9b57b7e
DD
122007-01-31 DJ Delorie <dj@redhat.com>
13
14 * elf-m10300.c (mn10300_elf_relocate_section): Clarify the warning
15 message for dangerous relocs, special case the common user error.
16
53020534
L
172007-01-30 H.J. Lu <hongjiu.lu@intel.com>
18
19 * elf.c (copy_elf_program_header): Start from the first section
20 in a segment and stop when all sections in a segment are
21 accounted for.
22
c7b8f16e
JB
232007-01-29 Julian Brown <julian@codesourcery.com>
24
25 * bfd-in2.h: Regenerate.
26 * bfd-in.h (bfd_arm_vfp11_fix): New enum. Specify how VFP11
27 instruction scanning should be done.
28 (bfd_elf32_arm_init_maps, bfd_elf32_arm_vfp11_erratum_scan)
29 (bfd_elf32_arm_vfp11_fix_veneer_locations): Add prototypes.
30 (bfd_elf32_arm_set_target_relocs): Add vfp11 fix type argument to
31 prototype.
32 * elf-bfd.h (elf_backend_write_section): Add struct bfd_link_info
33 argument.
34 * elf32-arm.c (VFP11_ERRATUM_VENEER_SECTION_NAME)
35 (VFP11_ERRATUM_VENEER_ENTRY_NAME): Define macros.
36 (elf32_vfp11_erratum_type): New enum.
37 (elf32_vfp11_erratum_list): New struct. List of veneers or jumps to
38 veneers.
39 (_arm_elf_section_data): Add mapsize, erratumcount, erratumlist.
40 (elf32_arm_link_hash_table): Add vfp11_erratum_glue_size,
41 vfp11_fix and num_vfp11_fixes fields.
42 (elf32_arm_link_hash_table_create): Initialise vfp11_fix,
43 vfp11_erratum_glue_size, num_vfp11_fixes fields.
44 (VFP11_ERRATUM_VENEER_SIZE): Define. Size of an (ARM) veneer.
45 (bfd_elf32_arm_allocate_interworking_sections): Initialise erratum
46 glue section.
47 (elf32_arm_section_map_add): Add an code/data mapping symbol entry
48 to a section's map.
49 (record_vfp11_erratum_veneer): Create a single veneer, and its
50 associated symbols.
51 (bfd_elf32_arm_add_glue_sections_to_bfd): Add vfp11 erratum glue.
52 (bfd_elf32_arm_init_maps): Initialise mapping symbol table for input
53 BFDs.
54 (bfd_elf32_arm_set_vfp11_fix): Set the type of erratum workaround
55 required.
56 (bfd_arm_vfp11_pipe): Define VFP11 instruction pipes.
57 (bfd_arm_vfp11_regno): Recode a register number from a VFP11 insn.
58 (bfd_arm_vfp11_write_mask): Update write mask according to coded
59 register number.
60 (bfd_arm_vfp11_antidependency): New function.
61 (bfd_arm_vfp11_insn_decode): Decode a VFP11 insn.
62 (elf32_arm_compare_mapping): Declare.
63 (bfd_elf32_arm_vfp11_erratum_scan): Scan the sections of an input
64 BFD for potential erratum-triggering insns. Record results.
65 (bfd_elf32_arm_vfp11_fix_veneer_locations): Find out where veneers
66 and branches to veneers have been placed in virtual memory after
67 layout.
68 (bfd_elf32_arm_set_target_relocs): Set vfp11_fix field in global
69 hash table.
70 (elf32_arm_output_symbol_hook): Remove.
71 (elf32_arm_write_section): Output veneers, and branches to veneers.
72 Use maps from input sections, not output sections, for code
73 byte-swapping.
74 * elf32-ppc.c (ppc_elf_write_section): Add dummy link_info argument.
75 * elf32-score.c (_bfd_score_elf_write_section): Likewise.
76 * elfxx-mips.c (_bfd_mips_elf_write_section): Likewise.
77 * elfxx-mips.h (_bfd_mips_elf_write_section): Likewise.
78
792007-01-27 H.J. Lu <hongjiu.lu@intel.com>
83d1651b
L
80
81 * elf64-hppa.c (elf64_bed): Defined for HPUX and Linux.
b8210914 82 (INCLUDED_TARGET_FILE): Removed.
83d1651b 83
914dfb0f
DA
842007-01-27 Mike Frysinger <vapier@gentoo.org>
85
86 * elf32-hppa.c (elf32_bed): Define for hpux, linux and netbsd.
87 (INCLUDED_TARGET_FILE): Remove.
88
78eba9b6
DD
892007-01-25 DJ Delorie <dj@redhat.com>
90
91 * elf32-m32c.c (m32c_elf_howto_table): Don't complain about
92 R_M32C_16 or R_M32C_24 relocs.
93
64ee10b6
NC
942007-01-25 Nick Clifton <nickc@redhat.com>
95
96 PR binutils/3874
97 * elf32-avr.c (avr_link_hash_table): Check to make sure that the
98 hash table was created by elf32_avr_link_hash_table_create before
99 using it.
100 (elf32_avr_link_hash_newfunc): New function. Just pass the call
101 through to _bfd_elf_link_hash_newfunc.
102 (elf32_avr_link_hash_table_create): Use
103 elf32_avr_link_hash_newfunc instead of
104 _bfd_elf_link_hash_newfunc.
105 (elf32_avr_relocate_section): Check for the hash table pointer
106 being NULL.
107 (elf32_avr_relax_section, avr_build_one_stub,
108 elf32_avr_setup_params, get_local_syms, elf32_avr_size_stubs,
109 elf32_avr_build_stubs): Likewise.
110
40b36307
L
1112007-01-16 H.J. Lu <hongjiu.lu@intel.com>
112
113 PR ld/3831
114 * elf-bfd.h (bfd_elf_link_mark_dynamic_symbol): Add an
115 argument, Elf_Internal_Sym *.
116
117 * elflink.c (bfd_elf_link_mark_dynamic_symbol): Mark a data
118 symbol dynamic if info->dynamic_data is TRUE.
119 (bfd_elf_record_link_assignment): Updated call to
120 bfd_elf_record_link_assignment.
121 (_bfd_elf_merge_symbol): Likewise. Always call
122 bfd_elf_link_mark_dynamic_symbol.
123
a454209d
L
1242076-01-12 H.J. Lu <hongjiu.lu@intel.com>
125
126 * Makefile.am (BFD_LIBS): Removed.
127 * Makefile.in: Regenerated.
128
21e40a48
L
1292076-01-11 H.J. Lu <hongjiu.lu@intel.com>
130
131 PR binutils/3631
132 * Makefile.am (OFILES): Add @bfd64_libs@.
133 (libbfd_la_SOURCES): Remove $(BFD64_LIBS_CFILES).
134 * Makefile.in: Regenerated.
135
136 * configure.in (bfd_libs): Replaced by ...
137 (bfd64_libs): This.
138 * configure: Regenerated.
139
59e0647f
NS
1402007-01-11 Nathan Sidwell <nathan@codesourcery.com>
141
142 * elf.c (assign_file_positions_for_load_sections): We can
143 require fewer phdrs than expected.
144
3bdcfdf4
KH
1452007-01-08 Kazu Hirata <kazu@codesourcery.com>
146
147 * archures.c (bfd_mach_cpu32_fido): Rename to bfd_mach_fido.
148 * bfd-in2.h: Regenerate.
149 * cpu-m68k.c (arch_info_struct): Use bfd_mach_fido instead of
150 bfd_mach_cpu32_fido.
151 (m68k_arch_features): Use fido_a instead of cpu32.
152 (bfd_m68k_compatible): Reject the combination of Fido and
153 ColdFire. Accept the combination of CPU32 and Fido with a
154 warning.
155 * elf32-m68k.c (elf32_m68k_object_p,
156 elf32_m68k_merge_private_bfd_data,
157 elf32_m68k_print_private_bfd_data): Treat Fido as an
158 architecture by itself.
159
42037fe5
NC
1602007-01-08 Kai Tietz <kai.tietz@onevision.com>
161
162 * config.bfd: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
163
ebe8b991
JJ
1642007-01-05 Jakub Jelinek <jakub@redhat.com>
165
166 * texhex.c (first_phase): Don't fall through into the default
167 case.
168 (pass_over): Replace abort () calls with return FALSE. Fix
169 buffer overflow.
170
b327f31f
AM
1712007-01-04 Jie Zhang <jie.zhang@analog.com>
172
173 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't set
174 SEC_EXCLUDE on zero size .eh_frame.
175
10a2343e 176For older changes see ChangeLog-2006
56882138
AM
177\f
178Local Variables:
179mode: change-log
180left-margin: 8
181fill-column: 74
182version-control: never
183End: