* common.h (PN_XNUM): Define.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
f6ebfac0
AM
12010-01-19 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2
3 * elf32-arm.c (elf32_arm_howto_table_1): Correct bitsize of
4 R_ARM_THM_CALL entry.
5 (elf32_arm_final_link_relocate): Correct calculation of
6 reloc_signed_max when doing a R_ARM_THM_CALL, R_ARM_THM_XPC22,
7 or R_ARM_THM_JUMP24 relocation.
8
22eb4b1d
AM
92010-01-18 Alan Modra <amodra@gmail.com>
10
11 PR 11168
12 * coffcode.h (coff_compute_section_file_positions): Move Rs6000COFF_C
13 block past vars in COFF_IMAGE_WITH_PE block. Report error on more
14 than 32k sections.
15
6ec12636
JK
162010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17
18 Fix compilation warning on gcc-3.4.
19 * vms-tir.c (start_etir_record, sto_imm): Rename the prototype
20 parameter index to sec_index according to the function definition.
21
38a7df63
CF
222010-01-13 Chao-ying Fu <fu@mips.com>
23
24 * elfxx-mips.c (JR_TO_B_P): New define to transform JR to B.
25 It is true for all CPUs.
26 (jal_reloc_p): New function.
27 (mips_elf_calculate_relocation): Rename require_jalxp to
28 cross_mode_jump_p.
29 Update comment for CROSS_MODE_JUMP_P.
30 Set up cross_mode_jump_p based on the mode change.
31 (mips_elf_perform_relocation): Rename require_jalx to cross_mode_jump_p.
32 Update comment for CROSS_MODE_JUMP_P.
33 Test cross_mode_jump_p and jal_reloc_p to turn jal to jalx.
34 Use !cross_mode_jump_p to guard conversion.
35 Convert "jr t9" to "b", if possible.
36 (_bfd_mips_elf_relocate_section): Rename require_jalx to
37 cross_mode_jump_p.
38 Pass &cross_mode_jump_p to call mips_elf_calculate_relocation.
39 Pass cross_mode_jump_p to call mips_elf_perform_relocation.
40
91b9a4a4
NC
412010-01-13 Nick Clifton <nickc@redhat.com>
42
43 * cpu-m32c.c (m32c_scan): New function. Ensures that a scan for
44 "m32c" returns the m32c arch_info_struct and not the m16c
45 arch_info_struct.
46 (arch_info_struct): Use the new scan function.
47 (bfd_m32c_arch): Likewise.
48
618b7301
TG
492010-01-13 Tristan Gingold <gingold@adacore.com>
50
51 * config.bfd: Remove duplicated target vector for i386-*-darwin.
52 Appends new arch instead of overriding.
53 Use mach_o_x86_64_vec for x86_64-*-darwin.
54 * configure.in: Add mach_o_x86_64_vec.
55 * configure: Regenerate.
56 * targets.c: Declare mach_o_x86_64_vec, add it to _bfd_target_vector.
57 * Makefile.am (BFD64_BACKENDS): Add mach-o-x86-64.lo
58 (BFD64_BACKENDS_CFILES): Add mach-o-x86-64.c
59 * Makefile.in: Regenerate.
60 * mach-o-x86-64.c: New file.
61
f88af2f1
TG
622010-01-13 Tristan Gingold <gingold@adacore.com>
63
64 * reloc.c: Add MACH_O_X86_64 relocations.
65 * bfd-in2.h: Regenerate.
66 * libbfd.h: Regenerate.
67
19172f39
TG
682010-01-13 Tristan Gingold <gingold@adacore.com>
69
70 * archive.c (normalize): Use lbasename.
71 (bfd_bsd_truncate_arname): Ditto.
72 (bfd_gnu_truncate_arname): Ditto.
73
6cdb8d82
TG
742010-01-12 Tristan Gingold <gingold@adacore.com>
75
76 * makefile.vms (CFLAGS): Turns warnings into informational messages.
77
9a753de0
TG
782010-01-11 Tristan Gingold <gingold@adacore.com>
79
80 * mach-o.h: Add x86-64 relocation types.
81
42fa0891
TG
822010-01-11 Tristan Gingold <gingold@adacore.com>
83
84 * mach-o.h (bfd_mach_o_backend_data): Add arch field.
85 (bfd_mach_o_set_arch_mach): New prototype.
86 * mach-o.c (bfd_mach_o_mkobject): Define with bfd_mach_o_gen_mkobject.
87 (bfd_mach_o_set_arch_mach): New function.
88 (bfd_mach_o_gen_mkobject): New function.
89 Set TARGET_ARCHITECTURE for the generic back-ends.
90 * mach-o-target.c (bfd_mach_o_set_arch_mach): Remove define.
91 Check that TARGET_ARCHITECTURE is defined.
92 Add TARGET_ARCHITECTURE in TARGET_NAME_BACKEND structure.
93 * mach-o-i386.c (TARGET_ARCHITECTURE): Define.
94
cba0723b
TG
952010-01-11 Tristan Gingold <gingold@adacore.com>
96
19172f39 97 * archive.c (bfd_slurp_armap): Also check for Mach-O sorted armap.
cba0723b 98
4d421096
NC
992010-01-11 Nick Clifton <nickc@redhat.com>
100
101 * elf32-v850.c (v850_elf_perform_relocation): Fix overflow
102 handling of R_V850_HI16_S relocation.
103
20b1d3e3
AM
1042010-01-11 Alan Modra <amodra@gmail.com>
105
106 PR 11103
107 * dwarf1.c (parse_die): Correct FORM_STRING data pointer increment.
108
a358ecb8
AM
1092010-01-11 Alan Modra <amodra@gmail.com>
110
111 PR 6832
112 * dwarf2.c (struct comp_unit): Add sec_info_ptr.
113 (find_abstract_instance_name): Use it.
114 (parse_comp_unit): Set it.
115
3725885a
RW
1162010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
117
118 * Makefile.in: Regenerate.
119 * configure: Regenerate.
120
3ee87829
TG
1212010-01-08 Tristan Gingold <gingold@adacore.com>
122
123 * archive.c: Remove bfd_special_undocumented_glue.
124
fb34365b
AM
1252010-01-08 Alan Modra <amodra@gmail.com>
126
127 PR ld/11133
128 * elf32-cr16.c (elf32_cr16_gc_mark_hook): Call _bfd_elf_gc_mark_hook.
129 * elf32-microblaze.c (microblaze_elf_gc_mark_hook): Likewise.
130 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
131
d023c380
L
1322010-01-07 H.J. Lu <hongjiu.lu@intel.com>
133
134 PR ld/11138
135 * elflink.c (elf_link_check_versioned_symbol): Don't abort if
136 a symbol referenced by DSO is is defined in a non-shared object
137 and forced local.
138
bde6f3eb
L
1392010-01-07 H.J. Lu <hongjiu.lu@intel.com>
140
141 PR ld/11133
142 * elflink.c (_bfd_elf_gc_mark_hook): Check section XXX for
143 undefined __start_XXX/__stop_XXX in all input files and set
144 SEC_KEEP.
145
16583161
L
1462010-01-07 H.J. Lu <hongjiu.lu@intel.com>
147
148 PR ld/11143
149 * elflink.c (elf_gc_sweep): Keep SHT_NOTE section.
150
16231b7b
DG
1512010-01-04 Daniel Gutson <dgutson@codesourcery.com>
152
153 * bfd.m4 (BFD_HAVE_SYS_PROCFS_TYPE): Define _STRUCTURE_PROC
154 before including procfs.h.
155 (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Likewise.
156 * configure.in: Added autoconf probe for the pr_fpreg member.
157 * configure: Regenerated.
158 * config.in: Regenerated.
159 * elf.c: Define _STRUCTURE_PROC before including procfs.h.
160
608fa8d3
JB
1612010-01-04 Joel Brobecker <brobecker@adacore.com>
162
163 Fix -Wshadow warnings in dwarf2.c (seen on alpha-tru64).
164 * dwarf2.c (concat_filename): Rename dirname with dir_name
165 to void shadowing the dirname function.
166 Rename subdirname with subdir_name to stay consistent with
167 the new dir_name variable name.
168
0dc93057
AM
1692010-01-04 Edmar Wienskoski <edmar@freescale.com>
170
171 * archures.c: Add bfd_mach_ppc_e500mc64.
172 * bfd-in2.h: Regenerate.
173 * cpu-powerpc.c (bfd_powerpc_archs): Add entry for
174 bfd_mach_ppc_e500mc64.
175
baf9bed3
JB
1762010-01-01 Joel Brobecker <brobecker@adacore.com>
177
178 Fix -Wshadow warnings (seen on ppc-aix)
179 * xcofflink.c: Replace finfo by flinfo throughout.
180
43ecc30f 181For older changes see ChangeLog-2009
56882138
AM
182\f
183Local Variables:
184mode: change-log
185left-margin: 8
186fill-column: 74
187version-control: never
188End:
This page took 0.588195 seconds and 4 git commands to generate.