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