Add support for BFD_RELOC_{ARM|THUMB}_PCREL_BLX relocs.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
0ab2f69a
MS
12000-04-06 Michael Snyder <msnyder@seadog.cygnus.com>
2
3 * elfcore.h (elf_core_file_p): preserve value of tdata at entry,
4 and restore it on failure. Release newly allocated tdata on
5 failure.
6
ccdb16fc
JW
7Fri Apr 7 11:33:47 2000 Jim Wilson <wilson@cygnus.com>
8
9 * dwarf2.c (struct dwarf2_debug): New field dwarf_line_size.
10 (decode_line_info): Set it. Report error if unit->line_offset is
11 equal to or larger than it.
12
81635ce4
TW
132000-04-07 Timothy Wall <twall@cygnus.com>
14
15 * targets.c: Added vecs for tic54x.
16 * reloc.c: Added relocs for tic54x.
17 * libbfd.h: Regenerated.
18 * configure: Add TI COFF vecs for tic54x.
19 * configure.in: Ditto.
20 * config.bfd (targ_cpu): Recognize new tic54x target.
21 * coffcode.h (coff_slurp_symbol_table): Additions for TI COFF handling.
22 * bfd-in2.h: Add tic54x target and relocations.
23 * Makefile.am, Makefile.in: Add tic54x target.
24 * archures.c (bfd_archures_list): Add tic54x target.
25 * coff-tic54x.c: New.
26 * cpu-tic54x.c: New.
27
279b54a1
MS
282000-04-06 Michael Snyder <msnyder@seadog.cygnus.com>
29
30 * elfcore.h (elf_core_file_p): call backend_object_p which
31 thereby gets an opportunity to update the arch/machine type.
32
34cbe64e
TW
332000-04-06 Timothy Wall <twall@cygnus.com>
34
35 * coffcode.h (coff_slurp_symbol_table): Handle C_STATLAB storage
36 class. Handle SEC_CLINK and SEC_BLOCK flags.
37 * section.c: Add SEC_CLINK and SEC_BLOCK flags.
38 * bfd-in2.h: Add SEC_CLINK and SEC_BLOCK flags.
39
fc830a83
NC
402000-04-06 Nick Clifton <nickc@cygnus.com>
41
42 * elf32-arm.h (elf32_arm_set_private_flags): Only check for
43 EF_INTERWORK if this is an unknown EABI.
44 (elf32_arm_merge_private_bfd_data): Check EABI version
45 numbers. Only check EF_xxx flags if the EABI version number
46 is unknown.
47 (elf32_arm_check_private_bfd_data): Only check EF_xxx flags
48 if the EABI version number is unknown.
49 (elf32_arm_print_private_bfd_data): Only decode EF_xxx flags
50 if the EABI version number is unknown.
51
015551fc
JR
52Wed Apr 5 22:04:20 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
53
54 * reloc.c (_bfd_relocate_contents): Add BFD_RELOC_SH_LOOP_START and
55 BFD_RELOC_SH_LOOP_END.
56 * elf32-sh.c (sh_elf_howto_tab): Change special_func to
57 sh_elf_ignore_reloc for all entries that sh_elf_reloc used to ignore.
58 Add entries for R_SH_LOOP_START and R_SH_LOOP_END.
59 (sh_elf_reloc_loop): New function.
60 (sh_elf_reloc): No need to test for always-to-be-ignored relocs
61 any more.
62 (sh_rel): Add entries for BFD_RELOC_SH_LOOP_{START,END}.
63 (sh_elf_relocate_section): Handle BFD_RELOC_SH_LOOP_{START,END}.
64 * bfd-in2.h, libbfd.h: Regenerate.
65
41b49281
AM
662000-04-04 Alan Modra <alan@linuxcare.com.au>
67
8ad3436c
AM
68 * po/bfd.pot: Regenerate.
69
41b49281
AM
70 * Makefile.am: Remove extraneous mkdep comment.
71 (MKDEP): Use gcc -MM rather than mkdep.
72 (DEP): Quote when passing vars to sub-make. Add warning
73 message to end.
74 (DEP1): Rewrite for "gcc -MM".
75 (CLEANFILES): Add DEP2.
76 Update dependencies.
77 * Makefile.in: Regenerate.
78
653f71ca
KB
792000-04-03 Kevin Buettner <kevinb@redhat.com>
80
81 * configure.in: Added corefile support for AIX 4.3. In particular,
82 AIX_CORE_DUMPX_CORE will be defined in addition to AIX_CORE when
83 compiling rs6000-core.c.
84 * configure: Regenerated.
85
9e422a2e
ILT
862000-04-03 H.J. Lu <hjl@gnu.org>
87
88 * cache.c (bfd_open_file): Unlink the output file only if
41b49281 89 it has non-zero size.
9e422a2e 90
c555c5c5
AM
912000-04-01 Ken Block USG <block@zk3.dec.com>
92
93 * elf64-alpha.c (elf64_alpha_relocate_section): Don't emit
94 relative relocations for non-loaded sections in shared objects.
95 (elf64_alpha_check_relocs): Similarly.
96
1642229e
HPN
97Mon Apr 3 13:37:15 2000 Hans-Peter Nilsson <hp@axis.com>
98
99 * aoutx.h (NAME(aout,reloc_type_lookup)): Add BFD_RELOC_8 and
100 BFD_RELOC_16 to switch for extended relocs.
101 (MY_swap_ext_reloc_in): New.
102 (MY_swap_ext_reloc_out): New.
103 (NAME(aout,slurp_reloc_table)): Use MY_swap_ext_reloc_in rather
104 than NAME(aout,swap_ext_reloc_in) for extended relocs.
105 (NAME(aout,squirt_out_relocs)): Similarly use
106 MY_swap_ext_reloc_out.
107 (aout_link_reloc_link_order): Use MY_put_ext_reloc if defined.
108
4259e8b6
JL
1092000-04-03 Kazu Hirata <kazu@hxi.com>
110
111 * coff-h8300.c (h8300_reloc16_extra_cases): Add bsr:16 -> bsr:8 to
112 the R_PCRWORD_B case.
113
65d7f9a6
AM
1142000-03-31 Thomas de Lellis <tdel@wrs.com>
115
116 * srec.c : Set CHUNK size to 16 bytes to prevent download failures
117 on some targets.
118 * ihex.c : Ditto.
119
8b125cde
DE
120Wed Mar 30 15:28:00 2000 Donald Lindsay <dlindsay@cygnus.com>
121
122 * elf32-m32r.c (m32r_elf_generic_reloc): new function. All
123 HOWTO references to bfd_elf_generic_reloc, that have
124 partial_inplace == true, now use the new function. The function
125 is based on the recent rewrite of m32r_elf_lo16_reloc(), and
126 extends its fixes to the R_M32R_{16,24,32} relocs.
127 The new logic in m32r_elf_lo16_reloc() has been removed, and
128 it instead calls the new routine to obtain that functionality.
129
c555c5c5 1302000-03-27 Alan Modra <alan@linuxcare.com.au>
adde6300
AM
131
132 * elf32-avr.c (elf32_avr_gc_mark_hook, elf32_avr_gc_sweep_hook,
133 elf32_avr_check_relocs, avr_final_link_relocate,
134 elf32_avr_relocate_section, bfd_elf_avr_final_write_processing,
135 elf32_avr_object_p): Add prototypes.
136 (elf32_avr_gc_mark_hook): Add default for h->root.type.
137 (bfd_elf_avr_final_write_processing): Make static.
138
1392000-03-27 Denis Chertykov <denisc@overta.ru>
140
141 * cpu-avr.c: New file. BFD support routines for AVR architecture.
142 * archures.c (bfd_architecture): Add AVR architecture.
143 (bfd_archures_list): Add reference to AVR architecture info.
144 * elf.c (prep_headers): Handle bfd_arch_avr.
145 * reloc.c: Add various AVR relocation enums.
146 * targets.c (bfd_elf32_avr_vec): Declare and add to target vector
147 list.
148 * Makefile.am: Add support for AVR elf.
149 * configure.in: Likewise.
150 * config.bfd: Likewise.
151 * Makefile.in: Regenerate.
152 * configure: This too.
153 * bfd-in2.h: And this.
154 * libbfd.h: And this.
155
cd6f9321
L
1562000-03-24 H.J. Lu <hjl@gnu.org>
157
158 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Add prototype.
159 (elf64_alpha_find_reloc_at_ofs): Likewise.
160
d5afc56e
AM
1612000-03-17 Alan Modra <alan@linuxcare.com.au>
162
163 * reloc.c (bfd_check_overflow): In case complain_overflow_bitfield,
164 flag an overflow if the bitfield is outside -2**n to 2**n-1. The
165 allowable range used to be -2**(n-1) to 2**n-1.
166 * reloc.c (_bfd_relocate_contents): Same here. Also replace
167 "boolean overflow" with "bfd_reloc_status_type flag".
168
4c72e23a
CM
1692000-03-14 Doug Evans <dje@casey.transmeta.com>
170
171 * elf32-m32r.c (m32r_elf_lo16_reloc): Rewrite.
172
c4d5c859
JL
1732000-03-14 Kazu Hirata <kazu@hxi.com>
174
175 * reloc16.c (bfd_coff_reloc16_relax_section): Count the total number
176 of shrinks properly, including the last reloc.
177
003e46d0
JL
1782000-03-13 Kazu Hirata <kazu@hxi.com>
179
180 * coff-h8300.c (h8300_reloc16_extra_cases): Fix the sanity
181 check for R_MOVL2.
182
c555c5c5 1832000-03-11 Alan Modra <alan@linuxcare.com.au>
911c6dae
AM
184
185 * ieee.c (ieee_archive_p): Return bfd_error_wrong_format on
186 a format mismatch rather than an "error" from bfd_read such as
187 bfd_error_file_truncated.
188
7893e6a2
GK
1892000-03-10 Geoff Keating <geoffk@cygnus.com>
190
191 * elf32-mips.c (_bfd_mips_elf_relocate_section): Do proper
192 sign-extension and big-endian compensation for
193 R_MIPS_64 even in ld -r.
194
bb2d6cd7
GK
1952000-03-10 Geoffrey Keating <geoffk@cygnus.com>
196
197 * elf32-mips.c (mips_elf_next_relocation): Rename from
198 mips_elf_next_lo16_relocation, and generalize to look
199 for any relocation type.
200 (elf_mips_howto_table): Make R_MIPS_PC16 pcrel_offset.
201 (elf_mips_gnu_rel_hi16): Howto for R_MIPS_GNU_REL_HI16.
202 (elf_mips_gnu_rel_lo16): Howto for R_MIPS_GNU_REL_LO16.
203 (elf_mips_gnu_rel16_s2): Howto for R_MIPS_GNU_REL16_S2.
204 (elf_mips_gnu_pcrel64): Howto for R_MIPS_PC64.
205 (elf_mips_gnu_pcrel32): Howto for R_MIPS_PC32.
206 (bfd_elf32_bfd_reloc_type_lookup): Add new relocs.
207 (mips_rtype_to_howto): Likewise.
208 (mips_elf_calculate_relocation): Handle new relocs.
209 (_bfd_mips_elf_relocate_section): REL_HI16/REL_LO16 relocs
210 are paired. The addend for R_MIPS_GNU_REL16_S2
211 is shifted right two bits.
212
c555c5c5 2132000-03-10 Alan Modra <alan@linuxcare.com.au>
88b6bae0
AM
214
215 * reloc.c (bfd_perform_relocation): Undo emacs formatting of
216 comment, and ensure it doesn't happen again.
217 (bfd_install_relocation): Same here.
218 (_bfd_relocate_contents): Don't bother assigning unused signmask
219 shift result. Fix typos in comments.
220 Remove trailing whitespace throughout file.
221
c1b7949f
DE
2222000-03-07 Doug Evans <dje@casey.transmeta.com>
223
224 * reloc.c (reloc_howto_struct): Fix partial_inplace comment.
225 * bfd-in2.h: Rebuild.
226
11c8a8d1
NC
2272000-03-06 Nick Clifton <nickc@cygnus.com>
228
229 * peicode.h (struct pe_ILF_vars): Add sym_ptr_table and
230 sym_ptr_ptr fields.
231 (SIZEOF_ILF_SYM_PTR_TABLE): Define.
232 (SIZEOF_ILF_STRINGS): Redefine.
233 (pe_ILF_make_a_symbol-reloc): New function. Creates a symbol
234 relative reloc, as opposed to a section relative reloc.
235 (pe_ILF_make_a_symbol): Set the class of local symbols to C_STAT
236 not C_LABEL.
237 Add length of symbol's prefix to string pointer.
238 Store a pointer to the symbol in the symbol pointer table.
239 (pe_ILF_build_a_bfd): Do not build .idata$2 or .idata$7.
240 Initialise the symbol pointer table.
241 Store the hint in the Hint/Name table.
242 Make the jump reloc be symbol realtive, not section relative.
243 Create an import symbol for imported code.
244
b47e35fc
CM
2452000-03-06 Catherine Moore <clm@cygnus.com>
246
247 * elf.c (swap_out_syms): Check for null type_ptr.
248
8ba8a462
ILT
2492000-03-01 Hans-Peter Nilsson <hp@axis.com>
250
251 * aout-target.h (MY(write_object_contents)): Remove unused
252 and unusable "#if CHOOSE_RELOC_SIZE".
253 * pc532-mach.c (MY(write_object_contents)): Ditto.
254 * netbsd.h (MY(write_object_contents)): Ditto.
255 * hp300hpux.c (MY(write_object_contents)): Ditto.
256 * freebsd.h (MY(write_object_contents)): Ditto.
257 * aout-tic30.c (tic30_aout_write_object_contents): Ditto.
258
86033394
NC
2592000-02-29 H.J. Lu <hjl@gnu.org>
260
261 * peicode.h (jtab): Make it static.
262
263 * coff-sh.c (sh_align_load_span): Declared if COFF_WITH_PE is
264 defined and COFF_IMAGE_WITH_PE is not defined.
265 (_bfd_sh_align_load_span): Defined as sh_align_load_span if
266 COFF_WITH_PE is defined and COFF_IMAGE_WITH_PE is not defined.
267
2682000-03-01 Nick Clifton <nickc@cygnus.com>
269
270 * coff-arm.c (bfd_arm_process_before_allocation): Make
271 'symndx' signed to prevent compile time warning.
272
273 * coff-mcore.c: Remove unused prototype for pe_object_p.
274
275 * coff-sh.c: Add "#ifndef COFF_IMAGE_WITH_PE" around static
276 functions that are not used when COFF_IMAGE_WITH_PE is
277 defined.
278 (struct sh_opcode): Change type of 'flags' field to unsigned
279 long so that it can hold the USESAS flag.
280
281 * coffcode.h (styp_to_sec_flags): Initialise 'target_name'.
282
283 * elf-m10300.c (mn10300_elf_relax_section): Initialise
284 'sym_sec'.
285
286 * elf32-i370.c: Add ATTRIBUTE_UNUSED to unused function
287 parameters.
288 Remove unusued variables and code.
289 (elf_backend_add_symbol_hook): Fix prototype.
290
291 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Initialise 'sgot' and
292 'srelgot'.
293
294 * elf32-mcore.c (mcore_elf_relocate_section): Initialise
295 'oldinst'.
296
297 * elf32-mips.c: Add ATTRIBUTE_UNUSED to unused function
298 parameters.
299 Remove unusued variables and code.
300 (elf_backend_add_symbol_hook): Fix prototype.
301
302 * elf32-sh.c (sh_elf_set_mach_from_flags): Use 'flags'.
303
304 * elflink.h (elf_bfd_link_add_symbols): Add ATTRIBUTE_UNUSED
305 to unused function parameter.
306
307 * pe-mips.c: Add ATTRIBUTE_UNUSED to unused function
308 parameters.
309 Use EMPTY_HOWTO to initialise empty howto slots.
310 Remove unused variables.
311
312 * peicode.h (pe_ILF_build_a_bfd): Initialise id6.
313
5cc7c785
L
3142000-03-01 H.J. Lu <hjl@gnu.org>
315
316 * aoutx.h (aout_link_input_section_std): Pass "true" to
317 the undefined_symbol callback.
318 (aout_link_input_section_ext): Likewise.
319 * bout.c (get_value): Likewise.
320 * coff-a29k.c (coff_a29k_relocate_section): Likewise.
321 * coff-alpha.c (alpha_ecoff_get_relocated_section_conten):
322 Likewise.
323 (alpha_relocate_section): Likewise.
324 * coff-arm.c (coff_arm_relocate_section): Likewise.
325 * coff-i960.c (coff_i960_relocate_section): Likewise.
326 * coff-mcore.c (coff_mcore_relocate_section): Likewise.
327 * coff-mips.c (mips_relocate_section): Likewise.
328 * coff-ppc.c (coff_ppc_relocate_section): Likewise.
329 * coff-sh.c (sh_relocate_section): Likewise.
330 * coff-tic80.c (coff_tic80_relocate_section): Likewise.
331 * cofflink.c (_bfd_coff_generic_relocate_section): Likewise.
332 * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
333 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
334 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
335 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
336 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
337 * elf32-i370.c (i370_elf_relocate_section): Likewise.
338 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
339 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
340 * elf32-sh.c (sh_elf_relocate_section): Likewise.
341 * elf32-v850.c (v850_elf_relocate_section): Likewise.
342 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
343 * elflink.h (elf_link_output_extsym): Likewise.
344 * pe-mips.c (coff_pe_mips_relocate_section): Likewise.
345 * reloc.c (bfd_generic_get_relocated_section_conten): Likewise.
346 * reloc16.c (_bfd_ppc_xcoff_relocate_section): Likewise.
347
348 * elf-hppa.h (elf_hppa_relocate_section): Pass "false" to the
349 undefined_symbol callback when building shared library with
350 -Bsymbolic and undefined symbols are allowed. Otherwise, pass
351 "true".
352 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
353 * elf32-i386.c (elf_i386_relocate_section): Likewise.
354 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
355 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
356 (elf32_mips_get_relocated_section_content): Likewise.
357 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
358 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
359 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
360 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
361
17505c5c
NC
3622000-02-28 Nick Clifton <nickc@cygnus.com>
363
364 * Makefile.am: Add rules to build pe[i]-{sh|mips}.lo objects.
365 * Makefile.in: Regenerate.
366
367 * configure.in: Add support for mips and sh pe vectors.
368 * configure: regenerate.
369
370 * config.bfd: Add support for arm-wince, mips-pe and sh-pe
371 targets.
372
373 * targets.c: Add mips and sh pe vectors.
374
375 * libpei.h (coff_final_link_postscript): Only define if not
376 already defined.
377
378 * coffcode.h: Add support for WinCE magic numbers.
379
380 * peigen.c (pe_print_reloc): Update comment and rearrange
381 appending of newline character.
382
383 * peicode.h: Add support for Image Library Format.
384 (pe_ILF_vars): Structure containing data used by ILF code.
385 (pe_ILF_make_a_section): New function. Create a section based
386 on ILF data.
387 (pe_ILF_make_a_reloc): New function. Create a reloc based on
388 ILF data.
389 (pe_ILF_make_a_symbol): New function. Create a symbol based
390 on ILF data.
391 (pe_ILF_save_relocs): New function. Store the relocs created
392 by pe_ILF_make_a_reloc in a section.
393 (pe_ILF_build_a_bfd): New function. Create a BFD describing
394 an ILF object.
395 (pe_ILF_object_p): New function. Return a bfd_target pointer
396 for an ILF object.
397 (pe_bfd_object_p): If an ILF object is detected call
398 pe_ILF_object_p on it.
399
400 * coff-arm.c: Add support for WinCE relocs which are different
401 from normal ARM COFF relocs.
402 * pe-arm.c: Unset TARGET_UNDERSCORE for a WinCE target.
403
404 * coff-sh.c: Add support for sh-pe target.
405 * pe-sh.c: New file. Support code for sh-pe target.
406 * pei-sh.c: New file. Support code for sh-pe target.
407
408 * pe-mips.c: New file. Support code for mips-pe target.
409 * pei-mips.c: New file. Support code for mips-pe target.
410
37fb6db1
ILT
4112000-02-27 Jakub Jelinek <jakub@redhat.com>
412
413 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Don't bump
414 architecture if the object causing the bump is dynamic.
415 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data): Likewise,
416 and also don't it for memory ordering.
417 (sparc64_elf_write_relocs): Take src_rela out of the loop.
418
67d83c76
ILT
4192000-02-27 Ian Lance Taylor <ian@zembu.com>
420
421 * dwarf2.c (read_abbrevs): Use _raw_size directly rather than
422 calling bfd_get_section_size_before_reloc.
423 (decode_line_info): Likewise.
424 (_bfd_dwarf2_find_nearest_line): Likewise.
425
e56f75e9
ILT
4262000-02-27 Eli Zaretskii <eliz@is.elta.co.il>
427
428 * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
429 name of the libtool directory.
430 * Makefile.in: Rebuild.
431
36e89602
JL
432Fri Feb 25 18:39:26 2000 Rodney Brown (RodneyBrown@pmsc.com)
433
434 * som.c (SOM_HOWTO): Define.
435 (som_hppa_howto_table): Use it.
436
246c6687
AO
4372000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
438
9d23b7fe
AO
439 * config.bfd: Enable 64 bit support for GNU/Linux/sparc.
440
246c6687
AO
441 * config.bfd: Enable 64 bit support for Solaris7+/sparc.
442
ba20314e
CM
4432000-02-24 Catherine Moore <clm@cygnus.com>
444
445 * som.c (som_misc_symbol_info): Add field
446 secondary_def.
447 (som_bfd_derive_misc_symbol_info): Initialize
448 secondary_def.
449 (som_build_and_write_symbol_table): Keep track
450 of secondary_def field.
451 (som_slurp_symbol_table): Set BSF_WEAK symbol flag
452 if secondary_def field is set.
453 (som_bfd_ar_write_symbol_stuff): Initialize
454 secondary_def.
455
ecb651f0
NC
4562000-02-23 Stephane Carrez <stcarrez@worldnet.fr>
457
458 * dwarf2.c (read_address): Read 16-bits addresses.
459 (parse_comp_unit): Accept addr_size == 2.
460
5b93d8bb
AM
4612000-02-23 Alan Modra <alan@spri.levels.unisa.edu.au>
462
463 * bfd-in.h: Update copyright date.
464
4652000-02-23 Linas Vepstas <linas@linas.org>
466
467 * cpu-i370.c: New file.
468 * elf32-i370.c: New file.
469 * archures.c (enum bfd_architecture): Add bfd_arch_i370.
470 (bfd_i370_arch): New.
471 (bfd_archures_list): Add bfd_i370_arch.
472 * elf.c (prep_headers): Add bfd_arch_i370.
473 * Makefile.am: Add support for IBM 370 elf.
474 * config.bfd: Likewise.
475 * configure.in: Likewise.
476 * libbfd.h (bfd_reloc_code_real_names): Likewise.
477 * reloc.c (bfd_reloc_code_type): Likewise.
478 * targets.c: Likewise.
479
480 * Makefile.in: Regenerate.
481 * configure: Regenerate.
482 * bfd-in2.h: Regenerate.
483
a432cc3d
ILT
4842000-02-22 Ian Lance Taylor <ian@zembu.com>
485
486 * elf32-i386.c (elf_i386_info_to_howto_rel): Give a warning for
487 invalid relocation types, and change them to R_386_NONE.
488
4892000-02-22 H.J. Lu <hjl@gnu.org>
490
1287d1cc
ILT
491 * elflink.h (elf_link_add_object_symbols): If a version symbol is
492 not defined, don't add a second ELF_VER_CHR.
493
a432cc3d
ILT
494 * elflink.h (elf_bfd_final_link): Call output_extsym for global
495 symbols converted to local symbols even when stripping all
496 symbols.
497 (elf_link_output_extsym): Process global symbols converted to
498 local symbols even if they are being stripped.
499
f6af82bd
AM
5002000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
501
502 * archures.c (bfd_octets_per_byte): Return unsigned int.
503 (bfd_arch_mach_octets_per_byte): Ditto.
504 * libbfd.c (bfd_read, bfd_seek): Quell signed vs. unsigned
505 comparison warning.
506 * section.c (bfd_get_section_size_before_reloc): Quell signed
507 vs. unsigned comparison warning.
508 (bfd_get_section_size_after_reloc): Same here. Fix parentheses too.
509 * trad-core.c (trad_unix_core_file_p): Correct 2000-01-27
510 change. What was I thinking?
511 * bfd-in2.h: Regenerate.
512
513 * elflink.h (elf_gc_sweep): Skip non-elf input bfds.
514 (elf_gc_sections): Same here.
515 (elf_gc_common_finalize_got_offsets): And here.
516
494e2c58
ILT
5172000-02-21 Ian Lance Taylor <ian@zembu.com>
518
519 ELF HPPA doesn't work at present; remove it until it does.
520 * config.bfd: Comment out setting targ_defvec to
521 bfd_elf32_hppa_vec.
522 * Makefile.am: Rebuild dependencies.
523 (BFD32_BACKENDS): Remove elf32-hppa.lo.
524 (BFD32_BACKENDS_CFILES): Remove elf32-hppa.c.
525 (SOURCE_HFILES): Remove elf32-hppa.h and hppa_stubs.h.
526 * Makefile.in: Rebuild.
527 * targets.c (bfd_target_vector): Comment out bfd_elf32_hppa_vec.
528
2fca4467
GK
5292000-02-18 Geoff Keating <geoffk@cygnus.com>
530
531 * coffcode.h (coff_set_arch_mach_hook): Use free(), because there
532 is no bfd_free(). Revert bfd_free part of previous change.
533
5ea1af0d
GK
5342000-02-18 Geoff Keating <geoffk@cygnus.com>
535
536 * coffcode.h (coff_set_arch_mach_hook): Don't use variable-size
537 arrays.
538 (coff_compute_section_file_positions): Use bfd_free to pair
539 bfd_malloc.
540 (coff_write_object_contents): Likewise.
541
542 * coff-rs6000.c (xcoff_howto_table_16): New variable.
543 (xcoff_rtype2howto): Handle 16-bit variants of 32-bit relocs.
544
4fb43185
GK
5452000-02-18 Ulrich Drepper <drepper@cygnus.com>
546
547 * coff-rs6000.c (XCOFFARMAGBIG): New macro.
548 (xcoff_ar_file_hdr_big): New structure.
549 (SIZEOF_AR_FILE_HDR_BIG): New macro.
550 (xcoff_ar_hdr_big): New structure.
551 (SIZEOF_AR_HDR_BIG): New macro.
552 (xcoff_big_format_p): New macro.
553 (xcoff_ardata_big): New macro.
554 (arch_xhdr_big): New macro.
555 (xcoff_slurp_armap): Handle large archives.
556 (xcoff_archive_p): Detect large archives.
557 (xcoff_read_ar_hdr): Handle large archives.
558 (xcoff_openr_next_archived_file): Handle large archives.
559 (xcoff_generic_stat_arch_elt): Handle large archives.
560 (xcoff_write_armap_old): Rename from xcoff_write_armap.
561 (xcoff_write_armap_big): New function.
562 (xcoff_write_armap): New function, dispatch to _old or _big.
563 (xcoff_write_archive_contents_old): Rename from
564 xcoff_write_archive_contents.
565 (xcoff_write_archive_contents_big): New function.
566 (xcoff_write_archive_contents): New function, dispatch to _old or
567 _big.
568
c61b8717
RH
5692000-02-18 Richard Henderson <rth@cygnus.com>
570
571 * elf-bfd.h (struct elf_link_hash_table): Remove copy_indirect
572 and hide_symbol members.
573 (elf_link_hash_copy_indirect): Remove.
574 (elf_link_hash_hide_symbol): Remove.
575 (struct elf_backend_data): Add elf_backend_copy_indirect_symbol
576 and elf_backend_hide_symbol.
577 (_bfd_elf_link_hash_copy_indirect): Declare.
578 (_bfd_elf_link_hash_hide_symbol): Declare.
579 * elf.c (_bfd_elf_link_hash_copy_indirect): Remove table argument.
580 (_bfd_elf_link_hash_hide_symbol): Likewise.
581 (_bfd_elf_link_hash_table_init): Don't init killed members.
582 * elflink.h (elf_link_add_object_symbols): Use the bed function
583 pointers not elf_link_hash_{copy_indirect,hide_symbol}.
584 (elf_link_assign_sym_version): Likewise.
585 * elfxx-target.h (elf_backend_copy_indirect_symbol): Default.
586 (elf_backend_hide_symbol): Likewise.
587 (elfNN_bed): Update for new members.
588
6ad49cca
KB
5892000-02-17 Kevin Buettner <kevinb@redhat.com>
590
591 * rs6000-core.c (CORE_DATA_SIZE_FIELD, CORE_COMM_FIELD, SAVE_FIELD,
592 STACK_END_ADDR): Define for new core file format.
593 (LOADER_OFFSET_FIELD, LOADER_REGION_SIZE, CORE_DUMP): New defines
594 for handling the vagaries of the various core file structures used
595 by AIX over the years.
596 (rs6000coff_core_p, rs6000coff_core_file_matches_executable,
597 Rs6kCorData): Use above defines to adapt code to use AIX 4.3's
598 core_dumpx structure.
599
d4845d57
JR
600Thu Feb 17 00:04:48 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
601
602 * archures.c (bfd_mach_sh2, bfd_mach_sh_dsp): New macros.
603 (bfd_mach_sh3_dsp): Likewise.
604 (bfd_mach_sh4): Reinstate.
605 (bfd_default_scan): Recognize 7410, 7708, 7729 and 7750.
606 * bfd-in2.h: Regenerate.
607 * coff-sh.c (struct sh_opcode): flags is no longer short.
608 (USESAS, USESAS_REG, USESR8, SETSAS, SETSAS_REG): New macros.
609 (sh_opcode41, sh_opcode42): Integrate as sh_opcode41.
610 (sh_opcode01, sh_opcode02, sh_opcode40): Add sh-dsp opcodes.
611 (sh_opcode41, sh_opcode4, sh_opcode80): Likewise.
612 (sh_opcodes): No longer const.
613 (sh_dsp_opcodef0, sh_dsp_opcodef): New arrays.
614 (sh_insn_uses_reg): Check for USESAS and USESR8.
615 (sh_insn_sets_reg, sh_insns_conflict): Check for SETSAS.
616 (_bfd_sh_align_load_span): Return early for SH4.
617 Modify sh_opcodes lookup table for sh-dsp / sh3-dsp.
618 Take into account that field b of a parallel processing insn
619 could be mistaken for a separate insn.
620 * cpu-sh.c (arch_info_struct): New array elements for
621 sh2, sh-dsp and sh3-dsp.
622 Reinstate element for sh4.
623 (SH2_NEXT, SH_DSP_NEXT, SH3_DSP_NEXT): New macros.
624 (SH4_NEXT): Reinstate.
625 (SH3_NEXT, SH3E_NEXT): Adjust.
626 * elf-bfd.h (_sh_elf_set_mach_from_flags): Declare.
627 * elf32-sh.c (sh_elf_set_private_flags): New function.
628 (sh_elf_copy_private_data, sh_elf_set_mach_from_flags): Likewise.
629 (sh_elf_merge_private_data): New function.
630 (elf_backend_object_p, bfd_elf32_bfd_set_private_bfd_flags): Define.
631 (bfd_elf32_bfd_copy_private_bfd_data): Define.
632 (bfd_elf32_bfd_merge_private_bfd_data): Change to
633 sh_elf_merge_private_data.
634
2920b85c
RH
6352000-02-13 Richard Henderson <rth@cygnus.com>
636
637 * elf-bfd.h (struct elf_link_hash_table): Add copy_indirect and
638 hide_symbol members.
639 (elf_link_hash_copy_indirect): New.
640 (elf_link_hash_hide_symbol): New.
641 * elflink.h (elf_link_add_object_symbols): Break out copy from
642 indirect new new symbol to elf.c.
643 (elf_link_assign_sym_version): Break out privatization of
644 non-exported symbol to elf.c.
645 * elf.c (_bfd_elf_link_hash_copy_indirect): New.
646 (_bfd_elf_link_hash_hide_symbol): New.
647 (_bfd_elf_link_hash_table_init): Init copy_indirect and hide_symbol.
648
7f8d5fc9
ILT
6492000-02-13 Ian Lance Taylor <ian@zembu.com>
650
651 * section.c (_bfd_strip_section_from_output): Add info parameter.
652 If it passed as non-NULL, use it to check whether any input BFD
653 has an input section which uses this output section. Change all
654 callers.
655 * bfd-in2.h: Rebuild.
656
657 * bfd-in.h: Move declarations of bfd_get_elf_phdr_upper_bound and
658 bfd_get_elf_phdrs in from bfd-in2.h, correcting patch of
659 1999-11-29.
660 * bfd-in2.h: Rebuild.
661
6c784c9a
TW
6622000-02-10 Timothy Wall <twall@cygnus.com>
663
664 * coffswap.h (coff_swap_sym_in): Add hook SWAP_SYM_IN_POST to
665 allow final modifications of swapped-in symbol.
666 (coff_swap_sym_out): Ditto with SWAP_SYM_OUT_POST.
667 * coffcode.h (coff_write_relocs): Use macro
668 SECTION_RELATIVE_ABSOLUTE_SYMBOL_P if defined to determine whether
669 symbol index should be set to -1.
670
84dcfba7
JR
671Thu Feb 10 20:07:50 GMT 2000 Toshiyasu Morita (toshi.morita@sega.com)
672
673 * coff-sh.c (USES1_REG, USES2_REG, SETS1_REG, SETS2_REG,
674 USESF1_REG, USESF2_REG, SETSF1_REG, SETSF2_REG): New macros.
675 * (sh_insn_sets_reg, sh_insn_sets_freg): New prototypes.
676 * (sh_insn_sets_reg, sh_insn_uses_or_sets_reg, sh_insns_sets_freg,
677 sh_insns_uses_or_sets_freg): New functions.
678 * (sh_insn_uses_reg, sh_insn_uses_freg): Use new macros.
679 * (sh_insns_conflict): Use new functions and new macros to
680 detect conflicts when two instructions both set same integer registers,
681 both set same fp register, and both set special register.
682
363d7b14
TW
6832000-02-09 Timothy Wall <twall@cygnus.com>
684
685 * coffgen.c (coff_real_object_p): Set arch/mach info prior to
686 swapping in sections, so that the swapping routines have access to
687 the arch/mach info.
688
119a7ced
NC
6892000-02-08 Mark Elbrecht <snowball3@bigfoot.com>
690
691 * coff-go32.c: Update comment. Update copyright.
692
fad6fcbb 6932000-01-27 Thomas de Lellis <tdel@windriver.com>
2f0ca46a 694
fad6fcbb
NC
695 * syms.c (bfd_decode_symclass)
696 Two new class characters were added - 'V' and 'v'. The
697 meaning of 'W' is now restricted to just weak non-object
698 symbols. This allows differentiation between, for example,
699 weak functions vs weak objects. nm for example now dumps:
700 'W' = weak global
701 'w' = weak unresolved
702 'V' = weak global object
703 'v' = weak unresolved object
704
705 (bfd_is_undefined_symclass): New function. Return true if the
706 given symbol class represents and undefined/unresolved symbol.
707
708 (bfd_symbol_info): Use bfd_is_undefined_symclass to check for
709 unresolved symbols.
710
711 * bfd-in2.h: Add prototype for bfd_is_undefined_symbol().
712
2f0ca46a
NC
713 * elf32-arm.h (elf32_arm_get_symbol_type): If a symbol has the
714 STT_ARM_16BIT flag set, but it is not attached to a data object
715 return STT_ARM_16BIT so that it will be treated as code by the
fd6848f6 716 disassembler.
2f0ca46a 717
305c7206
AM
7182000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
719
720 * coff-i386.c (i3coff_object_p): Remove prototype.
721 Update copyright.
722
723 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Add const
724 to name. Update copyright.
725
726 * trad-core.c (trad_unix_core_file_p): Cast core_regsec
727 assignment to avoid warning. Update copyright.
728
b5f303f0
NC
7292000-01-24 Robert Lipe (robertl@sco.com)
730
731 * coffcode.h (coff_write_object_contents): Get buff via bfd_malloc
732 instead of using GNU C extension.
733
2e4bb80e
NC
7342000-01-21 Nick Clifton <nickc@cygnus.com>
735
736 * libbfd.c (bfd_read): Do not attempt to get a negativly sized
737 amount from a bfd_in_memory structure.
738 (bfd_seek): Do not allow seeks past the end of a bfd_in_memory
739 structure.
740
28240dcd
NC
7412000-01-14 Nick Clifton <nickc@cygnus.com>
742
743 * linker.c (default_indirect_link_order): oops - fix incorrectly
744 applied patch from Tim Wall.
745
6b3b007b
NC
7462000-01-13 Timothy Wall (twall@tiac.net>
747
748 * coffcode.h: Use bfd_coff_xxx instead of the macro XXX (where xxx
749 = scnhsz, filhsz, relsz, aoutsz, etc)
750
751 * coffswap.h: Ditto.
752
756fa1b9
NC
7532000-01-13 Nick Clifton <nickc@cygnus.com>
754
755 * elf32-arm.h (elf32_thumb_to_arm_stub): Fix offset in branch to
756 interwork thumb to arm stub.
757
9a968f43
NC
7582000-01-13 Timothy Wall (twall@tiac.net>
759
760 * archures.c (bfd_octets_per_byte): New function: Return
761 target byte size.
762 (bfd_arch_mach_octets_per_byte): New function: Return target
763 byte size.
764
fd6848f6 765 * section.c: Distinguish between octets and bytes for usage of
9a968f43
NC
766 _cooked_size, _raw_size, and output_offset. Clarify
767 description of bfd_set_section_contents.
768
769 * bfd-in2.h: Regenerate.
770
771 * coffgen.c: Indicate that the offset parameter is in bytes, not
772 octets.
773
774 * cofflink.c (bfd_coff_link_input_bfd): Use bfd_octets_per_byte
775 where appropriate to get the octet offset when calling
776 bfd_set_section_contents.
777 (bfd_coff_reloc_link_order): Ditto.
778
779 * linker.c (bfd_generic_reloc_link_order): Ditto.
780 (_bfd_default_link_order): Ditto.
781
782 * reloc.c (bfd_perform_relocation): Distinguish between octets
783 and bytes. Use octets when indexing into octet data; use bytes
784 when calculating target addresses.
785 (bfd_install_relocation): Ditto.
786
787 * srec.c (srec_write_section): Ditto.
788
f45fbf87
NC
7892000-01-13 Nick Clifton <nickc@cygnus.com>
790
791 * coff-mcore.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Change from
792 3 to 2. This allows 4 byte sized sections, which is necessary for
793 dlltool to build funcitoning DLLs.
794
0decc840
NC
7952000-01-10 Philip Blundell <pb@futuretv.com>
796
797 * config.bfd (arm*-*-linux-gnu*): Match instead of arm*-*-linux-gnu.
798 (arm*-*-conix*): New target.
799
16e9c715
NC
8002000-01-10 Egor Duda <deo@logos-m.ru>
801
802 * config.bfd: Include elf32_i386 vector to target list for cygwin
803 and mingw.
804
805 * config.in: Undefine HAVE_WIN32_PSTATUS_T.
806 * configure.in: Test for structure win32_pstatus_t in
807 <sys/procfs.h>
808 * configure: Regenerate.
809
810 * elf.c (elfcore_grok_win32pstatus): New function: process
811 win32_pstatus_t notes in elf core file.
812 (elfcore_grok_note): Detect win32_pstatus notes.
813
7a13edea
NC
8142000-01-03 Martin v. Loewis <loewis@informatik.hu-berlin.de>
815
816 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Process symbol
817 visibility.
818 * elflink.h (elf_link_add_object_symbols): Combine visibilities.
819 * elf.c (bfd_elf_print_symbol): Interpret st_other as visibility.
820
ea44b734
RH
8211999-12-29 Richard Henderson <rth@cygnus.com>
822
823 * elflink.h (bfd_elf,size_dynamic_sections): Don't export all
824 if no dynamic sections created.
825
b1f10154
NC
8261999-12-27 Nick Clifton <nickc@cygnus.com>
827
828 * peicode.h (pe_bfd_object_p): Only define for PE format
829 targets.
830
cb665cd3
NC
8311999-12-17 Nick Clifton <nickc@cygnus.com>
832
833 * coff-i386.c (i3coff_object_p): Delete.
834 (i386coff_vec): Replace reference to i3coff_object_p with a
835 reference to coff_object_p.
836
837 * coff-mcore.c (pe_object_p): Delete.
838
839 * peicode.h (pe_bfd_object_p): New function: Detect the
840 presence of a PE format COFF object file. Also detect and
841 warn about the presence of LINK6 format Image Library Format
842 object files.
843
af74ae99
NC
8441999-12-16 Nick Clifton <nickc@cygnus.com>
845
846 * coff-arm.c (NUM_ELEM): New macro.
847 (NUM_RELOCS): New macro: The number of known ARM relocs.
848 (RTYPE2HOWTO): Return NULL if the reloc type is out of range.
849 (coff_arm_rtype_to_howto): Return NULL if the reloc type is out
850 of range.
851 (bfd_arm_process_before_allocation): Produce a warning message if
852 an out of range symbol index is encountered.
853
48dfb430
NC
8541999-12-14 Nick Clifton <nickc@cygnus.com>
855
856 * elflink.h (is_global_symbol_definition): New Function: Return
857 true iff the symbol is being given a global definition in this
858 bfd.
859 (elf_link_is_defined_archive_symbol): Do not bother processing
860 symbols for an archive element that has already been included
861 in the link.
862 Use is_global_symbol_definition().
863
93be3c4b
AC
8641999-12-09 Andrew Cagney <cagney@cygnus.com>
865
866 * config.bfd: Add support for sparc-*-netbsdelf* and
867 sparc-*-netbsdaout*.
868
ceddadb2
NC
8691999-12-13 Nick Clifton <nickc@cygnus.com>
870
871 * elflink.h (elf_link_is_defined_archive_symbol): Check to see
872 if the symbol is in the common section.
873
a3a8c91d
NC
8741999-12-10 Nick Clifton <nickc@cygnus.com>
875
876 * elflink.h (elf_link_is_defined_archive_symbol): New
877 function: Decide if a symbol, in an archive map is there
878 because it is defined in the archive element, or because it is
879 just another common declaration of it.
880 (elf_link_add_archive_symbols): Use
881 elf_link_is_defined_archive_symbol to decide if an archive
882 element contain a reference to a common symbol should be
883 linked in or not.
884
77fb9c28
NC
8851999-12-10 Nick Clifton <nickc@cygnus.com>
886
887 * elflink.h: Revert previous patch.
888 * targets.c: Revert previous patch.
889 * libbfd-in2.h: Revert previous patch.
890 * libbfd.h: Revert previous patch.
891 * elfxx-target.h: Revert previous patch.
892 * archive.c: Revert previous patch.
893 * aout-target.h: Revert previous patch.
894 * aout-tic30.h: Revert previous patch.
895 * bfd.c: Revert previous patch.
896 * coff-alpha.c: Revert previous patch.
897 * coff-rs6000.c: Revert previous patch.
898 * elf64-mips.c: Revert previous patch.
899 * ieee.c: Revert previous patch.
900 * libecoff.h: Revert previous patch.
901 * oasys.c: Revert previous patch.
902 * som.c: Revert previous patch.
903 * vms.c: Revert previous patch.
904
ad247e3c
NC
9051999-12-09 Nick Clifton <nickc@cygnus.com>
906
907 * elflink.h (elf_link_add_archive_symbols): Add an archive
908 element even if contains a symbol which is currently only
909 considered to be a common.
910
911 * targets.c (struct bfd_target): Add new field
912 _bfd_allow_commons_in_armap.
913 * bfd-in2.h:Regenerate.
914
915 * libbfd-in2.h (_bfd_noarchive_allow_commons_in_armap):
916 Define.
917 (_bfd_archive_bsd_allow_commons_in_armap): Define.
918 * libbfd.h: Regenerate.
919
920 * elfxx-target.h: If using COFF archive map, override
921 definition of allow_commons_in_armap and replace with
922 bfd_false.
923
924 * archive.c (bfd_compute_and_write_armap): Do not place common
925 symbols into the archive map unless _bfd_allow_commons_in_armap
926 returns true.
927
928 * aout-target.h (MY_allow_commons_in_armap): Define.
929 * aout-tic30.h (MY_allow_commons_in_armap): Define.
930 * bfd.c (bfd_allow_commons_in_armap): Define.
931 * coff-alpha.h (alpha_ecoff_allow_commons_in_armap): Define.
932 * coff-rs6000.h (xcoff_allow_commons_in_armap): Define.
933 * elf64-mips.c (bfd_elf64_allow_commons_in_armap): Define.
934 * ieee.c (ieee_ecoff_allow_commons_in_armap): Define.
935 * libecoff.h (_bfd_ecoff_allow_commons_in_armap): Define.
936 * oasys.c (oasys_allow_commons_in_armap): Define.
937 * som.c (som_allow_commons_in_armap): Define.
938 * vms.c (vms_allow_commons_in_armap): Define.
939
6fe6a461
JB
9401999-12-07 Jim Blandy <jimb@cygnus.com>
941
942 Add support for SSE registers in ELF core files.
943 * elf.c (elfcore_make_note_pseudosection): New function.
944 (elfcore_grok_prfpreg): Use it.
945 (elfcore_grok_prxfpreg): New function.
946 (elfcore_grok_note): Recognize Linux NT_PRXFPREG notes.
947
2a6d49ea
ILT
9481999-12-03 Ian Lance Taylor <ian@zembu.com>
949
950 * elf32-mips.c (mips_elf_calculate_relocation): Divide R_MIPS_PC16
951 value by 4 before storing it back in the field. From
952 Koundinya. K <kk@ddeorg.soft.net>.
953
31f8dc8f
JL
954Tue Nov 30 22:41:14 1999 Jeffrey A Law (law@cygnus.com)
955
956 * archures.c (bfd_mach_am33): Define.
957 * bfd-in2.h: Rebuilt.
958 * cpu-m10300.c (bfd_am33_arch): Add to the mn103 architecture list
959 * elf-m10300.c (mn10300_elf_relax_section): Handle am33 instructions.
960 (compute_function_info): Handle additional registers saved by
961 movm on the am33.
962 (elf_mn10300_mach): Handle E_MN10300_MACH_AM33.
963 (_bfd_mn10300_elf_final_write_processing): Handle bfd_mach_am33.
964
98d8431c
JB
9651999-11-29 Jim Blandy <jimb@cygnus.com>
966
967 * elf.c (bfd_get_elf_phdrs, bfd_get_elf_phdr_upper_bound): New
968 functions.
969 * bfd-in2.h (bfd_get_elf_phdrs, bfd_get_elf_phdr_upper_bound): New
970 declarations.
971
fe174262
MM
9721999-11-27 Michael Meissner <meissner@cygnus.com>
973
974 * reloc.c (BFD_RELOC_ALPHA_USER_LITERAL): New relocation for
975 internal use within gas for alpha explicit relocations.
976 (BFD_RELOC_ALPHA_USER_LITUSE_BASE): Ditto.
977 (BFD_RELOC_ALPHA_USER_LITUSE_BYTOFF): Ditto.
978 (BFD_RELOC_ALPHA_USER_LITUSE_JSR): Ditto.
979 (BFD_RELOC_ALPHA_USER_GPDISP): Ditto.
980 (BFD_RELOC_ALPHA_USER_GPRELHIGH): Ditto.
981 (BFD_RELOC_ALPHA_USER_GPRELLOW): Ditto.
982
983 * elf64-alpha.c (elf64_alpha_reloc_map): Add mappings for
984 BFD_RELOC_ALPHA_USER_*.
985
986 * bfd-in2.h: Regenerate.
987 * libbfd.h: Regenerate.
988
20cfcaae
NC
9891999-11-26 Fred Fish <fnf@cygnus.com>
990
991 * elf.c (elfcore_read_notes): Add prototype for static function.
992 (_bfd_elf_make_section_from_phdr): Renamed from bfd_section_from_phdr.
993 (bfd_section_from_phdr): Replacement function that calls
994 _bfd_elf_make_section_from_phdr for generic segment types and
995 backend fucntion pointed to by elf_backend_section_from_phdr for
996 backend specific segment types.
997 (_bfd_elfcore_section_from_phdr): Remove call to elfcore_read_notes,
998 now called by _bfd_elf_make_section_from_phdr. Note that this func
999 is now just a stub between the caller and bfd_section_from_phdr.
1000
1001 * elf-bfd.h (struct elf_backend_data): Add new function pointer
1002 elf_backend_section_from_phdr.
1003 (elf_backend_section_from_phdr): Add prototype.
1004
1005 * elfxx-target.h (elf_backend_section_from_phdr): Define default.
1006 (elfNN_bed): Add elf_backend_section_from_phdr.
1007
811b4bf6
NC
10081999-11-25 Nick Clifton <nickc@cygnus.com>
1009
ba3d4249
NC
1010 * coff-arm.c (bfd_arm_get_bfd_for_interworking): Add
1011 SEC_CODE and SEC_READONLY flags to glue sections.
1012
811b4bf6
NC
1013 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Add
1014 SEC_CODE and SEC_READONLY flags to glue sections.
1015
01ef19d2
NC
10161999-11-20 Nick Clifton <nickc@cygnus.com>
1017
1018 * coff-mcore.c (coff_mcore_relocate_section): Fix typo in previous
1019 delta.
1020
1ca42bad
CM
10211999-11-19 Catherine Moore <clm@cygnus.com>
1022
1023 * elf32-m68k.c (elf_cpu32_plt0_entry): Fix encoding.
1024 (elf_cpu32_plt_entry): Likewise.
1025
078c8694
NC
10261999-11-18 Nick Clifton <nickc@cygnus.com>
1027
1028 * coff-mcore.c (coff_mcore_rtype_to_howto): Special case handling
1029 for RVA relocs.
1030 (coff_mcore_relocate_section): Initialise addend to 0.
1031 Special case processing of RVA reloc.
1032
86dc0f79
RH
10331999-11-17 Richard Henderson <rth@cygnus.com>
1034
1035 * elf-bfd.h (struct elf_backend_data): Reorder collect and
1036 type_change_ok; add sign_extend_vma.
1037 * elf32-mips.c (elf_backend_sign_extend_vma): Define.
1038 * elfcode.h (elf_swap_symbol_in): Mind be->sign_extend_vma.
1039 (elf_swap_shdr_in, elf_swap_phdr_in): Likewise.
1040 * elfxx-target.h (elf_backend_sign_extend_vma): Default.
1041 (elfNN_bed): Follow struture changes.
1042
0bff3f4b
ILT
10431999-11-09 Ian Lance Taylor <ian@zembu.com>
1044
1045 * libbfd.c (bfd_read): Check result of read against desired result
1046 using !=, not <.
1047 (_bfd_generic_get_section_contents): Set bfd_error if the seek is
1048 invalid compared to the section size.
1049
1050 * ieee.c (ieee_slurp_debug): Get the length of the debug
1051 information right if there is no data part.
1052
832fc202
JL
1053Tue Nov 2 01:44:41 1999 Jeffrey A Law (law@cygnus.com)
1054
1055 * som.c (som_fixup_formats): Improve handling of R_AUX_UNWIND,
1056 R_LINETAB, R_LINETAB_ESC, and R_COMMENT.
1057
71a40b32
ILT
10581999-10-28 Ian Lance Taylor <ian@zembu.com>
1059
1060 * elflink.h (elf_bfd_final_link): Make last_local signed.
1061
8140b664
ILT
10621999-10-27 Ian Lance Taylor <ian@zembu.com>
1063
1064 * stabs.c (_bfd_link_section_stabs): Make sure .stabstr section
1065 starts with a zero.
1066
7af8cca9
MM
1067Sat Oct 23 17:36:12 1999 Andrew Cagney <cagney@b1.cygnus.com>
1068
1069 * archures.c: Add definitions bfd_mach_d10v, bfd_mach_d10v_ts2 and
1070 bfd_mach_d10v_ts3.
1071 * cpu-d10v.c (d10v_ts3_info, d10v_ts2_info): Add.
1072 * bfd-in2.h: Regenerate.
1073
a67a8777
AH
10741999-10-15 Andrew Haley <aph@cygnus.com>
1075
1076 * dwarf1.c (parse_die): Fail to parse a die if its length is zero.
1077
7a7191b7
JL
1078Sun Oct 17 17:19:00 1999 Jeffrey A Law (law@cygnus.com)
1079
1080 * libhppa.h (bfd_hppa_insn2fmt): Change to return an int.
1081
64df8d0b
ILT
10821999-10-08 Ian Lance Taylor <ian@zembu.com>
1083
1084 * elflink.h (elf_merge_symbol): When overriding a weak symbol with
1085 a defined symbol in a shared library, clear the DEF_DYNAMIC flag
1086 too.
1087
0af99795
GK
1088Fri Oct 8 13:03:45 1999 Geoffrey Keating <geoffk@cygnus.com>
1089
1090 * elf32-mips.c (mips_elf_calculate_relocation): R_MIPS_LITERAL
1091 relocs also need the GP value.
1092 (_bfd_mips_elf_relocate_section): Handle unpaired LO16 relocs
1093 properly. Handle sign-extension for R_MIPS_64 correctly. Correct
1094 the GP value for R_MIPS_LITERAL relocs too. Handle
1095 R_MIPS_64 relocs properly on big-endian MIPS.
1096 (mips_elf_sign_extend): Behave properly with 'long long'.
1097 (mips_elf_highest): Correct typo.
1098
e916b64e
DE
1099Mon Oct 4 17:49:45 1999 Nick Clifton <nickc@cygnus.com>
1100
1101 * cpu-m32r.c (arch_info_struct): New static global.
1102 (bfd_m32r_arch): Refer to it.
1103 * elf32-m32r.c (m32r_elf_object_p): Recognize E_M32RX_ARCH.
1104 (m32r_elf_print_private_bfd_data): Ditto.
1105 (m32r_elf_final_write_processing): Handle bfd_mach_m32rx.
a23ef39f
DE
1106 * archures.c (bfd_mach_m32rx): Define it.
1107 * bfd-in2.h: Rebuild.
e916b64e 1108
f4bda984
RH
11091999-09-28 Fred Fish <fnf@cygnus.com>
1110
1111 * targets.c (cisco_core_vec): Replaced with two new vecs ...
1112 (cisco_core_big_vec): Add new bigendian vec.
1113 (cisco_core_little_vec): Add new little endian vec.
1114
1115 * cisco-core.c (CRASH_INFO): Fixed offset replaced with ...
1116 (crash_info_locs): Add array of possible offsets.
1117 (MASK_ADDR): Mask to apply to crash info offset.
1118 (crashinfo_external): Add textbase, database, bssbase and
1119 turn into a typedef.
1120 (cisco_core_file_validate): Renamed from cisco_core_file_p.
1121 Many small changes to account for additional hardware versions.
1122 Pick a reasonable size for ".reg" section. Add a ".crash"
1123 section to allow access to crashinfo_external struct.
1124 (cisco_core_file_p): New version of this function that
1125 iterates over crash_info_locs, calling cisco_core_file_validate.
1126 (cisco_core_vec): Old big endian only vec replaced with ...
1127 (cisco_core_big_vec): Add big endian version.
1128 (cisco_core_little_vec): Add little endian version.
1129
1130 * configure.in (cisco_core_vec): Split to two new vectors ...
1131 (cisco_core_big_vec): New target vector.
1132 (cisco_core_little_vec): New target vector.
1133 * configure: Regenerate.
1134 * config.bfd (targ): For m68*-*-aout* targ, change cisco_core_vec
1135 to cisco_core_big_vec in targ_selvecs.
1136
d02f29ad
GK
11371999-09-28 Geoffrey Keating <geoffk@cygnus.com>
1138
1139 * elf32-mips.c (mips_elf_relocate_hi16): Unused, delete.
1140 (mips_elf_relocate_got_local): Unused, delete.
1141 (mips_elf_relocate_global_got): Unused, delete.
1142
27ac83bf
RH
11431999-09-24 Fred Fish <fnf@cygnus.com>
1144
1145 * elf.c (bfd_section_from_phdr): Add typename variable. Use p_type
1146 to initialize it to something meaningful. Then use it to generate
1147 more useful segment names.
1148
2667095f
JL
1149Sun Sep 19 12:16:47 1999 Jeffrey A Law (law@cygnus.com)
1150
1151 * som.c (NO_PCREL_MODES): Define if the system does not define
1152 R_SHORT_PCREL_MODE.
1153 (hppa_som_gen_reloc_type): Handle both short and long pcrel branches.
1154 (som_write_fixups): Eliminate redundant pcrel mode relocs. Handle
1155 R_LONG_PCREL_MODE and R_SHORT_PCREL_MODE
1156 * libhppa.h (dis_assemble_22): New function.
1157 (bfd_hppa_insn2fmt): Handle long branch.
1158
27ac83bf
RH
1159 * libhppa.h (bfd_hppa_insn2fmt): Decode and handle formats found
1160 in PA2.0.
2667095f 1161
b7be1db6
AM
11621999-09-17 Alan Modra <alan@spri.levels.unisa.edu.au>
1163
1164 * coff-i386.c (coff_i386_reloc_type_lookup): Support BFD_RELOC_16,
1165 BFD_RELOC_16_PCREL, BFD_RELOC_8, BFD_RELOC_8_PCREL relocs.
1166 (reloc_howto_type howto_table): Tidy comments and whitespace.
1167
57db232e
NC
11681999-09-17 Nick Clifton <nickc@cygnus.com>
1169
1170 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Undo
1171 previous delta. Set sec->gc_mark instead.
1172
38f7d33d
CM
1173Thu Sep 16 11:21:13 1999 Catherine Moore <clm@cygnus.com>
1174
1175 * elf32-m68k.c (elf_cpu32_plt0_entry): Use a1 instead of a0.
1176 (elf_cpu32_plt_entry): Likewise.
1177
dfec422f
JL
1178Thu Sep 16 10:48:17 1999 Jeffrey A Law (law@cygnus.com)
1179
b2df1460
JL
1180 * elf-hppa.h (elf_hppa_final_write_processing): Turn on TRAPNIL.
1181
1209c612
JL
1182 * elf-hppa.h (elf_hppa_final_link): If unable to find __gp in the
1183 symbol table, then just compute a suitable value (but do not
1184 create a __gp symbol).
1185
dfec422f
JL
1186 * elf-hppa.h (elf_hppa_relocate_section): Allow undefined
1187 symbols when building shared libraries.
1188 (elf_hppa_final_link_relocate): Correct handling of PCREL
1189 relocations against undefined symbols.
1190
d0f2103d
NC
11911999-09-16 Nick Clifton <nickc@cygnus.com>
1192
1193 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Mark
1194 interworking sections as linker created so that they will not
1195 be removed by garbage collection.
1196
19ef5465
JL
1197Wed Sep 15 02:31:57 1999 Jeffrey A Law (law@cygnus.com)
1198
1199 * elf-hppa.h (elf_hppa_final_link): Revamp __gp handling.
1200 (elf_hppa_final_link_relocate): Consistently create an absolute
1201 address, then subtract out the value of __gp.
1202
6d83c84b
MM
12031999-09-14 Michael Meissner <meissner@cygnus.com>
1204
1205 * configure.in (Canonicalization of target names): Remove adding
1206 ${CONFIG_SHELL} in front of $ac_config_sub, since autoconfig 2.14
1207 generates $ac_config_sub with a ${CONFIG_SHELL} already.
1208 * configure: Regenerate.
1209
06a5ee55
NC
12101999-09-14 Nick Clifton <nickc@cygnus.com>
1211
1212 * elf32-m32r.c (ELF_MAXPAGESIZE): Change to 0x1 (at request of
1213 Mitsubishi).
1214
b2e311df
JL
1215Mon Sep 13 20:01:47 1999 Jeffrey A Law (law@cygnus.com)
1216
2ec0dd12
JL
1217 * elf-hppa.h (elf_hppa_record_segment_addrs): New function.
1218 (elf_hppa_final_link): Initialize text_segment_base and
1219 data_segment_base.
1220 (elf_hppa_final_link_relocate): Handle SEGREL relocations.
1221
b2e311df
JL
1222 * elf-hppa.h (elf_hppa_final_link): Remove unused variables.
1223 (elf_hppa_final_link_relocate): Likewise.
1224 (elf_hppa_relocate_insn): Likewise.
1225 (elf_hppa_relocate_section): Initialize HOWTO.
1226
79207490
ILT
12271999-09-13 Donn Terry <donn@interix.com>
1228
e5db213d
ILT
1229 * coffcode.h (styp_to_sec_flags): Further refinement of COMDAT
1230 handling to support both GNU and MS objects.
1231
79207490
ILT
1232 * coffcode.h (coff_write_object_contents): Don't check reloc_count
1233 when determining whether to set F_RELFLG.
1234
59f2c4e7
NC
12351999-09-13 Philip Blundell <pb@nexus.co.uk>
1236
1237 * elf32-arm.h (elf32_arm_final_link_relocate): Don't range-check
1238 PC24 relocs if the target is an undefined weak symbol.
1239 (arm_add_to_rel): Fix compiler warning.
1240 (elf32_arm_plt0_entry): Correct comments.
1241
2f66722d
AM
12421999-09-13 Alan Modra <alan@spri.levels.unisa.edu.au>
1243
1244 * elfcode.h (write_relocs): Check for the_bfd NULL when handling
1245 an absolute symbol in REL relocs.
1246
228d307f
JL
1247Sun Sep 12 23:47:58 1999 Jeffrey A Law (law@cygnus.com)
1248
1249 * elf-hppa.h (elf_hppa_final_link_relocate): Handle SECREL32.
1250 Stub SEGREL32. Return an error for any relocation not handled.
1251
49147fca
ILT
12521999-09-12 Ian Lance Taylor <ian@zembu.com>
1253
1254 * cofflink.c (coff_link_add_symbols): Look for special MSVC string
1255 constant symbols, and avoid multiple definition errors on them.
1256
86b21447
ILT
12571999-09-12 Donn Terry <donn@interix.com>
1258
1259 * libbfd.c (bfd_log2): Rewrite to avoid infinite loop if most
1260 significant bit is set.
1261
eeaf533e
ILT
12621999-09-11 Ian Lance Taylor <ian@zembu.com>
1263
a50f8417
ILT
1264 * coff-ppc.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
1265
eeaf533e
ILT
1266 * elfcode.h (write_relocs): Handle an absolute symbol in REL
1267 relocs as we do for RELA relocs.
1268
703153b5
ILT
12691999-09-11 Donn Terry <donn@interix.com>
1270
2fbadf2c
ILT
1271 * libpei.h (_bfd_pei_final_link_postscript): Declare.
1272 (coff_final_link_postscript): Define.
1273 * peigen.c (_bfd_pei_swap_aouthdr_out): Don't set value for data
1274 directory entries here.
1275 (_bfd_pei_final_link_postscript): New function.
1276
8c42d010
ILT
1277 * peigen.c (_bfd_pei_swap_scnhdr_out): Remove code which sets
1278 section flags based on the section name.
1279
cb43721d
ILT
1280 * peicode.h (coff_swap_scnhdr_in): If COFF_IMAGE_WITH_PE, the
1281 get the overflow of the s_nlnno field from the s_nreloc field.
1282 * peigen.c (_bfd_pei_swap_scnhdr_out): If doing a final link, swap
1283 the s_nlnno overflow of the .text section into the s_nreloc
1284 field.
1285
5933bdc9
ILT
1286 * peigen.c (add_data_entry): Declare.
1287 (pei_swap_aouthdr_out): Get image size right. Set linker version
1288 more intuitively.
1289 (pei_swap_scnhdr_out): Test for UNINIT section, not .bss.
1290 (pe_print_idata): Code cleanup, print more info, get rid of (now)
1291 extraneous ImageBase.
1292 (pe_print_edata): Likewise.
1293 (pe_print_pdata): Likewise. Print exception entries.
1294 (pe_print_reloc): Likewise. Print MIPS_JMPADDR.
1295 (tbl): Make const, add "UNKNOWN".
1296 (_bfd_pe_print_private_bfd_data_common): Print timestamp.
1297 (_bfd_pe_bfd_copy_private_bfd_data_common): Don't copy deleted
1298 section data directory.
1299 (_bfd_pe_bfd_copy_private_section_data): Copy pe_flags.
1300
7d2b58d6
ILT
1301 * libpei.h (_bfd_pe_bfd_get_symbol_info): Declare.
1302 * peigen.c (_bfd_pe_bfd_get_symbol_info): New function.
1303 * peicode.h (coff_get_symbol_info): Define.
1304
0717ebb7
ILT
1305 * config.bfd (i[3456]86-*-interix*): Set targ_cflags to
1306 -DSTRICT_PE_FORMAT.
1307 * coffcode.h (styp_to_sec_flags): Check STRICT_PE_FORMAT rather
1308 than __INTERIX.
1309 (coff_classify_symbol): Re-revert 1999-08-08 patch if
1310 STRICT_PE_FORMAT.
1311
277d1b5e
ILT
1312 * libpei.h: New file, broken out of peicode.h.
1313 * peigen.c: New file, broken out of peicode.h.
1314 * peicode.h: A bunch of code moved out to libpei.h and peigen.c.
1315 * configure.in: Add peigen.lo to list of files required for each
1316 PE target.
1317 * Makefile.am: Rebuild dependencies.
1318 (BFD32_BACKENDS): Add peigen.lo.
1319 (BFD32_BACKENDS_CFILES): Add peigen.c.
1320 (SOURCE_HFILES): Add libpei.h.
1321 * configure, Makefile.in: Rebuild.
1322
e166a60f
ILT
1323 * peicode.h (coff_swap_scnhdr_in): Don't check for a special
1324 section name of _BSS; check IMAGE_SCN_CNT_UNINITIALIZED_DATA
1325 instead. Don't clear the s_paddr field for an uninitialized data
1326 section.
1327
1135238b
ILT
1328 * coffcode.h (coff_mkobject_hook): Set timestamp field in
1329 coff_data_type to f_timdat.
1330 * peicode.h (pe_mkobject_hook): Likewise.
1331
05bf877a
ILT
1332 * peicode.h (coff_swap_filehdr_in): Check the NT executable magic
1333 number if COFF_IMAGE_WITH_PE.
1334
4cfec37b
ILT
1335 * coffcode.h (coff_mkobject_hook): If COFF_WITH_PE, set HAS_DEBUG
1336 to the reverse of IMAGE_FILE_DEBUG_STRIPPED.
1337 (coff_write_object_contents): Set IMAGE_FILE_DEBUG_STRIPPED if
1338 there is no SEC_DEBUGGING section.
1339 * peicode.h (pe_mkobject_hook): Set HAS_DEBUG to the reverse of
1340 IMAGE_FILE_DEBUG_STRIPPED.
1341
33d7d197
ILT
1342 * pe-i386.c (COFF_LONG_FILENAMES): Define.
1343 (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
1344 * pei-i386.c (COFF_LONG_FILENAMES): Define.
1345 (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
1346
402ef9d4
ILT
1347 * coffswap.h (IMAGE_BASE): Don't define.
1348 * pei-arm.c (IMAGE_BASE): Don't define.
1349 * pei-i386.c (IMAGE_BASE): Don't define.
1350 * pei-mcore.c (IMAGE_BASE): Don't define.
1351 * pei-ppc.c (IMAGE_BASE): Don't define.
1352
8add8e30
ILT
1353 * cofflink.c (_bfd_coff_link_input_bfd): When writing out a
1354 symbol, switch on the class when determining whether to modify the
1355 value. For PE, don't modify the value of a C_FCN symbol not named
1356 .bf.
1357
c0bed66d
ILT
1358 * libbfd-in.h (_bfd_abort): Declare.
1359 (abort): Define.
1360 * bfd.c (_bfd_abort): New function.
1361 * libbfd.h: Rebuild.
1362
a50f8417
ILT
1363 * coffcode.h (coff_set_alignment_hook): Delete POWERPC_LE_PE
1364 special handling.
1365
b545f675
ILT
1366 * cofflink.c (_bfd_coff_link_input_bfd): If a symbol is stripped,
1367 don't write out the associated line numbers.
1368
2c546cd8
ILT
1369 * cofflink.c (_bfd_coff_write_global_sym): Handle section symbol
1370 aux entries.
1371
5d3aaa74
ILT
1372 * cofflink.c (coff_link_add_symbols): Don't warn about symbol type
1373 changes when the base type is unknown.
1374
312191a6
ILT
1375 * coffgen.c (coff_print_symbol): Fix printing of aux record for
1376 function symbols.
1377
703153b5 1378 * syms.c (BSF_DEBUGGING_RELOC): Define.
d510f9a6
ILT
1379 * coffcode.h (coff_slurp_symbol_table): If PE, set BSF_DEBUGGING
1380 for C_FCN/C_EFCN symbols, and set BSF_DEBUGGING_RELOC for such
1381 symbols named .bf.
703153b5
ILT
1382 * coffgen.c (fixup_symbol_value): Relocate a symbol which has
1383 BSF_DEBUGGING_RELOC set.
1384 * bfd-in2.h: Rebuild.
1385
7b50b349
ILT
13861999-09-10 Ian Lance Taylor <ian@zembu.com>
1387
1388 * ecoff.c (bfd_debug_section): Update initialization for new
1389 comdat_info field.
1390 (_bfd_ecoff_styp_to_sec_flags): Add section parameter.
1391 * libecoff.h (_bfd_ecoff_styp_to_sec_flags): Update declaration.
1392
13931999-09-10 H.J. Lu <hjl@gnu.org>
1394
1395 * coff-alpha.c (alpha_ecoff_backend_data): Initialize the new
1396 _bfd_filnmlen field.
1397 * coff-mips.c (mips_ecoff_backend_data): Likewise.
1398
af7dc644
JL
1399Fri Sep 10 00:35:14 1999 Jeffrey A Law (law@cygnus.com)
1400
e48c661e
JL
1401 * elf-hppa.h (elf_hppa_final_link_relocate): Create .opd entries
1402 for FPTR relocs involving local symbols.
1403
6a0b9871
JL
1404 * elf-hppa.h (elf_hppa_final_link_relocate): Get the right
1405 value for the stub address in a call through a stub.
1406 Install the value for a local symbol directly into the DLT
1407 instead of generating a reloc. Correctly handle FPTR64 relocs.
1408
af7dc644
JL
1409 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): New function.
1410 (elf_hppa_remark_useless_dynamic_symbols): Similarly.
1411 (elf_hppa_final_link): Call them.
1412
fc4cc5bb
ILT
14131999-09-10 Ian Lance Taylor <ian@zembu.com>
1414
1415 * elflink.h (elf_fix_symbol_flags): Move weakdef handling here...
1416 (elf_adjust_dynamic_symbol): ...from here.
1417
be7582f3
JL
1418Wed Sep 8 17:56:11 1999 Jeffrey A Law (law@cygnus.com)
1419
b7263961
JL
1420 * elf-hppa.h (elf_hppa_howto_table); There is no DIR64WR, DIR64DR
1421 relocation, remove them. SECREL64->LTOFF16WF.
1422 (elf_hppa_final_link_relocate): Handle LTOFF* relocations. Handle
1423 DIR* relocations.
1424 (elf_hppa_relocate_insn): Similarly.
1425
8267b155
JL
1426 * elf-hppa.h (elf_hppa_final_link_relocate): Handle PLTOFF* relocs.
1427 (elf_hppa_relocate_insn): Similarly.
1428
6849fb4d
JL
1429 * elf-hppa.h (elf_hppa_final_link_relocate): Handle DPREL* and
1430 GPREL* relocations.
1431 (elf_hppa_relocate_insn): Similarly.
1432
b233eaab
JL
1433 * elf-hppa.h (elf_hppa_link_final_relocate): Fix typos.
1434 Handle LTOFF_TP* relocs.
1435 (elf_hppa_relocate_insn): Similarly.
1436
571047ad
JL
1437 * elf-hppa.h (elf_hppa_final_link_relocate): Handle PCREL* relocs.
1438 Consistently deal with addends. Handle DLTIND14F and DLTREL14F.
1439 (elf_hppa_relocate_insn): Handle PCREL* relocs.
1440
e5bb3efc
JL
1441 * elf-hppa.h (elf_hppa_final_link_relocate): Handle LT_OFF_FPTR*,
1442 DIR32, DIR64 and FPTR64 relocations.
1443 (elf_hppa_relocate_insn): Similarly.
1444
be7582f3
JL
1445 * elf-hppa.h (elf_hppa_final_link): Set the value of __gp to the
1446 address of the .PARISC.global section.
1447 (elf_hppa_relocate_section): Lookup and pass the PA64 hash
1448 table entry elf_hppa_final_link_relocate. Do not give a warning
1449 for a reloc against an external symbol if it has a PA64 hash
1450 table entry.
1451 (elf_hppa_final_link_relocate): Significantly rework. Handle
1452 DLTIND relocations. Compute the final value of the relocation
1453 before passing the value of elf_hppa_relocate_insn.
1454 (elf_hppa_relocate_insn): Revamp to handle just bit tiwiddling
1455 relocation support. Handle DLTIND relocation requests just like
1456 DLTREL relocation requests. Simplify branch handling.
1457
14581999-09-08 Ulrich Drepper <drepper@cygnus.com>
1459
1460 * elf-hppa.h (elf_hppa_relocate_section): Catch problems with
1461 non-allocated section as done in i386 version.
1462 (elf_hppa_final_link_relocate): Uncomment R_PARISC_14F in switch
1463 statement since this is no know relocation.
1464
c8933571
JL
1465Tue Sep 7 17:25:12 1999 Jeffrey A Law (law@cygnus.com)
1466
084d930b
JL
1467 * elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14F
1468 relocs.
1469 (elf_hppa_relocate_insn): Similarly.
1470
11c19a4e
JL
1471 * elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14WR and
1472 DLTREL14WD relocs.
1473 (elf_hppa_relocate_insn): Similarly.
1474
c8933571
JL
1475 * elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14R and
1476 DLTREL21L relocs. Pass the output bfd to elf_hppa_relocate_insn.
1477 Pass the relocate type rather than the insn format to
1478 elf_hppa_relocate_insn.
1479 (elf_hppa_relocate_insn): Make switch dependent on relocation type
1480 rather than the opcode. Handle DLTREL21L and DLTREL14R relocs.
1481
692b7d62
ILT
14821999-09-07 Ian Lance Taylor <ian@zembu.com>
1483
1484 * coffcode.h (bfd_coff_backend_data): Add _bfd_filnmlen field.
1485 (bfd_coff_filnmlen): Define.
1486 (bfd_coff_std_swap_table): Initialize new field.
1487 * coffgen.c (coff_fix_symbol_name): Use bfd_coff_filnmlen rather
1488 than FILNMLEN.
1489 (coff_write_symbols): Likewise.
1490 (coff_get_normalized_symtab): Likewise.
1491 * coff-sh.c (bfd_coff_small_swap_table): Initialize new field.
1492 * libcoff.h: Rebuild.
1493
022a5af4
ILT
14941999-09-06 Donn Terry <donn@interix.com>
1495
75cc7189
ILT
1496 * coffcode.h (sort_by_secaddr): New static function if
1497 COFF_IMAGE_WITH_PE.
1498 (coff_compute_section_file_positions): If COFF_IMAGE_WITH_PE, sort
1499 sections by VMA when assigning target_index values. Always set
1500 virt_size.
1501
8d3ad4e1 1502 * libcoff-in.h (struct pei_section_tdata): Add pe_flags field.
fdfd89ab
ILT
1503 * coffcode.h (coff_set_alignment_hook) [COFF_WITH_PE version]: Set
1504 pe_flags field.
8d3ad4e1
ILT
1505 * libcoff.h: Rebuild.
1506
8a1ad8e7
ILT
1507 * coffcode.h (coff_set_custom_section_alignment): Add const to
1508 declaration to match definition.
1509 (coff_write_object_contents): Don't set F_AR32W(R)? if
1510 COFF_WITH_PE.
1511
1512 * coff-i386.c (in_reloc_p): Add declaration.
1513 (i386coff_vec): Simplify initialization of
1514 application_section_flags.
1515
41733515
ILT
1516 * coffcode.h (sec_to_styp_flags): Write separate COFF_WITH_PE
1517 version. Move COFF_WITH_PE specific code to new version.
1518 (stype_to_sec_flags): Likewise. Add section parameter.
1519 * coffgen.c (make_a_section_from_file): Set target_index before
1520 calling styp_to_sec_flags. Pass section to styp_to_sec_flags.
1521 * libcoff.h: Rebuild.
1522
92962560
ILT
1523 * syms.c (stt): Add some PE/PEI section names.
1524 (bfd_decode_symclass): Return 'w', not 'U', for a weak undefined
1525 symbol.
1526 (bfd_symbol_info): Check for 'w'.
1527
022a5af4
ILT
1528 * section.c (struct bfd_comdat_info): Define.
1529 (asection): Add comdat field.
1530 (STD_SECTION): Initialize comdat field.
1531 (bfd_make_section_anyway): Likewise.
1532 * bfd-in2.h: Rebuild.
1533
0d271c1a
AS
15341999-09-06 Andreas Schwab <schwab@suse.de>
1535
1536 * elflink.h (elf_link_add_object_symbols): Copy NON_GOT_REF flag
1537 to version symbols.
1538
fed79cc6
NC
15391999-09-06 Nick Clifton <nickc@cygnus.com>
1540
1541 * elflink.h (elf_gc_record_vtentry): Use bfd_zmalloc and
1542 bfd_realloc instead of calloc and realloc.
1543
0bcb993b
ILT
15441999-09-04 Steve Chamberlain <sac@pobox.com>
1545
1546 * cpu-pj.c: New file.
1547 * elf32-pj.c: New file.
1548 * config.bfd (pj*): New cpu.
1549 (pj-*-*, pjl-*-*): New targets.
1550 * configure.in (bfd_elf32_pj_vec): New target vector.
1551 (bfd_elf32_pjl_vec): New target vector.
1552 * archures.c (bfd_arch_pj): Define.
1553 * elf.c (prep_headers): Handle bfd_arch_pj.
1554 * reloc.c: Define BFD_RELOC_PJ_* relocations.
1555 * targets.c (bfd_elf32_pj_vec, bfd_elf32_pjl_vec): Declare and add
1556 to target vector list.
1557 * Makefile.am: Rebuild dependencies.
1558 (ALL_MACHINES): Add cpu-pj.lo.
1559 (ALL_MACHINES_CFILES): Add cpu-pj.c.
1560 (BFD32_BACKENDS): Add elf32-pj.lo.
1561 (BFD32_BACKENDS_CFILES): Add elf32-pj.c.
1562 * configure, Makefile.in, bfd-in2.h, libbfd.h: Rebuild.
1563
7843f00e
ILT
15641999-09-04 Ian Lance Taylor <ian@zembu.com>
1565
1566 * elf-bfd.h (ELF_LINK_NON_GOT_REF): Define.
1567 * elflink.h (elf_adjust_dynamic_symbol): Copy REF_REGULAR_NONWEAK
1568 and NON_GOT_REF from weak defined symbol to real symbol.
1569 * elf32-i386.c (elf_i386_check_relocs): Set NON_GOT_REF.
1570 (elf_i386_adjust_dynamic_symbol): If NON_GOT_REF is not set, don't
1571 create a COPY reloc.
1572 * elf32-sparc.c (elf32_sparc_check_relocs): Set NON_GOT_REF.
1573 (elf32_sparc_adjust_dynamic_symbol): If NON_GOT_REF is not set,
1574 don't create a COPY reloc.
1575
814fe68a
ILT
15761999-09-03 Ian Lance Taylor <ian@zembu.com>
1577
1578 * elflink.h (elf_bfd_final_link): When counting relocations, don't
1579 count those in sections we are not including in the link.
1580
20e29382
JL
1581Thu Sep 2 17:41:20 1999 Jeffrey A Law (law@cygnus.com)
1582
1583 * elflink.h (elf_link_add_object_symbols): Work around bogus SH_LINK
1584 field in hpux11 shared libraries.
1585
4b56dbbd
NC
15861999-09-02 Nick Clifton <nickc@cygnus.com>
1587
1588 * elflink.h (elf_gc_record_vtentry): Fix memory leak.
1589
2eb429af
JL
1590Wed Sep 1 13:34:29 1999 Jeffrey A Law (law@cygnus.com)
1591
1592 * elf-hppa.h (elf_hppa_add_symbol_hook): New function.
1593 (elf_hppa_final_link, elf_hppa_relocate_section): Likewise.
1594 (elf_hppa_final_link_relocate, elf_hppa_relocate_insn): Likewise.
1595
994819d2
NC
15961999-08-31 Alexandre Petit-Bianco <apbianco@cygnus.com>
1597
1598 * elflink.h (record_link_assignment): When possible, keep the
1599 original type of the symbol.
1600
0d571602
JL
1601Mon Aug 30 15:26:48 1999 Jeffrey A Law (law@cygnus.com)
1602
1603 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Allow both
1604 R_PARISC_DIR32 and R_PARISC_DIR64 regardless of how the
1605 tools were configured.
1606 * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type): Declare.
1607
9458945f
MM
16081999-08-26 Mark Mitchell <mark@codesourcery.com>
1609
1610 * elf32-mips.c (_bfd_mips_elf_check_relocs): Don't allocate local
1611 GOT entries for GOT16 relocations; they're not required.
1612
021e3cc0
NC
16131999-08-24 Nick Clifton <nickc@cygnus.com>
1614
1615 From a patch submitted by Roland McGrath <roland@baalperazim.frob.com>
1616
1617 * config.bfd (arm-*-netbsd*): New target.
1618 * configure.in (armnetbsd_vec): New target vector.
1619 * configure: Regenerate
1620 * targets.c (bfd_target_vector): Add &armnetbsd_vec.
1621
1622 * Makefile.am (BFD32_BACKENDS): Add armnetbsd.lo.
1623 (ALL_MACHINES_CFILES): Add armnetbsd.c.
1624 (armnetbsd.lo): New rule with deps.
1625 * Makefile.in: Regenerate.
1626
1627 * armnetbsd.c: New file: Definitions specific to arm-netbsd
1628 target.
1629
7da1b175
JL
1630Tue Aug 24 00:25:58 1999 Jeffrey A Law (law@cygnus.com)
1631
1632 * som.c (som_slurp_symbol_table): Fix typo in comment.
1633
1ca74062
JL
1634Fri Aug 20 17:01:23 1999 Jeffrey A Law (law@cygnus.com)
1635
1636 * elf-hppa.h (elf_hppa_fake_sections): Compute section indices
1637 here instead of using elf_section_data...
1638
69e70d30
NC
16391999-08-19 Nick Clifton <nickc@cygnus.com>
1640
1641 * coff-mcore.c (mcore_emit_base_file_entry): New function: Emit
1642 relocations into the base file.
1643 (coff_mcore_relocate_section): Call mcore_emit_base_file_entry if
1644 we are building a base file.
1645
98c1d4aa
NC
16461999-08-19 Nick Clifton <nickc@cygnus.com>
1647
1648 * elf32-arm.h (arm_add_to_rel): New function. Add a value to
1649 a REL style reloc.
1650 (elf32_arm_relocate_section): Use arm_add_to_rel to increment
1651 REL relocs when performing a partial relocation.
1652
00692651
ILT
16531999-08-18 Donn Terry <donn@interix.com>
1654
b2d638c7
ILT
1655 * cofflink.c: Move definitions of N_TMASK, et. al., out of
1656 _bfd_coff_link_input_bfd into top level.
1657
00692651
ILT
1658 * coff-i386.c (coff_i386_reloc): Handle R_IMAGEBASE.
1659 (RTYPE2HOWTO): Return NULL if reloc type is out of range.
1660 (coff_i386_rtype_to_howto): Likewise.
1661 * coffcode.h (coff_slurp_symbol_table): Change a -2 to N_DEBUG.
1662 Completely ignore symbols which are all zero.
1663 (dummy_reloc16_estimate): Add return 0.
1664 * cofflink.c (_bfd_coff_link_input_bfd): Rename inner scope
1665 variable copy to name_copy to avoid shadowing outer scope
1666 variable.
1667 * libcoff-in.h (coff_data_type): Change raw_syment_count field
1668 from unsigned int to unsigned long. Add timestamp field.
1669 * libcoff.h: Rebuild.
1670
1396cd2d
ILT
16711999-08-17 H.J. Lu <hjl@gnu.org>
1672
1673 * elf32-hppa.c (bfd_elf32_bfd_is_local_label_name): Fix typo in
1674 macro definition.
1675
0035bd7b
ILT
16761999-08-17 Ian Lance Taylor <ian@zembu.com>
1677
1678 * elf32-mips.c (_bfd_mips_elf_add_symbol_hook): Set BSF_DYNAMIC
1679 for special section symbols.
1680 * elflink.h (elf_merge_symbol): If we have no old BFD, check
1681 BSF_DYNAMIC on the section symbol to see whether the old BFD is
1682 dynamic.
1683
8535d39c
MM
16841999-08-15 Mark Mitchell <mark@codesourcery.com>
1685
1686 * elf32-mips.c (mips_elf_calculate_relocation): Fix unfortunate
1687 coincidence of variable names between old and new code.
1688
bcbdc74c
NC
16891999-08-12 Nick Clifton <nickc@cygnus.com>
1690
1691 * elf32-arm.h (elf32_arm_to_thumb_stub): Make 'offset' parameter
1692 into a bfd_vma and 'addend' parameter a 'bfd_signed_vma'.
1693 (elf32_thumb_to_arm_stub): Make 'offset' parameter into a bfd_vma
1694 and 'addend' parameter a 'bfd_signed_vma'.
1695 (elf32_arm_final_link_relocate): Do not involve stubs in
1696 R_ARM_THM_PC22 relocs relative to section symbols, they are long
1697 jumps, not function calls.
1698
23080146
NC
16991999-08-11 Robin Farine <advanc@dial.eunet.ch>
1700
1701 * elf32-arm.h (elf32_arm_final_link_relocate): Check for overflow
1702 in R_ARM_PC24 relocs.
1703
fc91f658
JL
1704Tue Aug 10 12:48:09 1999 Jeffrey A Law (law@cygnus.com)
1705
052e120f
JL
1706 * elf-hppa.h (elf_hppa_fake_sections): New function.
1707 * elf32-hppa.c (elf_backend_fake_sections): Define.
1708
27ac83bf
RH
1709 * elf-hppa.h (elf_hppa_final_write_processing): Update for
1710 recent changes to the arch_info structure.
3a9acac8 1711
fc91f658
JL
1712 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle
1713 R_HPPA_SEGBASE and R_HPPA_SEGREL32.
1714 * cpu-hppa.c (bfd_hppa20w_arch): New entry in architecture info
1715 list.
1716
5499724a 1717Tue Aug 10 00:34:29 1999 Mark P. Mitchell <mark@codesourcery.com>
27ac83bf 1718 Ralf Baechle <ralf@uni-koblenz.de>
5499724a
MM
1719
1720 * elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Always
1721 output DT_MIPS_GOTSYM.
1722 (_bfd_mips_elf_finish_dynamic_sections): Use the same value as
1723 DT_MIPS_SYMTABNO if there are no global GOT symbols.
1724
ce006217
MM
1725Tue Aug 10 00:21:08 1999 Mark P. Mitchell <mark@codesourcery.com>
1726
7b1f1231
MM
1727 * elf32-mips.c (mips_elf_create_dynamic_relocation): Change
1728 prototype. Handle local symbols. Add commentary.
1729 (mips_elf_calculate_relocation): Adjust accordingly.
1730 (_bfd_mips_elf_check_relocs): Handle local symbols in R_MIPS_32
1731 relocations.
1732
ce006217
MM
1733 * elflink.h (elf_bfd_final_link): Tweak last change.
1734
b037af20
MM
17351999-08-09 Mark Mitchell <mark@codesourcery.com>
1736
1737 * elflink.h (elf_link_size_reloc_section): Use the counts in the
1738 elf-section data to allocate just the right amount of relocation
1739 space. Don't allocate the hash space twice.
1740 (elf_bfd_final_link): Calculate the amount of space to allocate in
1741 each relocation section.
1742
432bdd91
JL
1743Mon Aug 9 17:37:30 1999 Jeffrey A Law (law@cygnus.com)
1744
1745 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type, case 32): When in
1746 64bit mode, generate a section relative relocation for a 32bit
1747 wide relocation.
1748 (elf_hppa_is_local_label_name): New function.
1749 * elf32-hppa.c (elf_hppa_is_local_label_name): Deleted. To be
1750 shared between 32bit and 64bit port.
1751
b944b044
MM
17521999-08-09 Mark Mitchell <mark@codesourcery.com>
1753
1754 * elf32-mips.c (elf_mips_howto_table): Fix src_mask for
1755 R_MIPS_GOT16 and R_MIPS_CALL16.
1756 (mips_elf_got16_entry): Use mips_elf_high to calculate the value
b037af20 1757 to use when looking for a preexisting GOT entry.
b944b044 1758
840a9995
ILT
17591999-08-09 Jakub Jelinek <jj@ultra.linux.cz>
1760
1761 * elf64-sparc.c (sparc64_elf_relocate_section): Back out part of
1762 the Sep. 4th, 1998 change. glibc 2.0.x dynamic linker had bug,
1763 not binutils.
1764 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1765
91d3970e
ILT
17661999-08-09 Geoff Keating <geoffk@cygnus.com>
1767
1768 * elflink.h (elf_link_output_extsym): Don't output a weak
1769 reference to an undefined symbol just because it was defined weak
1770 in a shared object.
1771
798c1fb8
ILT
17721999-08-09 Eli Zaretskii <eliz@is.elta.co.il>
1773
1774 * coffgen.c (coff_find_nearest_line): When looking for file, use
1775 last best match rather than first. If address is beyond last line
1776 number record, don't return the last line as the correct value.
1777
851edbaf
ILT
17781999-08-08 Ian Lance Taylor <ian@zembu.com>
1779
1780 * section.c (SEC_SMALL_DATA): Rename from SEC_SHORT.
1781 * bfd-in2.h: Rebuild.
1782
5dccc1dd
ILT
17831999-08-08 Mark Elbrecht <snowball3@bigfoot.com>
1784
1785 * libcoff-in.h (struct coff_section_alignment_entry): Define.
1786 * coffcode.h (coff_set_custom_section_alignment): New static
1787 function.
1788 (coff_section_alignment_table): New static array.
1789 (coff_new_section_hook): Use coff_set_customer_section_alignment.
1790 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
1791 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
1792 * libcoff.h: Rebuild.
1793
74eeebea
ILT
17941999-08-08 Ian Lance Taylor <ian@zembu.com>
1795
1796 * Makefile.am: Rename .dep* files to DEP*. Change DEP variable to
1797 MKDEP.
1798 * Makefile.in: Rebuild.
1799
bd826630
ILT
18001999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
1801
1802 * section.c (SEC_SHARED): Define.
1803 * coffcode.h (sec_to_styp_flags): Handle SEC_SHARED.
1804 (styp_to_sec_flags): Likewise.
1805 * peicode.h (coff_swap_scnhdr_out): Likewise.
1806 * bfd-in2.h: Rebuild.
1807
855b0be7
ILT
18081999-08-08 Ian Lance Taylor <ian@zembu.com>
1809
bd826630
ILT
1810 * coffcode.h (coff_classify_symbol): Comment out part of
1811 1999-08-05 change which breaks cygwin DLLs.
1812
855b0be7
ILT
1813 * acinclude.m4 (BFD_BINARY_FOPEN): Change -windows to -windows*.
1814 * aclocal.m4, configure: Rebuild.
1815
22bc497d
ILT
18161999-08-06 Ian Lance Taylor <ian@zembu.com>
1817
1818 * section.c (global_syms): Only initialize union field if
1819 __STDC__.
1820
4f2860ca
MM
18211999-08-04 Mark Mitchell <mark@codesourcery.com>
1822
1823 * elf32-mips.c (mips_elf_got16_entry): Don't multiply GOT index by
1824 the size of a GOT entry here.
1825 (mips_elf_calculate_relocation): Don't create a local GOT entry
1826 for the symbol in a GOT16 relocation; just for it's high-order bit
1827 (_bfd_mips_elf_relocate_section): Fix thinko.
1828
5d54c628
ILT
18291999-08-05 Ian Lance Taylor <ian@zembu.com>
1830
1831 Based on patches from Donn Terry <donn@interix.com>:
1832 * coffcode.h (enum coff_symbol_classification): Define.
1833 (bfd_coff_backend_data): Rename _bfd_coff_sym_is_global to
1834 _bfd_coff_classify_symbol. Change return type.
1835 (bfd_coff_classify_symbol): Rename from bfd_coff_sym_is_global.
1836 (coff_slurp_symbol_table): Use coff_classify_symbol.
1837 (coff_classify_symbol): New static function.
1838 (coff_sym_is_global): Never define.
1839 (bfd_coff_std_swap_table): Initialize with coff_classify_symbol.
1840 * cofflink.c (coff_link_check_ar_symbols): Use
1841 bfd_coff_classify_symbol rather than bfd_coff_sym_is_global.
1842 (coff_link_add_symbols): Likewise.
1843 (_bfd_coff_link_input_bfd): Likewise.
1844 * coff-sh.c (bfd_coff_small_swap_table): Initialize with
1845 coff_classify_symbol.
1846 * libcoff.h: Rebuild.
1847
36860900
JL
1848Wed Aug 4 18:08:07 1999 Jeffrey A Law (law@cygnus.com)
1849
1560fbe4
JL
1850 * libhppa.h (R_HPPA_LTPSEL, R_HPPA_RTPSEL): New field selectors
1851 (e_ltpsel, e_rtpsel): Similarly.
1852
36860900
JL
1853 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle 21bit e_ltpsel
1854 and 14bit ertpsel. Handle 64bit psel.
1855
e7c44218
MM
18561999-08-04 Mark Mitchell <mark@codesourcery.com>
1857
1858 * elf32-mips.c (_bfd_mips_elf_relocate_section): Tweak HI16/LO16
1859 handling for REL relocations. And only left-shift R_MIPS26
1860 relocation addends where necessary.
1861
3811169e
MM
18621999-08-03 Mark Mitchell <mark@codesourcery.com>
1863
23b255aa
MM
1864 * elf32-mips.c (mips_elf_next_lo16_addend): Rename to ...
1865 (mips_elf_next_lo16_relocation): Don't compute the addend here.
1866 Just return the relocation found.
1867 (mips_elf_relocate_section): Pull the LO16 addend out of the
1868 section itself when using REL relocations.
1869
3811169e
MM
1870 * elf32-mips.c (mips_elf_calculate_relocation): Restore
1871 _DYNAMIC_LINK handling and handling of undefined symbols in shared
1872 libraries.
1873
aab08431
ILT
18741999-08-03 Ian Lance Taylor <ian@zembu.com>
1875
2d146250
ILT
1876 * elf32-ppc.c (ppc_elf_relocate_section): Don't use the relocation
1877 value of a symbol in a SEC_DEBUGGING section. Warn when doing a
1878 relocation against a symbol in an input section with no output
1879 section. From Daniel Jacobowitz <drow@false.org>.
1880
cb94091f
ILT
1881 * coff-stgo32.c (go32_stubbed_coff_object_p): Remove; not used.
1882
aab08431
ILT
1883 * acinclude.m4 (BFD_CC_FOR_BUILD): Change to use conftest, and to
1884 look for generated file correctly.
1885 * aclocal.m4, configure: Rebuild.
1886
5a44662b
MM
18871999-08-02 Mark Mitchell <mark@codesourcery.com>
1888
1889 * elf32-mips.c (_bfd_mips_elf_relocate_section): Handle R_MIPS_26
1890 and R_MIPS16_26 relocations correctly when relocating.
1891 (_bfd_mips_elf_check_relocs): Don't assume that R_MIPS_CALL_HI16
1892 and R_MIPS_CALL_LO16 are for global symbols.
1893
1fa0ddb3
RH
18941999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
1895
1896 * elflink.h (elf_bfd_final_link): Copy the whole isym, not just
1897 some fields.
1898 * elf64-sparc.c (sparc64_elf_output_arch_syms): Declare used
1899 variables and initialize them.
1900
97287574
MM
19011999-08-01 Mark Mitchell <mark@codesourcery.com>
1902
8b237a89
MM
1903 * elf32-mips.c (_bfd_mips_elf_final_link): Handle the case where
1904 there are no global symbols requiring GOT entries.
1905 (_bfd_mips_elf_size_dynamic_sections): Likewise.
1906 (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
1907 (_bfd_mips_elf_finish_dynamic_sections): Likewise.
1908
97287574
MM
1909 * elf32-mips.c (mips_elf_calculate_relocation): Undefined weak
1910 symbols are considered to have the value zero.
1911 (_bfd_mips_elf_relocate_section): Don't try to perform a
1912 relocation for an undefined symbol.
1913 (_bfd_mips_elf_check_relocs): Allocate locate GOT space for local
1914 GOT16 relocations.
1915
a11c78e7
RH
19161999-07-30 Jakub Jelinek <jj@ultra.linux.cz>
1917
1918 * elf64-sparc.c (sparc64_elf_build_plt): Cosmetic change - ABI
1919 wants ba,a,pt %xcc instead of %icc.
1920 Emit correct .PLT0-(.PLTN+4) initial value into the pointer slots
1921 of large PLT entries.
1922 (sparc64_elf_plt_ptr_offset): Fix calculation.
1923 (sparc64_elf_finish_dynamic_symbol): Negative value of R_SPARC_JMP_SLOT
1924 addend should be relative to load address, not .plt section start.
1925 (sparc64_elf_size_info): Sparc64 uses 32bit .hash entries.
1926
587ff49e
RH
19271999-07-30 Jakub Jelinek <jj@ultra.linux.cz>
1928
1929 * elf-bfd.h (struct elf_backend_data): Add
1930 print_symbol_all and output_arch_syms backend methods.
1931 * elfxx-target.h: Likewise.
1932 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create,
1933 sparc64_elf_add_symbol_hook, sparc64_elf_output_arch_syms,
1934 sparc64_elf_get_symbol_type, sparc64_elf_symbol_processing): New
1935 functions.
1936 (sparc64_elf_size_dynamic_sections): Leave space for STT_REGISTER
1937 symbols in .dynsym, add their names into .dynstr. Put those symbols
1938 into dynlocal.
1939 (sparc64_elf_finish_dynamic_sections): Fix up DT_SPARC_REGISTER
1940 pointers to STT_REGISTER symbols in dynsym section.
1941 (sparc64_elf_print_symbol_all): New function.
1942 * elf.c (bfd_elf_print_symbol): Allow special backend symbol
1943 printing using the print_symbol_all hook.
1944
d512aa07
CM
19451999-07-30 Catherine Moore <clm@cygnus.com>
1946
1947 * elf32-arm.h (elf32_arm_check_relocs): Use r_offset for
1948 R_ARM_GNU_VTENTRY.
1949
441d6d79
RH
19501999-07-29 Richard Henderson <rth@cygnus.com>
1951
1952 * elf32-mips.c (_bfd_mips_elf_final_link): Only re-sort dynsyms if
1953 dynamic_sections_created.
1954
c9b3cbf3
RH
19551999-07-29 Richard Henderson <rth@cygnus.com>
1956
1957 * elf32-mips.c (mips_info_to_howto_rel): Split out switch to ...
1958 (mips_rtype_to_howto): ... new function.
1959 (_bfd_mips_elf_relocate_section): Use it.
1960
b89db8f2
MM
19611999-07-28 Mark Mitchell <mark@codesourcery.com>
1962
1963 * elf32-mips.c (_bfd_mips_elf_relocate_section): Fix typo.
1964
f8111282
NC
19651999-07-27 Nick Clifton <nickc@cygnus.com>
1966
1967 Patch generated by Bernd Schmidt. <bernds@cygnus.co.uk>
1968
1969 * coff-arm.c (coff_arm_is_local_label_name): Change to strip
1970 out only symbols that start with LOCAL_LABEL_PREFIX followed by 'L'.
1971
7d923127
ILT
19721999-07-23 Donn Terry <donn@interix.com>
1973
7fd9c191
ILT
1974 * libcoff-in.h (coff_link_hash_entry): Add coff_link_hash_flags
1975 field, and define COFF_LINK_HASH_PE_SECTION_SYMBOL.
1976 * cofflink.c (coff_link_add_symbols): If PE, handle section
1977 symbols specially.
1978 * libcoff.h: Rebuild.
1979
7d923127
ILT
1980 * config.bfd (i[3456]86-*-interix*): New target.
1981
242eabea
ILT
19821999-07-21 Mark Elbrecht <snowball3@bigfoot.com>
1983
1984 * coffcode.h (styp_to_sec_flags): If COFF_LONG_SECTION_NAMES and
1985 COFF_SUPPORT_GNU_LINKONCE, mark sections whose names begin with
1986 .gnu.linkonce with SEC_LINKONCE and SEC_LINK_DUPLICATES_DISCARD.
1987 * coff-go32.c: (COFF_LONG_SECTION_NAMES): Define.
1988 (COFF_SUPPORT_GNU_LINKONCE): Define.
1989 * coff-stgo32.c: (COFF_LONG_SECTION_NAMES): Define.
1990 (COFF_SUPPORT_GNU_LINKONCE): Define.
1991
9c8ac5a9
ILT
19921999-07-21 Ian Lance Taylor <ian@zembu.com>
1993
1994 From Mark Elbrecht:
1995 * makefile.dos: Remove; obsolete.
980e4bf7 1996 * configure.bat: Remove; obsolete.
9c8ac5a9 1997
957ccf44
ILT
19981999-07-21 H.J. Lu <hjl@gnu.org>
1999
2000 * config.bfd (i[3456]86-*-vxworks*): Add targ_underscore=yes.
2001
75987f83
ILT
20021999-07-21 Philippe De Muyter <phdm@macqel.be>
2003
2004 * cofflink.c (_bfd_coff_generic_relocate_section): Issue an error
2005 message and fail if a symbol index is out of range.
2006
2841ecd0
ILT
20071999-07-21 Ian Lance Taylor <ian@zembu.com>
2008
2009 * elf32-mips.c (mips_elf_calculate_relocation): Get the GP value
2010 when looking at a R_MIPS_GOT16 relocation.
2011
8a70eff3
NC
20121999-07-20 Nick Clifton <nickc@cygnus.com>
2013
2014 * coff-m88k.c: Use CREATE_BIG_COFF_TARGET_VEC.
2015
0db63c18
MM
2016Mon Jul 19 14:03:44 1999 Mark P. Mitchell <mark@codesourcery.com>
2017
2018 * elf32-mips.c (_bfd_mips_elf_final_link): Restore setting of GP
2019 removed in previous change.
2020 (_bfd_mips_elf_relocate_section): Adjust GP relative relocations
2021 in relocateable output.
2022
accc7f69
ILT
20231999-07-19 Ian Lance Taylor <ian@zembu.com>
2024
272dc76f
ILT
2025 * coff-m88k.c (m88kbcs_vec): Initialize new field of bfd_target
2026 structure.
2027
accc7f69
ILT
2028 * elflink.h (elf_merge_symbol): Do merge symbols from the same BFD
2029 if they appear to be specially created by the linker.
2030
c3c89269
NC
20311999-07-19 Nick Clifton <nickc@cygnus.com>
2032
2033 * targets.c (alternative_target): New field in bfd_target
2034 structure.
2035 (bfd_search_for_target): New function: Find a target that
2036 satisifies a search function.
2037 * bfd-in2.h: Regenerate.
2038
2039 * elfxx-target.h: Initialise the alternative_target field of
2040 the bfd_target structures to point to the other target (if
2041 defined).
2042 * nlm-target.h: Initialise the alternative_target field of
2043 the bfd_target structures to point to the other target (if
2044 defined).
2045
2046 * coffcode.h (CREATE_BIG_COFF_TARGET_VEC): New macro.
2047 (CREATE_LITTLE_COFF_TARGET_VEC): New macro.
2048
2049 * aix386-core.c: Initialise new field of bfd_target structure.
2050 * aout-adobe.c: Initialise new field of bfd_target structure.
2051 * aout-arm.c: Initialise new field of bfd_target structure.
2052 * aout-target.h: Initialise new field of bfd_target structure.
2053 * aout-tic30.c: Initialise new field of bfd_target structure.
2054 * binary.c: Initialise new field of bfd_target structure.
2055 * bout.c: Initialise new field of bfd_target structure.
2056 * cisco-core.c: Initialise new field of bfd_target structure.
2057 * coff-a29k.c: Use CREATE_BIG_COFF_TARGET_VEC.
2058 * coff-alpha.c: Initialise new field of bfd_target structure.
2059 * coff-apollo.c: Use CREATE_BIG_COFF_TARGET_VEC.
2060 * coff-arm.c: Use CREATE_{BIG|LITTLE}_COFF_TARGET_VEC.
2061 * coff-h8300.c: Use CREATE_BIG_COFF_TARGET_VEC.
2062 * coff-h8500.c: Use CREATE_BIG_COFF_TARGET_VEC.
2063 * coff-i386.c: Initialise new field of bfd_target structure.
2064 * coff-i860.c: Initialise new field of bfd_target structure.
2065 * coff-i960.c: Use CREATE_LITTLE_COFF_TARGET_VEC.
2066 * coff-m68k.c: Use CREATE_BIG_COFF_TARGET_VEC.
2067 * coff-mcore.c: Use CREATE_{BIG|LITTLE}_COFF_TARGET_VEC.
2068 * coff-mips.c: Initialise new field of bfd_target structure.
2069 * coff-ppc.c: Initialise new field of bfd_target structure.
2070 * coff-rs6000.c: Initialise new field of bfd_target structure.
2071 * coff-sh.c: Use CREATE_{BIG|LITTLE}_COFF_TARGET_VEC.
2072 * coff-sparc.c: Use CREATE_BIG_COFF_TARGET_VEC.
2073 * coff-tic30.c: Initialise new field of bfd_target structure.
2074 * coff-tic80.c: Use CREATE_LITTLE_COFF_TARGET_VEC.
2075 * coff-w65.c: Use CREATE_LITTLE_COFF_TARGET_VEC.
2076 * coff-we32k.c: Use CREATE_BIG_COFF_TARGET_VEC.
2077 * coff-z8k.c: Use CREATE_BIG_COFF_TARGET_VEC.
2078 * hppabsd-core.c: Initialise new field of bfd_target structure.
2079 * hpux-core.c: Initialise new field of bfd_target structure.
2080 * i386msdos.c: Initialise new field of bfd_target structure.
2081 * i386os9k.c: Initialise new field of bfd_target structure.
2082 * ieee.c: Initialise new field of bfd_target structure.
2083 * ihex.c: Initialise new field of bfd_target structure.
2084 * irix-core.c: Initialise new field of bfd_target structure.
2085 * mipsbsd.c: Initialise new field of bfd_target structure.
2086 * netbsd-core.c: Initialise new field of bfd_target structure.
2087 * oasys.c: Initialise new field of bfd_target structure.
2088 * osf-core.c: Initialise new field of bfd_target structure.
2089 * ppcboot.c: Initialise new field of bfd_target structure.
2090 * ptrace-core.c: Initialise new field of bfd_target structure.
2091 * sco5-core.c: Initialise new field of bfd_target structure.
2092 * som.c: Initialise new field of bfd_target structure.
2093 * srec.c: Initialise new field of bfd_target structure.
2094 * tekhex.c: Initialise new field of bfd_target structure.
2095 * trad-core.c: Initialise new field of bfd_target structure.
2096 * versados.c: Initialise new field of bfd_target structure.
2097 * vms.c: Initialise new field of bfd_target structure.
2098
a9602746
AS
20991999-07-19 Andreas Schwab <schwab@suse.de>
2100
2101 * elflink.h (elf_bfd_final_link): Remove unused variables rel_hash
2102 and rel_hdr.
2103
31367b81
MM
2104Sat Jul 17 02:28:28 1999 Mark P. Mitchell <mark@codesourcery.com>
2105
2106 * elflink.h (elf_link_adjust_relocs): New function.
2107 (elf_bfd_final_link): Use it.
2108 (elf_link_input_bfd): Deal with the fact that there can be
2109 two relocation sections for a single section.
2110 (elf_reloc_link_order): Likewise.
2111
2112 * elf32-mips.c (_bfd_mips_elf_final_link): Don't set GP for
2113 a relocateable object.
2114 (_bfd_mips_elf_relocate_section): Handle relocateable links.
2115
f65054f7
RH
21161999-07-16 Jakub Jelinek <jj@ultra.linux.cz>
2117
2118 * elf64-sparc.c (sparc64_elf_info_to_howto): Use ELF64_R_TYPE_ID.
2119 (sparc64_elf_get_reloc_upper_bound,
2120 sparc64_elf_get_dynamic_reloc_upper_bound,
2121 sparc64_elf_slurp_one_reloc_table, sparc64_elf_slurp_reloc_table,
2122 sparc64_elf_canonicalize_dynamic_reloc, sparc64_elf_write_relocs):
2123 New functions.
2124 (sparc64_elf_check_relocs, sparc64_elf_relocate_section): Use
2125 ELF64_R_TYPE_ID/DATA where appropriate.
2126
d6bcbdc1
RH
21271999-07-16 Jakub Jelinek <jj@ultra.linux.cz>
2128
2129 * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Remove
2130 DT_SPARC_PLTFMT.
2131
6387d602
ILT
21321999-07-16 Ian Lance Taylor <ian@zembu.com>
2133
2134 * elf32-mips.c (mips_elf_local_relocation_p): New static
2135 function.
2136 (mips_elf_next_lo16_addend): Call bfd_set_error on failure.
2137 (mips_elf_calculate_relocation): Use mips_elf_local_relocation_p.
2138 Always set *require_jalxp.
2139 (mips_elf_stub_section_p): Mark abfd parameter as unused.
2140 (_bfd_mips_elf_relocate_section): Only look for LO16 following
2141 GOT16 if the GOT16 is against a local symbol. Don't return false
2142 for an undefined symbol. If there is an overflow, assert that we
2143 have a name.
2144
318da145
AS
21451999-07-16 Andreas Schwab <schwab@suse.de>
2146
2147 * elflink.h (elf_link_record_local_dynamic_symbol): Remove unused
2148 variables `link' and `elfsec'.
2149 (elf_bfd_final_link): Remove unused variable `os'.
2150
435394bf
MM
2151Thu Jul 15 17:55:31 1999 Mark P. Mitchell <mark@codesourcery.com>
2152
2153 * elf32-mips.c (_bfd_mips_elf_modify_segment_map): Don't require
2154 a PT_PHDR program headers.
2155 (_bfd_mips_elf_final_link): Don't assume there are going to be
2156 section symbols when we're not building a shared object.
2157 (_bfd_mips_elf_check_relocs): Make sure we have a GOT when
2158 we need one.
2159
ac352105
ILT
21601999-07-15 J.T. Conklin <jtc@redback.com>
2161
2162 * config.bfd (i[3456]86-*-vxworks*): New target.
2163
197b9ca0
MM
21641999-07-15 Mark Mitchell <mark@codesourcery.com>
2165
2166 * elf32-mips.c (mips_elf_stub_section_p): New function.
2167 (mips_elf_calculate_relocation): Handle MIPS16 stub functions.
2168 (mips_elf_relocate_section): Adjust calling sequence for
2169 mips_elf_calculate_relocation and mips_elf_perform_relocation.
2170 (mips_elf_perform_relocation): Turn `jal' into `jalx' where
2171 required.
2172
3a6ae616
ILT
21731999-07-15 Ian Lance Taylor <ian@zembu.com>
2174
2175 * configure.in: Bump version number to 2.9.5.
2176 * configure: Rebuild.
2177
1b83fcb3
JL
2178Thu Jul 15 02:56:15 1999 Jeffrey A Law (law@cygnus.com)
2179
2180 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type, case R_HPPA): Handle
2181 64bit format.
2182 (_bfd_elf_hppa_gen_reloc_type, case R_GOTOFF): Use base reloc type
2183 to derive final type instead of hardwiring a selection.
2184
6296902e
MM
21851999-07-14 Mark Mitchell <mark@codesourcery.com>
2186
2187 * elf32-mips.c (mips_elf_obtain_contents): Swap 16-bit halves of
2188 things relocated by R_MIPS16_GPREL.
2189 (mips_elf_perform_relocation): Likewise.
2190
2ac8ce5f
RH
2191Wed Jul 14 15:23:19 1999 Jim Wilson <wilson@cygnus.com>
2192
2193 * elfxx-target.h (elfNN_bed): Add elf_backend_want_dynbss.
2194
b3be9b46
RH
21951999-07-14 Richard Henderson <rth@cygnus.com>
2196
2197 * elf32-mips.c (struct mips_got_info): Add global_gotno.
2198 (_bfd_mips_elf_size_dynamic_sections): Set it.
2199 (_bfd_mips_elf_final_link): Re-sort; verify the got did not grow.
2200 (mips_elf_sort_hash_table): Set max_non_got_dynindex based off
2201 new argument max_local.
2202
b7233c24
MM
22031999-07-14 Mark Mitchell <mark@codesourcery.com>
2204
1e52e2ee
MM
2205 * elf32-mips.c (mips_elf_obtain_contents): Swap the 16-bit
2206 subwords when handling an R_MIPS16_26 relocation.
2207 (mips_elf_perform_relocation): Don't be paranoid abour right-shift
2208 semantics.
2209
b7233c24
MM
2210 * elf32-mips.c (elf_mips16_gprel_howto): Adjust src_mask and
2211 dst_mask to match reality.
2212 (_bfd_mips_elf_calculate_relocation): Handle R_MIPS16_GPREL.
2213 (mips_elf_obtain_contents): Use bfd_get.
2214 (mips_elf_perform_relocation): Handle R_MIPS16_GPREL.
2215 (mips_elf_relocate_section): Likewise.
2216
e53bd91b
MM
22171999-07-13 Mark Mitchell <mark@codesourcery.com>
2218
2219 * elf32-mips.c (mips_elf_calculate_relocation): Handle R_MIPS16_26.
2220 (mips_elf_relocate_section): Adjust calling sequence for
2221 mips_elf_perform_relocation.
2222 (mips_elf_perform_relocation): Take additional argument. Handle
2223 R_MIPS16_26. Use bfd_put for convenience.
2224
28a7f3e7
RH
22251999-07-13 Richard Henderson <rth@cygnus.com>
2226
2227 * elf.c (assign_file_positions_for_segments): Thinko last change.
2228 Always overwrite p_flags.
2229
3018b441
RH
22301999-07-13 Richard Henderson <rth@cygnus.com>
2231
2232 * elf-bfd.h (struct elf_backend_data): Add want_dynbss.
2233 * elflink.c (_bfd_elf_create_dynamic_sections): Only create
2234 .dynbss and .rel[a].bss if want_dynbss.
2235 * elfxx-target.h (elf_backend_want_dynbss): Provide default.
2236
30b30c21
RH
22371999-07-13 Richard Henderson <rth@cygnus.com>
2238
2239 * elf.c (assign_file_positions_for_segments): Don't overwrite p_flags.
2240
3018b441
RH
22411999-07-13 Richard Henderson <rth@cygnus.com>
2242
30b30c21
RH
2243 * elf-bfd.h (struct elf_link_local_dynamic_entry): New.
2244 (struct elf_link_hash_table): Add dynlocal.
2245 (_bfd_elf_link_lookup_local_dynindx): Prototype.
2246 (_bfd_elf_link_adjust_dynindx): Delete.
2247 (_bfd_elf_link_renumber_dynsyms): Prototype.
2248 (_bfd_elf,link_record_local_dynamic_symbol): Prototype.
2249 * elfcode.h (elf_link_record_local_dynamic_symbol): New alias.
2250 * elflink.c (_bfd_elf_link_adjust_dynindx): Delete.
2251 (_bfd_elf_link_lookup_local_dynindx): New function.
2252 (elf_link_renumber_hash_table_dynsyms): New function.
2253 (_bfd_elf_link_renumber_dynsyms): New function.
2254 * elflink.h (elf_link_record_local_dynamic_symbol): New function.
2255 (struct elf_assign_sym_version_info): Delete removed_dynamic.
2256 (bfd_elf,size_dynamic_sections): Use _bfd_strip_section_from_output
2257 instead of elf_link_remove_section_and_adjust_dynindices.
2258 Remove removed_dynamic code. Use _bfd_elf_link_renumber_dynsyms.
2259 (elf_link_assign_sym_version): Remove removed_dynamic code.
2260 (elf_link_renumber_dynsyms): Delete.
2261 (elf_bfd_final_link): Install section and local symbols into .dynsym.
2262
2263 * elf32-m68k.c (elf_m68k_adjust_dynindx): Delete.
2264 (elf_m68k_size_dynamic_sections): Don't set section dynindicies.
2265 (elf_m68k_finish_dynamic_sections): Don't write section dynsyms.
2266 * elf32-mips.c: Similarly.
2267 * elf32-ppc.c: Similarly.
2268 * elf32-sparc.c: Similarly.
2269 * elf64-alpha.c: Similarly.
2270 * elf64-sparc.c: Similarly.
2271
97a4bb05
MM
22721999-07-13 Mark Mitchell <mark@codesourcery.com>
2273
2274 * elf32-mips.c (mips_elf_calculate_relocation): Do not complain
2275 when _gp_disp is undefined. Do not check R_MIPS_LO16 for overflow
2276 when the relocation is against _gp_disp.
2277
a3c7651d
MM
22781999-07-12 Mark Mitchell <mark@codesourcery.com>
2279
2280 * dwarf2.c (read_attribute): Support DW_FORM_ref8.
2281 * elf32-mips.c (mips_elf_link_hash_entry): Change mips_32_relocs
2282 to possibly_dynamic_relocs. Adjust usage throughout code.
2283 (elf_mips_howto_table): Handle R_MIPS_64 correctly.
2284 (elf_mips_ctor64_howto): Likewise.
2285 (mips_elf_calculate_relocation): Handle R_MIPS_64 like R_MIPS_32.
2286 Adjust indentation.
2287 (mips_elf_relocate_section): Handle R_MIPS_64 in 32-bit mode.
2288 (_bfd_mips_elf_check_relocs): Handle R_MIPS_64 like R_MIPS_32.
2289 Use MIPS_ELF_GOT_SIZE to calculate the size of GOT entries.
2290 * elf64-mips.c (elf_backend_may_use_rel_p): Define.
2291
5f771d47
ILT
22921999-07-12 Ian Lance Taylor <ian@zembu.com>
2293
67e5d3d6
ILT
2294 * Makefile.am: Rebuild dependencies.
2295 * Makefile.in: Rebuild.
2296
2297 * bfd-in.h: Remove tests of COFF_IMAGE_WITH_PE.
2298 * bfd-in2.h: Rebuild.
2299
5f771d47
ILT
2300 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
2301 as appropriate. Use EMPTY_HOWTO as appropriate. Fill in
2302 structure initializations. Add casts.
2303 * reloc.c (EMPTY_HOWTO): Define.
2304 * bfd-in2.h: Rebuild.
2305 * coff-h8300.c (h8300_reloc16_extra_cases): Remove useless
2306 comparisons against 0.
2307 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Change
2308 previous_ibfd_e_flags to unsigned long.
2309 * vms.h (struct vms_private_data_struct): Change section_count to
2310 unsigned.
2311 * vms-gsd.c (_bfd_vms_slurp_gsd): Change psect_idx to unsigned.
2312 (_bfd_vms_write_gsd): Change symnum to unsigned.
2313 * vms-hdr.c (_bfd_vms_write_hdr): Change symnum to unsigned.
2314 * vms-tir.c (etir_sta): Change psect to unsigned.
2315 (alloc_section): Change idx to unsigned.
2316 (tir_sta, tir_ctl): Change psect to unsigned.
2317 (_bfd_vms_write_tir): Change len and before to bfd_size_type.
2318 * vms.c (priv_section_count): Change to unsigned.
2319
121089cb
AS
23201999-07-12 Andreas Schwab <schwab@suse.de>
2321
2322 * elf32-m68k.c: Add some ATTRIBUTE_UNUSED.
2323 * m68klinux.c: Likewise.
2324
e049a0de
ILT
23251999-07-12 Ian Lance Taylor <ian@zembu.com>
2326
2327 * Many files: Changes to avoid gcc warnings: Remove unused local
2328 variables. Add default case to enum switches.
2329 * coff-arm.c (bfd_arm_allocate_interworking_sections): Only
2330 compile if not COFF_IMAGE_WITH_PE.
2331 (record_arm_to_thumb_glue, record_thumb_to_arm_glue): Likewise.
2332 (bfd_arm_get_bfd_for_interworking): Likewise.
2333 (bfd_arm_process_before_allocation): Likewise.
2334 * epoc-pei-arm.c: Don't rename bfd_arm functions.
2335 * pei-arm.c: Likewise.
2336 * elf32-mips.c (mips_elf_link_hash_table_create): Don't declare.
2337 (MIPS_ELF_ADD_DYNAMIC_ENTRY): Correct last change.
2338 (mips_elf_got16_entry): Put parens around & in body of ==.
2339 (mips_elf_calculate_relocation): Correct test for empty string.
2340 * vms-gsd.c: Use _bfd_error_handler rather than fprintf to
2341 stderr.
2342 * vms-misc.c (_bfd_vms_length_hash_symbol): Correct sprintf
2343 format.
2344
3a99b017
ILT
23451999-07-11 Ian Lance Taylor <ian@zembu.com>
2346
7442e600
ILT
2347 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
2348 as appropriate. Fill in structure initializations. Add variable
2349 initializations. Add casts.
2350 * dwarf1.c (parse_line_table): Change eachLine to unsigned long.
2351 (dwarf1_unit_find_nearest_line): Change i to unsigned long.
2352
3a99b017
ILT
2353 * elf.c (bfd_elf_hash): Change parameter from unsigned char * to
2354 char *.
2355 * elf-bfd.h (bfd_elf_hash): Update declaration.
2356 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Remove casts
2357 when calling bfd_elf_hash.
2358
65388f2d
MM
23591999-07-11 Mark Mitchell <mark@codesourcery.com>
2360
9ebbd33e
MM
2361 * libbfd.c (bfd_put_8): Make it of type `void'.
2362 * bfd-in2.h: Regenerated.
2363 * elf32-mips.c (MIPS_ELF_ADD_DYNAMIC_ENTRY): Conditionalize
2364 for 32-bit hosts.
2365 (_bfd_mips_elf_final_link): Likewise.
2366
65388f2d
MM
2367 * elflink.h (elf_link_read_relocs_from_section): Be type-correct.
2368
5b4e2818
JL
2369Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
2370
2371 * config.bfd (hppa*-*-linux-gnu*): New target
2372
c7ac6ff8
MM
23731999-07-07 Mark Mitchell <mark@codesourcery.com>
2374
103186c6
MM
2375 * elf-bfd.h (_bfd_mips_elf_section_from_shdr): Constify.
2376 (_bfd_mips_elf_create_dynamic_sections): New function.
2377 (_bfd_mips_elf_add_symbol_hook): Likewise.
2378 (_bfd_mips_elf_adjust_dynamic_symbol): Likewise.
2379 (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
2380 (_bfd_mips_elf_finish_dynamic_sections): Likewise.
2381 (_bfd_mips_elf_gc_mark_hook): Likewise.
2382 (_bfd_mips_elf_gc_sweep_hook): Likewise.
2383 (_bfd_mips_elf_always_size_sections): Likewise.
2384 (_bfd_mips_elf_size_dynamic_sections): Likewise.
2385 (_bfd_mips_elf_check_relocs): Likewise.
2386 (_bfd_mips_elf_link_hash_table_create): Likewise.
2387 (_bfd_mips_elf_print_private_data): Likewise.
2388 (_bfd_mips_elf_link_output_symbol_hook): Likewise.
2389 (_bfd_mips_elf_final_link): Likewise.
2390 (_bfd_mips_elf_additional_program_headers): Likewise.
2391 (_bfd_mips_elf_modify_segment_map): Likewise.
2392 (_bfd_mips_elf_relocate_section): Likewise.
2393 * elf32-mips.c (mips_elf32_object_p): Move contents into
2394 _bfd_mips_elf_object_p.
2395 (mips_elf_additional_program_headers): Rename to
2396 _bfd_mips_elf_additional_program_headers.
2397 (mips_elf_modify_segment_map): Rename to
2398 _bfd_mips_elf_modify_segment_map.
2399 (elf_mips_abi_name): Change prototype.
2400 (mips_elf32_section_from_shdr): Merge into
2401 _bfd_mips_elf_section_from_shdr.
2402 (mips_elf32_section_processing): Merge into
2403 _bfd_mips_elf_section_processing.
2404 (mips_elf_final_link): Rename to _bfd_mips_elf_final_link. Invoke
2405 the right back-end ELF linker.
2406 (mips_elf_relocate_section): Rename to
2407 _bfd_mips_elf_relocate_section. Clean up. Adjust for 64-bit code.
2408 (mips_elf_link_output_symbol_hook): Rename to
2409 _bfd_mips_elf_link_output_symbol_hook.
2410 (mips_elf_create_dynamic_section): Rename to
2411 _bfd_mips_elf_create_dynamic_section.
2412 (mips_elf_check_relocs): Rename to _bfd_mips_elf_check_relocs.
2413 Adjust for 64-bit code. Use mips_elf_got_section.
2414 (mips_elf_adjust_dynamic_symbol): Rename to
2415 _bfd_mips_elf_adjust_dynamic_symbol. Use
2416 mips_elf_allocate_dynamic_relocations.
2417 (mips_elf_finish_dynamic_symbol): Rename to
2418 _bfd_mips_elf_finish_dynamic_symbol. Use mips_elf_got_section.
2419 Adjust for 64-bit code.
2420 (mips_elf_finish_dynamic_sections): Rename to
2421 _bfd_mips_elf_finish_dynamic_sections. Adjust for 64-bit code.
2422 (mips_elf_always_size_sections): Rename to
2423 _bfd_mips_elf_always_size_sections.
2424 (mips_elf_add_symbol_hook): Rename to
2425 _bfd_mips_elf_add_symbol_hook.
2426 (mips_elf_next_lo16_addend): Constify.
2427 (mips_elf_calculate_relocation): Likewise.
2428 (mips_elf_obtain_contents): Likewise.
2429 (mips_elf_perform_relocation): Likewise.
2430 (mips_elf_create_dynamic_relocation): Likewise.
2431 (mips_elf_allocate_dynamic_relocations): New function.
2432 (MIPS_ELF_REL_DYN_SECTION_NAME): New macro.
2433 (MIPS_ELF_REL_SIZE): Likewise.
2434 (MIPS_ELF_DYN_SIZE): Likewise.
2435 (MIPS_ELF_GOT_SIZE): Likewise.
2436 (MIPS_ELF_SYM_SIZE): Likewise.
2437 (MIPS_ELF_LOG_FILE_ALIGN): Likewise.
2438 (MIPS_ELF_GET_WORD): Likewise.
2439 (MIPS_ELF_PUT_WORD): Likewise.
2440 (MIPS_ELF_ADD_DYNAMIC_ENTRY): Likewise.
2441 (STUB_LW): Conditionalize for 64-bit value.
2442 (elf_mips_howto_table): Add R_MIPS_HIGHER and R_MIPS_HIGHEST
2443 entries.
2444 (_bfd_mips_elf_merge_private_bfd_data): Merge e_ident[EI_CLASS].
2445 Check it for inconsistency.
2446 (_bfd_mips_elf_print_private_bfd_data): Print ABI=64 for 64-bit
2447 ABI.
2448 (_bfd_mips_elf_fake_sections): Remove duplicate handling of
2449 .msym.
2450 (mips_elf_global_got_index): Use MIPS_ELF_GOT_SIZE.
2451 (mips_elf_got_offset_from_index): Use misp_elf_got_section.
2452 (mips_elf_create_local_got_entry): Use MIPS_ELF_GOT_SIZE.
2453 (mips_elf_local_got_index): Likewise.
2454 (mips_elf_got_page): Likewise.
2455 (mips_elf_got_info): Likewise.
2456 (mips_elf_create_dynamic_relocation): Handle 32-bit/64-bit split.
2457 (ELF_DYNAMIC_INTERPRETER): Handle 64-bit code.
2458 (mips_elf_create_dynamic_sections): Use MIPS_ELF_LOG_FILE_ALIGN,
2459 instead of constant `2'.
2460 (mips_elf_create_got_section): Tidy. Use MIPS_ELF_GOT_SIZE.
2461 (mips_elf_create_msym_section): Use MIPS_ELF_LOG_FILE_ALIGN.
2462 (mips_elf_size_dynamic_sections): Use
2463 MIPS_ELF_REL_DYN_SECTION_NAME, MIPS_ELF_GOT_SIZE,
2464 MIPS_ELF_ADD_DYNAMIC_ENTRY. Remove #if 0'd code.
2465 Adjust all releveant entries in elf backend table.
2466 * elf64-mips.c (mips_elf64_section_from_shdr): Remove.
2467 (mips_elf64_section_processing): Likewise.
2468 Adjust elf backend entries to use _bfd_mips_elf variants now
2469 publicly available.
2470
c7ac6ff8
MM
2471 * elflink.h (elf_link_create_dynamic_sections): Handle non-standard
2472 hash-entry sizes.
2473 (size_dynamic_sections): Likewise.
2474 (elf_link_output_extsym): Likewise.
2475 * elf.c: (elf_fake_sections): Likewise.
2476 * libbfd.c (bfd_get): New macro.
2477 (bfd_put): Likewise.
2478 * bfd-in2.h: Regenerated.
2479
24801999-07-07 Mark Mitchell <mark@codesourcery.com>
2481
2482 * elf-bfd.h (elf_size_info): Add hash_entry_size,
2483 int_rels_per_ext_rel, swap_dyn_out, swap_reloc_in, swap_reloc_out,
2484 wap_reloca_in, and swap_reloca_out.
2485 * elflink.h (elf_link_read_relocs_from_section): Adjust to handle
2486 multiple internal relocations per external relocation.
2487 (link_read_relocs): Likewise.
2488 (elf_bfd_final_link): Likewise.
2489 (elf_link_input_bfd): Likewise.
2490 (elf_gc_mark): Likewise.
2491 (elf_gc_smash_unused_vtentry_relocs): Likewise.
2492 * elfcode.h (elf_swap_dyn_out): Adjust type to match
2493 elf_swap_dyn_in.
2494 (size_info): Add entries for new fields.
2495 * elf64-mips.c (mips_elf64_swap_reloc_out): Enable.
2496 (mips_elf64_be_swap_reloc_in): New function.
2497 (mips_elf64_be_swap_reloc_out): Likewise.
2498 (mips_elf64_be_swap_reloca_in): Likewise.
2499 (mips_elf64_be_swap_reloca_out): Likewise.
2500 (mips_elf64_size_info): Add entries for new fields.
2501
0525d26e
ILT
25021999-07-07 Ian Lance Taylor <ian@zembu.com>
2503
2504 * elflink.h (elf_bfd_final_link): Assert that section reloc_count
2505 field equals the new rel_count field.
2506 (elf_link_input_bfd): When doing a relocateable link, use the new
2507 rel_count field rather than the reloc_count field.
2508 (elf_reloc_link_order): Likewise.
2509 (elf_finish_pointer_linker_section): Likewise.
2510
2511 Based on patch from H.J. Lu <hjl@gnu.org>:
2512 * elflink.h (elf_merge_symbol): Permit a non-weak definition in a
2513 shared library to override a weak definition in a regular object.
2514
9db37001
JL
2515Tue Jul 6 10:23:39 1999 Jeffrey A Law (law@cygnus.com)
2516
27ac83bf 2517 * libhppa.h: Revert July 2, 1999 patch.
37afc161 2518
9db37001
JL
2519 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): T mode selectors
2520 need to generate DLTIND relocations, not DLTREL relocations.
2521
752149a0
NC
25221999-07-05 Nick Clifton <nickc@cygnus.com>
2523
478d07d6
NC
2524 * coffcode.h (coff_set_arch_mach_hook): Recognise arm 5
2525 architectures.
2526 (coff_set_flags): Recognise arm 5 architectures.
2527
2528 * cpu-arm.c: Add support for strongarm and arm9 cpus.
2529 Add support for armv5 architecture.
2530
2531 * archures.c: Add bfd_mach_arm_5 and bfd_mach_arm_5T.
2532
752149a0
NC
2533 * reloc.c: Add new, assembler only, ARM reloc:
2534 BFD_RELOC_ARM_ADRL_IMMEDIATE.
2535
2536 * bfd-in2.h: Regenerate.
2537
5e38c3b8
MM
25381999-07-02 Mark Mitchell <mark@codesourcery.com>
2539
2540 * dwarf2.c (parse_comp_unit): Add ABBREV_LENGTH parameter.
2541 (_bfd_dwarf2_find_nearest_line): Add ADDR_SIZE parameter.
2542 * elf.c (_bfd_elf_find_nearest_line): Pass it.
2543 * elf32-arm.h (elf32_arm_find_nearest_line): Likewise.
2544 * elf32-mips.c (ABI_64_P): New macro.
2545 (IRIX_COMPAT): We are IRIX6-compatible if ABI_64_P.
2546 (_bfd_mips_elf_find_nearest_line): Adjust call to
2547 _bfd_dwarf2_find_nearest_line.
2548 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
2549 * libbfd.h: Regenerated.
2550
4766cbee
ILT
25511999-07-02 Ian Lance Taylor <ian@zembu.com>
2552
2553 * config.bfd: Add * at the end of i[3456]86-*-unixware.
2554
2a6d0fe7
JL
2555Fri Jul 2 12:21:10 1999 Jeffrey A Law (law@cygnus.com)
2556
2557 * libhppa.h (HPPA_R_ARG_RELOC): Delete.
2558 (HPPA_R_CONSTANT, HPPA_R_ADDEND): Likewise.
2559
23bc299b
MM
25601999-07-01 Mark Mitchell <mark@codesourcery.com>
2561
2562 * elf-bfd.h (bfd_elf_section_data): Add rel_count and rel_count2
2563 fields.
2564 (_bfd_elf_init_reloc_shdr): New function.
2565 * elf.c (_bfd_elf_new_section_hook): Use bfd_zalloc, rather than
2566 bfd_alloc followed by memset.
2567 (_bfd_elf_init_reloc_shdr): New function, split out from ...
2568 (elf_fake_sections): Here.
2569 (assign_section_numbers): Assign section numbers for the second
2570 relocation section, if required.
2571 * elflink.h (elf_link_output_relocs): New function.
2572 (elf_link_size_reloc_section): Likewise.
2573 (elf_bfd_final_link): Use elf_link_size_reloc_section.
2574 (elf_link_input_bfd): Use elf_link_output_relocs.
2575
2576 * elf32-mips.c (_bfd_mips_elf_fake_sections): Use
2577 _bfd_elf_init_reloc_shdr to initialize rel_hdr2.
2578
17bb48e0
JL
2579Thu Jul 1 13:58:48 1999 Jeffrey A Law (law@cygnus.com)
2580
2581 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle R_PCREL_CALL
2582 with 22bit format.
2583
7403cb63
MM
25841999-06-28 Mark Mitchell <mark@codesourcery.com>
2585
2586 * elf32-mips.c (mips_elf_got_info): Move declaration before
2587 prototypes. Change global_gotsym to be a pointer to a hash entry,
2588 rather than a number index.
2589 (mips_elf_link_hash_entry): Move declaration before prototypes.
2590 (mips_elf_irix6_finish_dynamic_symbol): New function.
2591 (mips_elf_sign_extend): Likewise.
2592 (mips_elf_high): Likewise.
2593 (mips_elf_higher): Likewise.
2594 (mips_elf_highest): Likewise.
2595 (mips_elf_global_got_index): Likewise.
2596 (mips_elf_local_got_index): Likewise.
2597 (mips_elf_got_offset_from_index): Likeiwse.
2598 (mips_elf_record_global_got_symbol): Likewise.
2599 (mips_elf_got_page): Likewise.
2600 (mips_elf_next_lo16_addend): Likewise.
2601 (mips_elf_calculate_relocation): Likewise.
2602 (mips_elf_obtain_contents): Likewise.
2603 (mips_elf_perform_relocation): Likewise.
2604 (mips_elf_assign_gp): Likewise.
2605 (mips_elf_sort_hash_table_f): Likewise.
2606 (mips_elf_sort_hash_table): Likewise.
2607 (mips_elf_got_section): Likewise.
2608 (mips_elf_got_info): Likewise.
2609 (mips_elf_create_local_got_entry): Likewise.
2610 (mips_elf_got16_entry): Likewise.
2611 (mips_elf_create_dynamic_relocation): Likewise.
2612 (elf_mips_howto_table): Add description of R_MIPS_SCN_DISP.
2613 (mips_elf_final_gp): Use mips_elf_assign_gp.
2614 (_bfd_mips_elf_symbol_processing): Don't move SHN_COMMON symbols
2615 into SHN_SCOMMON automatically on IRIX6.
2616 (mips_elf_add_symbol_hook): Likewise.
2617 (mips_elf_relocate_section): Rewrite, using
2618 mips_elf_calculate_relocation and mips_elf_perform_relocation.
2619 (mips_elf_create_dynamic_section): Use MIPS_ELF_STUB_SECTION_NAME.
2620 Don't deal with .rld_map on IRIX6.
2621 (mips_elf_create_got_section): Adjust use of global_gotsym. Set
2622 section flags appropriately for .got.
2623 (mips_elf_check_relocs): Handle IRIX6 relocations making use of
2624 the got. Call mips_elf_record_global_got_symbol and allocate
2625 local got space appropriately.
2626 (mips_elf_size_dynamic_sections): Use bfd_byte *, not unsigned
2627 char *. Rework calculation of GOT size. Sort dynamic symbol
2628 table entries so entries that do not require GOT entries appear at
2629 the beginning. Don't use DT_MIPS_HIPAGENO on IRIX6. Remove dead
2630 code dealing with DT_INIT and DT_FINI. Remove fiddling with
2631 global_gotsym.
2632 (mips_elf_finish_dynamic_symbol): Adjust creation of global GOT
2633 entries.
2634 (mips_elf_finish_dynamic_symbol): Use
2635 mips_elf_irix6_finish_dynamic_symbol.
2636 (mips_elf_finish_dynamic_sections): Correct off-by-one error
2637 setting DT_MIPS_UNREFEXTNO. Adjust setting of DT_MIPS_GOTSYM for
2638 change to global_gotsym. Set DT_MIPS_OPTIONS on IRIX6.
2639
0dda5f7a
ILT
26401999-06-30 Ian Lance Taylor <ian@zembu.com>
2641
2642 * elf32-mips.c (mips_elf_final_link): Don't set CPIC when doing a
2643 relocateable link. From Ralf Baechle <ralf@uni-koblenz.de>.
2644
04f7c78d
NC
26451999-06-04 Philip Blundell <philb@gnu.org>
2646
2647 * elf32-arm.h (elf_backend_got_header_size): Define.
2648 (elf_backend_plt_header_size): Likewise.
2649
a72747a3
NC
26501999-06-28 Jim Pick <jim@jimpick.com>
2651
2652 * elf32-arm.h (elf32_arm_relocate_section): Mind no_undefined
2653
caf3d37c
JL
2654Tue Jun 29 02:25:03 1999 Jeffrey A Law (law@cygnus.com)
2655
2656 * elf-hppa.c (elf_hppa_howto_table): Use bfd_elf_generic_reloc as
2657 relocation function.
2658 * elf32-hppa.c (hppa_elf_reloc): Kill unused/unwanted function.
2659
9886bd43
MM
26601999-06-27 Mark Mitchell <mark@codesourcery.com>
2661
303f629d
MM
2662 * elf32-mips.c (MIPS_ELF_SRDATA_SECTION_NAME): New macro.
2663 (MIPS_ELF_OPTIONS_SECTION_NAME): Likewise.
2664 (MIPS_ELF_STUB_SECTION_NAME): Likewise.
2665 (_bfd_mips_elf_section_from_shdr): Use them.
2666 (_bfd_mips_elf_fake_sections): Likewise. Add .srdata to the list
2667 of GP-relative sections.
2668 (_bfd_mips_elf_set_section_contents): Use them.
2669 (_bfd_mips_elf_section_processing): Share code between .sdata and
2670 .lit4/.lit8 sections. Set appropriate flags for .srdata.
2671 (mips_elf_additional_program_headers): Add handling for
2672 PT_MIPS_OPTIONS segment on IRIX6.
2673 (mips_elf_modify_segment_map): Likeiwse.
2674 (mips_elf_final_link): Set EF_MIPS_CPIC when required by the ABI.
2675 Include the options sections on IRIX6. Don't look for GP-relative
2676 sections by name; use SHF_MIPS_GPREL instead.
2677 (ELF_DYNAMIC_INTERPRETER): Adjust to use /usr/lib32/libc.so.1 for
2678 the N32 ABI.
2679 (mips_elf_create_dynamic_sections): Don't muck about with section
2680 alignments and such on IRIX6.
2681 (mips_elf_adjust_dynamic_symbol): Use MIPS_ELF_STUB_SECTION_NAME.
2682 (mips_elf_size_dynamic_sections): Likewise. Adjust to handle the
2683 fact that ELF_DYNAMIC_INTERPRETER is no longer a constant. Use
2684 bfd_zalloc rather than bfd_alloc and memset.
2685 (mips_elf_finish_dynamic_symbol): Use MIPS_ELF_STUB_SECTION_NAME.
2686 Don't assert the existence of .rld_map on IRIX6.
2687 (mips_elf_finish_dynamic_sections): Use MIPS_ELF_STUB_SECTION_NAME.
2688
9886bd43
MM
2689 * elf32-mips.c (mips_elf_adjust_dynindx): Remove.
2690 (mips_elf_size_dynamic_sections): Use _bfd_elf_link_adjust_dynindx
2691 instead.
2692
a94a7c1c
MM
26931999-06-26 Mark Mitchell <mark@codesourcery.com>
2694
c6142e5d
MM
2695 * elf32-mips.c (mips_elf_swap_msym_in): New function.
2696 (mips_elf_swap_msym_out): New function.
2697 (mips_elf_create_msym_section): Likewise.
2698 (MIPS_ELF_MSYM_SECTION_NAME): New macro.
2699 (_bfd_mips_elf_final_write_processing): Set sh_link for .msym.
2700 (_bfd_mips_elf_section_from_shdr): Reject an SHT_MIPS_MSYM
2701 section not named .msym.
2702 (_bfd_mips_elf_fake_sections): Use MIPS_ELF_MSYM_SECTION_NAME, not
2703 .msym directly. Set appropriate attributes for the .msym
2704 section.
2705 (mips_elf_link_hash_entry): Add min_dyn_reloc_index field.
2706 (mips_elf_link_hash_newfunc): Clear it.
2707 (mips_elf_create_dynamic_sections): Create the .msym section
2708 on IRIX6.
2709 (mips_elf_size_dynamic_sections): Allocate space for the
2710 .msym section. Add a DT_MIPS_MSYM entry.
2711 (mips_elf_finish_dynamic_symbol): Write out a .msym entry for
2712 the symbol.
2713 (mips_elf_finish_dynamic_sections): Assign a value for
2714 DT_MIPS_MSYM. Add .msym entries for the section symbols as well.
2715
a94a7c1c
MM
2716 * elf32-mips.c (irix_compat_t): New enumeration.
2717 (ABI_N32_P): New macro.
2718 (IRIX_COMPAT): Likewise.
2719 (SGI_COMPAT): Implement in terms of IRIX_COMPAT.
2720 (mips_elf_relocate_section): Fix typo.
2721
254f5c45
ILT
27221999-06-26 Mumit Khan <khan@xraylith.wisc.edu>
2723
2724 * peicode.h (coff_swap_scnhdr_out): Mark non readonly BFD sections
2725 as writable PE sections.
2726
f623be2b
RH
27271999-06-26 David Mosberger <davidm@hpl.hp.com>
2728
2729 * dwarf2.c (struct arange): New type.
2730 (struct comp_unit): Replace LOW and HIGH by member ARANGE.
2731 (arange_add): New function.
2732 (decode_line_info): Keep track of address ranges that a compilation
2733 unit covers.
2734 (comp_unit_contains_address): Return true if address is contained
2735 in _any_ of the address ranges associated with a compilation unit.
2736 (_bfd_dwarf2_find_nearest_line): Call comp_unit_find_nearest_line
2737 on the first comp_unit that contains the address.
2738
69dd2e2d
RH
27391999-06-26 David Mosberger <davidm@hpl.hp.com>
2740
2741 * dwarf2.c (struct dwarf2_debug): Add member dwarf_line_buffer.
2742 (decode_line_info): Add variable STASH and initialize it to point
2743 to the per-bfd dwarf2_debug info. Remove static variable
2744 dwarf_line_buffer and use stash->dwarf_line_buffer in its place.
2745
0429ebd0
ILT
27461999-06-26 Ian Lance Taylor <ian@zembu.com>
2747
1d7b28df
ILT
2748 * elflink.h (elf_link_output_extsym): It's OK for a -Bsymbolic
2749 shared library to have an undefined symbol.
2750
0429ebd0
ILT
2751 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>:
2752 * elf32-ppc.c (ppc_elf_relocate_section): Fix last patch.
2753
4517897e
JL
2754Thu Jun 24 20:59:11 1999 Jeffrey A Law (law@cygnus.com)
2755
2756 * elf-hppa.c (elf_hppa_final_write_processing): New function.
2757 * elf32-hppa.c: Remove everything related to symbol extension
2758 sections & records. Use the common elf_hppa_final_write_processing.
2759
f0c2e336
MM
27601999-06-22 Mark Mitchell <mark@codesourcery.com>
2761
2762 * elflink.h (size_dynamic_sections): Use user-specified init/fini
2763 functions instead of _init/_fini if requested.
2764
03ae5f59
ILT
27651999-06-23 Ian Lance Taylor <ian@zembu.com>
2766
2767 * elf.c (bfd_section_from_shdr): Avoid crashing on a bogus sh_link
2768 field.
2769
464e1740
ILT
27701999-06-22 Ian Lance Taylor <ian@zembu.com>
2771
2772 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>:
2773 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Set unused dynindx
2774 field to 0, not -1.
2775 (ppc_elf_finish_dynamic_sections): Check for positive section
2776 dynindx field, rather than comparing against -1.
2777 (ppc_elf_relocate_section): Only return false if undefined_symbol
2778 or reloc_overflow fail, not always upon encountering an error.
2779
2f5116e2
MM
27801999-06-22 Mark Mitchell <mark@codesourcery.com>
2781
2782 * elflink.h (link_read_relocs): Explicitly cast external_relocs to
2783 bfd_byte * before performing pointer arithmetic.
2784
9e103c9c
JL
2785Tue Jun 22 13:06:25 1999 Jeffrey A Law (law@cygnus.com)
2786
2787 * elf-hppa.h: New file. Common stuff for elf32 and elf64 PA
2788 support.
2789 * elf32-hppa.c: Include elf-hppa.h.
2790 (ARCH_SIZE): Define.
2791 (elf_hppa_reloc_type_lookup): Delete. Found in the common code
2792 now.
2793 (elf32_hppa_info_to_howto): Similarly.
2794 (elf_hppa_howto_table): Similarly.
2795 (elf_hppa_reloc_type_lookup): Similarly.
2796 (hppa_elf_gen_reloc_type): Similarly.
2797 * elf32-hppa.h (ELF_HOWTO_TALBE, N_PARISC_RELOCS): Delete.
2798
232fb1a3
NC
27991999-06-22 Nick Clifton <nickc@cygnus.com>
2800
2801 * elf32-v850.c (v850_elf_final_link_relocate): Catch overflow
2802 handling R_V850_22_PCREL relocation.
2803
271025eb
ILT
28041999-06-21 Ian Lance Taylor <ian@zembu.com>
2805
2806 * coff-arm.c (arm_emit_base_file_entry): Explicitly declare return
2807 type.
2808
0bde07d4
RH
2809Sun Jun 20 14:13:57 1999 Richard Henderson <rth@cygnus.com>
2810
2811 * section.c (_bfd_strip_section_from_output): Ignore sections
2812 DISCARDed by the link script.
2813
f800e11d
ILT
28141999-06-19 Ian Lance Taylor <ian@zembu.com>
2815
2816 * elflink.h (elf_link_remove_section_and_adjust_dynindices):
2817 Remove unused local variable spp.
2818
2819 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Don't crash if
2820 the entry symbol is not set.
2821
72b60c23
RH
2822Fri Jun 18 04:24:57 1999 Richard Henderson <rth@cygnus.com>
2823
2824 * elf64-alpha.c (elf64_alpha_relocate_section): Don't adjust
2825 GPDISP or LITUSE in a relocatable link.
2826
aec89efb
JR
2827Thu Jun 17 21:24:43 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
2828
2829 * dwarf1.c (alloc_dwarf1_unit): Allocate using bfd_zalloc.
2830 * (alloc_dwarf1_func): Likewise.
2831
5ba624b0
JL
2832Wed Jun 16 03:09:57 1999 Jeffrey A Law (law@cygnus.com)
2833
2834 * libhppa.h: Fix various formatting errors.
2835 (assemble_3); Rewrite using CATENATE.
2836 (assemble_17): Fix various bugs.
2837
59d23ada
NC
28381999-06-16 Nick Clifton <nickc@cygnus.com>
2839
2840 * elf32-mcore.c (R_MCORE_RAW): Fix definition.
2841
0c3ff40b
RH
28421999-06-15 Richard Henderson <rth@cygnus.com>
2843
2844 * section.c (SEC_SHORT): Define.
2845 * bfd-in2.h: Rebuild.
2846
42751cf3
MM
28471999-06-13 Mark Mitchell <mark@codesourcery.com>
2848
78de0b43
MM
2849 * elflink.h (elf_link_remove_section_and_adjust_dynindices):
2850 Remove abfd parameter. Use _bfd_strip_section_from_output.
2851 (bfd_elf_size_dynamic_sections): Adjust callers accordingly.
2852
42751cf3
MM
2853 * elf-bfd.h (_bfd_elf_link_adjust_dynindx): New function.
2854 * elflink.c (_bfd_elf_link_adjust_dynindx): Define it.
2855 * elflink.h (elf_link_remove_section_and_adjust_dynindices): New
2856 function.
2857 (bfd_elf_size_dynamic_sections): Use it.
2858
3e269912
ILT
28591999-06-13 Alan Modra <alan@spri.levels.unisa.edu.au>
2860
2861 * elf32-i386.c (elf_howto_table): Change R_386_PC8 from
2862 complain_overflow_bitfield to complain_overflow_signed.
2863
6b5bd373
MM
28641999-06-13 Mark Mitchell <mark@codesourcery.com>
2865
2866 * elflink.h (elf_link_read_relocs_from_section): New function,
2867 split out from ...
2868 (elf_link_read_relocs): Here. Use it for both relocation
2869 sections.
2870
57e21bef
MM
28711999-06-12 Mark Mitchell <mark@codesourcery.com>
2872
2873 * elfcode.h (elf_slurp_reloc_table_from_section): Don't assume
2874 asect->reloc_count is valid.
2875
cc3bfcee
ILT
28761999-06-12 Ian Lance Taylor <ian@zembu.com>
2877
2878 * elf32-mips.c (mips_elf32_section_processing): Permit a
2879 SHT_MIPS_REGINFO section to have a size of 0.
2880
7a50d4ac
ILT
28811999-06-12 David O'Brien <obrien@freebsd.org>
2882
2883 * config.bfd (alpha*-*-freebsd*): New target.
2884 (i[3456]86-*-freebsd*): Now defaults to ELF.
2885
f5f9cc4f
ILT
28861999-06-11 Ian Lance Taylor <ian@zembu.com>
2887
44257b8b
ILT
2888 * reloc.c (_bfd_relocate_contents): Permit bitfield relocations to
2889 wrap if the relocation covers the high bit of an address.
2890
f5f9cc4f
ILT
2891 * dwarf2.c (decode_line_info): Remove unused variable first_time.
2892
60dac299
RH
28931999-06-10 Jakub Jelinek <jj@ultra.linux.cz>
2894
2895 * elf64_sparc.c (sparc64_elf_relocate_section): Use R_SPARC_max_std
2896 instead of R_SPARC_max.
2897 (sparc64_elf_info_to_howto): Likewise.
2898 * elf32_sparc.c (elf32_sparc_relocate_section): Likewise.
2899 (elf32_sparc_info_to_howto): Likewise; handle vtable relocations.
2900
9d7428a9
RH
29011999-06-07 Richard Henderson <rth@cygnus.com>
2902
2903 * section.c (_bfd_strip_section_from_output): Remove output
2904 sections with no initial link_order.
2905
3c82f80f
NC
29061999-06-07 Nick Clifton <nickc@cygnus.com>
2907
2908 * elf32-m88k.c (ELF_MAXPAGESIZE): Define.
2909
eb519dff
AS
2910Mon Jun 7 11:49:43 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2911
2912 * Makefile.am (SOURCE_HFILES): Add missing headers.
2913 * Makefile.in: Regenerated.
2914
7f7e7b68
MM
29151999-06-06 Mark Mitchell <mark@codesourcery.com>
2916
2917 * elf32-mips.c (_bfd_mips_elf_print_private_data): Recognize
2918 the N32 ABI.
2919
dc1bc0c9
RH
29201999-06-04 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2921
2922 * elf32-ppc.c (ppc_elf_relocate_section): Don't barf on out of
2923 range undefweak symbols.
2924 * hash.c: Add missing comma after @xref{}
2925 * linker.c: Likewise.
2926
79e5982f
NC
29271999-06-04 Nick Clifton <nickc@cygnus.com>
2928
2929 * elfxx-target.h (ELF_MAXPAGESIZE): Produce an error message
2930 if not defined.
2931 * elf32-gen.c (ELF_MAXPAGESIZE): Define.
2932 * elf32-i860.c (ELF_MAXPAGESIZE): Define.
2933 * elf32-i960.c (ELF_MAXPAGESIZE): Define.
2934 * elf64-gen.c (ELF_MAXPAGESIZE): Define.
2935
4a54b465
ILT
29361999-06-04 Ian Lance Taylor <ian@zembu.com>
2937
2938 * Makefile.am: Rebuild dependencies.
2939 (BFD32_BACKENDS): Add dwarf1.lo.
2940 (BFD32_BACKENDS_CFILES): Add dwarf1.c.
2941 * Makefile.in: Rebuild.
2942
7714a18c
NC
29431999-06-04 Nick Clifton <nickc@cygnus.com>
2944
2945 * Makefile.am: Add epoc-arm-pe target.
2946 * Makefile.in: Regenerate.
2947 * pe-arm.c: Only redefine interworking function names if they have
2948 not already been redefined.
2949 * pei-arm.c: Only redefine interworking function names if they have
2950 not already been redefined.
2951 * epoc-pe-arm.c: Redefine interworking function names to avoid a
2952 name space clash.
2953 * epoc-pei-arm.c: Redefine interworking function names to avoid a
2954 name space clash.
2955
dece4658
NC
29561999-06-03 Nick Clifton <nickc@cygnus.com>
2957
2958 * elfxx-target.h (ELF_MAXPAGESIZE): Default to 0x1000 not 1.
2959
a9d024b8
AS
2960Fri Jun 4 10:05:11 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2961
2962 * elf.c (elf_fake_sections): Undo change of 1999-05-10.
2963
06e1ba78
JR
2964Fri Jun 4 03:10:49 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
2965
2966 * elf32-sh.c (sh_elf_relax_delete_bytes): Fix setting of
2967 start / stop for recalculating of r_addend of R_SH_SWITCH*.
2968
084aa3aa
JR
2969Fri Jun 4 02:53:13 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
2970
2971 * elf32-sh.c (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH32
2972 in other text sections.
2973
875f7f69
JR
2974Fri Jun 4 02:29:34 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
2975
2976 * libbfd.c (_bfd_generic_verify_endian_match): New function.
2977 * libbfd-in.h (_bfd_generic_verify_endian_match): Declare.
2978 * libbfd.h: Regenerate.
2979 * coff-sh.c (sh_merge_private_data): Delete.
2980 (coff_bfd_merge_private_bfd_data): Change to
2981 _bfd_generic_verify_endian_match.
2982 (elf32-sh.c): bfd_elf32_bfd_merge_private_bfd_data: Define.
2983
6a9d5c9a
UD
29841999-06-03 Ulrich Drepper <drepper@cygnus.com>
2985
2986 * elf32-arm.h: Fix typo: change ELF_MAXPAGE_SIZE to ELF_MAXPAGESIZE.
2987
a3e38ad3
ILT
29881999-06-03 Ian Lance Taylor <ian@zembu.com>
2989
2990 * bfd-in.h (bfd_elf32_arm_allocate_interworking_sections): Correct
2991 prototype.
2992 (bfd_elf32_arm_process_before_allocation): Likewise.
2993 * bfd-in2.h: Rebuild.
2994
159002ff
RH
29951999-06-03 David Mosberger <davidm@hpl.hp.com>
2996
2997 * dwarf2.c (struct line_info): Add member END_SEQUENCE to keep
2998 track of end_sequence markers.
2999 (add_line_info): Add END_SEQUENCE arg.
3000 (decode_line_info): Don't try to infer lo_pc and hi_pc from the
3001 debug-line info---it doesn't work right if a compilation unit
3002 consists of multiple discontiguous code-sequences. It would be
3003 worthwhile to optimize for the common case where a compilation
3004 unit results in a contiguous set of code sequences, but this is
3005 quite tricky to get right for arbitrary DWARF2 files.
3006 (lookup_address_in_line_info_table): Don't use the last line entry
3007 for a compilation unit for anything with an address higher than
3008 this line entry. Also, check for end_sequence markers to
3009 correctly handle discontinuities.
3010 (_bfd_dwarf2_find_nearest_line): When checking previously loaded
3011 compilation units, check all compilation units with each->high==0
3012 just like when reading compilation units.
3013
3014 * dwarf2.c (decode_line_info): Initialize table->files and
3015 table->last_line to NULL to avoid segfaults due to random
3016 values in these members.
3017 (concat_filename): Check for out-of-range file number before
3018 indexing filename table. Segfaults suck.
3019
3020 * dwarf2.c (decode_line_info): Don't truncate address to least
3021 significant 32 bits (breaks 64 bit targets).
3022 (lookup_address_in_function_table): Ditto.
3023 (comp_unit_contains_address): Ditto.
3024
42fdc509
MM
30251999-06-02 Mark Mitchell <Mark Mitchell <mark@codesourcery.com>>
3026
3027 * elf32-mips.c (elf_mips_howto_table): Add R_MIPS_JALR.
3028 * elf64-mips.c (mips_elf64_howto_table_rel): Likewise.
3029 (mips_elf64_howto_table_rela): Likewise.
3030
3031 * elfcode.h (elf_slurp_reloc_table_from_section): New function,
3032 split out from ...
3033 (elf_slurp_reloc_table): Here. Use it to handle the case where a
3034 single section has two associated relocation sections.
6a9d5c9a 3035
9d8cefa9
RH
30361999-06-02 Mark Salter <msalter@cygnus.com>
3037
3038 * coffcode.h (coff_set_alignment_hook): Set lma from s_vaddr if
3039 COFF_WITH_PE defined.
3040
c9fca91d
NC
30411999-06-02 Nick Clifton <nickc@cygnus.com>
3042
3043 * pe-arm.c: Rename global arm interworking functions to avoid name
3044 collision when all targets BFD is built.
3045 * pei-arm.c: Ditto.
3046
bf572ba0
MM
30471999-05-31 Mark Mitchell <mark@codesourcery.com>
3048
3049 * elf-bfd.h (elf_backend_data): Remove use_rela_p. Add
3050 may_use_rel_p, may_use_rela_p, default_use_rela_p.
3051 (bfd_elf_section_data): Add use_rela_p.
3052 * elf.c (bfd_section_from_shdr): Set use_rela_p appropriately.
3053 (_bfd_elf_new_section_hook): Likewise.
3054 (elf_fake_sections): Use may_use_rela_p, etc., instead of
3055 use_rela_p.
3056 (_bfd_elf_copy_private_section_data): Copy use_rela_p.
3057 * elfcode.h (write_relocs): Determine whether or not use rela
3058 relocs based on the relocation section header.
3059 * elflink.c (_bfd_elf_create_dynamic_sections): Use default_use_rela_p
3060 instead of use_rela_p.
3061 * elfxx-target.h (elf_backend_may_use_relp): New macro.
3062 (elf_backend_may_use_rela_p): Likewise.
3063 (elf_backend_default_use_rela_p): Likewise.
3064 (elfNN_bed): Use them.
6a9d5c9a 3065
3fe702fd
RH
3066Wed Jun 2 12:38:49 1999 Miodrag Vallat <miodrag@multimania.com>
3067
3068 * hosts/alphalinux.h (TRAD_CORE_EXTRA_SIZE_ALLOWED): Expand to 4096.
3069
3f830999
MM
3070Tue Jun 1 17:57:58 1999 Mark P. Mitchell <mitchell@n02.acl.lanl.gov>
3071
3072 * reloc.c (BFD_RELOC_MIPS_SUB): New relocation.
3073 (BFD_RELOC_MIPS_GOT_PAGE): Likewise.
3074 (BFD_RELOC_MIPS_GOT_OFST): Likewise.
3075 (BFD_RELOC_MIPS_GOT_DISP): Likewise.
3076 * bfd-in2.h: Regenerated.
3077 * libbfd.h: Likewise.
3078 * elf32-mips.c (mips_info_to_howto_rela): New function.
3079 (USE_REL): Adjust for new conventions.
3080 (MINUS_ONE): New macro.
3081 (elf_mips_howto_table): Add R_MIPS_SUB.
6a9d5c9a 3082 (mips_r): Add entries for MIPS_SUB, MIPS_GOT_PAGE, MIPS_GOT_OFST,
3f830999
MM
3083 and MIPS_GOT_DISP.
3084 (mips_elf_final_write_processing): Set sh_link, not sh_info, for a
3085 .MIPS.content section.
3086 (_bfd_mips_elf_fake_sections): Treat all sections that begin
3087 with .MIPS.content as .MIPS.content sections. Set
3088 SHF_MNIPS_NOSTRIP for such section.
3089 (elf_info_to_howto): Define to mips_info_to_howto_rela.
3090 * elf64-mips.c (mips_r): Add entries for MIPS_SUB, MIPS_GOT_PAGE,
3091 MIPS_GOT_OFST, and MIPS_GOT_DISP.
3092
70f06c4a
AS
3093Wed Jun 2 11:51:12 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3094
015985c9
AS
3095 * vms-misc.c (_bfd_vms_hash_newfunc): Fix use of uninitialized
3096 variable.
3097
70f06c4a 3098 * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Avoid ambigous
6a9d5c9a 3099 `else'.
70f06c4a 3100
2ef994e0
NC
31011999-05-30 Philip Blundell <philb@gnu.org>
3102
3103 * elf32-arm.h (elf32_arm_relocate_section): Reinstate change of
3104 1993-03-25 (!!). Take into account the bitmasks for the reloc so
3105 the addend does not overflow into the rest of the word.
3106
ba96a88f
NC
31071999-05-29 Nick Clifton <nickc@cygnus.com>
3108
3109 * bfd-in.h: Amend prototype for
3110 bfd_elf32_arm_process_before_allocation .
3111 * bfd-in.h: Regenerate.
6a9d5c9a 3112
ba96a88f
NC
3113 * elfarm-oabi.c (NUM_ELEM): New macro: Compute the number of
3114 elements in a fixed sized array.
3115 (ARM_ELF_ABI_VERSION): Define.
3116 (ARM_ELF_OS_ABI_VERSION): Define.
3117 (R_ARM_THM_ABS5): Fix rightshift and size.
3118 (R_ARM_THM_PC22): Fix size.
3119 (R_ARM_PLT32): Define Howto.
3120 (find_howto): New function: Locate a howto based on a reloc
3121 number.
3122 (elf32_arm_info_to_howto): Use find_howto if necessary.
3123 (elf32_arm_reloc_map): Change type of field bfd_reloc_val to
3124 bfd_reloc_code_real_type.
3125 (elf32_arm_reloc_map[]): Add entries for BFD_RELOC_VTABLE_INHERIT
3126 and BFD_RELOC_VTABLE_ENTRY.
3127 (elf32_arm_reloc_type_lookup): Use find_howto if necessary.
3128
3129 * elfarm-nabi.c (NUM_ELEM): New macro: Compute the number of
3130 elements in a fixed sized array.
3131 (ARM_ELF_ABI_VERSION): Define.
3132 (ARM_ELF_OS_ABI_VERSION): Define.
3133 (R_ARM_THM_ABS5): Fix rightshift and size.
3134 (R_ARM_THM_PC22): Fix size.
3135 (elf32_arm_info_to_howto_rel): Rename to elf32_arm_info_to_howto.
3136 (elf32_arm_reloc_map): Change type of field bfd_reloc_val to
3137 bfd_reloc_code_real_type.
3138
3139 * elf32-arm.h (struct elf32_arm_link_hash_table): Add new field:
3140 no_pipeline_knowledge.
3141 (elf32_arm_link_hash_create): Initialise new field to zero.
3142 (bfd_elf32_arm_process_before_allocation): Add new paraemter:
3143 no_pipeline_knowledge. Use this parameter to initialise the field
3144 in the globals data structure.
3145 (elf32_arm_final_link_relocate): Only add in pipeline offset if
3146 no_pipeline_knowledge is false and the binary is from an old
3147 toolchain.
3148 (elf32_arm_merge_private_data): Generate an error if an attempt is
3149 made to linl together big endian and little endian code.
3150 (elf32_arm_post_process_headers): New function: Initialise the
3151 EI_OSABI and EI_ABIVERSION fields of the newly created ELF program
6a9d5c9a 3152 header.
ba96a88f
NC
3153 (elf_backend_post_process_headers): Define.
3154
e6c51ed4
NC
31551999-05-28 Nick Clifton <nickc@cygnus.com>
3156
3157 * elf-bfd.h (struct elf_backend_data): Add new field:
3158 elf_backend_post_process_headers.
3159
3160 * elfxx-target.h (elf_backend_post_process_headers): Define to
3161 NULL if not already defined.
6a9d5c9a 3162 (elfNN_bed): Initialise elf_backend_post_process_headers field.
e6c51ed4
NC
3163
3164 * elf.c (prep_headers): Set the EI_OSABI and EI_ABIVERSION fields
3165 to zero.
3166 (_bfd_elf_compute_section_file_positions): Call
6a9d5c9a 3167 elf_backend_post_process_headers if defined.
e6c51ed4 3168
633fd09f
ILT
31691999-05-28 Ian Lance Taylor <ian@zembu.com>
3170
3171 * configure.in: Check whether getuid and getgid exist.
3172 * archive.c: Define getuid and getgid as macros if HAVE_GETUID or
3173 HAVE_GETGID are not defined, respectively.
3174 (bfd_write_armap): Don't special case on _WIN32 for getuid and
3175 getgid.
3176 * configure.host: Set ac_cv_func_get{ug}id for *-*-windows*.
3177 * configure, config.in: Rebuild.
3178
b2ef150d
ILT
31791999-05-28 Martin Dorey <mdorey@madge.com>
3180
3181 * elf32-i960.c: New file.
3182 * elf.c (prep_headers): Handle bfd_arch_i960.
3183 * targets.c (bfd_target_vector): Add &bfd_elf32_i960_vec.
3184 * config.bfd (i960-*-elf*): New target.
3185 * configure.in (bfd_elf32_i960_vec): New target vector.
3186 * Makefile.am (BFD32_BACKENDS): Add elf32-i960.lo.
3187 (BFD32_BACKENDS_CFILES): Add elf32-i960.c.
3188 * Makefile.in, aclocal.m4, configure: Rebuild.
3189
5f97aa0c
NC
31901999-05-27 Nick Clifton <nickc@cygnus.com>
3191
3192 * elfarm-oabi.c (elf32_arm_howto_table): Add entry for
6a9d5c9a 3193 R_ARM_PLT32.
5f97aa0c
NC
3194 (find_howto): New function: Find entries in the
3195 elf32_arm_howto_table.
3196 (elf32_arm_info_to_howto): Use find_howto if the entry cannot be
3197 computed simply.
3198 (elf32_arm_reloc_type_lookup): Add lookup for
6a9d5c9a 3199 BFD_RELOC_ARM_PLT32.
5f97aa0c 3200
780a67af
NC
32011999-05-25 Philip Blundell <pb@nexus.co.uk>
3202
3203 * bfd/elf32-arm.h (elf32_arm_link_hash_newfunc): New function.
3204 (elf32_arm_link_hash_table_create): Use above function as the
3205 constructor for hash table entries.
3206 (elf32_arm_relocate_section): Avoid crash when there is no output
6a9d5c9a 3207 section.
780a67af
NC
3208 (elf32_arm_final_link_relocate): New parameter h.
3209 (elf32_arm_relocate_section): Pass symbol hash entry to above
3210 routine.
3211 (elf32_arm_gc_sweep_hook, elf32_arm_check relocs): Correct
3212 comments.
6a9d5c9a 3213
fa0e42e4 32141999-05-25 Catherine Moore <clm@cygnus.com>
6a9d5c9a 3215
27ac83bf
RH
3216 * coff-arm.c (coff_arm_relocate_section): Don't emit
3217 base file entries for pc-relative values.
6a9d5c9a 3218
93dfcdf0
DD
32191999-05-25 DJ Delorie <dj@cygnus.com>
3220
3221 * peicode.h (coff_swap_sym_in): When we create the actual section
3222 to reflect the not-there section C_SECTION symbols refer to,
3223 change the symbol class to C_STAT as the section is now really
3224 there.
3225
db65e864
NC
32261999-05-24 Philip Blundell <pb@nexus.co.uk>
3227
3228 * elf32-arm.h (elf32_arm_relocate_section): Undo change of
3229 1999-03-25.
3230
948221a8 3231Mon May 17 13:35:35 1999 Stan Cox <scox@cygnus.com>
f6886bc4 3232
948221a8
NC
3233 * coff-arm.c (_bfd_coff_arm_set_private_flags): Changed
3234 F_PIC_INT to F_PIC.
3235 * coffcode.h (coff_set_arch_mach_hook): Added F_ARM_2a, and
3236 F_ARM_3M labels. Changed F_PIC_INT to F_PIC.
6a9d5c9a 3237
1349dd65
NC
32381999-05-16 Nick Clifton <nickc@cygnus.com>
3239
3240 * coff-mcore.c (in_reloc_p): Reinstate.
3241
36797d47
NC
32421999-05-15 Nick Clifton <nickc@cygnus.com>
3243
3244 * reloc.c (BFD_RELOC_MCORE_RVA): Define.
3245 * bfd-in2.h: Regenerate.
3246 * coff-mcore.c (in_reloc_p): Remove defintion.
3247 (mcore_coff_howto): Add IMAGE_REL_MCORE_RVA.
3248 (mcore_coff_reloc_type_lookup): Map BFD_RELOC_RVA to
3249 IMAGE_REL_MCORE_RVA.
3250 (coff_mcore_rtype_to_howto): Add special processing for
3251 IMAGE_REL_MCORE_RVA.
3252 (coff_mcore_relocate_section): Add support for
6a9d5c9a 3253 IMAGE_REL_MCORE_RVA.
36797d47
NC
3254 * elf32-mcore (mcore_elf_howto_): Add R_MCORE_RELATIVE.
3255 (mcore_elf_reloc_type_lookup): Map BFD_RELOC_RVA to
3256 R_MCORE_RELATIVE.
6a9d5c9a
UD
3257 (mcore_elf_relocate_section): Delete redundant case labels.
3258
97eaf9de
AS
3259Fri May 14 10:59:55 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3260
3261 * elf32-arm.h (elf32_arm_relocate_section): Fix operator
3262 precedence between bit-and and comparison.
3263
2e9a84c8
RH
3264Thu May 13 09:45:23 1999 Joel Sherrill (joel@OARcorp.com)
3265
3266 * config.bfd (i[3456]86*-*-rtems*, m68k*-*-rtems*): Added to
3267 list of target formats (targ_selvecs).
3268 (i[3456]86*-*-rtemself*, mips*el-*-rtems*): New targets.
3269 (powerpcle*-*rtems*, sh-*-rtemself*): New targets.
3270
ec0ef80e
DD
32711999-05-10 DJ Delorie <dj@cygnus.com>
3272
3273 * ecoff.c (_bfd_ecoff_write_armap): give the symtab element a
3274 reasonable mode until "ar x" is smart enough to skip it (fixes
3275 gcc/libgcc.a builds on mips-ecoff targets
3276
3277 * coffcode.h (styp_to_sec_flags): Explain how COMDATs are supposed
3278 to work. Hack to support MS import libraries, which use different
3279 COMDAT types than GNU.
3280 (coff_slurp_symbol_table): C_SECTION symbols are local; they refer
3281 to implied zero-length sections (see peicode below)
3282 * coffgen.c (coff_get_normalized_symtab): Properly read long MS
3283 filename symbols, which use one *or more* auxents.
3284 * coffswap.h (coff_swap_aux_in): ditto
3285 * peicode.h (coff_swap_sym_in): Build the implied zero-length
3286 sections
6a9d5c9a 3287
5c746d90
JL
3288Tue May 11 15:51:58 1999 Jeffrey A Law (law@cygnus.com)
3289
3290 * elf32-v850.c (v850_elf_howto_table): Make partial_inplace false
3291 for all relocations.
3292
ba1b9317
CM
32931999-05-10 Catherine Moore <clm@cygnus.com>
3294
27ac83bf
RH
3295 * bfd-in.h (bfd_arm_allocate_interworking_sections): Static
3296 if COFF_IMAGE_WITH_PE.
3297 (bfd_arm_process_before_allocation): Likewise.
3298 (bfd_arm_get_bfd_for_interworking): Likewise.
3299 * coff-arm.c: Likewise.
3300 * bfd-in2.h: Regenerate.
3301 * configure.in (armpe_little_vec): Remove coff-arm.lo.
3302 (armpe_big_vec): Likewise.
3303 * configure: Rebuild.
ba1b9317 3304
c1f6bc03
NC
33051999-05-10 Nick Clifton <nickc@cygnus.com>
3306
3307 * elf.c (elf_fake_sections): Check for .rel. as start of rel
3308 section, not just .rel. Same for .rela.
3309
b23f908b
NC
33101999-05-07 Nick Clifton <nickc@cygnus.com>
3311
3312 * coff-mcore.c (coff_mcore_relocate_section): Replace assert about
3313 endianism with an error message.
3314
7fafc0fd
RH
3315Thu May 6 17:09:09 1999 Fred Fish <fnf@be.com>
3316
3317 * dwarf2.c (read_abbrevs): Change cast of dwarf_abbrev_buffer
3318 assignment from "unsigned char *" to "char *".
3319 (decode_line_info): Likewise for dwarf_line_buffer assignment.
3320
b44267fd
CM
33211999-05-05 Catherine Moore <clm@cygnus.com>
3322
27ac83bf
RH
3323 * coff-arm.c (coff_arm_relocate_section): Add one to
3324 address of ARM_RVA32 thumb functions.
6a9d5c9a 3325
b44267fd 33261999-05-05 Catherine Moore <clm@cygnus.com>
6a9d5c9a 3327
27ac83bf
RH
3328 * elf32-m68k.c (elf32_m68k_set_private_flags): New.
3329 (elf32_m68k_copy_private_bfd_data): New.
3330 (elf32_m68k_merge_private_bfd_data): New.
3331 (elf32_m68k_print_private_bfd_data): New.
3332 (CPU32_FLAG): Define.
3333 (PLT_CPU32_ENTRY_SIZE): Define.
3334 (elf_cpu32_plt0_entry): Declare.
3335 (elf_cpu32_plt_entry): Declare.
3336 (elf_m68k_adjust_dynamic_symbol): Generate cpu32 plt entries.
3337 (elf_m68k_finish_dynamic_symbol): Likewise.
3338 (elf_m68k_finish_dynamic_sections): Likewise.
3339 (elf_backend_plt_header_size): Remove definition.
3340 (bfd_elf32_bfd_copy_private_bfd_data): Define.
3341 (bfd_elf32_bfd_merge_private_bfd_data): Define.
3342 (bfd_elf32_bfd_set_private_flags): Define.
3343 (bfd_elf32_bfd_print_private_bfd_data): Define.
6a9d5c9a 3344
ac79f2f3
JL
3345Mon May 3 09:24:49 1999 Jeffrey A Law (law@cygnus.com)
3346
3347 * som.c (som_fixup_formats): Fix comments for R_SHORT_PCREL_MODE
3348 and R_LONG_PCREL_MODE.
3349
252b5132
RH
33501999-04-29 Nick Clifton <nickc@cygnus.com>
3351
3352 * coff-mcore.c (coff_mcore_relocate_section): Fix typos.
3353
3354Fri Apr 28 16:36:19 1999 Stan Cox <scox@cygnus.com>
3355
3356 * elf32-sh.c (sh_elf_relocate_section): Include relocation addend
3357 in relocation calculation.
3358
33591999-04-26 Tom Tromey <tromey@cygnus.com>
3360
3361 * aclocal.m4, configure: Updated for new version of libtool.
3362
33631999-04-21 Nick Clifton <nickc@cygnus.com>
3364
3365 * coff-mcore.c: Add support for mcore relocs.
3366
33671999-04-20 Gavin Romig-Koch <gavin@cygnus.com>
3368
3369 * elf32-mips.c (_bfd_mips_elf_print_private_bfd_data): Scrap the
3370 incorrect use EF_MIPS_xxBITPTRS.
3371
33721999-04-18 Ian Lance Taylor <ian@zembu.com>
3373
3374 * elf64-alpha.c (elf64_alpha_relax_section): Remove unused local
3375 variable insn.
3376
3377 * bfd-in2.h: Rebuild.
3378 * libbfd.h: Rebuild.
3379
3380Sat Apr 17 20:55:15 1999 Catherine Moore <clm@cygnus.com>
6a9d5c9a 3381
252b5132
RH
3382 * coff-arm.c (coff_arm_rtype_to_howto): Remove ARM26D transform.
3383 (coff_arm_relocate_section): Add ARM26D transform. Only
3384 change to ARM26D for relocateable links.
3385
33861999-04-16 Gavin Romig-Koch <gavin@cygnus.com>
3387
3388 * elf32-mips.c (_bfd_mips_elf_print_private_bfd_data): New.
3389 (bfd_elf32_bfd_print_private_bfd_data): New.
3390
33911999-04-15 Doug Evans <devans@casey.cygnus.com>
3392
3393 * elf32-arm.h (elf32_arm_final_link_relocate): For R_ARM_THM_ABS5,
3394 refetch addend if USE_REL, add many comments regarding current state.
3395 For R_ARM_THM_PC22, refetch addend if USE_REL, simplify.
3396 * elfarm-nabi.c (elf32_arm_howto_table): For R_ARM_THM_ABS5, fix
3397 size and rightshift. For R_ARM_THM_PC22, fix bitsize.
3398 * elfarm-oabi.c (elf32_arm_howto_table): Ditto.
3399
3400Wed Apr 14 14:33:08 1999 Richard Henderson <rth@cygnus.com>
3401
3402 * elf32-mips.c (_bfd_mips_elf_read_ecoff_info): Zero `debug'.
3403 * elf64-alpha.c (elf64_alpha_read_ecoff_info): Likewise.
3404
34051999-04-13 David Mosberger <davidm@hpl.hp.com>
3406
3407 * dwarf2.c (decode_line_info): Don't truncate address to least
3408 significant 32 bits (breaks 64 bit targets).
3409 (lookup_address_in_function_table): Ditto.
3410 (comp_unit_contains_address): Ditto.
3411
3412Tue Apr 13 21:27:19 1999 Catherine Moore <clm@cygnus.com>
3413
3414 * coff-arm.c (arm_emit_base_file_entry): New routine.
3415 (A2T3_OFFSET): Define.
3416 (T2A3_OFFSET): Define.
3417 (coff_arm_relocate_section): Emit base file entries for interworking
3418 stubs.
3419
34201999-04-13 Philip Blundell <philb@gnu.org>
3421
3422 * elfarm-nabi.c (elf32_arm_howto_table): Add dummy entries for
3423 relocs 17 through 19.
3424
3425Sun Apr 11 01:25:17 1999 Richard Henderson <rth@cygnus.com>
3426
3427 * elfcode.h: Remove fnmatch.h.
3428 * elflink.h (elf_link_assign_sym_version): Call back to ld
3429 instead of calling fnmatch.
3430
3431 * config.bfd (i?86-*-beoself): Include pe vecs.
3432
3433Sun Apr 11 01:14:06 1999 Richard Henderson <rth@cygnus.com>
3434
3435 * elf32-i386.c (elf_i386_finish_dynamic_sections): Allow .plt
3436 to go missing.
3437
34381999-04-10 Richard Henderson <rth@cygnus.com>
3439
3440 * elf32-i386.c (elf_i386_relocate_section): Mind no_undefined
3441 when trying to resolve dynamic symbol references.
3442 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
3443 * elf32-mips.c (mips_elf_relocate_section): Likewise.
3444 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3445 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3446 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
3447 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3448 * elflink.h (elf_link_output_extsym): Likewise.
3449
3450Sat Apr 10 15:12:09 1999 Richard Henderson <rth@cygnus.com>
3451
3452 * section.c (_bfd_strip_section_from_output): New function moved from
3453 * elf64-alpha.c (elf64_alpha_strip_section_from_output): ... here.
3454 * elf32-i386.c (elf_i386_size_dynamic_sections): Use it.
3455 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
3456 * elf32-mips.c (mips_elf_size_dynamic_sections): Likewise.
3457 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
3458 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
3459 * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.
3460 * bfd-in2.h: Update.
3461
34621999-04-09 Ian Lance Taylor <ian@zembu.com>
3463
3464 * elf64-sparc.c: Fix incorrect calls to bfd_check_overflow.
3465
34661999-04-08 Nick Clifton <nickc@cygnus.com>
3467
3468 * coff-mcore.c: New File: Support for mcore-pe targets.
3469 * cpu-mcore.c: New File: Support for mcore targets.
3470 * elf32-mcore.c: New File: Support for mcore-elf target.
3471 * pe-mcore.c: New File: Definitions for mcore-pe target.
3472 * pei-mcore.c: New File: Definitions for mcore-pei target.
3473 * Makefile.am: Add support for MCore targets.
3474 * Makefile.in: Regenerate.
3475 * config.bfd: Add support for MCore targets.
3476 * configure.in: Add support for MCore targets.
3477 * configure: Regenerate.
3478 * archures.c: Add support for MCore architecture.
6a9d5c9a 3479 * bfd-in2.h: Regenerate.
252b5132
RH
3480 * coffcode.h: Add support for mcore-pe targets.
3481 * elf.c: Add support for mcore-elf target.
3482 * reloc.c: Add support for MCore relocs.
3483 * targets.c: Add support for MCore targets.
3484
34851999-04-07 Nick Clifton <nickc@cygnus.com>
3486
3487 * elfarm-nabi.c (elf32_arm_howto_table): Add entries for
3488 R_ARM_XPC25 and R_ARM_THM_XPC22.
3489 (elf32_arm_reloc_map): Remove redundant entries.
3490
34911999-04-06 Ian Lance Taylor <ian@zembu.com>
3492
3493 * sysdep.h (LC_MESSAGES): Never define.
3494
34951999-04-06 Chris Torek <torek@bsdi.com>
3496
3497 * reloc.c (bfd_check_overflow): Add addrsize parameter. Change
3498 all callers. Rewrite completely.
3499 (_bfd_relocate_contents): Rewrite overflow checking.
3500 * bfd-in2.h: Rebuild.
3501
35021999-04-05 Ian Lance Taylor <ian@zembu.com>
3503
3504 From Gabriel Paubert <paubert@iram.es>:
3505 * elf32-ppc.c (ppc_elf_howto_raw): Set R_PPC_GOT16_LO,
3506 R_PPC_PLT16_LO and R_PPC_SECTOFF_LO to be complain_overflow_dont.
3507 Set R_PPC_PLT16_HA, R_PPC_SECTOFF_HA and R_PPC_EMB_NADDR16_HA to
3508 have a rightshift of 16 and use ppc_elf_addr16_ha_reloc.
3509 * ppcboot.c (ppcboot_vec): Use little endian routines for
3510 headers.
3511
3512 * elf.c (elfcore_strndup): Only define if it will be used.
3513 * elf32-ppc.c (ppc_elf_relax_section): Remove unused locals irel
3514 and irelend.
3515 (ppc_elf_check_relocs): Remove unused local i.
3516 (ppc_elf_gc_mark_hook): Add default case to switch.
3517
3518 From Bernd Nitzler <nitzler@kagcpd01.ag01.kodak.COM>:
3519 * srec.c (srec_scan): Accept \r in symbol definitions.
3520 (srec_object_p): Set HAS_SYMS if we saw any symbols.
3521 (symbolsrec_object_p): Likewise.
3522
35231999-04-04 Don Bowman <don@pixsci.com>
3524
3525 * config.bfd: Add mips*el-*-vxworks* and mips*-*-vxworks*.
3526
35271999-04-04 Ian Lance Taylor <ian@zembu.com>
3528
3529 * dwarf1.c (parse_line_table): Remove unused locals last_pc and
3530 last_line.
3531 * elf-bfd.h (_bfd_elfcore_section_from_phdr): Declare.
3532 * elf32-i386.c (elf_i386_gc_mark_hook): Add default case to
3533 switch.
3534 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Remove unused
3535 local i.
3536 * syms.c (_bfd_stab_section_find_nearest_line): Remove unused
3537 local val.
3538
35391999-03-31 Nick Clifton <nickc@cygnus.com>
3540
3541 * config.bfd: Add support for arm-epoc-pe target.
3542 * configure.in: Add support for arm-epoc-pe target.
3543 * configure: Regenerate.
3544 * targets.c: Add support for arm-epoc-pe target.
3545 * coff-arm.c: Allow header files to override definition of
3546 TARGET_UNDERSCORE and USER_LABEL_PREFIX.
3547 * pe-arm.h: Allow previous header files to override definition of
3548 TARGET_LITTLE_SYM and TARGET_BIG_SYM.
6a9d5c9a 3549 * pei-arm.h: Allow previous header files to override definition of
252b5132
RH
3550 TARGET_LITTLE_SYM and TARGET_BIG_SYM.
3551 * epoc-pe-arm.c: New file. Support arm-epoc-pe target.
3552 * epoc-pei-arm.c: New file. Support arm-epoc-pei target.
6a9d5c9a 3553
252b5132
RH
35541999-03-30 Nick Clifton <nickc@cygnus.com>
3555
3556 * elf.c (elf_map_symbols): Handle the case where section
3557 symbols are generated for content-less sections which are
3558 not mapped to the output file.
3559
3560 * linker.c: Replace direct references to fields in BFD structure
3561 with accessor macros.
3562
3563 * elflink.h: Replace direct references to fields in BFD structure
3564 with accessor macros.
3565
35661999-03-25 Philip Blundell <pb@nexus.co.uk>
3567
3568 * config.bfd: Eliminate redundancy in checks for Linux/ARM.
6a9d5c9a
UD
3569
3570 * elf32-arm.h (elf32_arm_relocate_section): Take the rightshift into
252b5132
RH
3571 account when adjusting section symbols during a partial link.
3572
35731999-03-24 Nick Clifton <nickc@cygnus.com>
3574
3575 * coff-sparc.c (struct coff_reloc_map): Change type of field
3576 'bfd_reloc_val' to bfd_reloc_code_real_type.
3577 * elf-m10200.c (struct mn10200_reloc_map): Ditto.
3578 * elf-m10300.c (struct mn10300_reloc_map): Ditto.
3579 * elf32-arc.c (struct arc_reloc_map): Ditto.
3580 * elf32-d10v.c (struct d10v_reloc_map): Ditto.
3581 * elf32-d30v.c (struct d30v_reloc_map): Ditto.
3582 * elf32-fr30.c (struct fr30_reloc_map): Ditto.
3583 * elf32-m32r.c (struct m32r_reloc_map): Ditto.
3584 * elf32-sh.c (struct elf_reloc_map): Ditto.
3585 * elf32-sparc.c (struct elf_reloc_map): Ditto.
3586 * elf32-v850.c (struct v850_reloc_map): Ditto.
3587 * elf64-sparc.c (struct elf_reloc_map): Ditto.
3588 * elfarm-nabi.c (struct elf32_arm_reloc_map): Ditto.
3589 * elfarm-oabi.c (struct elf32_arm_reloc_map): Ditto.
3590
35911999-03-17 Martin Hunt <hunt@cygnus.com>
3592
3593 * syms.c (_bfd_stab_section_find_nearest_line): Changed this
3594 function so source-level assembly works. If multiple N_SOs
3595 are seen without and N_FUNs, create an indextable entry with
3596 a NULL function name.
3597
35981999-03-16 Gavin Romig-Koch <gavin@cygnus.com>
3599
3600 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data) Allow merging
3601 of certian similar cpus.
3602
36031999-03-16 Gavin Romig-Koch <gavin@cygnus.com>
3604
3605 * elf32-mips.c (_bfd_mips_elf_final_write_processing):
3606 Add the 5000. Change the architecture for the 5400 to mips4.
3607 (elf_mips_mach): Add r5000.
3608
36091999-03-11 Doug Evans <devans@casey.cygnus.com>
3610
3611 * cpu-i960.c (scan_i960_mach): Recognize i960:ka_sa and i960:kb_sb.
3612
36131999-03-11 Nick Clifton <nickc@cygnus.com>
3614
3615 * binary.c (binary_set_section_contents): Generate warning about
3616 huge file offsets for any section that will occupy file space, not
3617 just those that are loadable.
3618
36191999-02-24 Jim Blandy <jimb@zwingli.cygnus.com>
3620
3621 * libbfd.h: Regenerate after Nick Clifton's Feb 17 changes.
3622
36231999-02-22 Jim Lemke <jlemke@cygnus.com>
3624
3625 * elf32-ppc.c: Add ppc_elf_relax_section() for the ld option mpc860c0.
3626
3627Mon Feb 22 18:26:51 1999 Ian Lance Taylor <ian@cygnus.com>
3628
3629 * elf-bfd.h (ELF_LINK_HASH_REF_REGULAR_NONWEAK): Define.
3630 * elflink.h: Revert all changes since Feb 16. Instead:
3631 (elf_link_add_object_symbols): Set REF_REGULAR_NONWEAK flag if
3632 appropriate. Copy it to version symbols.
3633 (elf_fix_symbol_flags): Set REF_REGULAR_NONWEAK for non ELF
3634 symbols if appropriate.
3635 (elf_adjust_dynamic_symbol): Set REF_REGULAR_NONWEAK for weakdef
3636 symbol if appropriate.
3637 (elf_link_output_extsym): If symbol is marked as undefined, and
3638 has no nonweak references, mark it as weak undefined.
3639
3640Fri Feb 19 16:01:12 1999 Ian Lance Taylor <ian@cygnus.com>
3641
3642 * elflink.h (elf_merge_symbol): When overriding a dynamic
3643 definition with a weak undefined symbol, set NEEDS_PLT if it is a
3644 function.
3645 (elf_link_add_object_symbols): Don't copy the other field if we
3646 are overridding.
3647
3648Thu Feb 18 18:07:43 1999 Ian Lance Taylor <ian@cygnus.com>
3649
3650 * elflink.h (elf_merge_symbol): Do not merge any symbol from a
3651 shared object with a weak undefined symbol.
3652
36531999-02-18 Nick Clifton <nickc@cygnus.com>
3654
3655 * elfarm-nabi.c: Set partial_inplace back to false.
3656
36571999-02-17 Nick Clifton <nickc@cygnus.com>
3658
3659 * coff-arm.c (TARGET_UNDERSCORE): Re-enable.
3660 (USER_LABEL_PREFIX): Set to "_".
3661
3662 The following patches are from: Scott Bambrough
3663 <scottb@corelcomputer.com>
6a9d5c9a 3664
252b5132
RH
3665 * libaout.h (M_ARM6_NETBSD): Set to 143.
3666
3667 * reloc.c: Add ARM PIC relocs: BFD_RELOC_ARM_GOT12,
3668 BFD_RELOC_ARM_GOT32, BFD_RELOC_ARM_JUMP_SLOT, BFD_RELOC_ARM_COPY,
3669 BFD_RELOC_ARM_GLOB_DAT, BFD_RELOC_ARM_PLT32,
3670 BFD_RELOC_ARM_RELATIVE, BFD_RELOC_ARM_GOTOFF, BFD_RELOC_ARM_GOTPC.
3671 * bfd-in2.h: Regenerate.
3672
3673 * elfarm-nabi.c (elf32_arm_howto_table): Set partial_inplace to
3674 'true' as REL relocs are now being used. Add new PIC relocs:
3675 R_ARM_COPY, R_ARM_GLOB_DAT, R_ARM_JUMP_SLOT, R_ARM_RELATIVE,
3676 R_ARM_GOTOFF, R_ARM_GOTPC, R_ARM_GOT32, R_ARM_PLT32.
3677
3678 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Check byte order
3679 of targets.
3680 (elf32_arm_final_link_relocate): Change parameters so that entire
3681 reloc is passed. Add support for PIC relocs.
3682 (elf32_arm_relocate_section): Pass entire reloc to
6a9d5c9a 3683 elf32_arm_final_link_relocate.
252b5132
RH
3684 (elf32_arm_check_relocs): Handle new PIC relocs.
3685 (elf32_arm_adjust_dynamic_symbol): New function.
3686 (elf32_arm_size_dynamic_sections): New function.
3687 (elf32_arm_discard_copies): New function.
3688 (elf32_arm_finish_dynamic_symbol): New function.
3689 (elf32_arm_finish_dynamic_sections): New function.
3690 (ELF_MAXPAGE_SIZE): Define.
3691 (bfd_elf32_bfd_reloc_type_lookup): Define.
3692 (elf_backend_relocate_section): Define.
3693 (elf_backend_adjust_dynamic_symbol): Define.
3694 (elf_backend_create_dynamic_sections): Define.
3695 (elf_backend_finish_dynamic_symbol): Define.
3696 (elf_backend_finish_dynamic_sections): Define.
3697 (elf_backend_size_dynamic_sections): Define.
3698 (elf_backend_plt_readonly): Define.
3699 (elf_backend_want_got_plt): Define.
3700 (elf_backend_want_plt_sym): Define.
6a9d5c9a 3701
252b5132
RH
3702Wed Feb 17 12:02:26 1999 Stan Cox <scox@cygnus.com>
3703
3704 * elf32-mips.c (_bfd_mips_elf_section_from_shdr): Make reginfo
3705 sections SEC_LINK_ONCE and SEC_LINK_DUPLICATES_SAME_SIZE.
3706 (_bfd_mips_elf_fake_sections): Likewise.
3707
3708Wed Feb 17 12:07:23 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6a9d5c9a 3709
27ac83bf
RH
3710 * elfarm-oabi.c (bfd_elf32_arm_allocate_interworking_sections,
3711 bfd_elf32_arm_get_bfd_for_interworking,
3712 bfd_elf32_arm_process_before_allocation): Define to avoid clash
3713 with elfarm-nabi.c.
6a9d5c9a 3714
27ac83bf
RH
3715 * elf32-arm.h: Don't declare elf32_arm_info_to_howto.
3716 (elf32_thumb_to_arm_stub, elf32_arm_to_thumb_stub,
3717 elf32_arm_find_nearest_line): Make them static.
252b5132
RH
3718
3719Tue Feb 16 22:44:37 1999 Ian Lance Taylor <ian@cygnus.com>
3720
3721 * elflink.h (elf_merge_symbol): Add pflags parameter. Change all
3722 callers. Do not merge a definition from a shared object with a
3723 weak undefined symbol.
3724 (elf_link_add_object_symbols): Do not change the symbol type or
3725 size if the old symbol overrides the new one.
3726
37271999-02-08 Nick Clifton <nickc@cygnus.com>
3728
3729 * config.bfd: Add support for strongarm target.
3730
3731Mon Feb 8 11:18:14 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3732
3733 * elf32-m68k.c (reloc_map): Use the correct types for the struct
3734 fields instead of unsigned char.
3735
3736Fri Feb 5 00:22:36 1999 Ian Lance Taylor <ian@cygnus.com>
3737
3738 * Makefile.am: Rebuild dependencies.
3739 * Makefile.in: Rebuild.
3740
3741Thu Feb 4 22:30:13 1999 Ian Lance Taylor <ian@cygnus.com>
3742
3743 * configure.in: Change AC_PREREQ to 2.13. Remove AM_CYGWIN32.
3744 Change AM_EXEEXT to AC_EXEEXT and AM_PROG_INSTALL to
3745 AC_PROG_INSTALL. Add comments to uses of AC_DEFINE.
3746 * acinclude.m4: Add comments to uses of AC_DEFINE.
3747 * acconfig.h: Remove.
3748 * configure: Rebuild with current autoconf/automake.
3749 * aclocal.m4: Likewise.
3750 * config.in: Likewise.
3751 * Makefile.in: Likewise.
3752
37531999-02-04 DJ Delorie <dj@cygnus.com>
3754
3755 * libbfd.c (real_read): don't call fread for zero bytes. This
3756 covers up a bug (or misuse of bfd) that's exposed by Solaris.
3757
3758Thu Feb 4 12:38:10 1999 Stan Cox <scox@cygnus.com>
3759
3760 * elf32-mips.c (mips_elf_relocate_section): Insure that the target
3761 of a jump is in the current 256 MB region.
3762
3763Thu Feb 4 12:15:38 1999 Ian Lance Taylor <ian@cygnus.com>
3764
3765 * format.c (bfd_check_format_matches): Change last patch to only
3766 take effect for the binary target.
3767
3768Wed Feb 3 19:40:12 1999 Ian Lance Taylor <ian@cygnus.com>
3769
3770 * elf32-i386.c (elf_i386_reloc_type_lookup): Add BFD_RELOC_CTOR.
3771
3772Wed Feb 3 15:02:44 1999 Catherine Moore <clm@cygnus.com>
3773
3774 * elf32-fr30.c (fr30_elf_check_relocs): New routine.
3775
3776Tue Feb 2 21:38:28 1999 Ian Lance Taylor <ian@cygnus.com>
3777
3778 * format.c (bfd_check_format_matches): If the target was
3779 previously specified, don't check other targets when checking for
3780 an archive file.
3781
3782Tue Feb 2 18:16:43 1999 Catherine Moore <clm@cygnus.com>
3783
27ac83bf
RH
3784 * elf32-arm.h (elf32_arm_reloc_map): Removed.
3785 (elf32_arm_reloc_type_lookup): Removed
3786 * elfarm-nabi.c (elf32_arm_reloc_map): New.
3787 (elf32_arm_reloc_type_lookup): New.
3788 * elfarm-oabi.c (elf32_arm_reloc_map): New.
3789 (elf32_arm_reloc_type_lookup): New.
252b5132
RH
3790
3791Mon Feb 1 19:49:21 1999 Catherine Moore <clm@cygnus.com>
3792
27ac83bf
RH
3793 * elfarm-nabi.c: Renamed from elf32-arm-newabi.c.
3794 * elfarm-oabi.c: Renamed from elf32-arm-oldabi.c
3795 * Makefile.am: Use new files.
3796 * Makefile.in: Regenerate.
3797 * configure.in: Use new files.
3798 * configure: Regenerate.
252b5132
RH
3799
38001999-02-01 Nick Clifton <nickc@cygnus.com>
3801
3802 * elf32-fr30.c (fr30_elf_gc_mark_hook): New function.
3803 (fr30_elf_gc_sweep_hook): New function.
3804 (elf_backend_can_gc_sections): Define.
3805
3806Mon Feb 1 12:21:47 1999 Catherine Moore <clm@cygnus.com>
3807
27ac83bf
RH
3808 * targets.c (bfd_target_vector): Add bfd_elf32_littlearm_oabi_vec
3809 and bfd_elf32_bigarm_oabi_vec.
252b5132
RH
3810
3811Mon Feb 1 11:46:31 1999 Catherine Moore <clm@cygnus.com>
3812
27ac83bf
RH
3813 * Makefile.am (elf32-arm-oldabi.lo): New.
3814 (elf32-arm-newabi.lo): New.
3815 * Makefile.in: Regenerate.
3816 * config.bfd (thumb-*-elf): Remove definition of targ_underscore.
3817 (arm-*-elf): Likewise.
3818 (arm-*-oabi): New.
3819 (thumb-*-oabi): New.
3820 * configure: Regenerate.
3821 * configure.in (bfd_elf32_littlearm_oabi_vec): New.
3822 (bfd_elf32_bigarm_oabi_vec): New.
3823 * elf32-arm-newabi.c: New.
3824 * elf32-arm-oldabi.c: New.
3825 * elf32-arm.c: Removed.
3826 * elf32-arm.h: New.
252b5132
RH
3827
3828Mon Feb 1 11:52:12 1999 Frank Ch. Eigler <fche@cygnus.com>
3829
3830 * binary.c (binary_set_section_contents): Omit warnings for
3831 unloadable sections.
3832
38331999-01-31 Michael Meissner <meissner@cygnus.com>
3834
3835 * config.bfd (powerpc{,le}-*-vxworks*): Add aliases to
3836 powerpc{,le}-*-eabi.
3837
38381999-01-29 Nick Clifton <nickc@cygnus.com>
3839
3840 * dwarf2.c (read_unsigned_leb128): Remove unused variables.
3841 * dwarf2.c (read_signed_leb128): Remove unused variables.
3842
3843Fri Jan 29 00:47:21 1999 H.J. Lu <hjl@gnu.org>
3844
3845 * elf.c (assign_file_positions_for_segments): Only adjust
3846 p_align when needed.
3847
3848Thu Jan 28 20:05:22 1999 Ian Lance Taylor <ian@cygnus.com>
3849
3850 * binary.c (binary_set_section_contents): Don't return early for a
3851 non-loadable section, in case the first section is non-loadable.
3852 Don't set the low lma for a SEC_NEVER_LOAD section. From Maciej
3853 W. Rozycki <macro@ds2.pg.gda.pl>.
3854
38551999-01-28 Nick Clifton <nickc@cygnus.com>
3856
3857 * elf32-fr30.c (fr30_reloc_map): Add R_FR30_GNU_VTINHERIT and
3858 R_FR30_GNU_VTENTRY relocs.
3859
3860Thu Jan 28 11:08:16 1999 Catherine Moore <clm@cygnus.com>
3861
3862 * elflink.h (elf_link_output_sym): Zero syms which are
3863 part of sections which have been excluded.
3864
3865Wed Jan 27 13:35:35 1999 Stan Cox <scox@cygnus.com>
3866
3867 * coff-arm.c (_bfd_coff_arm_set_private_flags): Changed F_PIC
3868 to F_PIC_INT.
3869 * coffcode.h (coff_set_arch_mach_hook): Removed F_ARM_2a and
3870 F_ARM_3M labels. Changed F_PIC to F_PIC_INT.
6a9d5c9a 3871
252b5132
RH
38721999-01-27 Nick Clifton <nickc@cygnus.com>
3873
3874 * elf32-fr30.c (fr30_elf_howto_table): Fix name of R_FR30_48
6a9d5c9a 3875 relocation.
252b5132 3876 (fr30_final_link_relocate): Use computed value as result of
6a9d5c9a 3877 relocation.
252b5132
RH
3878
38791999-01-26 Frank Ch. Eigler <fche@cygnus.com>
3880
3881 * binary.c (binary_set_section_contents): Emit warning for
3882 huge file offsets due to widely-dispersed section LMAs.
3883
3884Mon Jan 18 03:35:35 1999 Ian Lance Taylor <ian@cygnus.com>
3885
3886 * elf.c (assign_file_positions_for_segments): If not D_PAGED,
3887 align first section to largest section alignment, not first
3888 section alignment.
3889
38901999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
3891
3892 * configure.in: Require autoconf 2.12.1 or higher.
3893
3894Tue Dec 22 15:21:41 1998 Catherine Moore <clm@cygnus.com>
3895
27ac83bf
RH
3896 * archures.c (bfd_mach_i386_i386_intel_syntax): Define.
3897 * bfd-in2.h: Likewise.
3898 * cpu-i386.c (bfd_i386_arch_intel_syntax): New.
252b5132
RH
3899
39001998-12-16 Gavin Romig-Koch <gavin@cygnus.com>
3901
3902 * archures.c,bfd-in2.h (bfd_mach_mips4111): New.
3903 * cpu-mips.c: Add support for and independent 4111.
3904 * elf32-mips.c (elf_mips_mach): E_MIPS_MACH_4111 -> bfd_mach_mips4111.
6a9d5c9a 3905 (_bfd_mips_elf_final_write_processing):
252b5132
RH
3906 bfd_mach_mips4111 -> E_MIPS_ARCH_3 | E_MIPS_MACH_4111.
3907
39081998-12-15 Gavin Romig-Koch <gavin@cygnus.com>
3909
3910 * elf32-mips.c (elf_mips_abi_name): New.
3911 (_bfd_mips_elf_merge_private_bfd_data): Compare EF_MIPS_ABI flags.
3912
39131998-12-12 Gavin Romig-Koch <gavin@cygnus.com>
3914
6a9d5c9a 3915 * elf32-mips.c (_bfd_mips_elf_final_write_processing):
252b5132
RH
3916 Handle bfd_mach_mips4300.
3917
39181998-12-11 Ulrich Drepper <drepper@cygnus.com>
3919
3920 * elf32-i386.c: Remove leaked development code from patch
3921 1998-12-10 by Richard Henderson.
3922
39231998-12-10 Richard Henderson <rth@cygnus.com>
3924
3925 * elf32-i386.c (elf_i386_relocate_section): Don't fail relocations
3926 in debug sections for symbol defined externally.
3927
3928Thu Dec 10 10:58:38 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3929
3930 * targets.c (bfd_target_vector): Remove duplicate entry for
3931 tekhex_vec.
3932
39331998-12-09 Nick Clifton <nickc@cygnus.com>
3934
3935 * elf32-fr30.c (fr30_elf_howto_table): Set src_mask fields to 0
3936 since we are using RELAs.
3937
3938Tue Dec 8 22:15:48 1998 Ian Lance Taylor <ian@cygnus.com>
3939
3940 SCO Open Server Release 5 core file support, from Jouke Numan
3941 <jnuman@hiscom.nl>:
3942 * sco5-core.c: New file.
3943 * configure.in (i[3456]86-*-sco3.2v5*): Use sco5-core.lo.
3944 (sco5-core.lo): Define SCO5_CORE in COREFLAG.
3945 * Makefile.am: Rebuild dependencies.
3946 (OPTIONAL_BACKENDS): Add sco5-core.lo.
3947 (OPTIONAL_BACKENDS_CFILES): Add sco5-core.c.
3948 * bfd.c (struct _bfd): Add sco5_core_data field to tdata.
3949 * targets.c (sco5_core_vec): Add to target list if SCO5_CORE.
3950 * bfd-in2.h, configure, Makefile.in: Rebuild.
3951
3952Tue Dec 8 19:38:42 1998 Mark Klein <mklein@dis.com>
3953
3954 * config.bfd (hppa*-*-mpeix*): New target.
3955 * configure.in: Add AC_HEADER_DIRENT.
3956 (hppa*-*-mpeix*): New target.
3957 * configure.host (hppa*-*-mpeix*): New host.
3958 * hpux-core.c: Check HOST_HPPAMPEIX. Use HAVE_DIRENT_H and
3959 friends rather than just including <sys/dir.h>.
3960 * som.h (struct som_symbol): Add hppa_priv_level and apto
3961 tc_data. Change all users.
3962 (struct somdata): Add comp_unit field.
3963 (obj_som_compilation_unit): Define.
3964 (bfd_som_attach_compilation_unix): Declare.
3965 * som.c: Check HOST_HPPAMPEIX.
3966 (struct som_misc_symbol_info): Add new field priv_level.
3967 (som_object_setup): Add current_offset parameter. Change all
3968 callers.
3969 (setup_sections): Likewise.
3970 (som_object_p): For EXECLIBMAGIC, read the lst header.
3971 (som_write_symbol_strings): Add compilation_unit parameter.
3972 Change all callers.
3973 (som_finish_writing): Write out compilation_unit.
3974 (som_bfd_derive_misc_symbol_info): Set priv_level.
3975 (som_build_and_write_symbol_table): Set xleast field to 3.
3976 (som_slurp_symbol_table): Set symbol priv_level.
3977 (bfd_som_attach_compilation_unit): New function.
3978 (som_bfd_ar_write_symbol_stuff): Set xleast field to 3. Set
3979 priv_level into symbol_value.
3980 * configure, config.in: Rebuild.
3981
3982Tue Dec 8 16:21:35 1998 Ian Lance Taylor <ian@cygnus.com>
3983
3984 * hpux-core.c (hpux_core_core_file_p): Change call to nonexistent
3985 warning function to call _bfd_error_handler instead.
3986
3987 * libbfd.c (COERCE32): Cast through unsigned long and long to
3988 avoid bug in old version of gcc.
3989
3990 * elf64-alpha.c (elf64_alpha_additional_program_headers): Remove.
3991 (elf_backend_additional_program_headers): Don't define.
3992
39931998-12-08 Nick Clifton <nickc@cygnus.com>
3994
3995 * elf32-fr30.c (fr30_final_link_relocate): Fix PC relative
3996 relocations to include offset of 2 included in the insns, and the
3997 offset of the relocs within the section.
3998
3999Wed Dec 2 15:03:59 1998 David Taylor <taylor@texas.cygnus.com>
4000
4001 The following changes were made by David Taylor
4002 <taylor@texas.cygnus.com>, Edith Epstein
4003 <eepstein@sophia.cygnus.com>, Jim Blandy
4004 <jimb@zwingli.cygnus.com>, and Elena Zannoni
4005 <ezannoni@kwikemart.cygnus.com> as part of the project to merge in
4006 changes originally made by HP; HP did not create ChangeLog
4007 entries.
4008
4009 * aclocal.m4, configure, Makefile.in: Rebuilt using latest
4010 automake macro library.
4011
4012 * hpux-core.c (hpux_core_core_file_p): this function now
4013 understands HPUX 10.30 thread info. Yes, the thread stacks can be
4014 found in the corefile! Also, in hpux_core_core_file_p, if we
4015 encounter a section with an unknown type, don't punt. Instead,
4016 just skip it. Also, count the number of sections of known type
4017 that we encounter. If we encounter at least one good one, then
4018 we'll declare that the file is a core file. If we encounter any
4019 unknown ones but some known ones, then we'll issue a warning (but
4020 still declare it to be a core file). Also, correctly decide when a
4021 file is not a core.
4022 (PROC_INFO_HAS_THREAD_ID): define if CORE_ANON_SHMEM defined.
4023 (CORE_ANON_SHMEM): define if not defined.
4024 (hpux_core_struct): add members lwpid and user_tid.
4025 (core_kernel_thread_id, core_user_thread_id): new macros.
4026 (make_bfd_asection): use bfd_alloc to allocate room for a copy of
4027 the name before storing it in the bfd.
4028 (hpux_core_core_file_p): handle threads.
4029
4030 * libhppa.h (GET_FIELD): protect against redefinition.
4031 (HPPA_WIDE): define.
4032 (GET_FIELD): define.
4033 (GET_BIT): define.
4034 (MASK): define.
4035 (CATENATE): define.
4036 (ELEVEN): define.
4037 (sign_extend): redefine.
4038 (assemble_6): define.
4039 (assemble_12): rewrite.
4040 (assemble_16): define.
4041 (assemble_16a): define.
4042 (assemble_17): rewrite.
4043 (assemble_22): define.
4044
40451998-12-07 Nick Clifton <nickc@cygnus.com>
4046
4047 * elf32-fr30.c (fr30_final_link_relocate): Using signed
4048 relocations for signed values.
4049
4050Sun Dec 6 16:30:33 1998 Ian Lance Taylor <ian@cygnus.com>
4051
4052 * mipsbsd.c (MY(set_arch_mach)): Make static.
4053 * aoutx.h (NAME(aout,machine_type)): For bfd_arch_mips, use
4054 bfd_mach_mips* macros rather than simple numbers.
4055
4056 COFF weak symbol support, based on patches from Mark Elbrecht
4057 <snowball3@usa.net>:
4058 * coffcode.h (coff_slurp_symbol_table): Handle C_WEAKEXT.
4059 * coffgen.c (coff_renumber_symbols): Handle weak symbols.
4060 (coff_write_alien_symbol): Likewise.
4061 * cofflink.c (coff_link_check_ar_symbols): Likewise.
4062 (coff_link_add_symbols): Likewise.
4063 (_bfd_coff_link_input_bfd): Likewise.
4064 (_bfd_coff_write_global_sym): Likewise.
4065
4066 * elf.c (copy_private_bfd_data): Always initialize the
4067 includes_phdrs field.
4068
4069 * elflink.h (elf_fix_symbol_flags): Check for case where a non-ELF
4070 file defines a symbol first mentioned in an ELF file.
4071
4072 * bfd-in.h: Always define BFD_HOST_64_BIT and BFD_HOST_U_64_BIT if
4073 possible, rather than only if BFD64.
4074 * elflink.h (compute_bucket_count): Just check BFD_HOST_U_64_BIT,
4075 not __GNUC__.
4076 * bfd-in2.h: Rebuild.
4077
4078 * srec.c (srec_set_section_contents): Correct test to avoid
4079 switching to 4 byte addresses after seeing a second section which
4080 requires 3 byte addresses. From Joel Schantz
4081 <joel.schantz@argosys.boeing.com>.
4082
4083 * config.bfd (m68*-*-gnu*): New target. From Aymeric Vincent
4084 <aymeric.vincent@emi.u-bordeaux.fr>.
4085
40861998-12-04 Jim Blandy <jimb@zwingli.cygnus.com>
4087
4088 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Fix logic to
4089 decide whether the output file is -mrelocatable-lib,
4090 -mrelocatable, or neither. (gdb.base/nodebug.exp)
4091
40921998-12-03 Nick Clifton <nickc@cygnus.com>
4093
4094 * elf32-fr30.c: Add support for R_FR30_48 reloc.
4095 * reloc.c: Add BFD_RELOC_FR30_48 relocation.
4096 * bfd-in2.h: Regenerate.
4097 * libbfd.h: Regenerate
4098
4099Wed Dec 2 00:58:37 1998 Ian Lance Taylor <ian@cygnus.com>
4100
4101 * elflink.h (elf_adjust_dynamic_symbol): Warn on an attempt to
4102 link against a dynamic symbol with no type or size.
4103
41041998-12-01 Ulrich Drepper <drepper@cygnus.com>
4105
4106 * elf32-i386.c (i386_check_relocs) [R_386_32]: Don't emit
4107 relocation for section which does not get loaded.
4108 (elf_i386_relocate_section) [R_386_32]: Likewise.
4109
4110Tue Dec 1 11:33:33 1998 Jim Wilson <wilson@cygnus.com>
4111
4112 * coff-h8300.c (h8300_bfd_link_add_symbols): Make reloc_size,
4113 reloc_count and i long instead of unsigned long. Handle error
4114 return from bfd_canonicalize_reloc.
4115
41161998-12-01 Nick Clifton <nickc@cygnus.com>
4117
4118 * elf32-v850.c (v850_elf_relocate_section): Detect the absence of
4119 a hash table.
4120
4121Mon Nov 30 15:28:09 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
4122
4123 * elf32-sh.c (elf/sh.h): Include.
4124 sh_reloc_type: Delete. Changed all references to elf_sh_reloc_type.
4125 (sh_elf_howto_tab): Add HOWTO for R_SH_SWITCH8.
4126 (sh_reloc_map): Map BFD_RELOC_8_PCREL to R_SH_SWITCH8.
4127 (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH8.
4128 * Makefile.in: Add dependency of elf32-sh.lo on $(INCDIR)/elf/sh.h.
4129
4130Fri Nov 27 17:51:38 1998 Geoff Keating <geoffk@ozemail.com.au>
4131
4132 * elflink.h (compute_bucket_count): Don't allow minsize==0, it
4133 causes division by zero later on.
4134
4135Thu Nov 26 11:19:35 1998 Dave Brolley <brolley@cygnus.com>
4136
4137 * elf32-fr30.c (fr30_elf_pc9_reloc,fr30_elf_pc12_reloc): Not
4138 needed.
4139
41401998-11-25 DJ Delorie <dj@cygnus.com>
4141
4142 * coff-i386.c (i3coff_object_p): Remove hack. Use new emulation
4143 hook now.
4144
4145Tue Nov 24 10:25:27 1998 Nick Clifton <nickc@cygnus.com>
4146
4147 * elf32-fr30.c (fr30_elf_relocate_section): Call
4148 fr30_final_link_relocate.
4149 (fr30_final_link_relocate): New function: Handle I20 and I32
4150 relocs.
4151 (fr30_elf_i32_reloc): New function: Handle I32 relocs.
4152 (fr30_elf_pc9_reloc): New function: Handle 9_PCREL relocs.
4153 (fr30_elf_pc12_reloc): New function: Handle 12_PCREL relocs.
4154
4155 * elf32-v850.c (v850_elf_relocate_section): Reset hi16s reloc
4156 chain to empty.
4157
4158 The following changes are based on a patch submitted by Gianluca
4159 Moro <glctr@abc.it>:
4160
4161 (v850_elf_perform_relocation): Only update a hi16s reloc if it has
4162 not already been updated.
4163 (find_remembered_hi16s_reloc): New parameter 'already_found'
4164 returns state of remembered hi16s reloc.
4165 (remember_hi16s_reloc): Set 'found' field to false.
4166 (hi16s_location): Add 'found' field.
4167
41681998-11-23 DJ Delorie <dj@cygnus.com>
4169
4170 * coff-i386.c (bfd_pe_dll_not_recognized_hack): the linker wants
4171 to see .DLL files as unrecognized.
4172 (i3coff_object_p): Sorry, had to hack it to not recognize these
4173 files (pei-i386) on request.
4174
41751998-11-23 DJ Delorie <dj@cygnus.com>
4176
4177 * opncls.c (bfd_make_readable): need more cleanup for symbols and
4178 relents. Call bfd_check_format to reinitialize.
4179
4180Fri Nov 20 14:21:36 1998 Nick Clifton <nickc@cygnus.com>
4181
4182 * elf32-fr30.c (fr30_elf_relocate_section): Remove spurious
4183 warnings.
4184
4185Thu Nov 19 14:42:15 1998 Geoffrey Noer <noer@cygnus.com>
4186
4187 * aclocal.m4: regenerate
4188 * configure: regenerate
4189
4190Tue Nov 17 20:23:35 1998 Richard Henderson <rth@cygnus.com>
4191
4192 * elf-bfd.h (struct elf_link_hash_entry): Add vtable_entries_size.
4193 * elf.c (_bfd_elf_link_hash_newfunc): Clear it.
4194 * elflink.h (elf_gc_propagate_vtable_entries_used): Copy it, and
4195 respect it as an upper bound on what memory to reference.
4196 (elf_gc_smash_unused_vtentry_relocs): Likewise.
4197 (elf_gc_record_vtentry): Handle as-yet undefined vtables. Set and
4198 update vtable_entries_size appropriately.
4199
4200Tue Nov 17 15:28:31 1998 Nick Clifton <nickc@cygnus.com>
4201
4202 * elf32-fr30.c (fr30_reloc_type_lookup): Used integers to hold
4203 reloc number.
4204
4205Mon Nov 16 22:19:21 1998 DJ Delorie <dj@cygnus.com>
4206
4207 * archive.c (bfd_ar_hdr_from_filesystem): support BFD_IN_MEMORY
4208 bfds; they have no "file" so we fake it.
4209 * bfd-in2.h: add bfd_make_writable and bfd_make_readable (regen)
4210 * libbfd.c (bfd_write): Allow writing to BFD_IN_MEMORY bfds by
4211 resizing the memory buffer.
4212 * opncls.c (bfd_make_writable): New function; lets you write a
4213 bfd_create'd bfd to an in-memory buffer.
4214 (bfd_make_readable): New function; lets you read back that buffer
4215 as if it were from bfd_openr. Used to build generated archive
4216 members (winsup's ld's dlltool)
4217
4218Mon Nov 16 19:15:19 1998 Dave Brolley <brolley@cygnus.com>
4219
4220 * po/bfd.pot: Regenerated.
4221
4222Mon Nov 16 10:57:06 1998 Nick Clifton <nickc@cygnus.com>
4223
4224 * elf32-v850.c (hi16s_location): Replaced fixed size array with
4225 linked list.
4226
4227Sun Nov 15 20:28:25 1998 Richard Henderson <rth@cygnus.com>
4228
4229 * elf64-alpha.c (elf64_alpha_relax_section): Search for the proper
4230 element of the gotentry list for local symbols too.
4231 (elf64_alpha_relocate_section): Unify local and global handling.
4232 Assert that gotent->use_count > 0.
4233
4234Sat Nov 14 15:16:01 1998 Ian Lance Taylor <ian@cygnus.com>
4235
4236 * configure.in (vms_alpha_vec): Rename from evax_alpha_vec, and
4237 update for file name changes of July 2, 1998.
4238 (vms_vax_vec): New.
4239 * configure: Rebuild.
4240
4241Thu Nov 12 19:19:54 1998 Dave Brolley <brolley@cygnus.com>
4242
4243 * po/bfd.pot: Regenerated.
4244
4245Tue Nov 10 16:17:06 1998 Geoffrey Noer <noer@cygnus.com>
4246
4247 * acinclude.m4, config.bfd: detect cygwin* instead of cygwin32*.
4248 * aclocal.m4, configure: regenerate
4249
4250Tue Nov 10 15:13:59 1998 Nick Clifton <nickc@cygnus.com>
4251
4252 * elf.c (prep_headers): Add support for bfd_arch_fr30.
4253
4254Tue Nov 10 13:37:36 1998 Felix Lee <flee@cygnus.com>
4255
4256 * acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE,
4257 BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): didn't define macro when value
4258 was cached.
4259 * aclocal.m4, configure: regenerated.
4260
4261Tue Nov 10 14:31:01 1998 Catherine Moore <clm@cygnus.com>
4262
27ac83bf
RH
4263 * elf32-d10v.c (reloc_type): Add R_D10V_GNU_VTINHERIT and
4264 R_D10V_GNU_VTENTRY relocs.
4265 (elf_d10v_howto_table): Likewise.
4266 (d10v_reloc_map d10v_reloc_map): Likewise.
4267 (elf32_d10v_gc_mark_hook): New.
4268 (elf32_d10v_gc_sweep_hook): New.
4269 (elf32_d10v_check_relocs): New.
4270 (elf32_d10v_relocate_section): New.
4271 (elf_backend_relocate_section): Define.
4272 (elf_backend_can_gc_sections): Define.
252b5132
RH
4273
4274Sat Nov 7 18:07:51 1998 Peter Schauer <peter.schauer@regent.e-technik.tu-muenchen.de>
4275
4276 * Makefile.am (BFD32_BACKENDS): Move vms files here...
4277 (BFD64_BACKENDS): ...from here.
4278 (BFD32_BACKENDS_CFILES): Move vms files here...
4279 (BFD64_BACKENDS_CFILES): ...from here.
4280 * Makefile.in: Rebuild.
4281
4282Wed Nov 4 15:58:48 1998 Nick Clifton <nickc@cygnus.com>
4283
4284 * Makefile.am: Add FR30 target.
4285 * Makefile.in: Add FR30 target.
4286 * archures.c: Add support for FR30.
4287 * config.bfd: Add support for FR30.
4288 * configure.in: Add support for FR30.
4289 * reloc.c: Add support for FR30 relocations.
4290 * targets.c: Add support for FR30 relocations.
4291 * bfd-in2.h: Regenerate.
4292 * configure: Regenerate.
4293 * libbfd.h: Regenerate.
4294 * cpu-fr30.c: New file.
4295 * elf32-fr30.c: New file.
4296
4297Mon Nov 2 14:59:33 1998 Geoffrey Noer <noer@cygnus.com>
4298
4299 * configure.in: detect cygwin* instead of cygwin32*
4300 * configure: regenerate
4301
4302Sun Nov 1 19:32:28 1998 Jeffrey A Law (law@cygnus.com)
4303
4304 * elf-m10300.c (mn10300_elf_relax_section): Do not use alloca,
4305 use bfd_malloc and free instead and check return value from bfd_malloc.
4306
4307Sun Nov 1 16:20:35 1998 Ian Lance Taylor <ian@cygnus.com>
4308
4309 * libbfd-in.h (_bfd_dwarf1_find_nearest_line): Declare.
4310 * libbfd.h: Rebuild.
4311
4312 * elf32-mips.c (mips_elf_dynsym_sec_names): Comment out.
4313 (SIZEOF_MIPS_DYNSYM_SECNAMES): Likewise.
4314 (MIPS_TEXT_DYNSYM_SECN): Likewise.
4315 (_bfd_mips_elf_fake_sections): Don't set sh_info field of a .hash
4316 section.
4317 (struct mips_elf_link_hash_table): Remove dynsym_sec_strindex
4318 field.
4319 (mips_elf_link_hash_table_create): Don't initialize
4320 dynsym_sec_strindex.
4321 (mips_elf_gc_mark_hook): Add default case to avoid warning.
4322 (mips_elf_size_dynamic_sections): Generate a section symbol for
4323 every output section.
4324 (mips_elf_finish_dynamic_sections): Count all sections for
4325 DT_MIPS_UNREFEXTNO.
4326 (mips_elf_finish_dynamic_sections): Use dynamic symbols for all
4327 output sections.
4328
4329Sun Nov 1 12:46:53 1998 Geoff Keating <geoffk@ozemail.com.au>
4330
4331 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Allocate two slots
4332 for later PLT entries in large PLTs.
4333 (ppc_elf_finish_dynamic_symbol): Allow for the extra slots.
4334
4335Sat Oct 31 20:10:09 1998 Jeffrey A Law (law@cygnus.com)
4336
4337 * elf32-ppc.c (ppc_elf_reload_section): Fix typo.
4338
43391998-10-26 15:58 Ulrich Drepper <drepper@cygnus.com>
4340
4341 * elf-bfd.h (struct elf_link_hash_entry): Add new field elf_hash_value.
4342 * elflink.h (elf_collect_hash_codes): New function. This function is
4343 called for each exported symbol and we compute the ELF hash value for
4344 it.
4345 (compute_bucket_value): New function. It is called from
4346 size_dynamic_sections to determine the hash table size. When we are
4347 optimizing a better, but slower, algorithm is used.
4348 (size_dynamic_sections): Call compute_bucket_value.
4349
4350 * elf.c (bfd_elf_hash): Optimize the hash function a bit.
4351
4352Mon Oct 19 20:03:21 1998 Catherine Moore <clm@cygnus.com>
4353
27ac83bf
RH
4354 * elf32-sh.c: Add HOWTO entries for R_SH_GNU_VTINHERIT and
4355 R_SH_GNU_VTENTRY.
4356 (sh_elf_gc_mark_hook): New.
4357 (sh_elf_gc_sweep_hook): New.
4358 (sh_elf_check_relocs): New.
4359 (elf_backend_can_gc_sections): Define.
252b5132
RH
4360
4361Mon Oct 19 16:57:05 1998 Felix Lee <flee@cygnus.com>
4362
4363 * acinclude.m4: undo previous gettext change
4364 * aclocal.m4: rebuild with right version of aclocal.
4365
4366Mon Oct 19 01:47:21 1998 Felix Lee <flee@cygnus.com>
4367
4368 * acinclude.m4, aclocal.m4: move gettext-related fragments from
4369 aclocal.m4 to acinclude.m4, so they don't get lost.
4370
4371 * elfcore.h: rewrite for better corefile support.
4372 * elf.c (elfcore_*): new functions.
4373 * elf-bfd.h (elf_obj_tdata): new structure members.
4374 * acconfig.h, acinclude.m4, configure.in: add feature-tests for
4375 flavor of procfs.
4376 * aclocal.m4, config.in, configure, Makefile.in: regenerated.
4377
4378Fri Oct 16 14:07:45 1998 Catherine Moore <clm@cygnus.com>
4379
27ac83bf
RH
4380 * elf32-m32r.c: Add HOWTO entries for R_M32R_GNU_VTINHERIT
4381 and R_M32R_GNU_VTENTRY.
4382 (elf_backend_can_gc_sections): Define.
4383 (m32r_elf_check_relocs): New.
4384 (m32r_elf_gc_mark_hook): New.
4385 (m32r_elf_gc_sweep_hook): New.
4386 (m32r_elf_relocate_section): Handle VT relocs.
252b5132
RH
4387
4388Mon Oct 12 14:18:40 1998 Nick Clifton <nickc@cygnus.com>
4389
4390 * coff-arm.c (arm_relocate_section): Remove redundant test.
4391
4392 * bfd-in2.h (struct reloc_howto_struct): Improve comment to make
4393 cleat that the 'bitsize' field is the size of the bitfield AFTER
4394 relocation not before.
4395
4396 * elf32-m32r.c (R_M32R_18_PCREL): Fix size of bitfield.
4397
4398 * coff-mips.c (mips_relocate_hi): Cope with missing refhi or reflo
4399 relocs.
4400
4401Tue Oct 6 09:20:44 1998 Catherine Moore <clm@cygnus.com>
4402
27ac83bf
RH
4403 * elf32-sparc.c: Add HOWTO entries for R_SPARC_GNU_VTINHERIT and
4404 R_SPARC_GNU_VTENTRY.
4405 (elf32_sparc_check_relocs): Handle them.
4406 (elf32_sparc_reloc_type_lookup): Likewise.
4407 (elf32_sparc_relocate_section): Likewise.
4408 (elf32_sparc_gc_mark_hook): New.
4409 (elf32_sparc_gc_sweep_hook): New.
252b5132
RH
4410
4411Mon Oct 5 14:55:30 1998 Jeffrey A Law (law@cygnus.com)
4412
4413 * som.c (som_finish_writing): Perform some sanity checks when
4414 writing an executable or shared library.
4415
4416Mon Oct 5 12:02:31 1998 Gavin Romig-Koch <gavin@cygnus.com>
4417
4418 * dwarf1.c : New file. Adds _bfd_dwarf1_find_nearest_line.
4419 * configure.in (elf): Add dwarf1.lo.
4420 * elf_bfd.h (elf_ob_tdata): Add dwarf1_find_line_info.
4421 * elf.c (_bfd_elf_find_nearest_line): Add call to
4422 _bfd_dwarf1_find_nearest_line.
4423 * elf32-mips.c (_bfd_mips_elf_find_nearest_line):
4424 Add call to _bfd_dwarf1_find_nearest_line.
4425 * configure: Rebuilt.
4426
4427Mon Oct 5 10:06:22 1998 Catherine Moore <clm@cygnus.com>
4428
27ac83bf
RH
4429 * elflink.h (elf_gc_sections): Do not allow garbage
4430 collection if dynamic sections have been created.
252b5132
RH
4431
4432Mon Oct 5 09:07:37 1998 Catherine Moore <clm@cygnus.com>
4433
27ac83bf
RH
4434 * elf32-v850.c: Add HOWTO entries for R_V850_GNU_VTINHERIT and
4435 R_V850_GNU_VTENTRY.
4436 (v850_elf_check_relocs): Handle VTINHERIT and VTENTRY relocs.
4437 (v850_elf_perform_relocation): Likewise.
4438 (v850_elf_final_link_relocate): Likewise.
4439 (v850_elf_relocate_section): Likewise.
4440 (v850_elf_gc_sweep_hook): New routine.
4441 (v850_elf_gc_mark_hook): New routine.
4442 (elf_backend_can_gc_sections): Define.
252b5132
RH
4443
4444Mon Oct 5 09:04:25 1998 Catherine Moore <clm@cygnus.com>
4445
27ac83bf
RH
4446 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Don't assume
4447 that dynobj exists.
252b5132
RH
4448
4449Sun Oct 4 23:29:34 1998 David Edelsohn <edelsohn@mhpcc.edu>
4450
4451 * rs6000-core.c (rs6000coff_core_file_matches_executable_p):
4452 Declare size as bfd_size_type.
4453 (rs6000coff_get_section_contents): Declare count as bfd_size_type.
4454
4455Sun Oct 4 20:38:29 1998 Jeffrey A Law (law@cygnus.com)
4456
4457 * cpu-hppa.c (bfd_hppa20_arch): Define. Link it into the bfd_hppa_arch
4458 structure.
4459 * som.c (CPU_PA_RISC2_0): Define.
4460 (_PA_RISC2_0_ID): Likewise.
4461 (som_finish_writing): Use CPU_PA_RISC2_0 for the system_id as needed.
4462
4463Sun Oct 4 21:19:09 1998 Ian Lance Taylor <ian@cygnus.com>
4464
4465 * elflink.h (elf_link_add_object_symbols): When a versioned symbol
4466 has a base which is already defined, only add the referenced
4467 symbol to the dynamic symbol table if it is defined or referenced
4468 by a regular file.
4469
4470 * elf32-i386.c (elf_i386_info_to_howto_rel): Handle vtable relocs
4471 correctly.
4472
44731998-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4474
27ac83bf 4475 * elflink.h (elf_link_add_object_symbols): Undo last change.
252b5132
RH
4476
4477Wed Sep 23 16:09:31 1998 Richard Henderson <rth@cygnus.com>
4478
27ac83bf
RH
4479 * elflink.h (elf_link_add_object_symbols): Don't record a dynamic
4480 symbol for the indirect alias to a versioned symbol.
252b5132
RH
4481
4482Mon Sep 21 12:15:22 1998 Catherine Moore <clm@cygnus.com>
4483
27ac83bf
RH
4484 * elf32-i386.c (elf32_i386_vtinherit_howto): New.
4485 (elf32_i386_vtentry_howto): New.
4486 (elf_i386_reloc_type_lookup): Return elf32_i386_vtentry_howto
4487 or elf32_i386_vtinherit_howto on lookup.
252b5132
RH
4488
4489Sun Sep 20 00:48:07 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4490
4491 * elf32-m68k.c: Include "elf/m68k.h". Remove definition of enum
4492 reloc_type. Rename R_68K__max to R_68K_max.
4493 (howto_table): Use _bfd_elf_rel_vtable_reloc_fn for a VTENTRY
4494 reloc.
4495
4496Sun Sep 20 00:09:25 1998 Chris Torek <torek@bsdi.com>
4497
4498 * libbfd.c (bfd_getb32): Rewrite expression to get better code.
4499 (bfd_getl32, bfd_getb_signed_32, bfd_getl_signed_32): Likewise.
4500
4501 * libbfd.c (bfd_log2): Cast to bfd_vma before shifting, not
4502 after.
4503
4504Sat Sep 19 22:42:23 1998 Doug Rabson <dfr@nlsystems.com>
4505
4506 * elflink.h (elf_link_add_object_symbols): Ensure that the warning
4507 message has a null byte terminator.
4508
4509Fri Sep 18 14:35:29 1998 Nick Clifton <nickc@cygnus.com>
4510
4511 * elf32-v850.c (v850_elf_perform_relocation): Ignore contents of
4512 word subject to R_V850_32 relocation.
4513
4514Thu Sep 17 17:20:36 1998 Nick Clifton <nickc@cygnus.com>
4515
4516 * dwarf2.c: Add comment describing problem computing line numbers
4517 for undefined symbols at link time.
4518
4519Thu Sep 17 16:03:28 1998 Richard Henderson <rth@cygnus.com>
4520
27ac83bf
RH
4521 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't
4522 transform a defweak into a plt entry.
4523 (elf64_alpha_calc_dynrel_sizes): Allow room for secondary
4524 plt entry references to receive a RELATIVE reloc.
4525 (elf64_alpha_finish_dynamic_symbol): Fill them in.
4526 (elf64_alpha_relocate_section): Assert we don't overrun
4527 the allocated relocation space.
252b5132
RH
4528
4529Wed Sep 16 18:03:13 1998 Nick Clifton <nickc@cygnus.com>
4530
4531 * elf.c (swap_out_syms): Always treat section symbols as
4532 special, even if they are attached to a common section.
4533
4534Wed Sep 16 10:34:13 1998 Nick Clifton <nickc@cygnus.com>
4535
4536 * elf32-v850.c (v850_elf_symbol_processing): Move symbols in
4537 sections with v850 common section attributes into named v850
4538 common sections.
4539 (v850_elf_add_symbol_hook): Move symbols in sections with v850
4540 common section attributes into named v850 common sections.
4541
4542Wed Sep 16 11:26:49 CDT 1998 Catherine Moore <clm@cygnus.com>
4543
27ac83bf
RH
4544 * elf32-arm.c (elf32_arm_gc_mark_hook): Remove print
4545 statement.
252b5132
RH
4546
45471998-09-15 Geoff Keating <geoffk@ozemail.com.au>
4548
4549 * elf32-ppc.c (ppc_elf_relocate_section): Reverse output_offset
4550 part of Vladimir's change of 1998-08-19. Make a R_PPC_SDAREL16
4551 reloc to the wrong section a warning, not an error. .dynsbss
4552 is not an output section, so there is no need to check for it.
4553
4554Tue Sep 15 12:40:05 1998 Catherine Moore <clm@cygnus.com>
4555
4556 * elf-bfd.h: Add argument to elf_backend_get_symbol_type.
4557
4558Tue Sep 15 08:34:40 1998 Catherine Moore <clm@cygnus.com>
4559
4560 * elf.c (swap_out_syms): Pass type to elf_backend_get_symbol_type.
4561 * elf32-arm.c: Add HOWTO entries for R_ARM_GNU_VTINHERIT and
4562 R_ARM_GNU_VTENTRY.
4563 (elf32_arm_gc_mark_hook): New.
4564 (elf32_arm_gc_sweep_hook): New.
4565 (elf32_arm_check_relocs): New.
4566 (elf32_arm_final_link_relocate): Handle VTINHERIT and VTENTRY
4567 relocations.
4568 (elf32_arm_relocate_section): Handle VTINHERIT and VTENTRY
4569 relocations.
4570
45711998-09-10 Geoff Keating <geoffk@ozemail.com.au>
4572
27ac83bf
RH
4573 * elf32-ppc.c (ppc_elf_relocate_section): If dynobj is NULL,
4574 assume there is no PLT or GOT.
252b5132
RH
4575
4576Wed Sep 9 14:24:12 1998 Nick Clifton <nickc@cygnus.com>
4577
4578 * elf32-arm.c (elf32_arm_find_nearest_line): New function: just
4579 like _elf_bfd_find_nearest_line() except that STT_ARM_TFUNC is
4580 also accepted as a function symbol type.
4581
4582Mon Sep 7 13:24:03 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4583
4584 * rs6000-core.c (_LONG_LONG): Define for AIX 4.x only.
4585
4586Sat Sep 5 20:40:18 1998 Ian Lance Taylor <ian@cygnus.com>
4587
4588 * libbfd-in.h (_bfd_nolink_bfd_gc_sections): Correct definition to
4589 match definition of _bfd_gc_sections field.
4590 * libbfd.h: Rebuild.
4591
4592Fri Sep 4 13:54:23 1998 David Miller <davem@dm.cobaltmicro.com>
4593
4594 * elf32-sparc.c (elf32_sparc_relocate_section): Properly adjust
4595 the addend of a dynamic relocation referencing a section.
4596 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
4597 (sparc64_elf_finish_dynamic_symbol): Fix the PLT relocation offset.
4598
4599Thu Sep 3 17:28:50 1998 Richard Henderson <rth@cygnus.com>
4600
4601 * elflink.h (bfd_elfNN_size_dynamic_sections): Verify that the
4602 bed has a size_dynamic_sections routine before trying to use it.
4603
4604Mon Aug 31 14:49:22 1998 Richard Henderson <rth@cygnus.com>
4605
4606 * elf32-mips.c (elf_mips_gnu_vtentry_howto): Use
4607 _bfd_elf_rel_vtable_reloc_fn.
4608
4609Mon Aug 31 10:23:40 1998 Catherine Moore <clm@cygnus.com>
4610
27ac83bf
RH
4611 * Makefile.am: Add elf32-arm.c.
4612 * Makefile.in: Rebuild.
4613 * elf-bfd.h: Add elf_backend_get_symbol_type.
4614 * elf.c (swap_out_syms): If defined, call
4615 elf_backend_get_symbol_type.
4616 * elf32-arm.c: Define elf_backend_get_symbol_type.
4617 (elf32_arm_get_symbol-type): New routine.
4618 (record_thumb_to_arm_glue): Change to use STT_ARM_TFUNC.
4619 (bfd_elf32_arm_process_before_allocation): Change to
4620 check for STT_ARM_TFUNC.
4621 (elf32_arm_final_link_relocate): Likewise.
4622 * elfxx-target.h: Add elf_backend_get_symbol_type.
252b5132
RH
4623
4624Fri Aug 28 19:44:07 1998 Richard Henderson <rth@cygnus.com>
4625
4626 * archures.c (bfd_mach_alpha_ev[456]): New.
4627 * cpu-alpha.c: Rework to match these types.
4628 * bfd-in2.h: Rebuild.
4629
4630Fri Aug 28 19:38:53 1998 Richard Henderson <rth@cygnus.com>
4631
4632 * elf-bfd.h (_bfd_elf_rel_vtable_reloc_fn): Declare.
4633 * elf.c (_bfd_elf_rel_vtable_reloc_fn): New.
4634
4635 * elf32-i386.c (elf_howto_table): Add vtable relocs.
4636 (elf_i386_reloc_type_lookup): Recognize them.
4637 (elf_i386_check_relocs): Pass them off to generic code.
4638 (elf_i386_relocate_section): Ignore them.
4639 (elf_i386_gc_mark_hook, elf_i386_gc_sweep_hook): New.
4640 (elf_backend_can_gc_sections): True.
4641
4642Thu Aug 20 15:03:45 1998 Nick Clifton <nickc@cygnus.com>
4643
4644 * elf32-arm.c (elf32_thumb_to_arm_stub): Check sym_sec is not NULL
4645 before looking at owner field.
4646 (elf32_arm_to_thumb_stub): Ditto.
4647 (elf32_arm_relocate_section): Compute name before calling
4648 elf32_arm_final_link_relocate().
4649
4650Thu Aug 20 11:30:17 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
4651
4652 * elf.c: comment and formatting cleanups.
4653 * elfcore.h: ditto.
4654
4655Wed Aug 19 15:43:26 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
4656
4657 * elfcode.h (elf_object_p): Reject files of header type ET_CORE
4658 (core files are treated differently than object files).
4659 * elf-bfd.h (_bfd_elf_write_corefile_contents,
4660 bfd_elf_mkcorefile): declare.
4661 * elfxx-target.h (_bfd_elf_write_corefile_contents,
4662 bfd_elf_mkcorefile): add to bfd_target vector.
4663 * elfcore.h (elf_core_file_p): save the program header table,
4664 and set the bfd architecture from the elf file header.
4665 * elf.c (bfd_elf_mkcorefile): new function.
4666 (_bfd_elf_write_corefile_contents): new function.
4667 (assign_file_positions_for_segments): add cases for handling
4668 PT_NOTE segments. (assign_file_positions_except_relocs):
4669 core files should be handled the same as exec files.
4670 (prep_headers): identify core files as type ET_CORE.
4671 (copy_private_bfd_data): identify the sections belonging to
4672 the PT_NOTE segment.
4673
4674 * elf32-sparc.c (elf32_sparc_final_write_processing):
4675 add break statement to default case.
4676
46771998-08-19 Vladimir N. Makarov <vmakarov@cygnus.com>
4678
4679 * elf32-ppc.c (ppc_elf_relocate_section): Check that output
4680 section (not input) will be in sections ".sbss", ".sbss2",
4681 ".sdata", and ".sdata" for R_PPC_SDAREL16, R_PPC_EMB_SDA2REL,
4682 R_PPC_EMB_SDA21, R_PPC_EMB_RELSDA. In all these cases also ignore
4683 output_offset for correct evaluation of addend.
4684
4685Tue Aug 18 11:48:12 1998 Catherine Moore <clm@cygnus.com>
4686
27ac83bf
RH
4687 * elf32-arm.c: Add prefix bfd_ to elf32_arm_get_bfd_for_interworking,
4688 elf32_arm_allocate_interworking_sections and
4689 elf32_arm_process_before_allocation.
252b5132
RH
4690
4691Tue Aug 18 11:46:00 1998 Nick Clifton <nickc@cygnus.com>
4692
27ac83bf
RH
4693 * bfd-in.h: Ammend prototype for
4694 elf32_arm_process_before_allocation to remove surplus third
4695 argument.
252b5132 4696
27ac83bf 4697 * bfd-in2.h: Regenerate.
252b5132
RH
4698
4699Sat Aug 15 20:55:08 1998 Richard Henderson <rth@cygnus.com>
4700
4701 * elf64-alpha.c (elf64_alpha_relax_section): Handle indirect symbols.
4702
4703Fri Aug 14 09:12:28 1998 Stan Cox <scox@cygnus.com>
4704
4705 * aoutx.h (aout_link_input_section_ext): Use the relocation already
4706 calculated for RELOC_SPARC_REV32 case.
4707
4708Thu Aug 13 14:02:02 1998 Catherine Moore <clm@cygnus.com>
4709
4710 * bfd-in.h: Add prototypes for elf32_arm_get_bfd_for_interworking,
4711 elf32_arm_allocate_interworking_sections and
4712 elf32_arm_process_before_allocation.
4713 * bfd-in2.h: Regenerated.
4714 * elf32-arm.c Define elf32_arm_link_hash_table.
4715 (insert_thumb_branch): New routine.
4716 (find_thumb_glue): New routine.
4717 (find_arm_glue): New routine.
4718 (record_arm_to_thumb_glue): New routine.
4719 (record_thumb_to_arm_glue): New routine.
4720 (elf32_arm_link_hash_table_create): New routine.
4721 (elf32_arm_get_bfd_for_interworking): New routine.
4722 (elf32_arm_allocate_interworking_sections) New routine.
4723 (elf32_arm_process_before_allocation) New routine.
4724 (elf32_thumb_to_arm_stub): New routine.
4725 (elf32_arm_to_thumb_stub): New routine.
4726 (elf32_print_private_bfd_data): Fix typo.
4727 (elf32_arm_final_link_relocate): Add argument sym_sec.
4728 Check for branches to thumb symbols in case R_ARM_PC24.
4729 Check for branches to arm symbols in case R_ARM_THM_PC22.
4730 (elf32_arm_relocate_section): Pass symbol section to
4731 elf32_arm_final_link_relocate.
4732
4733Wed Aug 12 19:00:39 1998 Geoff Keating <geoffk@ozemail.com.au>
4734
4735 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Generate PLT
4736 entries unless the symbol is defined in the executable; in
4737 particular, undefined weak symbols get a PLT entry.
4738
4739Wed Aug 12 14:48:33 1998 Ian Lance Taylor <ian@cygnus.com>
4740
4741 * libaout.h: Remove nested comment to avoid warning.
4742
4743Wed Aug 12 08:10:11 1998 Catherine Moore <clm@cygnus.com>
4744
4745 * elf32-arm.c (elf32_arm_final_link_relocate): Rework
4746 R_ARM_PC24 relocation.
4747
4748Tue Aug 11 14:42:26 1998 Catherine Moore <clm@cygnus.com>
4749
4750 * elf32-arm.c (elf32_arm_final_link_relocate): Remove unused
4751 argument is_local. Add argument sym_flags. Check sym_flags
4752 in R_ARM_ABS32 case. Include addend for R_ARM_THM_PC22 case.
4753 (elf32_arm_relocate_section): Don't pass local sym and pass
4754 sym_flags to elf32_arm_final_link_relocate.
4755
4756Mon Aug 10 20:38:39 1998 Richard Henderson <rth@cygnus.com>
4757
4758 * elf64-alpha.c (elf64_alpha_calc_dynrel_sizes): Correct last change
4759 to not count too few relocs for dynamicly linked executables.
4760
4761Mon Aug 10 15:35:34 1998 Richard Henderson <rth@cygnus.com>
4762
4763 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Never consider
4764 symbols without a dynamic index dynamic. Consider all weak
4765 symbols dynamic.
4766 (elf64_alpha_strip_section_from_output): Don't assume 1-1
4767 correspondance between input and output sections.
4768
4769Mon Aug 10 15:31:39 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4770
4771 * elflink.h (elf_gc_common_finalize_got_offsets): For backends
4772 that use a .got.plt section start the got offset at zero.
4773
4774Mon Aug 10 17:31:21 1998 Ian Lance Taylor <ian@cygnus.com>
4775
4776 * ieee.c (ieee_write_processor): Correct the processor ID written
4777 out for bfd_arch_m68k, accommodating change of March 25.
4778
4779Sun Aug 9 20:55:44 1998 Catherine Moore <clm@cygnus.com>
4780
27ac83bf
RH
4781 * elf32-arm.c (elf32_arm_final_link_relocate): Rework
4782 R_ARM_THM_RPC22 relocations.
252b5132
RH
4783
4784Sat Aug 8 15:15:30 1998 Richard Henderson <rth@cygnus.com>
4785
4786 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Undef weak symbols
4787 are always dynamic.
4788 (elf64_alpha_calc_dynrel_sizes): Allow enough room for RELATIVE
4789 .got relocs in -Bsymbolic shared objects.
4790
4791Wed Aug 5 15:48:08 1998 Nick Clifton <nickc@cygnus.com>
4792
4793 * elf32-arm.c: Add private flags to ELF header.
4794 (elf32_arm_print_private_bfd_data): New Function.
4795 (elf32_arm_set_private_flags): New Function.
4796 (elf32_arm_copy_private_flags): New Function.
4797 (elf32_arm_merge_private_bfd_data): New Function.
4798
4799Mon Aug 3 17:10:15 1998 Ian Lance Taylor <ian@cygnus.com>
4800
4801 * elf32-sparc.c (elf32_sparc_check_relocs): Permit WPLT30 against
4802 a local symbol.
4803 (elf32_sparc_relocate_section): Likewise.
4804
4805Sun Aug 2 03:19:23 1998 Richard Henderson <rth@cygnus.com>
4806
4807 * elf32-ppc.c (ppc_elf_check_relocs): Init sgot to NULL. Create the
4808 .got if any relocation referrs to _GLOBAL_OFFSET_TABLE_.
4809 (ppc_elf_relocate_section): Pull sgot and splt search to the start
4810 of the function. Recognize no .plt as static linking.
4811
48121998-08-01 Ulrich Drepper <drepper@cygnus.com>
4813
4814 * elf32-mips.c (_bfd_mips_elf_section_from_shdr): Don't pass
4815 ".liblist" string through gettext.
4816
4817Fri Jul 31 16:38:14 1998 Catherine Moore <clm@cygnus.com>
4818
27ac83bf
RH
4819 * Makefile.am: Add support for elf32-arm.lo.
4820 * Makefile.in: Rebuild.
4821 * config.bfd (arm-*-elf): Define targ_defvec and targ_selvecs.
4822 (thumb-*-elf): Define targ_defvec and targ_selvecs.
4823 * configure.in: Handle bfd_elf32_littlearm_vec and bfd_elf32_bigarm_vec.
4824 * configure: Regenerate.
4825 * elf.c: (prep_headers): Support arch_type of EM_ARM.
4826 * targets.c: Support new targets bfd_elf32_bigarm_vec and
4827 bfd_target bfd_elf32_littlearm_vec.
4828 * elf32-arm.c: New file.
252b5132
RH
4829
4830Tue Jun 28 19:05:28 1998 Stan Cox <scox@cygnus.com>
4831
4832 * libaout.h (M_SPARCLITE_LE): New machine.
4833 * sunos.c (MACHTYPE_OK): Add machine M_SPARCLITE_LE.
4834 * aoutf1.h (sunos_set_arch_mach): Add machine M_SPARCLITE_LE.
4835 (sunos_write_object_contents): Add machine bfd_mach_sparc_sparclite_le
4836 * aoutx.h (howto_table_ext): Add relocation R_SPARC_REV32.
4837 (NAME(aout,machine_type)) Add machine bfd_mach_sparc_sparclite_le
4838 (aout_link_input_section_ext): Add RELOC_SPARC_REV32 support.
4839 * elf32-sparc.c (_bfd_sparc_elf_howto_table, sparc_reloc_map,
4840 elf32_sparc_relocate_section): Rename R_SPARC_32LE to be R_SPARC_REV32
4841 * libbfd.h (bfd_reloc_code_real_names): Rename BFD_RELOC_SPARC_32LE to
4842 be BFD_RELOC_SPARC_REV32.
4843 * reloc.c: Ditto.
4844 * config.bfd (sparc86x-*-aout): New
4845
4846Fri Jul 24 13:54:19 1998 Nick Clifton <nickc@cygnus.com>
4847
4848 * linker.c (_bfd_generic_final_link): Allocate NULL symbol before
4849 actually mapping the output sections.
4850
4851Fri Jul 24 11:24:29 1998 Jeffrey A Law (law@cygnus.com)
4852
4853
4854 * elf-m10300.c (mn10300_elf_howto): Add R_MN10300_24 entry.
4855 (mn10300_elf_reloc_map): Similarly.
4856 (mn10300_elf_final_link_relocate): Handle R_MN10300_24.
4857
4858Fri Jul 24 12:36:04 1998 Ian Lance Taylor <ian@cygnus.com>
4859
4860 * elf32-mips.c (elf_mips_howto_table): Add reloc types used on
4861 Irix 6.
4862 (bfd_elf32_bfd_reloc_type_lookup): Add default case.
4863 * elf64-mips.c: Replace all uses of mips_elf64_reloc_type with
4864 elf_mips_reloc_type defined in elf/mips.h.
4865
48661998-07-24 Ulrich Drepper <drepper@cygnus.com>
4867
4868 * elf64-mips.c: Remove reloc_type definition completely. It's now
4869 in elf/mips.h.
4870
4871Thu Jul 23 13:33:19 1998 Doug Evans <devans@canuck.cygnus.com>
4872
4873 * elf64-mips.c (mips_elf64_reloc_type): #if 0 out more relocations
4874 as they are defined in elf/mips.h now.
4875
4876Thu Jul 23 11:29:43 1998 Jeffrey A Law (law@cygnus.com)
4877
4878
4879 * Re-add lost change:
27ac83bf
RH
4880 * elf-m10300.c (elf32_mn10300_link_hash_entry): Add new field
4881 "movm_stack_size".
4882 (mn10300_elf_relax_section): Include stack space for register saves
4883 in the imm8 field of a "call" instruction.
4884 (compute_function_info): Determine how much stack is allocated by
4885 the movm instruction. Fix typo.
4886 (elf32_mn10300_link_hash_newfunc): Initialize movm_stack_size.
252b5132
RH
4887
4888Thu Jul 23 11:38:05 1998 Ian Lance Taylor <ian@cygnus.com>
4889
4890 * elf32-sparc.c (elf_backend_got_header_size): Define as 4.
4891 * elf64-sparc.c (elf_backend_got_header_size): Define as 8.
4892
48931998-07-22 Ulrich Drepper <drepper@cygnus.com>
4894
4895 * elf32-ppc.c: Change use of pp_reloc_type to elf_ppc_reloc_type.
4896
4897Wed Jul 22 16:27:18 1998 Nick Clifton <nickc@cygnus.com>
4898
4899 * elf32-hppa.h: Let ELF header define the enum containing the
4900 external reloc numbers.
4901 * elf32-i386.h: Likewise.
4902
49031998-07-22 14:57 Ulrich Drepper <drepper@cygnus.com>
4904
4905 * elf-m10300.c: Let ELF header now define the macros to get the enum.
4906 * elf32-mips.c: Likewise.
4907 * elf32-ppc.c: Likewise.
4908
4909Wed Jul 22 13:53:52 1998 Nick Clifton <nickc@cygnus.com>
4910
4911 * bfd-in2.h: Change type of 'class' parameter to 'unsigned int' in
4912 bfd_coff_set_symbol_class(), in order to avoid K&R compatability
4913 prblems.
4914 * bfd-in.h: Regenerate.
4915 * coffgen.c (bfd_coff_set_symbol_class): Change type of 'class'
4916 parameter to 'unsigned int' to avoid K&R compatability problems.
4917
4918Wed Jul 22 16:43:24 1998 Ian Lance Taylor <ian@cygnus.com>
4919
4920 * ieee.c (ieee_find_nearest_line): Change filename_ptr and
4921 functionname_ptr to be const. Change line_ptr to be unsigned.
4922
4923 * coffcode.h (coff_link_output_has_begun): Simplify handling when
4924 macro is not defined. Change second parameter from bfd_link_info
4925 to coff_final_link_info. Add prototype.
4926 (coff_final_link_postscript): Simplify handling when macro is not
4927 defined. Add prototype.
4928
49291998-07-22 13:08 Ulrich Drepper <drepper@cygnus.com>
4930
4931 * elf-mn10300.c: Before include system specific ELF header define
4932 START_RELOC_NUMBERS, RELOC_NUMBER, and END_RELOC_NUMBERS.
4933 * elf32-mips.c: Likewise.
4934 * elf32-ppc.c: Likewise.
4935
4936Wed Jul 22 13:46:51 1998 Ian Lance Taylor <ian@cygnus.com>
4937
4938 * elf64-mips.c (mips_elf64_reloc_type): Copy Ulrich's elf32-mips.c
4939 temporary patch over to elf64-mips.c as well.
4940
49411998-07-21 Ulrich Drepper <drepper@cygnus.com>
4942
4943 * elf32-mips.c (reloc_type): Temporarily disable definition of
4944 standard relocation since they are now defined in elf/mips.h.
4945
4946Tue Jul 21 09:47:00 1998 Catherine Moore <clm@cygnus.com>
4947
27ac83bf
RH
4948 * elf-m10200.c (mn10200_elf_final_link_relocate):
4949 Modify range test for case R_MN10200_8.
252b5132 4950
27ac83bf
RH
4951 * elf-m10300.c (mn10300_elf_final_link_relocate):
4952 Modify range test for case R_MN10300_8.
252b5132
RH
4953
4954Mon Jul 20 18:50:54 1998 Richard Henderson <rth@cygnus.com>
4955
4956 * elf-bfd.h (struct elf_backend_data): Add got_ & plt_header_size.
4957 * elf32-i386.c (elf_backend_got_header_size): Define.
4958 (elf_backend_plt_header_size): Define.
4959 * elf32-m68k.c, elf32-mips.c, elf32-ppc.c: Likewise.
4960 * elf32-sparc.c, elf64-alpha.c, elf64-sparc.c: Likewise.
4961 * elfxx-target.h: Provide a default of zero.
4962 * elflink.c (_bfd_elf_create_got_section): Use got_header_size.
4963 * elflink.h (elf_gc_common_finalize_got_offsets): Likewise.
4964
4965 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't remove a PLT
4966 entry from an executable, even if the plt refcount goes to 0.
4967
4968Mon Jul 20 12:47:26 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4969
4970 * aoutx.h (NAME(aout,find_nearest_line)): Also remember the
4971 directory name at the line number.
4972
4973 * elf.c (_bfd_elf_find_nearest_line): Also consider symbols
4974 with an unspecified type.
4975
4976Wed Jul 15 11:20:01 1998 Ian Lance Taylor <ian@cygnus.com>
4977
4978 * sunos.c: Add undef of valid to avoid problem on SunOS.
4979
4980Tue Jul 14 15:30:59 1998 Richard Henderson <rth@cygnus.com>
4981
4982 * config.bfd (i?86-pc-beos{pe,elf,}*): Recognize.
4983
4984Tue Jul 14 11:22:21 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4985
4986 * elf32-m68k.c (elf_m68k_check_relocs): Also reference count
4987 R_68K_PCxx and R_68K_xx relocations. Make sure that
4988 ELF_LINK_HASH_NEEDS_PLT is always set for a PLT reloc reference.
4989 (elf_m68k_gc_sweep_hook): Also reference count R_68K_PCxx and
4990 R_68K_xx relocations.
4991 (elf_m68k_adjust_dynamic_symbol): Reset the plt offset of a symbol
4992 that has no plt entry.
4993 (elf_m68k_relocate_section): Ignore the plt offset in a static
4994 link.
4995 * elflink.h (elf_adjust_dynamic_symbol): Reset the plt offset for
4996 an ignored symbol.
4997 (elf_gc_common_finalize_got_offsets): Set the got offsets also in
4998 a static link.
4999
5000 * elf32-m68k.c (R_68K_GNU_VTINHERIT, R_68K_GNU_VTENTRY): New reloc
5001 types.
5002 (howto_table, reloc_map): Add entries for them.
5003 (elf_m68k_check_relocs): Handle them. Implement reference
5004 counting for got and plt entries.
5005 (elf_m68k_gc_mark_hook, elf_m68k_gc_sweep_hook): New functions.
5006 (elf_m68k_adjust_dynamic_symbol): Handle unreferenced plt
5007 symbols.
5008 (rtype_to_howto_rel, elf_info_to_howto_rel): Delete.
5009 (elf_m68k_relocate_section): Handle the new reloc types.
5010 (bfd_elf32_bfd_final_link, elf_backend_gc_mark_hook,
5011 elf_backend_gc_sweep_hook, elf_backend_can_gc_sections): Define.
5012 * elflink.h (elf_link_add_object_symbols): When creating an
5013 indirect reference for symbol versioning also copy the plt
5014 offset.
5015 (elf_fix_symbol_flags): When clearing the ELF_LINK_HASH_NEEDS_PLT
5016 flag also reset the plt offset.
5017 (elf_link_assign_sym_version): Likewise.
5018 (elf_gc_common_finalize_got_offsets): Increment the got offset by
5019 the size of the entry in bytes.
5020 (elf_gc_allocate_got_offsets): Likewise.
5021
5022Tue Jul 14 11:18:14 1998 Ian Lance Taylor <ian@cygnus.com>
5023
5024 * elflink.h (elf_gc_sections): Return true rather than falling off
5025 the bottom.
5026
5027 * coffgen.c (bfd_coff_set_symbol_class): Call bfd_alloc, not
5028 xmalloc.
5029
5030Mon Jul 13 11:06:31 1998 Nick Clifton <nickc@cygnus.com>
5031
5032 * coff-arm.c: Supress definition of TARGET_UNDERSCORE and add a
5033 comment describing when it should be enabled.
5034 Changed definition of USER_LABEL_PREFIX to "", to fall into line
5035 with GCC sources.
5036
5037Mon Jul 13 13:06:54 1998 Ian Lance Taylor <ian@cygnus.com>
5038
5039 * ieee.c (ieee_slurp_external_symbols): Handle call optimization
5040 information ATN records.
5041
5042Fri Jul 10 16:31:06 1998 Ian Lance Taylor <ian@cygnus.com>
5043
5044 * ieee.c (ieee_slurp_external_symbols): Select an appropriate
5045 section for an absolute symbol in a fully linked file. Based on
5046 patch from Christian Holland <CHolland@de.lucent.com>.
5047
5048Wed Jul 8 11:29:56 1998 Manfred Hollstein <manfred@s-direktnet.de>
5049
5050 * coff-m88k.c (m88k_special_reloc): Don't lose the information
5051 that a symbol is undefined.
5052
5053Tue Jul 7 21:47:02 1998 Jeffrey A Law (law@cygnus.com)
5054
5055 * som.c (som_bfd_gc_sections): Define.
5056
5057Mon Jul 6 11:35:50 1998 Nick Clifton <nickc@cygnus.com>
5058
5059 * coff-arm.c (aoutarm_std_reloc_howto): Do not complain about
5060 overflows in ARM_26D patches, since they have already been
5061 implmented. Patch submitted by Dr. R.J. Black <rjb@dcs.gla.ac.uk>
5062
5063Sat Jul 4 12:25:36 1998 Ian Lance Taylor <ian@cygnus.com>
5064
5065 * coffcode.h (coff_write_object_contents): If we have any long
5066 section names, call coff_write_symbols even if there are no
5067 symbols.
5068
5069Fri Jul 3 13:11:35 1998 Ian Lance Taylor <ian@cygnus.com>
5070
5071 * elf.c (copy_private_bfd_data): Only set phdr_included once for a
5072 PT_LOAD segment, rather than only setting it once for the entire
5073 file.
5074
5075 * elf.c (_bfd_elf_make_section_from_shdr): When setting the LMA,
5076 rather than ignoring every phdr with a p_paddr of 0, ignore all
5077 the phdrs if they all have a p_paddr of 0.
5078
5079 * stabs.c (_bfd_write_stab_strings): Check whether the .stabstr
5080 section was discarded from the link.
5081
5082Fri Jul 3 14:39:05 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5083
5084 * coff-sh.c (sh_insn_uses_freg): Ignore lowest bit of register number.
5085
5086Fri Jul 3 14:35:48 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5087
5088 * coff-sh.c (sh_insns_conflict): Load of fpscr conflicts with
5089 floating point operations.
5090
5091Thu Jul 2 18:37:25 1998 Ian Lance Taylor <ian@cygnus.com>
5092
5093 * cofflink.c (_bfd_coff_link_input_bfd): Skip undefined global
5094 function symbols.
5095
5096Thu Jul 2 14:59:42 1998 Klaus Kaempf <kkaempf@rmi.de>
5097
5098 Merge of vax/vms (read-only) support
5099 * configure.com: Support Vax target.
5100 * makefile.vms: Support Vax target.
27ac83bf 5101 * vms.h: Renamed from evax.h, merged vax/vms (read-only) support.
252b5132
RH
5102 * vms.c: Renamed from evax-alpha.c, merged vax/vms (read-only)
5103 support.
5104 * vms-hdr.c: Renamed from evax-emh.c, merged vax/vms (read-only)
5105 support.
5106 * vms-gsd.c: Renamed from evax-egsd.c, merged vax/vms (read-only)
5107 support.
5108 * vms-tir.c: Renamed from evax-etir.c, merged vax/vms (read-only)
5109 support.
5110 * vms-misc.c: Renamed from evax-misc.c, merged vax/vms (read-only)
5111 support.
5112 * libbfd.c (real_read): Use unbuffered read on VMS/Vax.
5113 * targets.c (bfd_target_ovax_flavour): New flavour.
5114 (vms_alpha_vec): Renamed from evax_alpha_vec.
5115 (vms_vax_vec): New.
5116 (target_vector): Update accordingly.
5117 * config.bfd (alpha*-*-*vms*): Use vms_alpha_vec, not
5118 evax_alpha_vec.
5119 (vax*-*-*vms*): New target.
5120 * Makefile.am: Update for renamed files. Rebuild dependencies.
5121 * bfd-in2.h: Rebuild.
5122 * configure.in, Makefile.in, aclocal.m4: Rebuild.
5123
5124Thu Jul 2 13:31:55 1998 Ian Lance Taylor <ian@cygnus.com>
5125
5126 Based on patch from Matt Semersky <matts@scd.hp.com>:
5127 * linker.c (_bfd_generic_final_link): Force a trailing NULL
5128 pointer on abfd->outsymbols.
5129 (generic_add_output_symbol): Handle NULL sym parameter.
5130
5131Wed Jul 1 17:05:53 1998 Nick Clifton <nickc@cygnus.com>
5132
5133 * elf.c (copy_private_bfd_data): Add support for changing VMA or
5134 LMA of sections.
5135
5136Wed Jul 1 16:58:50 1998 Ian Lance Taylor <ian@cygnus.com>
5137
5138 * coff-sh.c (sh_relax_delete_bytes): Correct address comparisons
5139 when handling 32 bit immediate relocs.
5140 * elf32-sh.c (sh_elf_relax_delete_bytes): Likewise.
5141
5142Tue Jun 30 09:55:03 1998 Jeffrey A Law (law@cygnus.com)
5143
5144 * section.c (STD_SECTION): Account for recently added gc_mark
5145 field in struct asection.
5146
5147 * elf-m10300.c (bfd_mn10300_elf_merge_private_bfd_data): New function.
5148 (bfd_elf32_bfd_merge_private_bfd_data): Define.
5149
5150Thu Jun 25 18:31:41 1998 Richard Henderson <rth@cygnus.com>
5151
5152 ELF Section-level Garbage Collection:
5153 * bfd.c (bfd_gc_sections): New.
5154 * aout-adobe.c: Hook to default implementation.
5155 * aout-target.h, aout-tic30.c, binary.c, bout.c: Likewise.
5156 * coff-alpha.c, coff-mips.c, coff-rs6000.c, coffcode.h: Likewise.
5157 * evax-alpha.c, i386msdos.c, i386os9k.c, ieee.c: Likewise.
5158 * ihex.c, nlm-target.h, oasys.c, ppcboot.c, srec.c: Likewise.
5159 * tekhex.c, versados.c: Likewise.
5160 * libbfd-in.h (_bfd_nolink_bfd_gc_sections): New.
5161 * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_gc_sections.
5162
5163 * reloc.c (BFD_RELOC_VTABLE_INHERIT, BFD_RELOC_VTABLE_ENTRY): New.
5164 (bfd_generic_gc_sections): New.
5165 * section.c (SEC_KEEP): New.
5166 (asection): Add gc_mark member.
5167
5168 * elfcode.h (elf_gc*): New name remappings.
5169 * elflink.h (elf_link_input_bfd): Don't set contents on stabs
5170 sections to be excluded.
5171 (elf_gc_mark, elf_gc_sweep, elf_gc_sweep_symbol): New.
5172 (elf_gc_propogate_vtable_entries_used): New.
5173 (elf_gc_smash_unused_vtentry_relocs): New.
5174 (elf_gc_sections, elf_gc_record_vtinherit, elf_gc_record_vtentry): New.
5175 (elf_gc_common_finalize_got_offsets): New.
5176 (elf_gc_allocate_got_offsets, elf_gc_common_final_link): New.
5177 * elfxx-target.h: Add and default gc hooks.
5178
5179 * elf-bfd.h (struct elf_link_hash_entry): Swap got_offset/plt_offset
5180 for unions.
5181 (struct elf_obj_tdata): Likewise for local_got_offsets.
5182 * elf.c, elf-i386.c, elf32-m68k.c, elf32-mips.c: Update all uses.
5183 * elf32-ppc.c, elf32-sparc.c, elf64-alpha.c: Likewise.
5184 * elf64-sparc.c, elflink.h: Likewise.
5185
5186 * elf-bfd.h (struct elf_link_hash_entry): Add vtable members.
5187 (ELF_LINK_HASH_MARK): Define.
5188 (struct elf_backend_data): Add GC hooks.
5189 * elf.c (_bfd_elf_link_hash_newfunc): Zero vtable members.
5190
5191 * elf-m10300.c (mn10300_elf_check_relocs): New.
5192 (mn10300_elf_gc_mark_hook): New.
5193 (R_MN10300_GNU_VTINHERIT, R_MN10300_GNU_VTENTRY): New.
5194 (elf_mn10300_howto, mn10300_reloc_map): Handle them.
5195 (mn10300_elf_final_link_relocate): Likewise.
5196 (mn10300_elf_relocate_section): Likewise.
5197 (elf_backend_can_gc_sections): Define.
5198 * elf32-mips.c (R_MIPS_GNU_VTINHERIT, R_MIPS_GNU_VTENTRY): New.
5199 (elf_mips_gnu_vtinherit_howto, elf_mips_gnu_vtentry_howto): New.
5200 (bfd_elf32_bfd_reloc_type_lookup): Handle them.
5201 (mips_info_to_howto_rel): Likewise.
5202 (mips_elf_relocate_section): Likewise.
5203 (mips_elf_check_relocs): Likewise.
5204 (mips_elf_gc_mark_hook, mips_elf_gc_sweep_hook): New.
5205 (elf_backend_can_gc_sections): Define.
5206 * elf32-ppc.c (R_PPC_GNU_VTINHERIT, R_PPC_GNU_VTENTRY): New.
5207 (ppc_elf_howto_raw): Handle them.
5208 (ppc_elf_reloc_type_lookup): Likewise.
5209 (ppc_elf_relocate_section): Likewise.
5210 (ppc_elf_check_relocs): Reference count .got and .plt entires.
5211 Handle new vtable relocs.
5212 (ppc_elf_adjust_dynamic_symbol): Recognize unused .plt entries.
5213 (ppc_elf_gc_mark_hook, ppc_elf_gc_sweep_hook): New.
5214 (elf_backend_can_gc_sections): Define.
5215
5216Fri Jun 26 10:48:23 1998 Jeffrey A Law (law@cygnus.com)
5217
5218 * archures.c (bfd_mach_mn10300): Define.
5219 * elf-m10300.c: Include elf/mn10300.h
5220 (elf_mn10300_mach): New function.
5221 (_bfd_mn10300_elf_final_write_processing): Likewise.
5222 (_bfd_mn10300_elf_object_p): Likewise.
5223 (elf_backendfinal_write_processing): Define.
5224 (elf_backend_object_p): Likewise.
5225
5226Thu Jun 25 18:31:08 1998 Nick Clifton <nickc@cygnus.com>
5227
5228 * elf32-v850.c (v850_elf_perform_relocation): Fix HI16_S
5229 relocation.
5230
5231Wed Jun 24 17:17:57 1998 Ian Lance Taylor <ian@cygnus.com>
5232
5233 * elflink.h (elf_bfd_final_link): Loop over input_bfds using the
5234 link_next field, not the next field.
5235
5236Sun Jun 21 19:38:39 1998 Ian Lance Taylor <ian@cygnus.com>
5237
5238 * elf.c (map_sections_to_segments): Check the section address
5239 against the phdr size both with and without a modulo of
5240 maxpagesize.
5241
5242Fri Jun 19 17:08:18 1998 Ian Lance Taylor <ian@cygnus.com>
5243
5244 * elf32-mips.c (mips_elf_size_dynamic_sections): Only strip a
5245 linker created empty input section if the output section has the
5246 same name.
5247
5248 * elflink.h (elf_link_output_extsym): Print an error message if
5249 _bfd_elf_section_from_bfd_section fails.
5250
5251 * elf.c (_bfd_elf_section_from_bfd_section): Call bfd_set_error on
5252 failure.
5253
5254Tue Jun 16 11:55:55 1998 Ian Lance Taylor <ian@cygnus.com>
5255
5256 * elf.c (copy_private_bfd_data): Improve handling of Solaris
5257 native linker output. Avoid putting an empty section in more than
5258 one segment.
5259
5260Fri Jun 12 13:30:17 1998 Tom Tromey <tromey@cygnus.com>
5261
5262 * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
5263 ($(PACKAGE).pot): Unconditionally depend on POTFILES.
5264
5265Fri Jun 12 13:34:02 1998 Doug Evans <devans@canuck.cygnus.com>
5266
5267 * elf.c (swap_out_syms): New arg relocatable_p.
5268 Don't add section VMA to symbols for relocatable output.
5269 (_bfd_elf_compute_section_file_positions): Update call to
5270 swap_out_syms.
5271
5272Mon Jun 8 15:20:57 1998 Nick Clifton <nickc@cygnus.com>
5273
5274 * elf32-v850.c (v850_elf_perform_relocation): Make comparisons
5275 against 'addend' be signed rather than unsigned.
5276
5277Sat Jun 6 00:31:21 1998 Nick Clifton <nickc@cygnus.com>
5278
5279 * elf32-m32r.c: Add prototyps for static functions.
5280
5281 * coff-arm.c: Add prototypes for static functions.
5282
5283Fri Jun 5 17:21:51 1998 Nick Clifton <nickc@cygnus.com>
5284
5285 * elf.c (elf_sort_sections): Sort by LMA first then VMA, since the
5286 LMA is used to order sections in a segment.
5287
5288 * elf32-v850.c: Add prototypes for static functions.
5289 Change type of addend parameter to bfd_vma in various functions.
5290
5291Fri Jun 5 18:09:58 1998 Ian Lance Taylor <ian@cygnus.com>
5292
5293 * aoutx.h (howto_table_ext): Change RELOC_BASE13 to use
5294 complain_overflow_signed instead of complain_overflow_bitfield.
5295
5296Fri Jun 5 15:11:11 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5297
5298 * elf.c (elf_map_symbols): Don't add section VMA to symbol value
5299 when comparing against 0.
5300
5301Wed Jun 3 17:52:49 1998 Ian Lance Taylor <ian@cygnus.com>
5302
5303 * Makefile.am (config.status): New target.
5304 * Makefile.in: Rebuild.
5305
5306Wed Jun 3 12:18:24 1998 Stan Cox <scox@equinox.cygnus.com>
5307
5308 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Give an
5309 error if previous object endianness doesn't match current object.
5310
5311Tue Jun 2 17:50:59 1998 Nick Clifton <nickc@cygnus.com>
5312
5313 * elf32-v850.c (v850_elf_print_private_bfd_data): Call
5314 _bfd_elf_print_private)bfd_data ().
5315
5316Tue Jun 2 15:29:35 1998 Ian Lance Taylor <ian@cygnus.com>
5317
5318 * elflink.h (elf_merge_symbol): Don't always set type_change_ok
5319 and size_change_ok.
5320 (elf_link_add_object_symbols): Set type_change_ok and
5321 size_change_ok before calling elf_merge_symbol.
5322
5323 * elf32-mips.c (mips_elf_relocate_section): If we issue an
5324 undefined symbol error, don't also issue an overflow error.
5325
5326Tue Jun 2 13:51:00 1998 Geoff Keating <geoffk@ozemail.com.au>
5327
5328 * elf32-ppc.c (ppc_elf_relocate_section): The target of an
5329 R_PPC_LOCAL24PC relocation should be local; if not, print an error
5330 message instead of crashing.
5331
5332Mon Jun 1 18:23:12 1998 Yuli Barcohen <yuli.barcohen@telrad.co.il>
5333
5334 * archures.c (bfd_mach_cpu32): Define.
5335 (bfd_default_scan): Add case for 68060. Fix 68332 case to use
5336 bfd_mach_cpu32.
5337 * cpu-m68k.c (arch_info_struct): Add m68k:cpu32.
5338 * ieee.c: Include <ctype.h>.
5339 (ieee_object_p): Parse out process ID string to make it more
5340 likely to be acceptable for bfd_scan_arch.
5341 * bfd-in2.h: Rebuild.
5342
5343Mon Jun 1 11:12:02 1998 Nick Clifton <nickc@cygnus.com>
5344
5345 * elf32-m32r.c (m32r_elf_print_private_bfd_data): Also call
5346 _bfd_elf_print_private_bfd_data() so that the program header will
5347 be displayed.
5348
5349Mon Jun 1 12:14:28 1998 Ian Lance Taylor <ian@cygnus.com>
5350
5351 * peicode.h (coff_swap_sym_in): Check for C_SECTION rather than
5352 0x68. Reindent. Add some comments.
5353
5354Fri May 29 09:58:08 1998 Nick Clifton <nickc@cygnus.com>
5355
5356 * elf.c (copy_private_bfd_data): Adjust physical address of
5357 segment in output BFD to contain LMAs of its sections.
5358
5359Tue May 26 19:37:47 1998 Stan Cox <scox@equinox.cygnus.com>
5360
5361 * elf32-sparc.c (_bfd_sparc_elf_howto_table, sparc_reloc_map,
5362 elf32_sparc_relocate_section): Added R_SPARC_32LE for little
5363 endian data 32 bit relocations.
5364 (elf32_sparc_merge_private_bfd_data): Check if linking little
5365 endian objects with big endian objects.
5366 (elf32_sparc_object_p): Set bfd_mach_sparc_sparclite_le.
5367 (elf32_sparc_final_write_processing): Set EF_SPARC_LEDATA in e_flags.
5368 * libbfd.h (bfd_reloc_code_real_names): Added BFD_RELOC_SPARC_32LE.
5369 * reloc.c: Same.
5370 * cpu-sparc.c (arch_info_struct): Added sparc:sparclite_le
5371 * archures.c (bfd_mach_sparc_sparclite_le): New.
5372 * bfd-in2.h (BFD_RELOC_SPARC_32LE, bfd_mach_sparc_sparclite_le): New.
5373
5374Thu May 21 16:59:28 1998 Nick Clifton <nickc@cygnus.com>
5375
5376 * peicode.h (add_data_entry): Fix precedence of operators in if ()
5377 statement.
5378
5379Tue May 19 18:41:19 1998 Ian Lance Taylor <ian@cygnus.com>
5380
5381 * bfd-in.h: Move over patch to bfd-in2.h.
5382
5383 * reloc.c (bfd_check_overflow): Add casts before shifts which may
5384 not fit in 32 bits.
5385 (_bfd_relocate_contents): Likewise.
5386
5387Mon May 18 14:44:15 1998 Nick Clifton <nickc@cygnus.com>
5388
5389 * peicode.h (add_data_entry): If the section has no private data
5390 then do not create a Data Dictionary entry for it.
5391
5392Mon May 18 00:09:28 1998 Richard Henderson <rth@cygnus.com>
5393
5394 * elf64-alpha.c (elf64_alpha_relax_section): Set again on changes.
5395 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots,
5396 elf64_alpha_size_got_sections): Rewrite, handling multiple got
5397 subsections during relaxation more correctly.
5398
5399Thu May 14 14:22:58 1998 Nick Clifton <nickc@cygnus.com>
5400
5401 * bfd-in2.h: Add new prototype: bfd_coff_set_symbol_class ().
5402 Add extra argument to bfd_arm_process_before_allocation ().
5403 * bfd-in.h: Reflect changes made in bfd-in2.h.
5404 * coffgen.c (bfd_coff_set_symbol_class): New function. Set the
5405 coff class of a BFD symbol.
5406 * coff-arm.c: Add support for interworking between Thumb code and
5407 non-interworking aware ARM code.
5408
5409Sun May 10 22:33:59 1998 Jeffrey A Law (law@cygnus.com)
5410
5411 * po/Make-in (install-info): New target.
5412
5413Thu May 7 17:40:56 1998 Ian Lance Taylor <ian@cygnus.com>
5414
5415 * filemode.c: Remove; not used.
5416
5417 If sysdep.h includes a header file, don't include it again:
5418 * aix386-core.c: Don't include <stdio.h>, <stddef.h>, or
5419 <errno.h>.
5420 * aoutx.h: Don't include <string.h>. Use "sysdep.h" rather than
5421 <sysdep.h>.
5422 * archive.c: Don't include <string.h> or <errno.h>.
5423 * evax-alpha.c; Don't include <stdio.h>.
5424 * evax-egsd.c: Likewise.
5425 * evax-etir.c: Likewise.
5426 * evax-misc.c: Likewise.
5427 * evax-emh.c: Likewise. Also, don't include <sys/types.h>.
5428 * hppabsd-core.c: Don't include <stdio.h>, <sys/types.h>, or
5429 <errno.h>.
5430 * hpux-core.c: Likewise.
5431 * netbsd-core.c: Likewise.
5432 * som.c: Likewise.
5433 * libbfd.c: Don't include <sys/types.h>.
5434 * nlmcode.h: Don't include <string.h>.
5435 * osf-core.c: Don't include <string.h> or <stdio.h>.
5436 * ptrace-core.c: Don't include <stdio.h>, <sys/types.h>,
5437 <errno.h>, or <unistd.h>.
5438 * trad-core.c: Don't include <stdio.h> or <sys/types.h>.
5439
5440Thu May 7 13:12:50 1998 Klaus Kaempf <kkaempf@progis.de>
5441
5442 * configure.com: If the version number can not be found in
5443 configure.in, set it to "unknown" rather than "2.8.1".
5444
5445Wed May 6 09:46:05 1998 Gavin Koch <gavin@cygnus.com>
5446
5447 * elf32-mips.c (elf_mips_mach): New.
5448 (_bfd_mips_elf_object_p): Use elf_mips_mach.
5449 (_bfd_mips_elf_final_write_processing): Use the names
5450 of machines, rather than the numbers. Set both the ARCH
5451 and MACH in e_flags. Handle a few more specific machines.
5452 (_bfd_mips_elf_merge_private_bfd_data): Merge both
5453 EF_MIPS_ARCH and EF_MIPS_MACH.
5454
5455Tue May 5 21:01:53 1998 Richard Henderson <rth@cygnus.com>
5456
5457 * syms.c (bfd_is_local_label): Revert last change.
5458 * srec.c (srec_write_symbols): Discard debugging symbols.
5459
5460Tue May 5 23:36:06 1998 Ian Lance Taylor <ian@cygnus.com>
5461
5462 * som.c: Include <ctype.h>.
5463 * som.h: Don't include sysdep.h.
5464
5465Tue May 5 18:29:24 1998 Tom Tromey <tromey@cygnus.com>
5466
5467 * libbfd.h: Rebuilt.
5468 * libbfd-in.h: Removed gettext includes and defines.
5469 * sysdep.h: Moved gettext-related includes and defines here.
5470
5471Tue May 5 16:47:54 1998 Richard Henderson <rth@cygnus.com>
5472
5473 * srec.c (srec_write_symbols): Use bfd_is_local_label rather than
5474 an ad-hoc test. Kill bogus #if 0 code.
5475 * syms.c (bfd_is_local_label): Consider BSF_DEBUGGING symbols local.
5476
5477Mon May 4 16:10:33 1998 Ian Lance Taylor <ian@cygnus.com>
5478
5479 * sunos.c (sunos_check_dynamic_reloc): Don't use the PLT address
5480 when generating a normal executable for a symbol defined in a
5481 regular file. When copying a reloc into the output file, adjust
5482 the addend for a PC relative reloc against a global symbol.
5483
5484Mon May 4 10:08:18 1998 Tom Tromey <tromey@cygnus.com>
5485
5486 * libbfd.h: Rebuilt.
5487 * libbfd-in.h (_): Define as dgettext.
5488
5489Mon May 4 11:02:23 1998 Ian Lance Taylor <ian@cygnus.com>
5490
5491 * coff-arm.c (coff_arm_relocate_section): Cast to bfd_signed_vma,
5492 not signed.
5493 * peicode.h (pe_saved_coff_bfd_print_private_bfd_data): Use PARAMS
5494 when declaring parameter types.
5495 (pe_saved_coff_bfd_copy_private_bfd_data): Likewise.
5496
5497Wed Apr 29 15:35:03 1998 Ian Lance Taylor <ian@cygnus.com>
5498
5499 * config.bfd: If we include any ELF targets in targ_defvec and/or
5500 targ_selvecs, then add the generic ELF targets to targ_selvecs.
5501 * elf32-gen.c (dummy): New static const variable.
5502 (elf_generic_info_to_howto): New static function.
5503 (elf_generic_info_to_howto_rel): New static function.
5504 (elf_info_to_howto): Define as elf_generic_info_to_howto.
5505 (elf_info_to_howto_rel): Define as elf_generic_info_to_howto_rel.
5506 * elf64-gen.c: Same changes as elf32-gen.c.
5507 * elfcode.h (elf_object_p): For the generic target, ignore a
5508 failure of bfd_default_set_arch_mach. Fix indentation a bit.
5509
5510Tue Apr 28 20:05:52 1998 Ian Lance Taylor <ian@cygnus.com>
5511
5512 * configure.in (WIN32LIBADD): Add -lintl on cygwin32.
5513 * configure: Rebuild.
5514
5515Tue Apr 28 12:16:57 1998 Jason Molenda (crash@bugshack.cygnus.com)
5516
5517 * config.bfd: Update OSR5/Unixware patterns.
5518
5519Mon Apr 27 18:02:24 1998 Richard Henderson <rth@cygnus.com>
5520
5521 * elf.c (assign_file_positions_for_segments): Allow for holes
5522 between sections added by a link script.
5523
5524Mon Apr 27 11:49:55 1998 Ian Lance Taylor <ian@cygnus.com>
5525
5526 * configure.in: Change version number to 2.9.4
5527 * configure: Rebuild.
5528
5529 Based on patch from H.J. Lu <hjl@gnu.org>:
5530 * elf.c (bfd_elf_get_bfd_needed_list): New function.
5531 * bfd-in.h (bfd_elf_get_bfd_needed_list): Declare.
5532 * bfd-in2.h: Rebuild.
5533
5534Sat Apr 25 20:07:53 1998 Richard Henderson <rth@cygnus.com>
5535
5536 * elf64-alpha.c (struct alpha_relax_info): Replace elfsym with other.
5537 Change all users.
5538
5539Sat Apr 25 18:29:07 1998 Richard Henderson <rth@cygnus.com>
5540
5541 * elf64-alpha.c (struct alpha_relax_info): Add tsec & elfsym members.
5542 (elf64_alpha_relax_section): Fill them in.
5543 (elf64_alpha_relax_opt_call): Implement more than a stub.
5544 (elf64_alpha_add_symbol_hook): Don't set SEC_LOAD or default
5545 alignment on .scommon.
5546 (elf64_alpha_merge_gots): Merge use counts as well.
5547
5548Sat Apr 25 14:07:29 1998 Richard Henderson <rth@cygnus.com>
5549
5550 * elf64-alpha.c (elf64_alpha_relax_section): Use the proper section
5551 for calculating a local symbol's address.
5552 (elf64_alpha_calc_got_offsets): Skip entries with 0 use count.
5553 Set the .got's cooked size as well as the raw size.
5554
5555Fri Apr 24 09:16:00 1998 Nick Clifton <nickc@cygnus.com>
5556
5557 * elf32-v850.c (v850_elf_print_private_bfd_data): Add
5558 internationalisation of printed information.
5559
5560 * coff-arm.c (coff_arm_print_private_bfd_data): Add
5561 internationalisation of printed information.
5562
5563Fri Apr 24 12:09:18 1998 Ian Lance Taylor <ian@cygnus.com>
5564
5565 * syms.c (struct indexentry): Change directory_name, file_name,
5566 and function_name fields to char *.
5567 (struct stab_find_info): Change cached_file_name field to char *.
5568
5569Thu Apr 23 08:13:04 1998 Nick Clifton <nickc@cygnus.com>
5570
5571 * peicode.h (dir_names): Add missing N_() macros to dir_names array.
5572
5573Wed Apr 22 13:06:15 1998 Tom Tromey <tromey@cygnus.com>
5574
5575 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
5576
5577Wed Apr 22 17:48:48 1998 Ian Lance Taylor <ian@cygnus.com>
5578
5579 * Makefile.am (install-data-local): Make $(includedir).
5580 * Makefile.in: Rebuild.
5581
5582Wed Apr 22 13:06:15 1998 Tom Tromey <tromey@cygnus.com>
5583
5584 * libbfd-in.h: Use `gettext' and not `dgettext' for now.
5585
5586Wed Apr 22 12:53:40 1998 Ian Lance Taylor <ian@cygnus.com>
5587
5588 * Makefile.am (INCLUDES): Add -I$(srcdir)/../intl -I../intl.
5589 * Makefile.in: Rebuild.
5590
5591 * bfd-in2.h: Rebuild for Nick's changes.
5592
5593Tue Apr 21 23:11:51 1998 Richard Henderson <rth@cygnus.com>
5594
5595 * archive.c (_bfd_generic_read_ar_hdr_mag): Fix lossage in last
5596 change wrt length == max_namelen.
5597
5598Tue Apr 21 21:19:36 1998 Tom Tromey <tromey@scribbles.cygnus.com>
5599
5600 * Many files: Added gettext invocations around user-visible
5601 strings.
5602 * libbfd-in.h: Added gettext includes and defines.
5603 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
5604 HAVE_LC_MESSAGES): Define.
5605 * configure.in: Call CY_GNU_GETTEXT. Create po/Makefile.in and
5606 po/Makefile.
5607 * Makefile.am (SUBDIRS): Added po.
5608 (POTFILES): New macro.
5609 (po/POTFILES.in): New target.
5610 (SOURCE_HFILES): New macro.
5611 (HFILES): Use it.
5612 * po/Make-in, po/POTFILES.in, po/bfd.pot: New files.
5613
5614Tue Apr 21 13:38:18 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5615
5616 * elfcore.h (bfd_prstatus): Copy core_prstatus from the first
5617 NT_PRSTATUS note section encountered, it contains the status of
5618 the currently executing thread when the core file was written.
5619
5620Tue Apr 21 10:00:12 1998 Nick Clifton <nickc@cygnus.com>
5621
5622 * libcoff.h: Add extra parameter to
5623 bfd_coff_link_output_has_begun overrideable function.
5624 * cofflink.c: Pass extra parameter to
5625 bfd_coff_link_output_has_begun function.
5626 * bfd-in.h: Add prototypes for exported ARM interworking
5627 functions.
5628 * peicode.h: ARM specific code reorganised to conform to BFD
5629 coding conventions.
5630 * coffcode.h: ARM specific code reorganised to conform to BFD
5631 coding conventions.
5632 * coff-arm.c: Code reorganised to conform to the BFD coding
5633 conventions. Global variables have been moved into an ARM
5634 specific hash table structure and a new function:
5635 bfd_arm_get_bfd_for_interworking() has been created which is
5636 called from the linker scripts.
5637
5638Tue Apr 21 00:11:51 1998 Richard Henderson <rth@cygnus.com>
5639
5640 * archive.c (_bfd_generic_read_ar_hdr_mag): Simplify end-of-name test.
5641
5642 * elf64-alpha.c (elf64_alpha_find_reloc_at_ofs): Renamed from
5643 elf64_alpha_relax_find_reloc_ofs. Changed all callers.
5644 (elf64_alpha_add_symbol_hook): Put small commons in .scommon not .sbss.
5645 (elf64_alpha_size_got_sections): Don't merge .got sections twice.
5646
5647Sat Apr 18 01:21:04 1998 Stan Cox <scox@cygnus.com>
5648
5649 * config.bfd: Added sparc86x support.
5650
5651Fri Apr 17 22:29:04 1998 Ian Lance Taylor <ian@cygnus.com>
5652
5653 * elf32-mips.c (mips_elf_relocate_section): Do not complain about
5654 an out of range pc-relative jump/call to an undefined weak symbol.
5655
5656Thu Apr 16 13:49:00 1998 Richard Henderson <rth@cygnus.com>
5657
5658 * elf64-alpha.c (elf64_alpha_do_reloc_gpdisp): Do all gpdisp
5659 comparisons signed.
5660
5661Thu Apr 16 11:43:33 1998 Ian Lance Taylor <ian@cygnus.com>
5662
5663 * archive.c (bfd_generic_archive_p): If a slurp subroutine returns
5664 an error other than bfd_error_system_call, set the error to
5665 bfd_error_wrong_format.
5666
5667 * targets.c (bfd_target_vector) [SELECT_VECS not defined]: Add
5668 bfd_elf32_powerpcle_vec.
5669
5670 * elf.c (copy_private_bfd_data): If all the p_paddr fields in the
5671 program segments are zero, don't set p_paddr_valid.
5672
5673Wed Apr 15 22:15:16 1998 Richard Henderson <rth@cygnus.com>
5674
5675 * elf64-alpha.c: Initial implementation of relaxation --
5676 (struct alpha_elf_link_hash_entry): Add use_count member.
5677 (elf64_alpha_check_relocs): Initialize and increment it.
5678 (elf64_alpha_can_merge_gots): Check it when considering merging.
5679 (elf64_alpha_merge_gots): Drop entries with zero use.
5680 (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
5681 (elf64_alpha_always_size_sections): Split out got sizing ...
5682 (elf64_alpha_size_got_sections): ... here. New function.
5683 (elf64_alpha_relax_find_reloc_ofs): New function.
5684 (elf64_alpha_relax_with_lituse): Likewise.
5685 (elf64_alpha_relax_without_lituse): Likewise.
5686 (elf64_alpha_relax_opt_call): Likewise.
5687 (elf64_alpha_relax_section): Likewise.
5688 (elf64_alpha_add_symbol_hook): Likewise.
5689 (elf64_alpha_howto_table): Implement GPRELHIGH/LOW & IMMED_GP_16.
5690 (elf64_alpha_relocate_section): Likewise.
5691 (bfd_elf64_bfd_relax_section): Define.
5692 (elf_backend_add_symbol_hook): Likewise.
5693
5694Wed Apr 15 16:08:46 1998 Richard Henderson <rth@cygnus.com>
5695
5696 * elf.c (prep_headers): Use new EM_SPARCV9 symbol.
5697 * elf64-sparc.c (ELF_MACHINE_CODE): Likewise.
5698 (ELF_MACHINE_ALT1): New. Set to EM_OLD_SPARC64.
5699
5700Wed Apr 15 11:34:33 1998 Ian Lance Taylor <ian@cygnus.com>
5701
5702 * configure.in: Add -lkernel32 to WIN32LIBADD on cygwin32.
5703 * configure: Rebuild.
5704
5705Mon Apr 13 16:46:27 1998 Ian Lance Taylor <ian@cygnus.com>
5706
5707 * Makefile.am (libbfd_la_LIBADD): Add @WIN32LIBADD@.
5708 (libbfd_la_LDFLAGS): Add @WIN32LDFLAGS@.
5709 * configure.in: Define and substitute WIN32LDFLAGS and
5710 WIN32LIBADD.
5711 * aclocal.m4: Rebuild with new libtool.
5712 * configure, Makefile.in: Rebuild.
5713
5714Fri Apr 10 13:44:27 1998 Ian Lance Taylor <ian@cygnus.com>
5715
5716 * coffcode.h (coff_write_object_contents): Move a PE COMDAT symbol
5717 before any other symbols in the same section.
5718
5719Wed Apr 8 14:50:23 1998 Michael Meissner <meissner@cygnus.com>
5720
5721 * config.bfd (powerpc*-*-*): Remove PowerPC NT support from ELF
5722 systems.
5723
5724Tue Apr 7 16:25:31 1998 Gavin Romig-Koch <gavin@cygnus.com>
5725
5726 * dwarf2.c (comp_unit): Move it earlier in the source. Add
5727 addr_size.
5728 (read_address): Replace 'bdf*' argument with 'comp_unit*' argument.
27ac83bf 5729 Use addr_size for address size, rather than sizeof(bfd_vma).
252b5132
RH
5730 (read_attribute): Replace bdf* argument with 'comp_unit*' argument.
5731 Fix call to read_address.
5732 (decode_line_info): Replace bdf* argument with 'comp_unit*' argument.
5733 Scrap other unneeded arguments. Fix call to read_address.
5734 (scan_unit_for_functions): Fix call to read_attribute.
5735 (parse_comp_unit): We now handle more values for addr_size.
5736 Set addr_size in unit. Fix call to read_attribute and
5737 decode_line_info.
5738
5739Tue Apr 7 15:44:47 1998 Gavin Romig-Koch <gavin@cygnus.com>
5740
5741 * dwarf2.c (parse_comp_unit): Drop use of unit->name when it is null.
5742
5743Tue Apr 7 12:35:18 1998 Ian Lance Taylor <ian@cygnus.com>
5744
5745 * archures.c (bfd_default_scan): Add m68k cases back to default
5746 switch, reverting patch of March 25, since IEEE support depends
5747 upon them.
5748
5749Mon Apr 6 14:06:40 1998 Ian Lance Taylor <ian@cygnus.com>
5750
5751 * Makefile.am (diststuff): New target.
5752 * Makefile.in: Rebuild.
5753
5754Sun Apr 5 16:21:44 1998 Jeffrey A Law (law@cygnus.com)
5755
5756 * som.c (som_bfd_ar_write_symbol_stuff): Fix computation of
5757 som_offset when we have an extended name table.
5758
5759Sun Apr 5 16:04:39 1998 H.J. Lu <hjl@gnu.org>
5760
5761 * Makefile.am (stamp-lib): Check that .libs/libbfd.a exists before
5762 trying to copy it.
5763 * Makefile.in: Rebuild.
5764
5765Fri Apr 3 11:09:42 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5766
5767 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Generate section
5768 symbols when creating a shared library.
5769 (elf_m68k_adjust_dynindx): New function, used by above code.
5770 (elf_m68k_finish_dynamic_sections): Initialize the section
5771 symbols.
5772 (elf_m68k_relocate_section): Change abort to BFD_ASSERT.
5773
5774Wed Apr 1 16:04:02 1998 Nick Clifton <nickc@cygnus.com>
5775
5776 * coff-arm.c (in_reloc_p): Use ARM_RVA32 in place of constant
5777 value 11.
5778
5779Wed Apr 1 13:36:58 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5780
5781 * elf32-m68k.c (elf_m68k_relocate_section, case R_68K_PLT*O): Fix
5782 assertion.
5783
5784Tue Mar 31 00:12:12 1998 Jeffrey A Law (law@cygnus.com)
5785
5786 * elf-m10300.c (mn10300_elf_relax_section): Correctly handle
5787 absolute symbols.
5788
5789Mon Mar 30 12:46:15 1998 Ian Lance Taylor <ian@cygnus.com>
5790
5791 * configure.in: Set version to 2.9.1.
5792 * configure: Rebuild.
5793
5794 * Branched binutils 2.9.
5795
5796Mon Mar 30 12:20:50 1998 Brent Baccala <baccala@freesoft.org>
5797
5798 * syms.c (ENABLE_CACHING): Define.
5799 (struct indexentry): Define.
5800 (struct stab_cache): Remove.
5801 (cmpindexentry): New static function.
5802 (struct stab_find_info): Add new fields: indextable,
5803 indextablesize, cached_indexentry, cached_offset, cached_stab, and
5804 cached_file_name. Remove fields: file_cache, function_cache, and
5805 line_cache.
5806 (_bfd_stab_section_find_nearest_line): Rewrite to build a sorted
5807 index table and search it.
5808
5809Mon Mar 30 10:39:34 1998 Ian Lance Taylor <ian@cygnus.com>
5810
5811 * elf.c (_bfd_elf_copy_private_section_data): Call
5812 copy_private_bfd_data once we've seen the last SEC_ALLOC section.
5813
5814 * cpu-mips.c: Remove trailing comma at end of enumeration list.
5815
5816Sat Mar 28 16:33:02 1998 Ian Lance Taylor <ian@cygnus.com>
5817
5818 * coff-arm.c: Define all globally visible variables and functions
5819 only when COFF_WITH_PE is not defined.
5820 * configure.in (armpe_little_vec, armpe_big_vec): Add
5821 coff-arm.lo.
5822 * configure: Rebuild.
5823
5824Fri Mar 27 16:06:02 1998 Ian Lance Taylor <ian@cygnus.com>
5825
5826 Fix some gcc -Wall warnings:
5827 * aout-arm.c (MY(fix_pcrel_26)): Add casts to avoid warnings.
5828 * archive.c (_bfd_generic_read_ar_hdr_mag): Likewise.
5829 * archures.c (bfd_default_scan): Likewise.
5830 * bfd.c (bfd_scan_vma): Likewise.
5831 * binary.c (mangle_name): Likewise
5832 * coff-arm.c (aoutarm_fix_pcrel_26): Likewise.
5833 * coff-sh.c (sh_relocate_section): Likewise.
5834 * coff-stgo32.c (create_go32_stub): Likewise.
5835 * coffcode.h (coff_slurp_line_table): Likewise.
5836 * ecoff.c (_bfd_ecoff_write_armap): Likewise.
5837 * elf.c (_bfd_elf_make_section_from_shdr): Likewise.
5838 (assign_file_positions_for_segments): Likewise.
5839 * elf32-mips.c (mips_elf_relocate_section): Likewise.
5840 * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
5841 * oasys.c (oasys_write_sections): Likewise.
5842 * ppcboot.c (ppcboot_object_p): Likewise.
5843 (mangle_name): Likewise.
5844 * riscix.c (riscix_fix_pcrel_26): Likewise.
5845 * srec.c (srec_scan): Likewise.
5846 * stabs.c (_bfd_write_section_stabs): Likewise.
5847 * sunos.c (sunos_add_dynamic_symbols): Likewise.
5848 * aout-ns32k.c (_bfd_ns32k_relocate_contents): Add default case to
5849 switch. Declare parameters for function pointers.
5850 * archures.c (bfd_default_scan): Add braces to avoid ambiguous if
5851 warning.
5852 * elf.c (elf_sort_sections): Likewise.
5853 * coff-arm.c (coff_thumb_pcrel_common): Initialize relocation.
5854 Add default cases to switches.
5855 (coff_arm_relocate_section): Remove unused local variables.
5856 Always set rstat.
5857 (coff_arm_bfd_set_private_flags): Change flag variable to type
5858 flagword.
5859 * coff-mips.c (mips_relocate_section): Initialize use_lo.
5860 * coff-ppc.c (ppc_record_toc_entry): Change i to unsigned int.
5861 (dump_toc): Change cat to const, and initialize it.
5862 * coff-sh.c (sh_relax_delete_bytes): Initialize start and voff.
5863 * elf32-sh.c (sh_elf_relax_delete_bytes): Likewise.
5864 (sh_elf_relocate_section): Initialize r_symndx.
5865 * coffcode.h (coff_compute_section_file_positions): Only declare
5866 old_sofar if ALIGN_SECTIONS_IN_FILE.
5867 (coff_write_object_contents): Initialize csym.
5868 * coffgen.c (coff_pointerize_aux): Make type and class unsigned.
5869 * cpu-ns32k.c (_bfd_ns32k_get_displacement): Add default case to
5870 switch.
5871 * dwarf2.c: Include libiberty.h.
5872 (read_2_signed_bytes, read_4_signed_bytes): Comment out.
5873 (decode_line_info): Remove unused local variables.
5874 * elf32-m32r.c (m32r_elf_sda16_reloc): Likewise.
5875 (m32r_elf_relocate_section): Likewise.
5876 * elf32-v850.c (v850_elf_store_addend_in_insn): Likewise.
5877 (v850_elf_reloc): Likewise.
5878 * elf-bfd.h (elf_linker_section_t): Make alignment unsigned.
5879 (struct elf_obj_tdata): Make cverdefs and cverrefs unsigned.
5880 * elf.c (assign_file_positions_for_segments): Always set adjust.
5881 * elf32-d30v.c (bfd_elf_d30v_reloc): Initialize tmp_addr. Fully
5882 parenthesize expression.
5883 * elf32-m32r.c (m32r_elf_relocate_section): Always initialize h.
5884 (m32r_elf_object_p): Return a value.
5885 (m32r_elf_print_private_bfd_data): Change fprintf format string.
5886 * elf32-mips.c (mips_elf_final_link): Initialize last.
5887 (mips_elf_finish_dynamic_sections): Initialize last and dindx.
5888 * elf32-v850.c (v850_elf_object_p): Return a value.
5889 (v850_elf_print_private_bfd_data): Change fprintf format string.
5890 * elfcode.h (elf_slurp_symbol_table): Change symcount and i to
5891 unsigned long.
5892 * elflink.h (elf_link_add_object_symbols): Change vernum to
5893 unsigned int, and initialize it. Change fprintf format string.
5894 (NAME(bfd_elf,size_dynamic_sections)): Cast -1 to bfd_size_type
5895 when setting or comparing to soname_indx.
5896 (elf_create_pointer_linker_section): Change num_symbols to
5897 unsigned int.
5898 * libcoff-in.h (coff_data_type): Change flags to flagword.
5899 * peicode.h (pe_print_idata): Initialize idx. Change j to
5900 bfd_size_type. Initialize hint_member. Remove useless test to
5901 time_stamp.
5902 (pe_print_edata): Change num_functions and num_names in struct
5903 EDT_type to unsigned long. Remove cast. Change fprintf format
5904 string.
5905 * ppcboot.c (ppcboot_object_p): Change i to size_t.
5906 * reloc.c (bfd_get_reloc_size): Change return type to unsigned
5907 int.
5908 * reloc16.c (bfd_coff_reloc16_relax_section): Change shrinks to
5909 int *. Update uses. Change j to long.
5910 * bfd-in2.h, libcoff.h: Rebuild.
5911
5912Fri Mar 27 10:10:46 1998 Catherine Moore <clm@cygnus.com>
5913
5914 * elf32-v850.c Remove definition of USE_REL.
5915 (v850_elf_info_to_howto_rela): New function.
5916 (v850_elf_perform_relocation): Renamed from
5917 v850_elf_store_addend_in_insn. Removed replace argument.
5918 (v850_elf_reloc): store the relocation in the addend field instead
5919 of the insn.
5920 (v850_elf_final_link_relocate): Now calls
5921 v850_elf_perform_relocation.
5922 (v850_elf_relocate_section): Remove code to generate REL
5923 relocations.
5924
5925Thu Mar 26 13:32:17 1998 Ian Lance Taylor <ian@cygnus.com>
5926
5927 * coffcode.h (coff_new_section_hook): Set the type and storage
5928 class in the native symbol information allocated for a new section
5929 symbol.
5930
5931Thu Mar 26 10:13:41 1998 Nick Clifton <nickc@cygnus.com>
5932
5933 * peicode.h: Chain together calls to
5934 coff_bfd_copy_private_bfd_data and
5935 coff_bfd_print_private_bfd_data.
5936
5937 * coff-arm.c: Add prototypes for
5938 coff_arm_bfd_print_private_bfd_data and
5939 coff_arm_bfd_copy_private_bfd_data.
5940
5941Wed Mar 25 15:45:55 1998 Nick Clifton <nickc@cygnus.com>
5942
5943 * coffcode.h (coff_mkobject_hook): Set private falgs even for a PE
5944 build.
5945
5946 * peicode.h: Call arm-coff private data functions after handling
5947 pe private data.
5948
5949 * coff-arm.c: Turn statics into globals so that they can be shared
5950 both pe and pei backends.
5951
5952Wed Mar 25 15:19:38 1998 Ian Lance Taylor <ian@cygnus.com>
5953
5954 * aoutf1.h (sunos_set_arch_mach): Use bfd_mach_m68* rather than
5955 plain numbers.
5956 (sunos_write_object_contents): Likewise.
5957 * aoutx.h (NAME(aout,machine_type)): Likewise.
5958 * coffcode.h (coff_set_arch_mach_hook): Likewise.
5959
5960Wed Mar 25 13:59:24 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5961
5962 * archures.c (bfd_mach_m68*): Add definitions for various m68k
5963 variants.
5964 (bfd_default_scan): Remove m68k special cases.
5965 * bfd-in2.h: Rebuild.
5966 * mipsbsd.c (MY(write_object_contents)): Use bfd_mach_m68* rather
5967 than plain numbers.
5968 * sparclynx.c (NAME(lynx,set_arch_mach)): Likewise.
5969 * cpu-m68k.c (arch_info_struct): Likewise. Add entry for
5970 m68k:68000.
5971 (bfd_m68k_arch): Set mach field to zero to signal no explicit
5972 selection, change printable_name to just "m68k" and make that the
5973 default instead of m68k:68020.
5974
5975 * aout-tic30.c (NAME): Define this to avoid multiple definitions
5976 from aoutx.h.
5977 (MY_get_section_contents): Define as aout_32_get_section_contents
5978 rather than NAME(aout,get_section_contents).
5979
5980 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Fix cast.
5981
5982 * evax-alpha.c (evax_set_arch_mach): Only accept bfd_arch_alpha
5983 and call bfd_default_set_arch_mach to do the real work.
5984
5985Wed Mar 25 10:41:35 1998 Richard Henderson <rth@cygnus.com>
5986
5987 * bout.c (BALX): Include return register g14 as part of the insn.
5988 (BALX_MASK): New.
5989 (calljx_callback): Use it.
5990
5991Wed Mar 25 11:19:28 1998 Ian Lance Taylor <ian@cygnus.com>
5992
5993 * libbfd-in.h (BFD_ALIGN): Cast this parameter to bfd_vma.
5994 * libbfd.h: Rebuild.
5995
5996 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Change
5997 byte_count to unsigned int.
5998 (mn10300_elf_relax_section): Initialize internal_relocs. Remove
5999 unused local variables.
6000
6001 * evax-alpha.c (evax_close_and_cleanup): Remove unused local
6002 variables er and er1.
6003
6004 * cpu-v850.c: Include <ctype.h>.
6005 (scan): Case isdigit argument to unsigned char.
6006
6007 From Yan Meroth <YAN.MEROTH@st.com>:
6008 * ihex.c (ihex_scan): Add extbase variable so that getting an
6009 extended linear address record does not ignore any previous
6010 extended address.
6011 (ihex_write_object_contents): When writing out an extended linear
6012 address record, zero out any previous extended address.
6013
6014Tue Mar 24 16:09:43 1998 Manfred Hollstein <manfred@s-direktnet.de>
6015
6016 * ieee.c (do_one): Check section before dereferencing it.
6017 (ieee_canonicalize_reloc): Likewise with src->relent.sym_ptr_ptr.
6018 (ieee_generic_stat_arch_elt): Likewise with abfd->my_archive.
6019
6020Mon Mar 23 18:51:47 1998 Joel Sherrill <joel@OARcorp.com>
6021
6022 * config.bfd: (sh*-*-rtems*): Switched from ELF to COFF.
6023
6024Mon Mar 23 14:23:36 1998 Nick Clifton <nickc@cygnus.com>
6025
6026 * coff-arm.c: Add interworking functions to pe backends.
6027
6028Fri Mar 20 18:47:20 1998 Ian Lance Taylor <ian@cygnus.com>
6029
6030 * configure.in: Use AM_DISABLE_SHARED.
6031 * aclocal.m4, configure: Rebuild with libtool 1.2.
6032
6033Fri Mar 20 11:25:41 1998 Nick Clifton <nickc@cygnus.com>
6034
6035 * coff-arm.c (coff_arm_relocate_section): Better error messages
6036 when interowrking conflucts occur. Courtesy of Jonathan Walton
6037 and Tony Thompson.
6038 (aoutarm_std_reloc_howto): Fixed bitsize fields of rightshifted
6039 relocations. Patch courtesy of Jonathan Walton and Tony
6040 Thompson.
6041
6042Fri Mar 20 02:26:43 1998 Richard Henderson <rth@cygnus.com>
6043
6044 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Revert
6045 part of Feb 22 change controling when to override the existing
6046 symbol with the .plt entry.
6047
6048Wed Mar 18 09:26:25 1998 Nick Clifton <nickc@cygnus.com>
6049
6050 * config.bfd (targ_cpu): Add thumb-pe target.
6051
6052 * coffcode.h (OTHER_GLOBAL_CLASS): Support thumb external
6053 functions in PE build.
6054
6055Sun Mar 8 23:37:26 1998 Stan Cox <scox@equinox.cygnus.com>
6056
6057 * config.bfd (sparclite-*-elf*): Added.
6058
6059Mon Feb 23 19:31:19 1998 Ian Lance Taylor <ian@cygnus.com>
6060
6061 * configure.in: Add elf.lo to elf shell variable.
6062 * Makefile.am (BFD_LIBS): Remove elf.lo.
6063 (BFD_LIBS_CFILES): Remove elf.c.
6064 (BFD32_BACKENDS): Add elf.lo.
6065 (BFD32_BACKENDS_CFILES): Add elf.c.
6066 * configure, Makefile.in: Rebuild.
6067
60681998-02-23 15:53 Richard Henderson <rth@cygnus.com>
6069
6070 * elf32-i386.c (elf_i386_relocate_section): A pc-relative
6071 relocation against a now-local symbol should not have a dynamic
6072 relocation.
6073
6074Mon Feb 23 16:17:08 1998 Ian Lance Taylor <ian@cygnus.com>
6075
6076 * peicode.h (coff_swap_filehdr_in): Don't set BFD flag HAS_SYMS in
6077 COFF filehdr flags.
6078 (pe_print_private_bfd_data): Print PE flags. From Mikey
6079 <jeffdb@netzone.com>.
6080
6081Sun Feb 22 20:39:00 1998 Richard Henderson <rth@cygnus.com>
6082
6083 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Don't create
6084 a plt entry when we can determine that we authoritatively define
6085 the symbol.
6086
6087Sun Feb 22 20:33:05 1998 Richard Henderson <rth@cygnus.com>
6088
6089 * configure.in (COREFILE selection): Remove sparc-*-linux*. They
6090 don't actually use trad-core, but a SunOS-style core file handled
6091 by gdb directly.
6092 * hosts/sparclinux.h: Remove.
6093
6094Wed Feb 18 15:31:06 1998 Ian Lance Taylor <ian@cygnus.com>
6095
6096 * peicode.h (pe_print_idata): If there is no .idata section, look
6097 for the import tables in some other section. Make the initial
6098 label line up better with the data. Print the import address
6099 table even if there is no import name table. If the import
6100 address table holds actual addresses, print them.
6101
6102Tue Feb 17 12:58:34 1998 Ian Lance Taylor <ian@cygnus.com>
6103
6104 * libbfd.c (bfd_seek): If fseek fails, save errno around call to
6105 bfd_tell. If errno is EINVAL, set bfd_error_file_truncated, not
6106 bfd_error_system_call.
6107
6108Fri Feb 13 13:11:33 1998 Ian Lance Taylor <ian@cygnus.com>
6109
6110 * Makefile.am (AUTOMAKE_OPTIONS): Define.
6111 * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
6112
6113 From H.J. Lu <hjl@gnu.org>:
6114 * Makefile.am (libbfd_la_LDFLAGS): Define.
6115 * Makefile.in: Rebuild.
6116
6117Thu Feb 12 17:31:11 1998 Ian Lance Taylor <ian@cygnus.com>
6118
6119 NetBSD patches from Gordon W. Ross <gwr@mc.com>:
6120 * netbsd.h (MACHTYPE_OK): Define.
6121 (MY(write_object_contents)): Use DEFAULT_ARCH and DEFAULT_MID when
6122 calling N_SET_MACHTYPE, rather than having a switch.
6123 * libaout.h (enum machine_type): Add M_PMAX_NETBSD, M_VAX_NETBSD,
6124 and M_ALPHA_NETBSD.
6125 * i386netbsd.c (MACHTYPE_OK): Don't define.
6126 (DEFAULT_MID): Define.
6127 * m68k4knetbsd.c (SEGMENT_SIZE): Don't define.
6128 (MACHTYPE_OK): Don't define.
6129 (DEFAULT_MID): Define.
6130 * m68knetbsd.c: (MACHTYPE_OK): Don't define.
6131 (DEFAULT_MID): Define.
6132 * ns32knetbsd.c (MACHTYPE_OK): Don't define.
6133 (DEFAULT_MID): Define.
6134 * sparcnetbsd.c (MACHTYPE_OK): Don't define.
6135 (DEFAULT_MID): Define.
6136
6137 NetBSD patches from Gordon W. Ross <gwr@mc.com>:
6138 * vaxnetbsd.c: New file.
6139 * netbsd-core.c: Clean up. Remove unused macros. Use netbsd
6140 rather than netbsd_core.
6141 * targets.c (vaxnetbsd_vec): Declare.
6142 (bfd_target_vector): Add vaxnetbsd_vec. If NETBSD_CORE is
6143 defined, add netbsd_core_vec.
6144 * configure.in: Set COREFILE for alpha*-*-netbsd* and
6145 powerpc-*-netbsd* to netbsd-core.lo. If COREFILE is
6146 netbsd-core.lo, set COREFLAG to -DNETBSD_CORE.
6147 * config.bfd (alpha*-*-netbsd*): New target.
6148 * Makefile.am: Rebuild dependencies.
6149 (BFD32_BACKENDS): Add vaxnetbsd.lo.
6150 (BFD32_BACKENDS_CFILES): Add vaxnetbsd.c.
6151 * configure, Makefile.in: Rebuild.
6152
6153 * configure.host: Remove the old shared library build stuff. We
6154 now use libtool instead.
6155
6156Wed Feb 11 17:13:09 1998 Richard Henderson <rth@cygnus.com>
6157
6158 * tekhex.c (tekhex_write_object_contents): Call tekhex_init.
6159
6160Tue Feb 10 19:23:28 1998 H.J. Lu <hjl@gnu.org>
6161
6162 * configure.in: Take stab-syms.lo out of sparclinux_vec list.
6163 * configure: Rebuild.
6164
6165Tue Feb 10 15:16:38 1998 Nick Clifton <nickc@cygnus.com>
6166 * elf32-v850.c (remember_hi16s_reloc): New function.
6167 (find_remembered_hi16s_reloc): New function.
6168 (v850_elf_store_addend_in_insn): Use the above new functions to
6169 match up HI6S relocs with LO16 relocs.
6170
6171Tue Feb 10 15:01:39 1998 Ian Lance Taylor <ian@cygnus.com>
6172
6173 * configure.in: Change -linux* to -linux-gnu*.
6174 * config.bfd, configure.host: Likewise.
6175 * configure: Rebuild.
6176
6177Mon Feb 9 19:40:59 1998 Nick Clifton <nickc@cygnus.com>
6178
6179 * elf32-v850.c (v850_elf_store_addend_in_insn): Fix another
6180 LO16/HI16S bug and improve comments about what is going on.
6181
6182Sat Feb 7 15:27:03 1998 Ian Lance Taylor <ian@cygnus.com>
6183
6184 * configure, aclocal.m4: Rebuild with new libtool.
6185
6186Fri Feb 6 14:48:20 1998 Nick Clifton <nickc@cygnus.com>
6187
6188 * elf32-v850.c (v850_elf_merge_private_bfd_data): Do not complain
6189 when merging v850 code into v850e/v850ea code. Do not initialise
6190 output flags if the input is the default architecture.
6a9d5c9a 6191
252b5132
RH
6192Fri Feb 6 11:50:22 1998 Jeffrey A Law (law@cygnus.com)
6193
6194 * elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): For BFD_RELOC_CTOR
6195 get the size from bfd_arch_bits_per_address instead of directly
6196 from the isa.
6197
6198Thu Feb 5 14:21:34 1998 Michael Meissner <meissner@cygnus.com>
6199
6200 * libbfd-in.h (BFD_ALIGN): If rounding up would cause the address
6201 to wrap, just return all 1's bits instead.
6202 * libbfd.h: Regenerate.
6203
6204Thu Feb 5 11:51:05 1998 Ian Lance Taylor <ian@cygnus.com>
6205
6206 * coff-i386.c (coff_pe_i386_relocate_section): New static function
6207 if COFF_WITH_PE.
6208 (coff_relocate_section): If COFF_WITH_PE, define as
6209 coff_pe_i386_relocate_section.
6210 * coffcode.h (coff_write_object_contents): If COFF_IMAGE_WITH_PE,
6211 skip empty sections, to match coff_write_object_contents.
6212
6213 * elf64-mips.c (mips_elf64_swap_reloca_out): Swap out r_addend,
6214 rather than swapping out r_offset twice. From Luke Deller
6215 <luked@cse.unsw.edu.au>.
6216
6217Wed Feb 4 19:11:28 1998 Ian Lance Taylor <ian@cygnus.com>
6218
6219 * configure.in: Set libtool_enable_shared rather than
6220 libtool_shared. Remove diversion hack.
6221 * configure, Makefile.in, doc/Makefile.in, aclocal.m4: Rebuild
6222 with new libtool.
6223
6224Wed Feb 4 16:10:21 1998 Brent Baccala <baccala@freesoft.org>
6225
6226 * syms.c (struct stab_cache): Define.
6227 (struct stab_find_info): Remove cached_offset, cached_stab,
6228 cached_str, and cached_stroff fields. Add file_cache,
6229 function_cache, and line_cache fields.
6230 (_bfd_stab_section_find_nearest_line): Use extensive caching to
6231 speed up searches.
6232
6233Wed Feb 4 13:34:22 1998 Ian Lance Taylor <ian@cygnus.com>
6234
6235 * peicode.h (pe_print_idata): Check for import of ordinal rather
6236 than name.
6237 (pe_print_edata): If there is no .edata section, look for the
6238 export data in some other section.
6239
6240Mon Feb 2 20:05:42 1998 Jason Molenda (crash@bugshack.cygnus.com)
6241
6242 * configure.in: Change version to 2.8.4.
6243 * configure: Regenerated.
6244
6245Mon Feb 2 17:39:39 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>
6246
6247 Add tms320c30 support:
6248 * cpu-tic30.c: New file.
6249 * aout-tic30.c: New file.
6250 * coff-tic30.c: New file.
6251 * archures.c (bfd_arch_tic30): Define.
6252 (bfd_tic30_arch): Declare.
6253 (bfd_archures_list): Add bfd_tic30_arch.
6254 * targets.c (bfd_target_vector): Add tic30_aout_vec and
6255 tic30_coff_vec.
6256 * reloc.c (BFD_RELOC_TIC30_LDP): Define.
6257 * coffcode.h (coff_set_arch_mach_hook): Add tic30 case.
6258 (coff_set_flags): Likewise.
6259 * config.bfd (tic30-*-*aout*, tic30-*-*coff*): New targets.
6260 * configure.in (tic30_aout_vec, tic30_coff_vec): New vectors.
6261 * Makefile.am: Rebuild dependencies.
6262 (ALL_MACHINES): Add cpu-tic30.lo.
6263 (ALL_MACHINES_CFILES): Add cpu-tic30.c.
6264 (BFD32_BACKENDS): Add aout-tic30.lo and coff-tic30.lo.
6265 (BFD32_BACKENDS_CFILES): Add aout-tic30.c and coff-tic30.c.
6266 * configure, Makefile.in, bfd-in2.h, libbfd.h: Rebuild.
6267
6268Mon Feb 2 12:25:12 1998 Nick Clifton <nickc@cygnus.com>
6269
6270 * elf32-v850.c (v850_elf_store_addend_in_insn): Allow HI16_S reloc
6271 to lag behind LO16 reloc by a couple of instructions.
6272
6273Mon Feb 2 14:09:46 1998 Ian Lance Taylor <ian@cygnus.com>
6274
6275 * Makefile.am ($(srcdir)/bfd-in2.h): Add dummy command to force
6276 make to reexamine the file timestamp.
6277 ($(srcdir)/libbfd.h, $(srcddir)/libcoff.h): Likewise.
6278
6279 * elf64-alpha.c (ELF_MAXPAGESIZE): Change to 0x10000 from
6280 0x100000.
6281
6282Fri Jan 30 19:07:07 1998 Geoff Keating <geoffk@ozemail.com.au>
6283
6284 * elf32-ppc.c (ppc_elf_create_dynamic_sections): New procedure
6285 to create .dynsbss and .rela.sbss sections.
6286 (ppc_elf_adjust_dynamic_symbol): Put space for small data to be
6287 copied from dynamic objects into .sbss.
6288 (ppc_elf_size_dynamic_sections): Strip .rela.sbss if we don't
6289 use it. Correct typo of .rela.sdata2.
6290 (ppc_elf_finish_dynamic_symbol): Generate reloc to where we
6291 put the data, which may now be in .sbss.
6292 (ppc_elf_relocate_section): A SDAREL16 reloc can be in dynsbss.
6293 (elf_backend_create_dynamic_sections): Define as
6294 ppc_elf_create_dynamic_sections.
6295
6296 * elf32-ppc.c (ppc_elf_check_relocs): Don't emit R_PPC_REL* relocs
6297 against _GLOBAL_OFFSET_TABLE_.
6298 (ppc_elf_relocate_section): Don't emit R_PPC_REL32 relocs in
6299 shared libraries which refer to local symbols. Make sure that the
6300 test for allocating space for a reloc in a shared object is the
6301 same as the test for emitting a reloc.
6302
6303Thu Jan 29 15:55:35 1998 J.J. van der Heijden <J.J.vanderHeijden@student.utwente.nl>
6304
6305 * config.bfd (i[3456]-*-mingw32*): New target.
6306 * acinclude.m4 (BFD_BINARY_OPEN): Check for mingw32.
6307 * aclocal.m4, configure: Rebuild.
6308
6309Wed Jan 28 13:41:26 1998 Ian Lance Taylor <ian@cygnus.com>
6310
6311 * elf.c (_bfd_elf_close_and_cleanup): Only check the strtab if we
6312 have a bfd_object.
6313
6314Tue Jan 27 21:43:55 1998 Richard Henderson <rth@cygnus.com>
6315
6316 Sparc v9 ABI compliant PLT:
6317 * elf64-sparc.c (PLT_HEADER_SIZE): V9 ABI uses 4 entries.
6318 (plt_templates, sparc64_elf_build_plt_entry): Delete.
6319 (LARGE_PLT_THRESHOLD): New define.
6320 (GOT_RESERVED_ENTRIES): V9 ABI only uses 1.
6321 (sparc64_elf_build_plt): New function.
6322 (sparc64_elf_plt_entry_offset): Likewise.
6323 (sparc64_elf_plt_ptr_offset): Likewise.
6324 (sparc64_elf_adjust_dynamic_symbol): Change h->plt_offset to
6325 contain the index for convenience. Skip the initial entries
6326 in .rela.plt.
6327 (sparc64_elf_size_dynamic_sections): Zero the allocated contents
6328 memory for the benefit of .rela.plt.
6329 (sparc64_elf_relocate_section): Call sparc64_elf_plt_entry_offset.
6330 (sparc64_elf_finish_dynamic_symbol): Kill template stuff. Use
6331 sparc64_elf_plt_entry_offset & sparc64_elf_plt_ptr_offset for reloc.
6332 (sparc64_elf_finish_dynamic_sections): DT_PLTGOT points to .plt.
6333 Call sparc64_elf_build_plt.
6334 (elf_backend_want_got_plt): No.
6335 (elf_backend_plt_readonly): No.
6336 (elf_backend_plt_alignment): 8.
6337
6338 * elf.c (_bfd_elf_close_and_cleanup): New function; free the shstrtab.
6339 * elf-bfd.h (_bfd_elf_close_and_cleanup): Declare it.
6340 * elfxx-target.h (bfd_elfNN_close_and_cleanup): Arrange for it
6341 to be called.
6342
6343Tue Jan 27 21:45:15 1998 Jeffrey A Law (law@cygnus.com)
6344
6345 * archures.c (bfd_mach_mips*): Add definitions for various MIPS
6346 processors.
6347 * cpu-mips.c (arch_info_struct): Add mips variants.
6348 * bfd-in2.h: Rebuilt.
6349
6350Tue Jan 27 15:06:04 1998 Nick Clifton <nickc@cygnus.com>
6351
6352 * coff-arm.c (coff_arm_relocate_section): Preserve the contents of
6353 t2a3_b_insn.
6354
6355Tue Jan 27 12:47:27 1998 Robert Lipe <robertl@dgii.com>
6356
6357 * config.bfd (i[3456]86-sco3.2v5*): ELF now the default.
6358 (i[3456]86sco3.2v5*coff): New target.
6359
6360Mon Jan 26 15:41:30 1998 Ian Lance Taylor <ian@cygnus.com>
6361
6362 * bfd-in2.h: Rebuild with changes to chew--tab expansion.
6363
6364Thu Jan 22 21:26:48 1998 Richard Henderson <rth@cygnus.com>
6365
6366 * bfd.c (bfd_get_error_handler): Add orthogonal function.
6367 * bfd-in2.h: Regenerate.
6368
6369Thu Jan 22 21:13:39 1998 Richard Henderson <rth@cygnus.com>
6370
6371 * tekhex.c (tekhex_write_object_contents): Check for no symbols.
6372
6373Wed Jan 21 21:19:03 1998 Ian Lance Taylor <ian@cygnus.com>
6374
6375 * coff-i386.c (coff_i386_rtype_to_howto): If COFF_WITH_PE, don't
6376 adjust addend for an output common symbol (from Jimmy Blair
6377 <jimmyb@wrs.com>). If COFF_WITH_PE, adjust addend for PC relative
6378 defined symbol to counteract adjustment made in generic relocation
6379 code.
6380
6381 * dwarf2.c: Include sysdep.h, not stdio.h and stdlib.h.
6382
6383Wed Jan 21 21:16:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
6384
6385 * coff-m88k.c (GET_SCNDHR_NRELOC): Fix typo in macro name.
6386 (GET_SCNDHR_NLNNO): Likewise.
6387
6388Mon Jan 19 12:49:52 1998 Ian Lance Taylor <ian@cygnus.com>
6389
6390 * cpu-sh.c (arch_info_struct): Correct next field of sh3e.
6391
6392Wed Jan 14 17:23:27 1998 Nick Clifton <nickc@cygnus.com>
6393
6394 * elf32-m32r.c: Add macros to handle NOP insertion.
6395
6396Wed Jan 14 16:15:22 1998 Richard Henderson <rth@cygnus.com>
6397
6398 * xcofflink.c (xcoff_mark_symbol): Don't mark the absolute section.
6399 (xcoff_mark): Likewise.
6400 (xcoff_build_ldsyms): Mark absolute symbols.
6401
6402Wed Jan 14 16:03:11 1998 Richard Henderson <rth@cygnus.com>
6403
6404 * bout.c (b_out_write_object_contents): Sort symbols before output
6405 to keep {CALL,BAL}NAME symbols adjacent.
6406 (b_out_symbol_cmp): New function.
6407
6408For older changes see ChangeLog-9697
6409\f
6410Local Variables:
6411mode: change-log
6412left-margin: 8
6413fill-column: 74
6414version-control: never
6415End:
This page took 0.324172 seconds and 4 git commands to generate.