2010-01-21 Kai Tietz <kai.tietz@onevision.com>
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
55786da2
AK
12010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2
3 * elf32-s390.c (elf32_s390_merge_private_bfd_data): New function.
4 (bfd_elf32_bfd_merge_private_bfd_data): New macro definition.
5
a37a68dd
CC
62010-01-19 Cary Coutant <ccoutant@google.com>
7
8 * dwarf2.c (read_attribute_value): Add DW_FORM_ref_sig8.
9
ecd12bc1
AM
102010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
11 Alan Modra <amodra@gmail.com>
12
13 * elfcode.h (elf_swap_ehdr_out): Handle e_phnum > 0xffff.
14 (elf_object_p): Read e_phnum extension.
15 (elf_write_shdrs_and_ehdr): Write e_phnum extension.
16 * elfcore.h (elf_core_file_p): Read e_phnum extension. Sanity check
17 that we can read last program header.
18
f6ebfac0
AM
192010-01-19 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
20
21 * elf32-arm.c (elf32_arm_howto_table_1): Correct bitsize of
22 R_ARM_THM_CALL entry.
23 (elf32_arm_final_link_relocate): Correct calculation of
24 reloc_signed_max when doing a R_ARM_THM_CALL, R_ARM_THM_XPC22,
25 or R_ARM_THM_JUMP24 relocation.
26
22eb4b1d
AM
272010-01-18 Alan Modra <amodra@gmail.com>
28
29 PR 11168
30 * coffcode.h (coff_compute_section_file_positions): Move Rs6000COFF_C
31 block past vars in COFF_IMAGE_WITH_PE block. Report error on more
32 than 32k sections.
33
6ec12636
JK
342010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
35
36 Fix compilation warning on gcc-3.4.
37 * vms-tir.c (start_etir_record, sto_imm): Rename the prototype
38 parameter index to sec_index according to the function definition.
39
38a7df63
CF
402010-01-13 Chao-ying Fu <fu@mips.com>
41
42 * elfxx-mips.c (JR_TO_B_P): New define to transform JR to B.
43 It is true for all CPUs.
44 (jal_reloc_p): New function.
45 (mips_elf_calculate_relocation): Rename require_jalxp to
46 cross_mode_jump_p.
47 Update comment for CROSS_MODE_JUMP_P.
48 Set up cross_mode_jump_p based on the mode change.
49 (mips_elf_perform_relocation): Rename require_jalx to cross_mode_jump_p.
50 Update comment for CROSS_MODE_JUMP_P.
51 Test cross_mode_jump_p and jal_reloc_p to turn jal to jalx.
52 Use !cross_mode_jump_p to guard conversion.
53 Convert "jr t9" to "b", if possible.
54 (_bfd_mips_elf_relocate_section): Rename require_jalx to
55 cross_mode_jump_p.
56 Pass &cross_mode_jump_p to call mips_elf_calculate_relocation.
57 Pass cross_mode_jump_p to call mips_elf_perform_relocation.
58
91b9a4a4
NC
592010-01-13 Nick Clifton <nickc@redhat.com>
60
61 * cpu-m32c.c (m32c_scan): New function. Ensures that a scan for
62 "m32c" returns the m32c arch_info_struct and not the m16c
63 arch_info_struct.
64 (arch_info_struct): Use the new scan function.
65 (bfd_m32c_arch): Likewise.
66
618b7301
TG
672010-01-13 Tristan Gingold <gingold@adacore.com>
68
69 * config.bfd: Remove duplicated target vector for i386-*-darwin.
70 Appends new arch instead of overriding.
71 Use mach_o_x86_64_vec for x86_64-*-darwin.
72 * configure.in: Add mach_o_x86_64_vec.
73 * configure: Regenerate.
74 * targets.c: Declare mach_o_x86_64_vec, add it to _bfd_target_vector.
75 * Makefile.am (BFD64_BACKENDS): Add mach-o-x86-64.lo
76 (BFD64_BACKENDS_CFILES): Add mach-o-x86-64.c
77 * Makefile.in: Regenerate.
78 * mach-o-x86-64.c: New file.
79
f88af2f1
TG
802010-01-13 Tristan Gingold <gingold@adacore.com>
81
82 * reloc.c: Add MACH_O_X86_64 relocations.
83 * bfd-in2.h: Regenerate.
84 * libbfd.h: Regenerate.
85
19172f39
TG
862010-01-13 Tristan Gingold <gingold@adacore.com>
87
88 * archive.c (normalize): Use lbasename.
89 (bfd_bsd_truncate_arname): Ditto.
90 (bfd_gnu_truncate_arname): Ditto.
91
6cdb8d82
TG
922010-01-12 Tristan Gingold <gingold@adacore.com>
93
94 * makefile.vms (CFLAGS): Turns warnings into informational messages.
95
9a753de0
TG
962010-01-11 Tristan Gingold <gingold@adacore.com>
97
98 * mach-o.h: Add x86-64 relocation types.
99
42fa0891
TG
1002010-01-11 Tristan Gingold <gingold@adacore.com>
101
102 * mach-o.h (bfd_mach_o_backend_data): Add arch field.
103 (bfd_mach_o_set_arch_mach): New prototype.
104 * mach-o.c (bfd_mach_o_mkobject): Define with bfd_mach_o_gen_mkobject.
105 (bfd_mach_o_set_arch_mach): New function.
106 (bfd_mach_o_gen_mkobject): New function.
107 Set TARGET_ARCHITECTURE for the generic back-ends.
108 * mach-o-target.c (bfd_mach_o_set_arch_mach): Remove define.
109 Check that TARGET_ARCHITECTURE is defined.
110 Add TARGET_ARCHITECTURE in TARGET_NAME_BACKEND structure.
111 * mach-o-i386.c (TARGET_ARCHITECTURE): Define.
112
cba0723b
TG
1132010-01-11 Tristan Gingold <gingold@adacore.com>
114
19172f39 115 * archive.c (bfd_slurp_armap): Also check for Mach-O sorted armap.
cba0723b 116
4d421096
NC
1172010-01-11 Nick Clifton <nickc@redhat.com>
118
119 * elf32-v850.c (v850_elf_perform_relocation): Fix overflow
120 handling of R_V850_HI16_S relocation.
121
20b1d3e3
AM
1222010-01-11 Alan Modra <amodra@gmail.com>
123
124 PR 11103
125 * dwarf1.c (parse_die): Correct FORM_STRING data pointer increment.
126
a358ecb8
AM
1272010-01-11 Alan Modra <amodra@gmail.com>
128
129 PR 6832
130 * dwarf2.c (struct comp_unit): Add sec_info_ptr.
131 (find_abstract_instance_name): Use it.
132 (parse_comp_unit): Set it.
133
3725885a
RW
1342010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
135
136 * Makefile.in: Regenerate.
137 * configure: Regenerate.
138
3ee87829
TG
1392010-01-08 Tristan Gingold <gingold@adacore.com>
140
141 * archive.c: Remove bfd_special_undocumented_glue.
142
fb34365b
AM
1432010-01-08 Alan Modra <amodra@gmail.com>
144
145 PR ld/11133
146 * elf32-cr16.c (elf32_cr16_gc_mark_hook): Call _bfd_elf_gc_mark_hook.
147 * elf32-microblaze.c (microblaze_elf_gc_mark_hook): Likewise.
148 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
149
d023c380
L
1502010-01-07 H.J. Lu <hongjiu.lu@intel.com>
151
152 PR ld/11138
153 * elflink.c (elf_link_check_versioned_symbol): Don't abort if
154 a symbol referenced by DSO is is defined in a non-shared object
155 and forced local.
156
bde6f3eb
L
1572010-01-07 H.J. Lu <hongjiu.lu@intel.com>
158
159 PR ld/11133
160 * elflink.c (_bfd_elf_gc_mark_hook): Check section XXX for
161 undefined __start_XXX/__stop_XXX in all input files and set
162 SEC_KEEP.
163
16583161
L
1642010-01-07 H.J. Lu <hongjiu.lu@intel.com>
165
166 PR ld/11143
167 * elflink.c (elf_gc_sweep): Keep SHT_NOTE section.
168
16231b7b
DG
1692010-01-04 Daniel Gutson <dgutson@codesourcery.com>
170
171 * bfd.m4 (BFD_HAVE_SYS_PROCFS_TYPE): Define _STRUCTURE_PROC
172 before including procfs.h.
173 (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Likewise.
174 * configure.in: Added autoconf probe for the pr_fpreg member.
175 * configure: Regenerated.
176 * config.in: Regenerated.
177 * elf.c: Define _STRUCTURE_PROC before including procfs.h.
178
608fa8d3
JB
1792010-01-04 Joel Brobecker <brobecker@adacore.com>
180
181 Fix -Wshadow warnings in dwarf2.c (seen on alpha-tru64).
182 * dwarf2.c (concat_filename): Rename dirname with dir_name
183 to void shadowing the dirname function.
184 Rename subdirname with subdir_name to stay consistent with
185 the new dir_name variable name.
186
0dc93057
AM
1872010-01-04 Edmar Wienskoski <edmar@freescale.com>
188
189 * archures.c: Add bfd_mach_ppc_e500mc64.
190 * bfd-in2.h: Regenerate.
191 * cpu-powerpc.c (bfd_powerpc_archs): Add entry for
192 bfd_mach_ppc_e500mc64.
193
baf9bed3
JB
1942010-01-01 Joel Brobecker <brobecker@adacore.com>
195
196 Fix -Wshadow warnings (seen on ppc-aix)
197 * xcofflink.c: Replace finfo by flinfo throughout.
198
43ecc30f 199For older changes see ChangeLog-2009
56882138
AM
200\f
201Local Variables:
202mode: change-log
203left-margin: 8
204fill-column: 74
205version-control: never
206End:
This page took 0.628669 seconds and 4 git commands to generate.