]>
Commit | Line | Data |
---|---|---|
2ab47eed AM |
1 | 2000-06-20 Alan Modra <[email protected]> |
2 | ||
3 | * archive.c (normalize): Correct pointer comparison when checking | |
4 | for backslashes. | |
5 | (bfd_bsd_truncate_arname): Likewise. | |
6 | (bfd_gnu_truncate_arname): Likewise. | |
7 | ||
b305ef96 UC |
8 | 2000-06-20 Ulf Carlsson <[email protected]> |
9 | ||
10 | * elf-bfd.h (struct elf_obj_tdata): Define per BFD Irix 5 virtual | |
11 | sections elf_{text,data}_{section,symbol}. | |
12 | * elf32-mips.c: mips_elf_{text,data}_{section,symbol}{,_ptr}: Remove. | |
13 | (_bfd_mips_elf_hide_symbol): New function. | |
14 | (elf_backend_hide_symbol): Map to the new function. | |
15 | (_bfd_mips_elf_add_symbol_hook): Change to use new per BFD | |
16 | definitions of mips_elf_{text,data}_{section,symbol}. | |
17 | (mips_elf_local_relocation_p): Try to find the direct symbol | |
18 | based on new check_forced argument. | |
19 | (mips_elf_calculate_relocation): Use new version of | |
20 | mips_elf_local_relocation_p. | |
21 | (mips_elf_relocate_section): Likewise. | |
22 | (_bfd_mips_elf_relocate_section): Likewise. | |
23 | (mips_elf_sort_hash_table): Only assert that have enough GOT | |
24 | space. | |
25 | (mips_elf_got16_entry): Match all 32 bits to the existing GOT | |
26 | entry if the relocation based on the new external argument. | |
27 | (mips_elf_create_dynamic_relocation): Assert that we have a | |
28 | section contents allocated where we can swap out the dynamic | |
29 | relocations. | |
30 | (mips_elf_calculate_relocation): Find the real hash-table entry | |
31 | correctly by using h->root.root.type. Only create a dynamic | |
32 | relocation entry if the symbol is defined in a shared library. | |
33 | Create an external GOT entry for the GOT16 relocation if the | |
34 | symbol was forced local. | |
35 | (_bfd_mips_elf_finish_dynamic_symbol): Don't assert there is a | |
36 | dynamic index if the symbol was forced local. | |
37 | ||
38 | 2000-06-20 Maciej W. Rozycki <[email protected]> | |
39 | ||
40 | * elf32-mips.c: Fix typos in comments. | |
41 | ||
1605fc4f MK |
42 | 2000-06-19 Mark Kettenis <[email protected]> |
43 | ||
44 | * rs6000-core.c: Wrap definition of `union VmInfo' within #ifdef | |
45 | CORE_VERSION_1. | |
46 | ||
60bcf0fa NC |
47 | 2000-06-18 Stephane Carrez <[email protected]> |
48 | ||
49 | * Makefile.in, bfd-in2.h, libbfd.h, configure: Rebuild. | |
50 | * Makefile.am (ALL_MACHINES, ALL_MACHINES_CFILES, BFD32_BACKENDS, | |
51 | BFD32_BACKENDS_CFILES): Add 68hc12, 68hc11 files. | |
52 | * configure.in (bfd_elf32_m68hc12_vec): Recognize. | |
53 | (bfd_elf32_m68hc11_vec): Likewise. | |
54 | * config.bfd (targ_cpu): Recognize 68hc12 and 68hc11. | |
55 | Supports 68hc11 & 68hc12 at the same time. | |
56 | * targets.c (bfd_elf32_m68hc12_vec): Declare and put in | |
57 | bfd_target_vector. | |
58 | (bfd_elf32_m68hc11_vec): Likewise. | |
59 | * elf.c (prep_headers): Recognize bfd_arch_m68hc12 and 68hc11. | |
60 | * archures.c (bfd_m68hc12_arch): Define and register in global list | |
61 | (bfd_m68hc11_arch): Likewise. | |
62 | * reloc.c (BFD_RELOC_M68HC11_HI8, BFD_RELOC_M68HC11_LO8, | |
63 | BFD_RELOC_M68HC11_3B): Define. | |
64 | * cpu-m68hc12.c, elf32-m68hc12.c: New files for 68hc12 support. | |
65 | * cpu-m68hc11.c, elf32-m68hc11.c: New files for 68hc11 support. | |
66 | ||
f41cbf03 UC |
67 | 2000-06-18 Ulf Carlsson <[email protected]> |
68 | ||
69 | * elf_bfd.h (struct elf_backend_data): Add info argument to | |
70 | elf_backend_hide_symbol. | |
71 | (_bfd_elf_link_hash_hide_symbol): Likewise. | |
72 | * elf.c (_bfd_elf_link_hash_hide_symbol): Likewise. | |
73 | * elf64-ia64.c (elf64_ia64_hash_hide_symbol): Likewise. | |
74 | * elflink.h (elf_link_add_object_symbols): Likewise. | |
75 | (elf_link_assign_sym_version): Likewise. | |
76 | ||
689be717 L |
77 | 2000-06-18 H.J. Lu <[email protected]> |
78 | ||
79 | * coff-i386.c (coff_i386_reloc): Don't return in case of | |
80 | output_bfd == (bfd *) NULL if COFF_WITH_PE is defined. | |
81 | Compensate PE relocations when linking with non-PE object | |
82 | files to generate a non-PE executable. | |
83 | ||
9a8f3bb7 UC |
84 | 2000-06-17 Ulf Carlsson <[email protected]> |
85 | ||
86 | * elf32-mips.c (mips_elf_calculate_relocation): Explicitly write | |
87 | GOT entries if we're doing a static link or -Bsymbolic link. | |
88 | ||
32f0787a UC |
89 | 2000-06-15 Ulf Carlsson <[email protected]> |
90 | ||
91 | * elflink.h (elf_link_adjust_relocs): Check for and call backend | |
92 | specifific swap_reloc_{in,out} and swap_reloca_{in,out} if | |
93 | available. | |
94 | (elf_link_output_relocs): Likewise. | |
95 | (elf_reloc_link_order): Likewise. | |
96 | ||
87f33987 ND |
97 | 2000-06-16 Nicholas Duffek <[email protected]> |
98 | ||
99 | * archures.c (enum bfd_architecture): #define constants for | |
100 | PowerPc and RS6000 machine numbers. | |
101 | * bfd-in2.h: Regenerate. | |
102 | * coffcode.h (coff_set_arch_mach_hook): #ifdef XCOFF64, set arch | |
103 | to bfd_arch_powerpc instead of bfd_arch_rs6000. Refer to PowerPc | |
104 | and RS6000 machine numbers using #defined constants from | |
105 | archures.c. | |
106 | * cpu-powerpc.c (arch_info_struct): Refer to PowerPc and RS6000 | |
107 | machine numbers using #defined constants from archures.c. Add | |
108 | entries for EC603e, 630, A35, RS64II, RS64III, 7400. Specify | |
109 | 64-bit words in 620 entry. | |
110 | * cpu-rs6000.c (arch_info_struct): Create with entries for RS1, | |
111 | RSC, and RS2. | |
112 | (bfd_rs6000_arch): Change default machine to 0 (bfd_mach_rs6k). | |
113 | ||
a2fdf270 ND |
114 | 2000-06-16 Nicholas Duffek <[email protected]> |
115 | ||
116 | * coffcode.h (coff_mkobject_hook): Set xcoff_tdata.xcoff64. | |
117 | * libcoff-in.h (struct xcoff_tdata): Define xcoff64 field. | |
118 | * libcoff.h (struct xcoff_tdata): Define xcoff64 field. | |
119 | ||
9bd09e22 ND |
120 | 2000-06-16 Nicholas Duffek <[email protected]> |
121 | ||
122 | * bfd-in.h (bfd_family_coff): Define. | |
123 | * bfd-in2.h: Regenerate. | |
124 | * coffgen.c (coff_count_linenumbers, coff_symbol_from, | |
125 | coff_find_nearest_line): Check COFFness using bfd_family_coff() | |
126 | instead of bfd_target_coff_flavour. | |
127 | * cofflink.c (_bfd_coff_final_link): Likewise. | |
128 | * cpu-ns32k.c (do_ns32k_reloc): Don't strcmp() target name to | |
129 | exclude XCOFF files. | |
130 | * reloc.c (bfd_perform_relocation, bfd_install_relocation): | |
131 | Likewise. | |
132 | * targets.c (enum bfd_flavour): Add bfd_target_xcoff_flavour. | |
133 | * xcoff-target.h (TARGET_SYM): Use bfd_target_xcoff_flavour. | |
134 | * xcofflink.c (XCOFF_XVECP): Delete. | |
135 | (bfd_xcoff_link_record_set, bfd_xcoff_import_symbol, | |
136 | bfd_xcoff_export_symbol, bfd_xcoff_link_count_reloc, | |
137 | bfd_xcoff_record_link_assignment, | |
138 | bfd_xcoff_size_dynamic_sections): Replace XCOFF_XVECP() with | |
139 | check for bfd_target_xcoff_flavour. | |
140 | ||
59d9f049 ND |
141 | 2000-06-16 Nicholas Duffek <[email protected]> |
142 | ||
143 | * rs6000-core.c: Support 64-bit core files, support pre-4.3 core | |
144 | files on AIX 4.3. | |
145 | (read_hdr): New function. | |
146 | (rs6000coff_core_p): Store mstsave or __context64 struct instead | |
147 | of trying to extract individual registers. Set abfd->arch_info | |
148 | to match the architecture that created the core file. | |
149 | (rs6000coff_get_section_contents): Delete. | |
150 | * xcoff-target.h (rs6000coff_get_section_contents): Delete. | |
151 | ||
63e39178 L |
152 | 2000-06-14 H.J. Lu <[email protected]> |
153 | ||
154 | * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_rec) | |
155 | is NULL. | |
156 | ||
bcef29e6 L |
157 | 2000-06-13 H.J. Lu <[email protected]> |
158 | ||
159 | * configure: Regenerate. | |
160 | ||
26bfd1c0 JR |
161 | Tue Jun 13 01:28:57 2000 J"orn Rennecke <[email protected]> |
162 | ||
163 | * peicode.h (pe_ILF_object_p): Use TARGET_LITTLE_SYM instead of | |
164 | armpei_little_vec. | |
165 | ||
946efd95 DB |
166 | 2000-06-08 David O'Brien <[email protected]> |
167 | ||
168 | * configure.in (VERSION): Update to show this is the CVS mainline. | |
169 | ||
1b452ec6 AM |
170 | 2000-06-07 Alan Modra <[email protected]> |
171 | ||
172 | * elf32-d10v.c: Include elf/d10v.h | |
173 | (enum reloc_type): Delete. | |
174 | * elf32-d30v.c: Include elf/d30v.h | |
175 | (enum reloc_type): Delete. | |
176 | ||
177 | * Makefile.am: Run "make dep-am" to regenerate dependencies. | |
178 | * Makefile.in: Regenerate. | |
179 | ||
180 | * elf32-i386.c (elf_howto_table): Remove EMPTY_HOWTOs. | |
dc47f327 AM |
181 | (elf32_i386_vtinherit_howto, elf32_i386_vtentry_howto): Delete and |
182 | move HOWTOs into elf_howto_table. | |
1b452ec6 | 183 | (R_386_standard, R_386_ext_offset): Define. |
dc47f327 | 184 | (R_386_ext, R_386_vt_offset, R_386_vt): Define. |
1b452ec6 | 185 | (elf_i386_reloc_type_lookup): Modify calculation of index into |
dc47f327 | 186 | elf_howto_table since we've removed the padding. |
1b452ec6 AM |
187 | (elf_i386_info_to_howto_rel): Likewise. |
188 | (elf_i386_relocate_section): Likewise. | |
189 | ||
e0ebfc61 MS |
190 | 2000-06-06 Michael Snyder <[email protected]> |
191 | ||
192 | * elf.c (elf_grok_pr_status): Eliminate reference to prgregset_t. | |
193 | ||
9d6eee78 L |
194 | 2000-06-05 H.J. Lu <[email protected]> |
195 | ||
196 | * elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't flag | |
197 | an error when seeing an undefined symbol with hidden/internal | |
198 | attribute. It is handled in *_relocate_section (). | |
199 | ||
94b6c40a L |
200 | 2000-06-05 H.J. Lu <[email protected]> |
201 | ||
202 | * elflink.h (elf_fix_symbol_flags): Follow the link for the | |
203 | indirect symbol for the ELF_LINK_NON_ELF bit. | |
204 | (elf_link_output_extsym): Don't output the indirect symbol even | |
205 | if the ELF_LINK_NON_ELF bit is set. | |
206 | ||
0af288f3 C |
207 | 2000-06-01 J.T. Conklin <[email protected]> |
208 | ||
209 | * config.bfd (i[3456]86-*-netbsdelf*): New target. | |
210 | (i[3456]86-*-netbsdaout*): New target. | |
211 | (i[3456]86-*-netbsd*): Add bfd_elf32_i386_vec to targ_selvecs. | |
212 | (i[3456]86-*-openbsd*): Likewise. | |
213 | ||
12df4d3c AC |
214 | Tue May 30 15:39:04 2000 Andrew Cagney <[email protected]> |
215 | ||
216 | * trad-core.c: From hpux-core.c, include <dirent.h> or | |
217 | <sys/ndir.h> when possible. | |
218 | ||
c0ae4ccc NC |
219 | 2000-05-31 Nick Clifton <[email protected]> |
220 | ||
221 | * opintl.h (_(String)): Explain why dgettext is used instead | |
222 | of gettext. | |
223 | ||
321fa097 UD |
224 | 2000-05-31 Ulrich Drepper <[email protected]> |
225 | ||
226 | * elf.c (_bfd_elf_slurp_version_tables): Correct reading of version | |
227 | definitions. We must not assume they are sorted in the file | |
228 | according to their index numbers. | |
229 | ||
70d72e0e AM |
230 | 2000-05-31 Alan Modra <[email protected]> |
231 | ||
232 | * elf-hppa.h: (elf_hppa_final_link_relocate): Use e_rsel field | |
233 | selector for R_PARISC_PCREL17R. R_PARISC_DIR17R and | |
234 | R_PARISC_DIR17F are for absolute branches; Handle them as such. | |
235 | ||
96f6d4c4 NC |
236 | 2000-05-30 Nick Clifton <[email protected]> |
237 | ||
238 | * cpu-i960.c (scan_960_mach): Accept 80960KA, 80960KB, | |
239 | 80960CA, 80960MC as valid machine names. | |
240 | ||
38048eb9 L |
241 | 2000-05-30 H.J. Lu <[email protected]> |
242 | ||
243 | * elflink.c (_bfd_elf_link_record_dynamic_symbol): Clear the | |
244 | visibility bits if the symbol is undefined. Correctly handle | |
245 | weak undefined symbols with hidden and internal attributes. | |
246 | ||
247 | * elflink.h (elf_link_add_object_symbols): Always turn the | |
248 | symbol into local if it has the hidden or internal attribute. | |
249 | ||
8c763017 PB |
250 | 2000-05-29 Philip Blundell <[email protected]> |
251 | ||
252 | * ppcboot.c: Add packed attribute if compiling with GCC. | |
253 | ||
1ae00f9d AM |
254 | 2000-05-29 Anatoly Vorobey <[email protected]> |
255 | ||
256 | * elf.c (_bfd_elf_link_hash_table_init): Initialize dynlocal. | |
257 | ||
4a938328 MS |
258 | 2000-05-26 Michael Snyder <[email protected]> |
259 | ||
260 | * elf.c (elfcore_grok_prstatus, elfcore_grok_pstatus, | |
261 | elfcore_grok_psinfo): Add code to allow debugging a 32-bit | |
262 | corefile on a 64-bit (Sparc Solaris) host. Also clean up | |
263 | a few old comments. | |
264 | ||
5af11cab AM |
265 | 2000-05-26 Alan Modra <[email protected]> |
266 | ||
2114f57b AM |
267 | * Makefile.am: Update dependencies with "make dep-am" |
268 | * Makefile.in: Regenerate. | |
269 | ||
5af11cab AM |
270 | * sysdep.h (gettext, dgettext, dcgettext, textdomain, |
271 | bindtextdomain): Replace defines with those from intl/libgettext.h | |
272 | to quieten gcc warnings. | |
273 | ||
274 | 2000-05-26 Eli Zaretskii <[email protected]> | |
275 | ||
276 | * aoutx.h (find_nearest_line): Use IS_ABSOLUTE_PATH. | |
277 | ||
278 | * archive.c (normalize, bfd_bsd_truncate_arname, | |
279 | bfd_gnu_truncate_arname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support | |
280 | file names with backslashes. | |
281 | ||
282 | * cache.c (bfd_open_file) [__MSDOS__]: Don't unlink the file | |
283 | before opening it. | |
284 | ||
285 | * sysdep.h: Include filenames.h. | |
286 | ||
b6cdd0fd AM |
287 | 2000-05-26 Alan Modra <[email protected]> |
288 | ||
289 | * opncls.c (bfd_close_all_done): Mask file perms with 0777 not 0x777. | |
290 | ||
f7775d95 JJ |
291 | 2000-05-26 Jakub Jelinek <[email protected]> |
292 | ||
293 | * elf64-sparc.c (sparc64_elf_relax_section): New. | |
294 | (sparc64_elf_relocate_section): Optimize tail call into branch always | |
295 | if possible. | |
296 | * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. | |
297 | (elf32_sparc_relax_section): New. | |
298 | ||
6c08d697 JJ |
299 | 2000-05-26 Jakub Jelinek <[email protected]> |
300 | ||
301 | * elf64-sparc.c: Add ATTRIBUTE_UNUSED to unused function parameters. | |
302 | Remove unusued variables. | |
303 | (sparc64_elf_relocate_section): Change r_symndx type to unsigned long. | |
304 | (sparc64_elf_merge_private_bfd_data): Fix shared library case from | |
305 | previous fix, so that shared libs really don't influence targets | |
306 | extension mask and memory model. | |
307 | ||
edb72b3b L |
308 | 2000-05-23 H.J. Lu <[email protected]> |
309 | ||
310 | * elf64-alpha.c (elf64_alpha_relocate_section): Check | |
311 | h->root.other not h->other. | |
ba09750c L |
312 | * elf32-mips.c (mips_elf_calculate_relocation): Likewise. |
313 | ||
314 | * elf32-ppc.c (ppc_elf_relocate_section): Fix a typo. | |
edb72b3b | 315 | |
3a27a730 L |
316 | 2000-05-23 H.J. Lu <[email protected]> |
317 | ||
318 | * elf32-i386.c (elf_i386_relocate_section): Don't allow the | |
319 | undefined symbol with the non-default visibility attributes. | |
320 | * elf-hppa.h (elf_hppa_relocate_section): Likewise. | |
321 | * elf32-arm.h (elf32_arm_relocate_section): Likewise. | |
322 | * elf32-i370.c (i370_elf_relocate_section): Likewise. | |
323 | * elf32-m68k.c (elf_m68k_relocate_section): Likewise. | |
324 | * elf32-mcore.c (mcore_elf_relocate_section): Likewise. | |
325 | * elf32-mips.c (mips_elf_calculate_relocation): Likewise. | |
326 | * elf32-ppc.c (ppc_elf_relocate_section): Likewise. | |
327 | * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. | |
328 | * elf64-alpha.c (elf64_alpha_relocate_section): Likewise. | |
329 | * elf64-ia64.c (elf64_ia64_relocate_section): Likewise. | |
330 | * elf64-sparc.c (sparc64_elf_relocate_section): Likewise. | |
331 | ||
748abff6 RH |
332 | 2000-05-22 Richard Henderson <[email protected]> |
333 | ||
334 | * elf64-ia64.c (ia64_howto_table): Add PCREL60B, PCREL21BI, | |
335 | PCREL22, PCREL64I. Zero size of special relocs. | |
336 | (elf64_ia64_reloc_type_lookup): Likewise. | |
337 | (USE_BRL, oor_brl, oor_ip): New. | |
338 | (elf64_ia64_relax_section): New. | |
339 | (elf64_ia64_check_relocs): Handle PCREL60B, PCREL22, PCREL64I. | |
340 | (elf64_ia64_install_value): Likewise, plus PCREL21BI. | |
341 | (elf64_ia64_relocate_section): Likewise. | |
342 | (bfd_elf64_bfd_relax_section): New. | |
343 | * reloc.c (BFD_RELOC_IA64_PCREL21BI): New. | |
344 | (BFD_RELOC_IA64_{PCREL22,PCREL60B,PCREL64I}): New. | |
345 | * bfd-in2.h, libbfd.h: Regenerate. | |
346 | ||
fb67355a NC |
347 | 2000-05-22 Nick Clifton <[email protected]> |
348 | ||
349 | * configure.in : Add peigen.lo to MIPS PE targets. | |
350 | * configure: Regenerate. | |
351 | ||
1fe494a5 NC |
352 | 2000-05-22 Momchil Velikov <[email protected]> |
353 | ||
354 | * libbfd.c (_bfd_generic_verify_endian_match): Compare endianess | |
748abff6 | 355 | only if it is known for both input and output bfds. Separate |
1fe494a5 NC |
356 | error message strings as in some languages, it may be necessary |
357 | to change more than one place in the string to change between | |
358 | 'big' and 'little'. | |
359 | ||
360 | * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Remove inline | |
361 | endianess checks, call _bfd_generic_verify_endian_match() instead. | |
362 | ||
363 | * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Likewise. | |
364 | ||
365 | * elf32-mcore.c (mcore_elf_merge_private_bfd_data): Likewise. | |
366 | ||
367 | * elf32-arm.h (elf32_arm_merge_private_bfd_data): Likewise. Verify | |
368 | endianess before checking bfd flavours. | |
369 | ||
32c092c3 L |
370 | 2000-05-22 H.J. Lu <[email protected]> |
371 | ||
372 | * elflink.h (elf_link_output_extsym): Clear the visibility | |
373 | field for symbols not defined locally. | |
374 | ||
df6d9773 JL |
375 | 2000-05-18 Alan Modra <[email protected]> |
376 | ||
377 | * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16, | |
378 | re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn. | |
379 | (hppa_rebuild_insn): Mask immediate bits here instead. | |
380 | * elf-hppa.h (elf_hppa_relocate_insn): Mask here too. | |
381 | ||
7ad34365 NC |
382 | 2000-05-18 Momchil Velikov <[email protected]> |
383 | ||
384 | * elflink.h (elf_bfd_final_link, elf_link_input_bfd): When emiting | |
385 | relocs for an executable, ensure that they are virtual addresses. | |
386 | ||
d1dab720 JL |
387 | Thu May 18 10:55:47 2000 Jeffrey A Law ([email protected]) |
388 | ||
389 | * config.bfd (hppa*64*-*-hpux11*): New target triplet. | |
390 | ||
a712da20 NC |
391 | 2000-05-17 S. Bharadwaj Yadavalli <[email protected]> |
392 | Rick Gorton <[email protected]> | |
393 | ||
394 | * elflink.h: Add emitrelocations support: when enabled, relocation | |
395 | information and relocation sections are put into final output | |
396 | executables. If the emitrelocations flag is set, do the following: | |
397 | (elf_bfd_final_link): Emit relocation sections. | |
398 | (elf_link_input_bfd): Compute relocation section contents. | |
399 | (elf_gc_sections): Don't clean relocation sections. | |
400 | ||
10febd84 CM |
401 | 2000-05-16 Catherine Moore <[email protected]> |
402 | ||
403 | * som.c (som_decode_symclass): Recognize weak symbols. | |
404 | ||
db8503c4 AM |
405 | 2000-05-16 Szabolcs Szakacsits <[email protected]> |
406 | ||
407 | * peigen.c (pe_print_idata): Undo part of 2000-05-12 change that | |
408 | read idata section only from dataoff. | |
409 | (pe_print_edata): Correctly check for valid eat_member. | |
410 | ||
851cde10 JR |
411 | Tue May 16 00:04:11 2000 J"orn Rennecke <[email protected]> |
412 | ||
413 | * elf32-sh.c (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH8. | |
414 | ||
1bde2d57 PB |
415 | 2000-05-14 Philip Blundell <[email protected]> |
416 | ||
417 | * config.bfd (armeb-*-elf, arm*b-*-linux-gnu*): New targets. | |
418 | ||
a76b448c AM |
419 | 2000-05-12 Alan Modra <[email protected]> |
420 | ||
9ee25201 AM |
421 | * targets.c (bfd_target_vector): #ifdef BFD64 rs6000coff64_vec |
422 | ||
a76b448c AM |
423 | * peigen.c (pe_print_idata): Look for .idata section and print |
424 | info even if data directory has zero entries. Read idata section | |
425 | starting from dataoff, and adjust all data offsets to suit. Cast | |
426 | all bfd_vma vars to unsigned long before passing to fprintf. | |
427 | * peigen.c (pe_print_edata): Similarly, look for .edata section | |
428 | and print info even if data directory has zero entries. Cast | |
429 | all bfd_vma vars to unsigned long before passing to fprintf. | |
430 | ||
431 | From Szabolcs Szakacsits <[email protected]> | |
432 | * peigen.c (pe_print_idata): Use bfd_section_size rather than data | |
433 | directory size which may be bogus. | |
434 | * peigen.c (pe_print_edata): Similarly. | |
435 | ||
72730e0c AM |
436 | 2000-05-09 Alan Modra <[email protected]> |
437 | ||
438 | * elf.c (bfd_section_from_shdr): Don't set use_rela_p if rela | |
439 | section is empty. | |
440 | (copy_private_bfd_data): Allow for space possibly taken up by elf | |
441 | headers when calculating segment physical address from lma. | |
442 | ||
8181c403 AM |
443 | 2000-05-08 Alan Modra <[email protected]> |
444 | ||
bfde9f99 AM |
445 | * versados.c (versados_scan): Init stringlen and pass_2_done. |
446 | ||
b35efbcd AM |
447 | * trad-core.c (trad_unix_core_file_p): Return |
448 | bfd_error_wrong_format rather than bfd_error_file_truncated. | |
449 | ||
8181c403 AM |
450 | * peigen.c (_bfd_pei_swap_aouthdr_out): Pass ImageBase to |
451 | add_data_entry. DataDirectory virtual address is relative. | |
452 | (pe_print_idata): Account for relative DataDirectory virtual | |
453 | addresses. Don't trash datasize inside POWERPC_LE_PE code. | |
454 | (pe_print_edata): Similarly. | |
455 | ||
456 | From Szabolcs Szakacsits <[email protected]> | |
457 | * peigen.c (dir_names): Add Delay Import Directory. | |
458 | (pe_print_idata): Always search for bfd section containing | |
459 | idata address rather than looking up section name. Print this | |
460 | section name rather than .idata. | |
461 | (pe_print_edata): Similarly. Also print some fields as %08lx. | |
462 | (_bfd_pe_print_private_bfd_data_common): Print Reserved1 field as | |
463 | Win32Version. | |
464 | ||
2c38bc20 CP |
465 | Fri May 5 20:44:40 2000 Clinton Popetz <[email protected]> |
466 | ||
467 | * xcoff.h: Rename to xcoff-target.h | |
468 | * Makefile.am: Change all instances of xcoff.h to xcoff-target.h | |
469 | * coff-rs6000.c: Ditto. | |
470 | * coff64-rs6000.c: Ditto. | |
471 | * coff-pmac.c: Ditto. | |
472 | * Makefile.in: Regenerate. | |
473 | ||
c6664dfb CP |
474 | Fri May 5 16:51:03 2000 Clinton Popetz <[email protected]> |
475 | ||
476 | * coffcode.h (coff_set_arch_mach_hook, coff_set_flags): | |
477 | Change U802TOC64MAGIC to U803XTOCMAGIC. | |
478 | ||
3425c182 MS |
479 | 2000-05-04 Michael Snyder <[email protected]> |
480 | ||
481 | * elf.c (bfd_elf_get_arch_size): New function, return 32 | 64 | -1. | |
482 | * bfd-in.h: Prototype bfd_elf_get_arch_size. | |
483 | * bfd-in2.h: Prototype bfd_elf_get_arch_size. | |
484 | ||
7c30ac37 AM |
485 | 2000-05-04 Alan Modra <[email protected]> |
486 | ||
487 | * libhppa.h (HPPA_R_CONSTANT): Cast argument to bfd_signed_vma. | |
488 | ||
0444bdd4 L |
489 |