* config/tc-d30v.c (CHAR_BIT): Define.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
e916b64e
DE
1Mon Oct 4 17:49:45 1999 Nick Clifton <nickc@cygnus.com>
2
3 * cpu-m32r.c (arch_info_struct): New static global.
4 (bfd_m32r_arch): Refer to it.
5 * elf32-m32r.c (m32r_elf_object_p): Recognize E_M32RX_ARCH.
6 (m32r_elf_print_private_bfd_data): Ditto.
7 (m32r_elf_final_write_processing): Handle bfd_mach_m32rx.
a23ef39f
DE
8 * archures.c (bfd_mach_m32rx): Define it.
9 * bfd-in2.h: Rebuild.
e916b64e 10
f4bda984
RH
111999-09-28 Fred Fish <fnf@cygnus.com>
12
13 * targets.c (cisco_core_vec): Replaced with two new vecs ...
14 (cisco_core_big_vec): Add new bigendian vec.
15 (cisco_core_little_vec): Add new little endian vec.
16
17 * cisco-core.c (CRASH_INFO): Fixed offset replaced with ...
18 (crash_info_locs): Add array of possible offsets.
19 (MASK_ADDR): Mask to apply to crash info offset.
20 (crashinfo_external): Add textbase, database, bssbase and
21 turn into a typedef.
22 (cisco_core_file_validate): Renamed from cisco_core_file_p.
23 Many small changes to account for additional hardware versions.
24 Pick a reasonable size for ".reg" section. Add a ".crash"
25 section to allow access to crashinfo_external struct.
26 (cisco_core_file_p): New version of this function that
27 iterates over crash_info_locs, calling cisco_core_file_validate.
28 (cisco_core_vec): Old big endian only vec replaced with ...
29 (cisco_core_big_vec): Add big endian version.
30 (cisco_core_little_vec): Add little endian version.
31
32 * configure.in (cisco_core_vec): Split to two new vectors ...
33 (cisco_core_big_vec): New target vector.
34 (cisco_core_little_vec): New target vector.
35 * configure: Regenerate.
36 * config.bfd (targ): For m68*-*-aout* targ, change cisco_core_vec
37 to cisco_core_big_vec in targ_selvecs.
38
d02f29ad
GK
391999-09-28 Geoffrey Keating <geoffk@cygnus.com>
40
41 * elf32-mips.c (mips_elf_relocate_hi16): Unused, delete.
42 (mips_elf_relocate_got_local): Unused, delete.
43 (mips_elf_relocate_global_got): Unused, delete.
44
27ac83bf
RH
451999-09-24 Fred Fish <fnf@cygnus.com>
46
47 * elf.c (bfd_section_from_phdr): Add typename variable. Use p_type
48 to initialize it to something meaningful. Then use it to generate
49 more useful segment names.
50
2667095f
JL
51Sun Sep 19 12:16:47 1999 Jeffrey A Law (law@cygnus.com)
52
53 * som.c (NO_PCREL_MODES): Define if the system does not define
54 R_SHORT_PCREL_MODE.
55 (hppa_som_gen_reloc_type): Handle both short and long pcrel branches.
56 (som_write_fixups): Eliminate redundant pcrel mode relocs. Handle
57 R_LONG_PCREL_MODE and R_SHORT_PCREL_MODE
58 * libhppa.h (dis_assemble_22): New function.
59 (bfd_hppa_insn2fmt): Handle long branch.
60
27ac83bf
RH
61 * libhppa.h (bfd_hppa_insn2fmt): Decode and handle formats found
62 in PA2.0.
2667095f 63
b7be1db6
AM
641999-09-17 Alan Modra <alan@spri.levels.unisa.edu.au>
65
66 * coff-i386.c (coff_i386_reloc_type_lookup): Support BFD_RELOC_16,
67 BFD_RELOC_16_PCREL, BFD_RELOC_8, BFD_RELOC_8_PCREL relocs.
68 (reloc_howto_type howto_table): Tidy comments and whitespace.
69
57db232e
NC
701999-09-17 Nick Clifton <nickc@cygnus.com>
71
72 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Undo
73 previous delta. Set sec->gc_mark instead.
74
38f7d33d
CM
75Thu Sep 16 11:21:13 1999 Catherine Moore <clm@cygnus.com>
76
77 * elf32-m68k.c (elf_cpu32_plt0_entry): Use a1 instead of a0.
78 (elf_cpu32_plt_entry): Likewise.
79
dfec422f
JL
80Thu Sep 16 10:48:17 1999 Jeffrey A Law (law@cygnus.com)
81
b2df1460
JL
82 * elf-hppa.h (elf_hppa_final_write_processing): Turn on TRAPNIL.
83
1209c612
JL
84 * elf-hppa.h (elf_hppa_final_link): If unable to find __gp in the
85 symbol table, then just compute a suitable value (but do not
86 create a __gp symbol).
87
dfec422f
JL
88 * elf-hppa.h (elf_hppa_relocate_section): Allow undefined
89 symbols when building shared libraries.
90 (elf_hppa_final_link_relocate): Correct handling of PCREL
91 relocations against undefined symbols.
92
d0f2103d
NC
931999-09-16 Nick Clifton <nickc@cygnus.com>
94
95 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Mark
96 interworking sections as linker created so that they will not
97 be removed by garbage collection.
98
19ef5465
JL
99Wed Sep 15 02:31:57 1999 Jeffrey A Law (law@cygnus.com)
100
101 * elf-hppa.h (elf_hppa_final_link): Revamp __gp handling.
102 (elf_hppa_final_link_relocate): Consistently create an absolute
103 address, then subtract out the value of __gp.
104
6d83c84b
MM
1051999-09-14 Michael Meissner <meissner@cygnus.com>
106
107 * configure.in (Canonicalization of target names): Remove adding
108 ${CONFIG_SHELL} in front of $ac_config_sub, since autoconfig 2.14
109 generates $ac_config_sub with a ${CONFIG_SHELL} already.
110 * configure: Regenerate.
111
06a5ee55
NC
1121999-09-14 Nick Clifton <nickc@cygnus.com>
113
114 * elf32-m32r.c (ELF_MAXPAGESIZE): Change to 0x1 (at request of
115 Mitsubishi).
116
b2e311df
JL
117Mon Sep 13 20:01:47 1999 Jeffrey A Law (law@cygnus.com)
118
2ec0dd12
JL
119 * elf-hppa.h (elf_hppa_record_segment_addrs): New function.
120 (elf_hppa_final_link): Initialize text_segment_base and
121 data_segment_base.
122 (elf_hppa_final_link_relocate): Handle SEGREL relocations.
123
b2e311df
JL
124 * elf-hppa.h (elf_hppa_final_link): Remove unused variables.
125 (elf_hppa_final_link_relocate): Likewise.
126 (elf_hppa_relocate_insn): Likewise.
127 (elf_hppa_relocate_section): Initialize HOWTO.
128
79207490
ILT
1291999-09-13 Donn Terry <donn@interix.com>
130
e5db213d
ILT
131 * coffcode.h (styp_to_sec_flags): Further refinement of COMDAT
132 handling to support both GNU and MS objects.
133
79207490
ILT
134 * coffcode.h (coff_write_object_contents): Don't check reloc_count
135 when determining whether to set F_RELFLG.
136
59f2c4e7
NC
1371999-09-13 Philip Blundell <pb@nexus.co.uk>
138
139 * elf32-arm.h (elf32_arm_final_link_relocate): Don't range-check
140 PC24 relocs if the target is an undefined weak symbol.
141 (arm_add_to_rel): Fix compiler warning.
142 (elf32_arm_plt0_entry): Correct comments.
143
2f66722d
AM
1441999-09-13 Alan Modra <alan@spri.levels.unisa.edu.au>
145
146 * elfcode.h (write_relocs): Check for the_bfd NULL when handling
147 an absolute symbol in REL relocs.
148
228d307f
JL
149Sun Sep 12 23:47:58 1999 Jeffrey A Law (law@cygnus.com)
150
151 * elf-hppa.h (elf_hppa_final_link_relocate): Handle SECREL32.
152 Stub SEGREL32. Return an error for any relocation not handled.
153
49147fca
ILT
1541999-09-12 Ian Lance Taylor <ian@zembu.com>
155
156 * cofflink.c (coff_link_add_symbols): Look for special MSVC string
157 constant symbols, and avoid multiple definition errors on them.
158
86b21447
ILT
1591999-09-12 Donn Terry <donn@interix.com>
160
161 * libbfd.c (bfd_log2): Rewrite to avoid infinite loop if most
162 significant bit is set.
163
eeaf533e
ILT
1641999-09-11 Ian Lance Taylor <ian@zembu.com>
165
a50f8417
ILT
166 * coff-ppc.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
167
eeaf533e
ILT
168 * elfcode.h (write_relocs): Handle an absolute symbol in REL
169 relocs as we do for RELA relocs.
170
703153b5
ILT
1711999-09-11 Donn Terry <donn@interix.com>
172
2fbadf2c
ILT
173 * libpei.h (_bfd_pei_final_link_postscript): Declare.
174 (coff_final_link_postscript): Define.
175 * peigen.c (_bfd_pei_swap_aouthdr_out): Don't set value for data
176 directory entries here.
177 (_bfd_pei_final_link_postscript): New function.
178
8c42d010
ILT
179 * peigen.c (_bfd_pei_swap_scnhdr_out): Remove code which sets
180 section flags based on the section name.
181
cb43721d
ILT
182 * peicode.h (coff_swap_scnhdr_in): If COFF_IMAGE_WITH_PE, the
183 get the overflow of the s_nlnno field from the s_nreloc field.
184 * peigen.c (_bfd_pei_swap_scnhdr_out): If doing a final link, swap
185 the s_nlnno overflow of the .text section into the s_nreloc
186 field.
187
5933bdc9
ILT
188 * peigen.c (add_data_entry): Declare.
189 (pei_swap_aouthdr_out): Get image size right. Set linker version
190 more intuitively.
191 (pei_swap_scnhdr_out): Test for UNINIT section, not .bss.
192 (pe_print_idata): Code cleanup, print more info, get rid of (now)
193 extraneous ImageBase.
194 (pe_print_edata): Likewise.
195 (pe_print_pdata): Likewise. Print exception entries.
196 (pe_print_reloc): Likewise. Print MIPS_JMPADDR.
197 (tbl): Make const, add "UNKNOWN".
198 (_bfd_pe_print_private_bfd_data_common): Print timestamp.
199 (_bfd_pe_bfd_copy_private_bfd_data_common): Don't copy deleted
200 section data directory.
201 (_bfd_pe_bfd_copy_private_section_data): Copy pe_flags.
202
7d2b58d6
ILT
203 * libpei.h (_bfd_pe_bfd_get_symbol_info): Declare.
204 * peigen.c (_bfd_pe_bfd_get_symbol_info): New function.
205 * peicode.h (coff_get_symbol_info): Define.
206
0717ebb7
ILT
207 * config.bfd (i[3456]86-*-interix*): Set targ_cflags to
208 -DSTRICT_PE_FORMAT.
209 * coffcode.h (styp_to_sec_flags): Check STRICT_PE_FORMAT rather
210 than __INTERIX.
211 (coff_classify_symbol): Re-revert 1999-08-08 patch if
212 STRICT_PE_FORMAT.
213
277d1b5e
ILT
214 * libpei.h: New file, broken out of peicode.h.
215 * peigen.c: New file, broken out of peicode.h.
216 * peicode.h: A bunch of code moved out to libpei.h and peigen.c.
217 * configure.in: Add peigen.lo to list of files required for each
218 PE target.
219 * Makefile.am: Rebuild dependencies.
220 (BFD32_BACKENDS): Add peigen.lo.
221 (BFD32_BACKENDS_CFILES): Add peigen.c.
222 (SOURCE_HFILES): Add libpei.h.
223 * configure, Makefile.in: Rebuild.
224
e166a60f
ILT
225 * peicode.h (coff_swap_scnhdr_in): Don't check for a special
226 section name of _BSS; check IMAGE_SCN_CNT_UNINITIALIZED_DATA
227 instead. Don't clear the s_paddr field for an uninitialized data
228 section.
229
1135238b
ILT
230 * coffcode.h (coff_mkobject_hook): Set timestamp field in
231 coff_data_type to f_timdat.
232 * peicode.h (pe_mkobject_hook): Likewise.
233
05bf877a
ILT
234 * peicode.h (coff_swap_filehdr_in): Check the NT executable magic
235 number if COFF_IMAGE_WITH_PE.
236
4cfec37b
ILT
237 * coffcode.h (coff_mkobject_hook): If COFF_WITH_PE, set HAS_DEBUG
238 to the reverse of IMAGE_FILE_DEBUG_STRIPPED.
239 (coff_write_object_contents): Set IMAGE_FILE_DEBUG_STRIPPED if
240 there is no SEC_DEBUGGING section.
241 * peicode.h (pe_mkobject_hook): Set HAS_DEBUG to the reverse of
242 IMAGE_FILE_DEBUG_STRIPPED.
243
33d7d197
ILT
244 * pe-i386.c (COFF_LONG_FILENAMES): Define.
245 (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
246 * pei-i386.c (COFF_LONG_FILENAMES): Define.
247 (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
248
402ef9d4
ILT
249 * coffswap.h (IMAGE_BASE): Don't define.
250 * pei-arm.c (IMAGE_BASE): Don't define.
251 * pei-i386.c (IMAGE_BASE): Don't define.
252 * pei-mcore.c (IMAGE_BASE): Don't define.
253 * pei-ppc.c (IMAGE_BASE): Don't define.
254
8add8e30
ILT
255 * cofflink.c (_bfd_coff_link_input_bfd): When writing out a
256 symbol, switch on the class when determining whether to modify the
257 value. For PE, don't modify the value of a C_FCN symbol not named
258 .bf.
259
c0bed66d
ILT
260 * libbfd-in.h (_bfd_abort): Declare.
261 (abort): Define.
262 * bfd.c (_bfd_abort): New function.
263 * libbfd.h: Rebuild.
264
a50f8417
ILT
265 * coffcode.h (coff_set_alignment_hook): Delete POWERPC_LE_PE
266 special handling.
267
b545f675
ILT
268 * cofflink.c (_bfd_coff_link_input_bfd): If a symbol is stripped,
269 don't write out the associated line numbers.
270
2c546cd8
ILT
271 * cofflink.c (_bfd_coff_write_global_sym): Handle section symbol
272 aux entries.
273
5d3aaa74
ILT
274 * cofflink.c (coff_link_add_symbols): Don't warn about symbol type
275 changes when the base type is unknown.
276
312191a6
ILT
277 * coffgen.c (coff_print_symbol): Fix printing of aux record for
278 function symbols.
279
703153b5 280 * syms.c (BSF_DEBUGGING_RELOC): Define.
d510f9a6
ILT
281 * coffcode.h (coff_slurp_symbol_table): If PE, set BSF_DEBUGGING
282 for C_FCN/C_EFCN symbols, and set BSF_DEBUGGING_RELOC for such
283 symbols named .bf.
703153b5
ILT
284 * coffgen.c (fixup_symbol_value): Relocate a symbol which has
285 BSF_DEBUGGING_RELOC set.
286 * bfd-in2.h: Rebuild.
287
7b50b349
ILT
2881999-09-10 Ian Lance Taylor <ian@zembu.com>
289
290 * ecoff.c (bfd_debug_section): Update initialization for new
291 comdat_info field.
292 (_bfd_ecoff_styp_to_sec_flags): Add section parameter.
293 * libecoff.h (_bfd_ecoff_styp_to_sec_flags): Update declaration.
294
2951999-09-10 H.J. Lu <hjl@gnu.org>
296
297 * coff-alpha.c (alpha_ecoff_backend_data): Initialize the new
298 _bfd_filnmlen field.
299 * coff-mips.c (mips_ecoff_backend_data): Likewise.
300
af7dc644
JL
301Fri Sep 10 00:35:14 1999 Jeffrey A Law (law@cygnus.com)
302
e48c661e
JL
303 * elf-hppa.h (elf_hppa_final_link_relocate): Create .opd entries
304 for FPTR relocs involving local symbols.
305
6a0b9871
JL
306 * elf-hppa.h (elf_hppa_final_link_relocate): Get the right
307 value for the stub address in a call through a stub.
308 Install the value for a local symbol directly into the DLT
309 instead of generating a reloc. Correctly handle FPTR64 relocs.
310
af7dc644
JL
311 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): New function.
312 (elf_hppa_remark_useless_dynamic_symbols): Similarly.
313 (elf_hppa_final_link): Call them.
314
fc4cc5bb
ILT
3151999-09-10 Ian Lance Taylor <ian@zembu.com>
316
317 * elflink.h (elf_fix_symbol_flags): Move weakdef handling here...
318 (elf_adjust_dynamic_symbol): ...from here.
319
be7582f3
JL
320Wed Sep 8 17:56:11 1999 Jeffrey A Law (law@cygnus.com)
321
b7263961
JL
322 * elf-hppa.h (elf_hppa_howto_table); There is no DIR64WR, DIR64DR
323 relocation, remove them. SECREL64->LTOFF16WF.
324 (elf_hppa_final_link_relocate): Handle LTOFF* relocations. Handle
325 DIR* relocations.
326 (elf_hppa_relocate_insn): Similarly.
327
8267b155
JL
328 * elf-hppa.h (elf_hppa_final_link_relocate): Handle PLTOFF* relocs.
329 (elf_hppa_relocate_insn): Similarly.
330
6849fb4d
JL
331 * elf-hppa.h (elf_hppa_final_link_relocate): Handle DPREL* and
332 GPREL* relocations.
333 (elf_hppa_relocate_insn): Similarly.
334
b233eaab
JL
335 * elf-hppa.h (elf_hppa_link_final_relocate): Fix typos.
336 Handle LTOFF_TP* relocs.
337 (elf_hppa_relocate_insn): Similarly.
338
571047ad
JL
339 * elf-hppa.h (elf_hppa_final_link_relocate): Handle PCREL* relocs.
340 Consistently deal with addends. Handle DLTIND14F and DLTREL14F.
341 (elf_hppa_relocate_insn): Handle PCREL* relocs.
342
e5bb3efc
JL
343 * elf-hppa.h (elf_hppa_final_link_relocate): Handle LT_OFF_FPTR*,
344 DIR32, DIR64 and FPTR64 relocations.
345 (elf_hppa_relocate_insn): Similarly.
346
be7582f3
JL
347 * elf-hppa.h (elf_hppa_final_link): Set the value of __gp to the
348 address of the .PARISC.global section.
349 (elf_hppa_relocate_section): Lookup and pass the PA64 hash
350 table entry elf_hppa_final_link_relocate. Do not give a warning
351 for a reloc against an external symbol if it has a PA64 hash
352 table entry.
353 (elf_hppa_final_link_relocate): Significantly rework. Handle
354 DLTIND relocations. Compute the final value of the relocation
355 before passing the value of elf_hppa_relocate_insn.
356 (elf_hppa_relocate_insn): Revamp to handle just bit tiwiddling
357 relocation support. Handle DLTIND relocation requests just like
358 DLTREL relocation requests. Simplify branch handling.
359
3601999-09-08 Ulrich Drepper <drepper@cygnus.com>
361
362 * elf-hppa.h (elf_hppa_relocate_section): Catch problems with
363 non-allocated section as done in i386 version.
364 (elf_hppa_final_link_relocate): Uncomment R_PARISC_14F in switch
365 statement since this is no know relocation.
366
c8933571
JL
367Tue Sep 7 17:25:12 1999 Jeffrey A Law (law@cygnus.com)
368
084d930b
JL
369 * elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14F
370 relocs.
371 (elf_hppa_relocate_insn): Similarly.
372
11c19a4e
JL
373 * elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14WR and
374 DLTREL14WD relocs.
375 (elf_hppa_relocate_insn): Similarly.
376
c8933571
JL
377 * elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14R and
378 DLTREL21L relocs. Pass the output bfd to elf_hppa_relocate_insn.
379 Pass the relocate type rather than the insn format to
380 elf_hppa_relocate_insn.
381 (elf_hppa_relocate_insn): Make switch dependent on relocation type
382 rather than the opcode. Handle DLTREL21L and DLTREL14R relocs.
383
692b7d62
ILT
3841999-09-07 Ian Lance Taylor <ian@zembu.com>
385
386 * coffcode.h (bfd_coff_backend_data): Add _bfd_filnmlen field.
387 (bfd_coff_filnmlen): Define.
388 (bfd_coff_std_swap_table): Initialize new field.
389 * coffgen.c (coff_fix_symbol_name): Use bfd_coff_filnmlen rather
390 than FILNMLEN.
391 (coff_write_symbols): Likewise.
392 (coff_get_normalized_symtab): Likewise.
393 * coff-sh.c (bfd_coff_small_swap_table): Initialize new field.
394 * libcoff.h: Rebuild.
395
022a5af4
ILT
3961999-09-06 Donn Terry <donn@interix.com>
397
75cc7189
ILT
398 * coffcode.h (sort_by_secaddr): New static function if
399 COFF_IMAGE_WITH_PE.
400 (coff_compute_section_file_positions): If COFF_IMAGE_WITH_PE, sort
401 sections by VMA when assigning target_index values. Always set
402 virt_size.
403
8d3ad4e1 404 * libcoff-in.h (struct pei_section_tdata): Add pe_flags field.
fdfd89ab
ILT
405 * coffcode.h (coff_set_alignment_hook) [COFF_WITH_PE version]: Set
406 pe_flags field.
8d3ad4e1
ILT
407 * libcoff.h: Rebuild.
408
8a1ad8e7
ILT
409 * coffcode.h (coff_set_custom_section_alignment): Add const to
410 declaration to match definition.
411 (coff_write_object_contents): Don't set F_AR32W(R)? if
412 COFF_WITH_PE.
413
414 * coff-i386.c (in_reloc_p): Add declaration.
415 (i386coff_vec): Simplify initialization of
416 application_section_flags.
417
41733515
ILT
418 * coffcode.h (sec_to_styp_flags): Write separate COFF_WITH_PE
419 version. Move COFF_WITH_PE specific code to new version.
420 (stype_to_sec_flags): Likewise. Add section parameter.
421 * coffgen.c (make_a_section_from_file): Set target_index before
422 calling styp_to_sec_flags. Pass section to styp_to_sec_flags.
423 * libcoff.h: Rebuild.
424
92962560
ILT
425 * syms.c (stt): Add some PE/PEI section names.
426 (bfd_decode_symclass): Return 'w', not 'U', for a weak undefined
427 symbol.
428 (bfd_symbol_info): Check for 'w'.
429
022a5af4
ILT
430 * section.c (struct bfd_comdat_info): Define.
431 (asection): Add comdat field.
432 (STD_SECTION): Initialize comdat field.
433 (bfd_make_section_anyway): Likewise.
434 * bfd-in2.h: Rebuild.
435
0d271c1a
AS
4361999-09-06 Andreas Schwab <schwab@suse.de>
437
438 * elflink.h (elf_link_add_object_symbols): Copy NON_GOT_REF flag
439 to version symbols.
440
fed79cc6
NC
4411999-09-06 Nick Clifton <nickc@cygnus.com>
442
443 * elflink.h (elf_gc_record_vtentry): Use bfd_zmalloc and
444 bfd_realloc instead of calloc and realloc.
445
0bcb993b
ILT
4461999-09-04 Steve Chamberlain <sac@pobox.com>
447
448 * cpu-pj.c: New file.
449 * elf32-pj.c: New file.
450 * config.bfd (pj*): New cpu.
451 (pj-*-*, pjl-*-*): New targets.
452 * configure.in (bfd_elf32_pj_vec): New target vector.
453 (bfd_elf32_pjl_vec): New target vector.
454 * archures.c (bfd_arch_pj): Define.
455 * elf.c (prep_headers): Handle bfd_arch_pj.
456 * reloc.c: Define BFD_RELOC_PJ_* relocations.
457 * targets.c (bfd_elf32_pj_vec, bfd_elf32_pjl_vec): Declare and add
458 to target vector list.
459 * Makefile.am: Rebuild dependencies.
460 (ALL_MACHINES): Add cpu-pj.lo.
461 (ALL_MACHINES_CFILES): Add cpu-pj.c.
462 (BFD32_BACKENDS): Add elf32-pj.lo.
463 (BFD32_BACKENDS_CFILES): Add elf32-pj.c.
464 * configure, Makefile.in, bfd-in2.h, libbfd.h: Rebuild.
465
7843f00e
ILT
4661999-09-04 Ian Lance Taylor <ian@zembu.com>
467
468 * elf-bfd.h (ELF_LINK_NON_GOT_REF): Define.
469 * elflink.h (elf_adjust_dynamic_symbol): Copy REF_REGULAR_NONWEAK
470 and NON_GOT_REF from weak defined symbol to real symbol.
471 * elf32-i386.c (elf_i386_check_relocs): Set NON_GOT_REF.
472 (elf_i386_adjust_dynamic_symbol): If NON_GOT_REF is not set, don't
473 create a COPY reloc.
474 * elf32-sparc.c (elf32_sparc_check_relocs): Set NON_GOT_REF.
475 (elf32_sparc_adjust_dynamic_symbol): If NON_GOT_REF is not set,
476 don't create a COPY reloc.
477
814fe68a
ILT
4781999-09-03 Ian Lance Taylor <ian@zembu.com>
479
480 * elflink.h (elf_bfd_final_link): When counting relocations, don't
481 count those in sections we are not including in the link.
482
20e29382
JL
483Thu Sep 2 17:41:20 1999 Jeffrey A Law (law@cygnus.com)
484
485 * elflink.h (elf_link_add_object_symbols): Work around bogus SH_LINK
486 field in hpux11 shared libraries.
487
4b56dbbd
NC
4881999-09-02 Nick Clifton <nickc@cygnus.com>
489
490 * elflink.h (elf_gc_record_vtentry): Fix memory leak.
491
2eb429af
JL
492Wed Sep 1 13:34:29 1999 Jeffrey A Law (law@cygnus.com)
493
494 * elf-hppa.h (elf_hppa_add_symbol_hook): New function.
495 (elf_hppa_final_link, elf_hppa_relocate_section): Likewise.
496 (elf_hppa_final_link_relocate, elf_hppa_relocate_insn): Likewise.
497
994819d2
NC
4981999-08-31 Alexandre Petit-Bianco <apbianco@cygnus.com>
499
500 * elflink.h (record_link_assignment): When possible, keep the
501 original type of the symbol.
502
0d571602
JL
503Mon Aug 30 15:26:48 1999 Jeffrey A Law (law@cygnus.com)
504
505 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Allow both
506 R_PARISC_DIR32 and R_PARISC_DIR64 regardless of how the
507 tools were configured.
508 * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type): Declare.
509
9458945f
MM
5101999-08-26 Mark Mitchell <mark@codesourcery.com>
511
512 * elf32-mips.c (_bfd_mips_elf_check_relocs): Don't allocate local
513 GOT entries for GOT16 relocations; they're not required.
514
021e3cc0
NC
5151999-08-24 Nick Clifton <nickc@cygnus.com>
516
517 From a patch submitted by Roland McGrath <roland@baalperazim.frob.com>
518
519 * config.bfd (arm-*-netbsd*): New target.
520 * configure.in (armnetbsd_vec): New target vector.
521 * configure: Regenerate
522 * targets.c (bfd_target_vector): Add &armnetbsd_vec.
523
524 * Makefile.am (BFD32_BACKENDS): Add armnetbsd.lo.
525 (ALL_MACHINES_CFILES): Add armnetbsd.c.
526 (armnetbsd.lo): New rule with deps.
527 * Makefile.in: Regenerate.
528
529 * armnetbsd.c: New file: Definitions specific to arm-netbsd
530 target.
531
7da1b175
JL
532Tue Aug 24 00:25:58 1999 Jeffrey A Law (law@cygnus.com)
533
534 * som.c (som_slurp_symbol_table): Fix typo in comment.
535
1ca74062
JL
536Fri Aug 20 17:01:23 1999 Jeffrey A Law (law@cygnus.com)
537
538 * elf-hppa.h (elf_hppa_fake_sections): Compute section indices
539 here instead of using elf_section_data...
540
69e70d30
NC
5411999-08-19 Nick Clifton <nickc@cygnus.com>
542
543 * coff-mcore.c (mcore_emit_base_file_entry): New function: Emit
544 relocations into the base file.
545 (coff_mcore_relocate_section): Call mcore_emit_base_file_entry if
546 we are building a base file.
547
98c1d4aa
NC
5481999-08-19 Nick Clifton <nickc@cygnus.com>
549
550 * elf32-arm.h (arm_add_to_rel): New function. Add a value to
551 a REL style reloc.
552 (elf32_arm_relocate_section): Use arm_add_to_rel to increment
553 REL relocs when performing a partial relocation.
554
00692651
ILT
5551999-08-18 Donn Terry <donn@interix.com>
556
b2d638c7
ILT
557 * cofflink.c: Move definitions of N_TMASK, et. al., out of
558 _bfd_coff_link_input_bfd into top level.
559
00692651
ILT
560 * coff-i386.c (coff_i386_reloc): Handle R_IMAGEBASE.
561 (RTYPE2HOWTO): Return NULL if reloc type is out of range.
562 (coff_i386_rtype_to_howto): Likewise.
563 * coffcode.h (coff_slurp_symbol_table): Change a -2 to N_DEBUG.
564 Completely ignore symbols which are all zero.
565 (dummy_reloc16_estimate): Add return 0.
566 * cofflink.c (_bfd_coff_link_input_bfd): Rename inner scope
567 variable copy to name_copy to avoid shadowing outer scope
568 variable.
569 * libcoff-in.h (coff_data_type): Change raw_syment_count field
570 from unsigned int to unsigned long. Add timestamp field.
571 * libcoff.h: Rebuild.
572
1396cd2d
ILT
5731999-08-17 H.J. Lu <hjl@gnu.org>
574
575 * elf32-hppa.c (bfd_elf32_bfd_is_local_label_name): Fix typo in
576 macro definition.
577
0035bd7b
ILT
5781999-08-17 Ian Lance Taylor <ian@zembu.com>
579
580 * elf32-mips.c (_bfd_mips_elf_add_symbol_hook): Set BSF_DYNAMIC
581 for special section symbols.
582 * elflink.h (elf_merge_symbol): If we have no old BFD, check
583 BSF_DYNAMIC on the section symbol to see whether the old BFD is
584 dynamic.
585
8535d39c
MM
5861999-08-15 Mark Mitchell <mark@codesourcery.com>
587
588 * elf32-mips.c (mips_elf_calculate_relocation): Fix unfortunate
589 coincidence of variable names between old and new code.
590
bcbdc74c
NC
5911999-08-12 Nick Clifton <nickc@cygnus.com>
592
593 * elf32-arm.h (elf32_arm_to_thumb_stub): Make 'offset' parameter
594 into a bfd_vma and 'addend' parameter a 'bfd_signed_vma'.
595 (elf32_thumb_to_arm_stub): Make 'offset' parameter into a bfd_vma
596 and 'addend' parameter a 'bfd_signed_vma'.
597 (elf32_arm_final_link_relocate): Do not involve stubs in
598 R_ARM_THM_PC22 relocs relative to section symbols, they are long
599 jumps, not function calls.
600
23080146
NC
6011999-08-11 Robin Farine <advanc@dial.eunet.ch>
602
603 * elf32-arm.h (elf32_arm_final_link_relocate): Check for overflow
604 in R_ARM_PC24 relocs.
605
fc91f658
JL
606Tue Aug 10 12:48:09 1999 Jeffrey A Law (law@cygnus.com)
607
052e120f
JL
608 * elf-hppa.h (elf_hppa_fake_sections): New function.
609 * elf32-hppa.c (elf_backend_fake_sections): Define.
610
27ac83bf
RH
611 * elf-hppa.h (elf_hppa_final_write_processing): Update for
612 recent changes to the arch_info structure.
3a9acac8 613
fc91f658
JL
614 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle
615 R_HPPA_SEGBASE and R_HPPA_SEGREL32.
616 * cpu-hppa.c (bfd_hppa20w_arch): New entry in architecture info
617 list.
618
5499724a 619Tue Aug 10 00:34:29 1999 Mark P. Mitchell <mark@codesourcery.com>
27ac83bf 620 Ralf Baechle <ralf@uni-koblenz.de>
5499724a
MM
621
622 * elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Always
623 output DT_MIPS_GOTSYM.
624 (_bfd_mips_elf_finish_dynamic_sections): Use the same value as
625 DT_MIPS_SYMTABNO if there are no global GOT symbols.
626
ce006217
MM
627Tue Aug 10 00:21:08 1999 Mark P. Mitchell <mark@codesourcery.com>
628
7b1f1231
MM
629 * elf32-mips.c (mips_elf_create_dynamic_relocation): Change
630 prototype. Handle local symbols. Add commentary.
631 (mips_elf_calculate_relocation): Adjust accordingly.
632 (_bfd_mips_elf_check_relocs): Handle local symbols in R_MIPS_32
633 relocations.
634
ce006217
MM
635 * elflink.h (elf_bfd_final_link): Tweak last change.
636
b037af20
MM
6371999-08-09 Mark Mitchell <mark@codesourcery.com>
638
639 * elflink.h (elf_link_size_reloc_section): Use the counts in the
640 elf-section data to allocate just the right amount of relocation
641 space. Don't allocate the hash space twice.
642 (elf_bfd_final_link): Calculate the amount of space to allocate in
643 each relocation section.
644
432bdd91
JL
645Mon Aug 9 17:37:30 1999 Jeffrey A Law (law@cygnus.com)
646
647 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type, case 32): When in
648 64bit mode, generate a section relative relocation for a 32bit
649 wide relocation.
650 (elf_hppa_is_local_label_name): New function.
651 * elf32-hppa.c (elf_hppa_is_local_label_name): Deleted. To be
652 shared between 32bit and 64bit port.
653
b944b044
MM
6541999-08-09 Mark Mitchell <mark@codesourcery.com>
655
656 * elf32-mips.c (elf_mips_howto_table): Fix src_mask for
657 R_MIPS_GOT16 and R_MIPS_CALL16.
658 (mips_elf_got16_entry): Use mips_elf_high to calculate the value
b037af20 659 to use when looking for a preexisting GOT entry.
b944b044 660
840a9995
ILT
6611999-08-09 Jakub Jelinek <jj@ultra.linux.cz>
662
663 * elf64-sparc.c (sparc64_elf_relocate_section): Back out part of
664 the Sep. 4th, 1998 change. glibc 2.0.x dynamic linker had bug,
665 not binutils.
666 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
667
91d3970e
ILT
6681999-08-09 Geoff Keating <geoffk@cygnus.com>
669
670 * elflink.h (elf_link_output_extsym): Don't output a weak
671 reference to an undefined symbol just because it was defined weak
672 in a shared object.
673
798c1fb8
ILT
6741999-08-09 Eli Zaretskii <eliz@is.elta.co.il>
675
676 * coffgen.c (coff_find_nearest_line): When looking for file, use
677 last best match rather than first. If address is beyond last line
678 number record, don't return the last line as the correct value.
679
851edbaf
ILT
6801999-08-08 Ian Lance Taylor <ian@zembu.com>
681
682 * section.c (SEC_SMALL_DATA): Rename from SEC_SHORT.
683 * bfd-in2.h: Rebuild.
684
5dccc1dd
ILT
6851999-08-08 Mark Elbrecht <snowball3@bigfoot.com>
686
687 * libcoff-in.h (struct coff_section_alignment_entry): Define.
688 * coffcode.h (coff_set_custom_section_alignment): New static
689 function.
690 (coff_section_alignment_table): New static array.
691 (coff_new_section_hook): Use coff_set_customer_section_alignment.
692 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
693 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
694 * libcoff.h: Rebuild.
695
74eeebea
ILT
6961999-08-08 Ian Lance Taylor <ian@zembu.com>
697
698 * Makefile.am: Rename .dep* files to DEP*. Change DEP variable to
699 MKDEP.
700 * Makefile.in: Rebuild.
701
bd826630
ILT
7021999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
703
704 * section.c (SEC_SHARED): Define.
705 * coffcode.h (sec_to_styp_flags): Handle SEC_SHARED.
706 (styp_to_sec_flags): Likewise.
707 * peicode.h (coff_swap_scnhdr_out): Likewise.
708 * bfd-in2.h: Rebuild.
709
855b0be7
ILT
7101999-08-08 Ian Lance Taylor <ian@zembu.com>
711
bd826630
ILT
712 * coffcode.h (coff_classify_symbol): Comment out part of
713 1999-08-05 change which breaks cygwin DLLs.
714
855b0be7
ILT
715 * acinclude.m4 (BFD_BINARY_FOPEN): Change -windows to -windows*.
716 * aclocal.m4, configure: Rebuild.
717
22bc497d
ILT
7181999-08-06 Ian Lance Taylor <ian@zembu.com>
719
720 * section.c (global_syms): Only initialize union field if
721 __STDC__.
722
4f2860ca
MM
7231999-08-04 Mark Mitchell <mark@codesourcery.com>
724
725 * elf32-mips.c (mips_elf_got16_entry): Don't multiply GOT index by
726 the size of a GOT entry here.
727 (mips_elf_calculate_relocation): Don't create a local GOT entry
728 for the symbol in a GOT16 relocation; just for it's high-order bit
729 (_bfd_mips_elf_relocate_section): Fix thinko.
730
5d54c628
ILT
7311999-08-05 Ian Lance Taylor <ian@zembu.com>
732
733 Based on patches from Donn Terry <donn@interix.com>:
734 * coffcode.h (enum coff_symbol_classification): Define.
735 (bfd_coff_backend_data): Rename _bfd_coff_sym_is_global to
736 _bfd_coff_classify_symbol. Change return type.
737 (bfd_coff_classify_symbol): Rename from bfd_coff_sym_is_global.
738 (coff_slurp_symbol_table): Use coff_classify_symbol.
739 (coff_classify_symbol): New static function.
740 (coff_sym_is_global): Never define.
741 (bfd_coff_std_swap_table): Initialize with coff_classify_symbol.
742 * cofflink.c (coff_link_check_ar_symbols): Use
743 bfd_coff_classify_symbol rather than bfd_coff_sym_is_global.
744 (coff_link_add_symbols): Likewise.
745 (_bfd_coff_link_input_bfd): Likewise.
746 * coff-sh.c (bfd_coff_small_swap_table): Initialize with
747 coff_classify_symbol.
748 * libcoff.h: Rebuild.
749
36860900
JL
750Wed Aug 4 18:08:07 1999 Jeffrey A Law (law@cygnus.com)
751
1560fbe4
JL
752 * libhppa.h (R_HPPA_LTPSEL, R_HPPA_RTPSEL): New field selectors
753 (e_ltpsel, e_rtpsel): Similarly.
754
36860900
JL
755 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle 21bit e_ltpsel
756 and 14bit ertpsel. Handle 64bit psel.
757
e7c44218
MM
7581999-08-04 Mark Mitchell <mark@codesourcery.com>
759
760 * elf32-mips.c (_bfd_mips_elf_relocate_section): Tweak HI16/LO16
761 handling for REL relocations. And only left-shift R_MIPS26
762 relocation addends where necessary.
763
3811169e
MM
7641999-08-03 Mark Mitchell <mark@codesourcery.com>
765
23b255aa
MM
766 * elf32-mips.c (mips_elf_next_lo16_addend): Rename to ...
767 (mips_elf_next_lo16_relocation): Don't compute the addend here.
768 Just return the relocation found.
769 (mips_elf_relocate_section): Pull the LO16 addend out of the
770 section itself when using REL relocations.
771
3811169e
MM
772 * elf32-mips.c (mips_elf_calculate_relocation): Restore
773 _DYNAMIC_LINK handling and handling of undefined symbols in shared
774 libraries.
775
aab08431
ILT
7761999-08-03 Ian Lance Taylor <ian@zembu.com>
777
2d146250
ILT
778 * elf32-ppc.c (ppc_elf_relocate_section): Don't use the relocation
779 value of a symbol in a SEC_DEBUGGING section. Warn when doing a
780 relocation against a symbol in an input section with no output
781 section. From Daniel Jacobowitz <drow@false.org>.
782
cb94091f
ILT
783 * coff-stgo32.c (go32_stubbed_coff_object_p): Remove; not used.
784
aab08431
ILT
785 * acinclude.m4 (BFD_CC_FOR_BUILD): Change to use conftest, and to
786 look for generated file correctly.
787 * aclocal.m4, configure: Rebuild.
788
5a44662b
MM
7891999-08-02 Mark Mitchell <mark@codesourcery.com>
790
791 * elf32-mips.c (_bfd_mips_elf_relocate_section): Handle R_MIPS_26
792 and R_MIPS16_26 relocations correctly when relocating.
793 (_bfd_mips_elf_check_relocs): Don't assume that R_MIPS_CALL_HI16
794 and R_MIPS_CALL_LO16 are for global symbols.
795
1fa0ddb3
RH
7961999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
797
798 * elflink.h (elf_bfd_final_link): Copy the whole isym, not just
799 some fields.
800 * elf64-sparc.c (sparc64_elf_output_arch_syms): Declare used
801 variables and initialize them.
802
97287574
MM
8031999-08-01 Mark Mitchell <mark@codesourcery.com>
804
8b237a89
MM
805 * elf32-mips.c (_bfd_mips_elf_final_link): Handle the case where
806 there are no global symbols requiring GOT entries.
807 (_bfd_mips_elf_size_dynamic_sections): Likewise.
808 (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
809 (_bfd_mips_elf_finish_dynamic_sections): Likewise.
810
97287574
MM
811 * elf32-mips.c (mips_elf_calculate_relocation): Undefined weak
812 symbols are considered to have the value zero.
813 (_bfd_mips_elf_relocate_section): Don't try to perform a
814 relocation for an undefined symbol.
815 (_bfd_mips_elf_check_relocs): Allocate locate GOT space for local
816 GOT16 relocations.
817
a11c78e7
RH
8181999-07-30 Jakub Jelinek <jj@ultra.linux.cz>
819
820 * elf64-sparc.c (sparc64_elf_build_plt): Cosmetic change - ABI
821 wants ba,a,pt %xcc instead of %icc.
822 Emit correct .PLT0-(.PLTN+4) initial value into the pointer slots
823 of large PLT entries.
824 (sparc64_elf_plt_ptr_offset): Fix calculation.
825 (sparc64_elf_finish_dynamic_symbol): Negative value of R_SPARC_JMP_SLOT
826 addend should be relative to load address, not .plt section start.
827 (sparc64_elf_size_info): Sparc64 uses 32bit .hash entries.
828
587ff49e
RH
8291999-07-30 Jakub Jelinek <jj@ultra.linux.cz>
830
831 * elf-bfd.h (struct elf_backend_data): Add
832 print_symbol_all and output_arch_syms backend methods.
833 * elfxx-target.h: Likewise.
834 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create,
835 sparc64_elf_add_symbol_hook, sparc64_elf_output_arch_syms,
836 sparc64_elf_get_symbol_type, sparc64_elf_symbol_processing): New
837 functions.
838 (sparc64_elf_size_dynamic_sections): Leave space for STT_REGISTER
839 symbols in .dynsym, add their names into .dynstr. Put those symbols
840 into dynlocal.
841 (sparc64_elf_finish_dynamic_sections): Fix up DT_SPARC_REGISTER
842 pointers to STT_REGISTER symbols in dynsym section.
843 (sparc64_elf_print_symbol_all): New function.
844 * elf.c (bfd_elf_print_symbol): Allow special backend symbol
845 printing using the print_symbol_all hook.
846
d512aa07
CM
8471999-07-30 Catherine Moore <clm@cygnus.com>
848
849 * elf32-arm.h (elf32_arm_check_relocs): Use r_offset for
850 R_ARM_GNU_VTENTRY.
851
441d6d79
RH
8521999-07-29 Richard Henderson <rth@cygnus.com>
853
854 * elf32-mips.c (_bfd_mips_elf_final_link): Only re-sort dynsyms if
855 dynamic_sections_created.
856
c9b3cbf3
RH
8571999-07-29 Richard Henderson <rth@cygnus.com>
858
859 * elf32-mips.c (mips_info_to_howto_rel): Split out switch to ...
860 (mips_rtype_to_howto): ... new function.
861 (_bfd_mips_elf_relocate_section): Use it.
862
b89db8f2
MM
8631999-07-28 Mark Mitchell <mark@codesourcery.com>
864
865 * elf32-mips.c (_bfd_mips_elf_relocate_section): Fix typo.
866
f8111282
NC
8671999-07-27 Nick Clifton <nickc@cygnus.com>
868
869 Patch generated by Bernd Schmidt. <bernds@cygnus.co.uk>
870
871 * coff-arm.c (coff_arm_is_local_label_name): Change to strip
872 out only symbols that start with LOCAL_LABEL_PREFIX followed by 'L'.
873
7d923127
ILT
8741999-07-23 Donn Terry <donn@interix.com>
875
7fd9c191
ILT
876 * libcoff-in.h (coff_link_hash_entry): Add coff_link_hash_flags
877 field, and define COFF_LINK_HASH_PE_SECTION_SYMBOL.
878 * cofflink.c (coff_link_add_symbols): If PE, handle section
879 symbols specially.
880 * libcoff.h: Rebuild.
881
7d923127
ILT
882 * config.bfd (i[3456]86-*-interix*): New target.
883
242eabea
ILT
8841999-07-21 Mark Elbrecht <snowball3@bigfoot.com>
885
886 * coffcode.h (styp_to_sec_flags): If COFF_LONG_SECTION_NAMES and
887 COFF_SUPPORT_GNU_LINKONCE, mark sections whose names begin with
888 .gnu.linkonce with SEC_LINKONCE and SEC_LINK_DUPLICATES_DISCARD.
889 * coff-go32.c: (COFF_LONG_SECTION_NAMES): Define.
890 (COFF_SUPPORT_GNU_LINKONCE): Define.
891 * coff-stgo32.c: (COFF_LONG_SECTION_NAMES): Define.
892 (COFF_SUPPORT_GNU_LINKONCE): Define.
893
9c8ac5a9
ILT
8941999-07-21 Ian Lance Taylor <ian@zembu.com>
895
896 From Mark Elbrecht:
897 * makefile.dos: Remove; obsolete.
980e4bf7 898 * configure.bat: Remove; obsolete.
9c8ac5a9 899
957ccf44
ILT
9001999-07-21 H.J. Lu <hjl@gnu.org>
901
902 * config.bfd (i[3456]86-*-vxworks*): Add targ_underscore=yes.
903
75987f83
ILT
9041999-07-21 Philippe De Muyter <phdm@macqel.be>
905
906 * cofflink.c (_bfd_coff_generic_relocate_section): Issue an error
907 message and fail if a symbol index is out of range.
908
2841ecd0
ILT
9091999-07-21 Ian Lance Taylor <ian@zembu.com>
910
911 * elf32-mips.c (mips_elf_calculate_relocation): Get the GP value
912 when looking at a R_MIPS_GOT16 relocation.
913
8a70eff3
NC
9141999-07-20 Nick Clifton <nickc@cygnus.com>
915
916 * coff-m88k.c: Use CREATE_BIG_COFF_TARGET_VEC.
917
0db63c18
MM
918Mon Jul 19 14:03:44 1999 Mark P. Mitchell <mark@codesourcery.com>
919
920 * elf32-mips.c (_bfd_mips_elf_final_link): Restore setting of GP
921 removed in previous change.
922 (_bfd_mips_elf_relocate_section): Adjust GP relative relocations
923 in relocateable output.
924
accc7f69
ILT
9251999-07-19 Ian Lance Taylor <ian@zembu.com>
926
272dc76f
ILT
927 * coff-m88k.c (m88kbcs_vec): Initialize new field of bfd_target
928 structure.
929
accc7f69
ILT
930 * elflink.h (elf_merge_symbol): Do merge symbols from the same BFD
931 if they appear to be specially created by the linker.
932
c3c89269
NC
9331999-07-19 Nick Clifton <nickc@cygnus.com>
934
935 * targets.c (alternative_target): New field in bfd_target
936 structure.
937 (bfd_search_for_target): New function: Find a target that
938 satisifies a search function.
939 * bfd-in2.h: Regenerate.
940
941 * elfxx-target.h: Initialise the alternative_target field of
942 the bfd_target structures to point to the other target (if
943 defined).
944 * nlm-target.h: Initialise the alternative_target field of
945 the bfd_target structures to point to the other target (if
946 defined).
947
948 * coffcode.h (CREATE_BIG_COFF_TARGET_VEC): New macro.
949 (CREATE_LITTLE_COFF_TARGET_VEC): New macro.
950
951 * aix386-core.c: Initialise new field of bfd_target structure.
952 * aout-adobe.c: Initialise new field of bfd_target structure.
953 * aout-arm.c: Initialise new field of bfd_target structure.
954 * aout-target.h: Initialise new field of bfd_target structure.
955 * aout-tic30.c: Initialise new field of bfd_target structure.
956 * binary.c: Initialise new field of bfd_target structure.
957 * bout.c: Initialise new field of bfd_target structure.
958 * cisco-core.c: Initialise new field of bfd_target structure.
959 * coff-a29k.c: Use CREATE_BIG_COFF_TARGET_VEC.
960 * coff-alpha.c: Initialise new field of bfd_target structure.
961 * coff-apollo.c: Use CREATE_BIG_COFF_TARGET_VEC.
962 * coff-arm.c: Use CREATE_{BIG|LITTLE}_COFF_TARGET_VEC.
963 * coff-h8300.c: Use CREATE_BIG_COFF_TARGET_VEC.
964 * coff-h8500.c: Use CREATE_BIG_COFF_TARGET_VEC.
965 * coff-i386.c: Initialise new field of bfd_target structure.
966 * coff-i860.c: Initialise new field of bfd_target structure.
967 * coff-i960.c: Use CREATE_LITTLE_COFF_TARGET_VEC.
968 * coff-m68k.c: Use CREATE_BIG_COFF_TARGET_VEC.
969 * coff-mcore.c: Use CREATE_{BIG|LITTLE}_COFF_TARGET_VEC.
970 * coff-mips.c: Initialise new field of bfd_target structure.
971 * coff-ppc.c: Initialise new field of bfd_target structure.
972 * coff-rs6000.c: Initialise new field of bfd_target structure.
973 * coff-sh.c: Use CREATE_{BIG|LITTLE}_COFF_TARGET_VEC.
974 * coff-sparc.c: Use CREATE_BIG_COFF_TARGET_VEC.
975 * coff-tic30.c: Initialise new field of bfd_target structure.
976 * coff-tic80.c: Use CREATE_LITTLE_COFF_TARGET_VEC.
977 * coff-w65.c: Use CREATE_LITTLE_COFF_TARGET_VEC.
978 * coff-we32k.c: Use CREATE_BIG_COFF_TARGET_VEC.
979 * coff-z8k.c: Use CREATE_BIG_COFF_TARGET_VEC.
980 * hppabsd-core.c: Initialise new field of bfd_target structure.
981 * hpux-core.c: Initialise new field of bfd_target structure.
982 * i386msdos.c: Initialise new field of bfd_target structure.
983 * i386os9k.c: Initialise new field of bfd_target structure.
984 * ieee.c: Initialise new field of bfd_target structure.
985 * ihex.c: Initialise new field of bfd_target structure.
986 * irix-core.c: Initialise new field of bfd_target structure.
987 * mipsbsd.c: Initialise new field of bfd_target structure.
988 * netbsd-core.c: Initialise new field of bfd_target structure.
989 * oasys.c: Initialise new field of bfd_target structure.
990 * osf-core.c: Initialise new field of bfd_target structure.
991 * ppcboot.c: Initialise new field of bfd_target structure.
992 * ptrace-core.c: Initialise new field of bfd_target structure.
993 * sco5-core.c: Initialise new field of bfd_target structure.
994 * som.c: Initialise new field of bfd_target structure.
995 * srec.c: Initialise new field of bfd_target structure.
996 * tekhex.c: Initialise new field of bfd_target structure.
997 * trad-core.c: Initialise new field of bfd_target structure.
998 * versados.c: Initialise new field of bfd_target structure.
999 * vms.c: Initialise new field of bfd_target structure.
1000
a9602746
AS
10011999-07-19 Andreas Schwab <schwab@suse.de>
1002
1003 * elflink.h (elf_bfd_final_link): Remove unused variables rel_hash
1004 and rel_hdr.
1005
31367b81
MM
1006Sat Jul 17 02:28:28 1999 Mark P. Mitchell <mark@codesourcery.com>
1007
1008 * elflink.h (elf_link_adjust_relocs): New function.
1009 (elf_bfd_final_link): Use it.
1010 (elf_link_input_bfd): Deal with the fact that there can be
1011 two relocation sections for a single section.
1012 (elf_reloc_link_order): Likewise.
1013
1014 * elf32-mips.c (_bfd_mips_elf_final_link): Don't set GP for
1015 a relocateable object.
1016 (_bfd_mips_elf_relocate_section): Handle relocateable links.
1017
f65054f7
RH
10181999-07-16 Jakub Jelinek <jj@ultra.linux.cz>
1019
1020 * elf64-sparc.c (sparc64_elf_info_to_howto): Use ELF64_R_TYPE_ID.
1021 (sparc64_elf_get_reloc_upper_bound,
1022 sparc64_elf_get_dynamic_reloc_upper_bound,
1023 sparc64_elf_slurp_one_reloc_table, sparc64_elf_slurp_reloc_table,
1024 sparc64_elf_canonicalize_dynamic_reloc, sparc64_elf_write_relocs):
1025 New functions.
1026 (sparc64_elf_check_relocs, sparc64_elf_relocate_section): Use
1027 ELF64_R_TYPE_ID/DATA where appropriate.
1028
d6bcbdc1
RH
10291999-07-16 Jakub Jelinek <jj@ultra.linux.cz>
1030
1031 * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Remove
1032 DT_SPARC_PLTFMT.
1033
6387d602
ILT
10341999-07-16 Ian Lance Taylor <ian@zembu.com>
1035
1036 * elf32-mips.c (mips_elf_local_relocation_p): New static
1037 function.
1038 (mips_elf_next_lo16_addend): Call bfd_set_error on failure.
1039 (mips_elf_calculate_relocation): Use mips_elf_local_relocation_p.
1040 Always set *require_jalxp.
1041 (mips_elf_stub_section_p): Mark abfd parameter as unused.
1042 (_bfd_mips_elf_relocate_section): Only look for LO16 following
1043 GOT16 if the GOT16 is against a local symbol. Don't return false
1044 for an undefined symbol. If there is an overflow, assert that we
1045 have a name.
1046
318da145
AS
10471999-07-16 Andreas Schwab <schwab@suse.de>
1048
1049 * elflink.h (elf_link_record_local_dynamic_symbol): Remove unused
1050 variables `link' and `elfsec'.
1051 (elf_bfd_final_link): Remove unused variable `os'.
1052
435394bf
MM
1053Thu Jul 15 17:55:31 1999 Mark P. Mitchell <mark@codesourcery.com>
1054
1055 * elf32-mips.c (_bfd_mips_elf_modify_segment_map): Don't require
1056 a PT_PHDR program headers.
1057 (_bfd_mips_elf_final_link): Don't assume there are going to be
1058 section symbols when we're not building a shared object.
1059 (_bfd_mips_elf_check_relocs): Make sure we have a GOT when
1060 we need one.
1061
ac352105
ILT
10621999-07-15 J.T. Conklin <jtc@redback.com>
1063
1064 * config.bfd (i[3456]86-*-vxworks*): New target.
1065
197b9ca0
MM
10661999-07-15 Mark Mitchell <mark@codesourcery.com>
1067
1068 * elf32-mips.c (mips_elf_stub_section_p): New function.
1069 (mips_elf_calculate_relocation): Handle MIPS16 stub functions.
1070 (mips_elf_relocate_section): Adjust calling sequence for
1071 mips_elf_calculate_relocation and mips_elf_perform_relocation.
1072 (mips_elf_perform_relocation): Turn `jal' into `jalx' where
1073 required.
1074
3a6ae616
ILT
10751999-07-15 Ian Lance Taylor <ian@zembu.com>
1076
1077 * configure.in: Bump version number to 2.9.5.
1078 * configure: Rebuild.
1079
1b83fcb3
JL
1080Thu Jul 15 02:56:15 1999 Jeffrey A Law (law@cygnus.com)
1081
1082 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type, case R_HPPA): Handle
1083 64bit format.
1084 (_bfd_elf_hppa_gen_reloc_type, case R_GOTOFF): Use base reloc type
1085 to derive final type instead of hardwiring a selection.
1086
6296902e
MM
10871999-07-14 Mark Mitchell <mark@codesourcery.com>
1088
1089 * elf32-mips.c (mips_elf_obtain_contents): Swap 16-bit halves of
1090 things relocated by R_MIPS16_GPREL.
1091 (mips_elf_perform_relocation): Likewise.
1092
2ac8ce5f
RH
1093Wed Jul 14 15:23:19 1999 Jim Wilson <wilson@cygnus.com>
1094
1095 * elfxx-target.h (elfNN_bed): Add elf_backend_want_dynbss.
1096
b3be9b46
RH
10971999-07-14 Richard Henderson <rth@cygnus.com>
1098
1099 * elf32-mips.c (struct mips_got_info): Add global_gotno.
1100 (_bfd_mips_elf_size_dynamic_sections): Set it.
1101 (_bfd_mips_elf_final_link): Re-sort; verify the got did not grow.
1102 (mips_elf_sort_hash_table): Set max_non_got_dynindex based off
1103 new argument max_local.
1104
b7233c24
MM
11051999-07-14 Mark Mitchell <mark@codesourcery.com>
1106
1e52e2ee
MM
1107 * elf32-mips.c (mips_elf_obtain_contents): Swap the 16-bit
1108 subwords when handling an R_MIPS16_26 relocation.
1109 (mips_elf_perform_relocation): Don't be paranoid abour right-shift
1110 semantics.
1111
b7233c24
MM
1112 * elf32-mips.c (elf_mips16_gprel_howto): Adjust src_mask and
1113 dst_mask to match reality.
1114 (_bfd_mips_elf_calculate_relocation): Handle R_MIPS16_GPREL.
1115 (mips_elf_obtain_contents): Use bfd_get.
1116 (mips_elf_perform_relocation): Handle R_MIPS16_GPREL.
1117 (mips_elf_relocate_section): Likewise.
1118
e53bd91b
MM
11191999-07-13 Mark Mitchell <mark@codesourcery.com>
1120
1121 * elf32-mips.c (mips_elf_calculate_relocation): Handle R_MIPS16_26.
1122 (mips_elf_relocate_section): Adjust calling sequence for
1123 mips_elf_perform_relocation.
1124 (mips_elf_perform_relocation): Take additional argument. Handle
1125 R_MIPS16_26. Use bfd_put for convenience.
1126
28a7f3e7
RH
11271999-07-13 Richard Henderson <rth@cygnus.com>
1128
1129 * elf.c (assign_file_positions_for_segments): Thinko last change.
1130 Always overwrite p_flags.
1131
3018b441
RH
11321999-07-13 Richard Henderson <rth@cygnus.com>
1133
1134 * elf-bfd.h (struct elf_backend_data): Add want_dynbss.
1135 * elflink.c (_bfd_elf_create_dynamic_sections): Only create
1136 .dynbss and .rel[a].bss if want_dynbss.
1137 * elfxx-target.h (elf_backend_want_dynbss): Provide default.
1138
30b30c21
RH
11391999-07-13 Richard Henderson <rth@cygnus.com>
1140
1141 * elf.c (assign_file_positions_for_segments): Don't overwrite p_flags.
1142
3018b441
RH
11431999-07-13 Richard Henderson <rth@cygnus.com>
1144
30b30c21
RH
1145 * elf-bfd.h (struct elf_link_local_dynamic_entry): New.
1146 (struct elf_link_hash_table): Add dynlocal.
1147 (_bfd_elf_link_lookup_local_dynindx): Prototype.
1148 (_bfd_elf_link_adjust_dynindx): Delete.
1149 (_bfd_elf_link_renumber_dynsyms): Prototype.
1150 (_bfd_elf,link_record_local_dynamic_symbol): Prototype.
1151 * elfcode.h (elf_link_record_local_dynamic_symbol): New alias.
1152 * elflink.c (_bfd_elf_link_adjust_dynindx): Delete.
1153 (_bfd_elf_link_lookup_local_dynindx): New function.
1154 (elf_link_renumber_hash_table_dynsyms): New function.
1155 (_bfd_elf_link_renumber_dynsyms): New function.
1156 * elflink.h (elf_link_record_local_dynamic_symbol): New function.
1157 (struct elf_assign_sym_version_info): Delete removed_dynamic.
1158 (bfd_elf,size_dynamic_sections): Use _bfd_strip_section_from_output
1159 instead of elf_link_remove_section_and_adjust_dynindices.
1160 Remove removed_dynamic code. Use _bfd_elf_link_renumber_dynsyms.
1161 (elf_link_assign_sym_version): Remove removed_dynamic code.
1162 (elf_link_renumber_dynsyms): Delete.
1163 (elf_bfd_final_link): Install section and local symbols into .dynsym.
1164
1165 * elf32-m68k.c (elf_m68k_adjust_dynindx): Delete.
1166 (elf_m68k_size_dynamic_sections): Don't set section dynindicies.
1167 (elf_m68k_finish_dynamic_sections): Don't write section dynsyms.
1168 * elf32-mips.c: Similarly.
1169 * elf32-ppc.c: Similarly.
1170 * elf32-sparc.c: Similarly.
1171 * elf64-alpha.c: Similarly.
1172 * elf64-sparc.c: Similarly.
1173
97a4bb05
MM
11741999-07-13 Mark Mitchell <mark@codesourcery.com>
1175
1176 * elf32-mips.c (mips_elf_calculate_relocation): Do not complain
1177 when _gp_disp is undefined. Do not check R_MIPS_LO16 for overflow
1178 when the relocation is against _gp_disp.
1179
a3c7651d
MM
11801999-07-12 Mark Mitchell <mark@codesourcery.com>
1181
1182 * dwarf2.c (read_attribute): Support DW_FORM_ref8.
1183 * elf32-mips.c (mips_elf_link_hash_entry): Change mips_32_relocs
1184 to possibly_dynamic_relocs. Adjust usage throughout code.
1185 (elf_mips_howto_table): Handle R_MIPS_64 correctly.
1186 (elf_mips_ctor64_howto): Likewise.
1187 (mips_elf_calculate_relocation): Handle R_MIPS_64 like R_MIPS_32.
1188 Adjust indentation.
1189 (mips_elf_relocate_section): Handle R_MIPS_64 in 32-bit mode.
1190 (_bfd_mips_elf_check_relocs): Handle R_MIPS_64 like R_MIPS_32.
1191 Use MIPS_ELF_GOT_SIZE to calculate the size of GOT entries.
1192 * elf64-mips.c (elf_backend_may_use_rel_p): Define.
1193
5f771d47
ILT
11941999-07-12 Ian Lance Taylor <ian@zembu.com>
1195
67e5d3d6
ILT
1196 * Makefile.am: Rebuild dependencies.
1197 * Makefile.in: Rebuild.
1198
1199 * bfd-in.h: Remove tests of COFF_IMAGE_WITH_PE.
1200 * bfd-in2.h: Rebuild.
1201
5f771d47
ILT
1202 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
1203 as appropriate. Use EMPTY_HOWTO as appropriate. Fill in
1204 structure initializations. Add casts.
1205 * reloc.c (EMPTY_HOWTO): Define.
1206 * bfd-in2.h: Rebuild.
1207 * coff-h8300.c (h8300_reloc16_extra_cases): Remove useless
1208 comparisons against 0.
1209 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Change
1210 previous_ibfd_e_flags to unsigned long.
1211 * vms.h (struct vms_private_data_struct): Change section_count to
1212 unsigned.
1213 * vms-gsd.c (_bfd_vms_slurp_gsd): Change psect_idx to unsigned.
1214 (_bfd_vms_write_gsd): Change symnum to unsigned.
1215 * vms-hdr.c (_bfd_vms_write_hdr): Change symnum to unsigned.
1216 * vms-tir.c (etir_sta): Change psect to unsigned.
1217 (alloc_section): Change idx to unsigned.
1218 (tir_sta, tir_ctl): Change psect to unsigned.
1219 (_bfd_vms_write_tir): Change len and before to bfd_size_type.
1220 * vms.c (priv_section_count): Change to unsigned.
1221
121089cb
AS
12221999-07-12 Andreas Schwab <schwab@suse.de>
1223
1224 * elf32-m68k.c: Add some ATTRIBUTE_UNUSED.
1225 * m68klinux.c: Likewise.
1226
e049a0de
ILT
12271999-07-12 Ian Lance Taylor <ian@zembu.com>
1228
1229 * Many files: Changes to avoid gcc warnings: Remove unused local
1230 variables. Add default case to enum switches.
1231 * coff-arm.c (bfd_arm_allocate_interworking_sections): Only
1232 compile if not COFF_IMAGE_WITH_PE.
1233 (record_arm_to_thumb_glue, record_thumb_to_arm_glue): Likewise.
1234 (bfd_arm_get_bfd_for_interworking): Likewise.
1235 (bfd_arm_process_before_allocation): Likewise.
1236 * epoc-pei-arm.c: Don't rename bfd_arm functions.
1237 * pei-arm.c: Likewise.
1238 * elf32-mips.c (mips_elf_link_hash_table_create): Don't declare.
1239 (MIPS_ELF_ADD_DYNAMIC_ENTRY): Correct last change.
1240 (mips_elf_got16_entry): Put parens around & in body of ==.
1241 (mips_elf_calculate_relocation): Correct test for empty string.
1242 * vms-gsd.c: Use _bfd_error_handler rather than fprintf to
1243 stderr.
1244 * vms-misc.c (_bfd_vms_length_hash_symbol): Correct sprintf
1245 format.
1246
3a99b017
ILT
12471999-07-11 Ian Lance Taylor <ian@zembu.com>
1248
7442e600
ILT
1249 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
1250 as appropriate. Fill in structure initializations. Add variable
1251 initializations. Add casts.
1252 * dwarf1.c (parse_line_table): Change eachLine to unsigned long.
1253 (dwarf1_unit_find_nearest_line): Change i to unsigned long.
1254
3a99b017
ILT
1255 * elf.c (bfd_elf_hash): Change parameter from unsigned char * to
1256 char *.
1257 * elf-bfd.h (bfd_elf_hash): Update declaration.
1258 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Remove casts
1259 when calling bfd_elf_hash.
1260
65388f2d
MM
12611999-07-11 Mark Mitchell <mark@codesourcery.com>
1262
9ebbd33e
MM
1263 * libbfd.c (bfd_put_8): Make it of type `void'.
1264 * bfd-in2.h: Regenerated.
1265 * elf32-mips.c (MIPS_ELF_ADD_DYNAMIC_ENTRY): Conditionalize
1266 for 32-bit hosts.
1267 (_bfd_mips_elf_final_link): Likewise.
1268
65388f2d
MM
1269 * elflink.h (elf_link_read_relocs_from_section): Be type-correct.
1270
5b4e2818
JL
1271Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
1272
1273 * config.bfd (hppa*-*-linux-gnu*): New target
1274
c7ac6ff8
MM
12751999-07-07 Mark Mitchell <mark@codesourcery.com>
1276
103186c6
MM
1277 * elf-bfd.h (_bfd_mips_elf_section_from_shdr): Constify.
1278 (_bfd_mips_elf_create_dynamic_sections): New function.
1279 (_bfd_mips_elf_add_symbol_hook): Likewise.
1280 (_bfd_mips_elf_adjust_dynamic_symbol): Likewise.
1281 (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
1282 (_bfd_mips_elf_finish_dynamic_sections): Likewise.
1283 (_bfd_mips_elf_gc_mark_hook): Likewise.
1284 (_bfd_mips_elf_gc_sweep_hook): Likewise.
1285 (_bfd_mips_elf_always_size_sections): Likewise.
1286 (_bfd_mips_elf_size_dynamic_sections): Likewise.
1287 (_bfd_mips_elf_check_relocs): Likewise.
1288 (_bfd_mips_elf_link_hash_table_create): Likewise.
1289 (_bfd_mips_elf_print_private_data): Likewise.
1290 (_bfd_mips_elf_link_output_symbol_hook): Likewise.
1291 (_bfd_mips_elf_final_link): Likewise.
1292 (_bfd_mips_elf_additional_program_headers): Likewise.
1293 (_bfd_mips_elf_modify_segment_map): Likewise.
1294 (_bfd_mips_elf_relocate_section): Likewise.
1295 * elf32-mips.c (mips_elf32_object_p): Move contents into
1296 _bfd_mips_elf_object_p.
1297 (mips_elf_additional_program_headers): Rename to
1298 _bfd_mips_elf_additional_program_headers.
1299 (mips_elf_modify_segment_map): Rename to
1300 _bfd_mips_elf_modify_segment_map.
1301 (elf_mips_abi_name): Change prototype.
1302 (mips_elf32_section_from_shdr): Merge into
1303 _bfd_mips_elf_section_from_shdr.
1304 (mips_elf32_section_processing): Merge into
1305 _bfd_mips_elf_section_processing.
1306 (mips_elf_final_link): Rename to _bfd_mips_elf_final_link. Invoke
1307 the right back-end ELF linker.
1308 (mips_elf_relocate_section): Rename to
1309 _bfd_mips_elf_relocate_section. Clean up. Adjust for 64-bit code.
1310 (mips_elf_link_output_symbol_hook): Rename to
1311 _bfd_mips_elf_link_output_symbol_hook.
1312 (mips_elf_create_dynamic_section): Rename to
1313 _bfd_mips_elf_create_dynamic_section.
1314 (mips_elf_check_relocs): Rename to _bfd_mips_elf_check_relocs.
1315 Adjust for 64-bit code. Use mips_elf_got_section.
1316 (mips_elf_adjust_dynamic_symbol): Rename to
1317 _bfd_mips_elf_adjust_dynamic_symbol. Use
1318 mips_elf_allocate_dynamic_relocations.
1319 (mips_elf_finish_dynamic_symbol): Rename to
1320 _bfd_mips_elf_finish_dynamic_symbol. Use mips_elf_got_section.
1321 Adjust for 64-bit code.
1322 (mips_elf_finish_dynamic_sections): Rename to
1323 _bfd_mips_elf_finish_dynamic_sections. Adjust for 64-bit code.
1324 (mips_elf_always_size_sections): Rename to
1325 _bfd_mips_elf_always_size_sections.
1326 (mips_elf_add_symbol_hook): Rename to
1327 _bfd_mips_elf_add_symbol_hook.
1328 (mips_elf_next_lo16_addend): Constify.
1329 (mips_elf_calculate_relocation): Likewise.
1330 (mips_elf_obtain_contents): Likewise.
1331 (mips_elf_perform_relocation): Likewise.
1332 (mips_elf_create_dynamic_relocation): Likewise.
1333 (mips_elf_allocate_dynamic_relocations): New function.
1334 (MIPS_ELF_REL_DYN_SECTION_NAME): New macro.
1335 (MIPS_ELF_REL_SIZE): Likewise.
1336 (MIPS_ELF_DYN_SIZE): Likewise.
1337 (MIPS_ELF_GOT_SIZE): Likewise.
1338 (MIPS_ELF_SYM_SIZE): Likewise.
1339 (MIPS_ELF_LOG_FILE_ALIGN): Likewise.
1340 (MIPS_ELF_GET_WORD): Likewise.
1341 (MIPS_ELF_PUT_WORD): Likewise.
1342 (MIPS_ELF_ADD_DYNAMIC_ENTRY): Likewise.
1343 (STUB_LW): Conditionalize for 64-bit value.
1344 (elf_mips_howto_table): Add R_MIPS_HIGHER and R_MIPS_HIGHEST
1345 entries.
1346 (_bfd_mips_elf_merge_private_bfd_data): Merge e_ident[EI_CLASS].
1347 Check it for inconsistency.
1348 (_bfd_mips_elf_print_private_bfd_data): Print ABI=64 for 64-bit
1349 ABI.
1350 (_bfd_mips_elf_fake_sections): Remove duplicate handling of
1351 .msym.
1352 (mips_elf_global_got_index): Use MIPS_ELF_GOT_SIZE.
1353 (mips_elf_got_offset_from_index): Use misp_elf_got_section.
1354 (mips_elf_create_local_got_entry): Use MIPS_ELF_GOT_SIZE.
1355 (mips_elf_local_got_index): Likewise.
1356 (mips_elf_got_page): Likewise.
1357 (mips_elf_got_info): Likewise.
1358 (mips_elf_create_dynamic_relocation): Handle 32-bit/64-bit split.
1359 (ELF_DYNAMIC_INTERPRETER): Handle 64-bit code.
1360 (mips_elf_create_dynamic_sections): Use MIPS_ELF_LOG_FILE_ALIGN,
1361 instead of constant `2'.
1362 (mips_elf_create_got_section): Tidy. Use MIPS_ELF_GOT_SIZE.
1363 (mips_elf_create_msym_section): Use MIPS_ELF_LOG_FILE_ALIGN.
1364 (mips_elf_size_dynamic_sections): Use
1365 MIPS_ELF_REL_DYN_SECTION_NAME, MIPS_ELF_GOT_SIZE,
1366 MIPS_ELF_ADD_DYNAMIC_ENTRY. Remove #if 0'd code.
1367 Adjust all releveant entries in elf backend table.
1368 * elf64-mips.c (mips_elf64_section_from_shdr): Remove.
1369 (mips_elf64_section_processing): Likewise.
1370 Adjust elf backend entries to use _bfd_mips_elf variants now
1371 publicly available.
1372
c7ac6ff8
MM
1373 * elflink.h (elf_link_create_dynamic_sections): Handle non-standard
1374 hash-entry sizes.
1375 (size_dynamic_sections): Likewise.
1376 (elf_link_output_extsym): Likewise.
1377 * elf.c: (elf_fake_sections): Likewise.
1378 * libbfd.c (bfd_get): New macro.
1379 (bfd_put): Likewise.
1380 * bfd-in2.h: Regenerated.
1381
13821999-07-07 Mark Mitchell <mark@codesourcery.com>
1383
1384 * elf-bfd.h (elf_size_info): Add hash_entry_size,
1385 int_rels_per_ext_rel, swap_dyn_out, swap_reloc_in, swap_reloc_out,
1386 wap_reloca_in, and swap_reloca_out.
1387 * elflink.h (elf_link_read_relocs_from_section): Adjust to handle
1388 multiple internal relocations per external relocation.
1389 (link_read_relocs): Likewise.
1390 (elf_bfd_final_link): Likewise.
1391 (elf_link_input_bfd): Likewise.
1392 (elf_gc_mark): Likewise.
1393 (elf_gc_smash_unused_vtentry_relocs): Likewise.
1394 * elfcode.h (elf_swap_dyn_out): Adjust type to match
1395 elf_swap_dyn_in.
1396 (size_info): Add entries for new fields.
1397 * elf64-mips.c (mips_elf64_swap_reloc_out): Enable.
1398 (mips_elf64_be_swap_reloc_in): New function.
1399 (mips_elf64_be_swap_reloc_out): Likewise.
1400 (mips_elf64_be_swap_reloca_in): Likewise.
1401 (mips_elf64_be_swap_reloca_out): Likewise.
1402 (mips_elf64_size_info): Add entries for new fields.
1403
0525d26e
ILT
14041999-07-07 Ian Lance Taylor <ian@zembu.com>
1405
1406 * elflink.h (elf_bfd_final_link): Assert that section reloc_count
1407 field equals the new rel_count field.
1408 (elf_link_input_bfd): When doing a relocateable link, use the new
1409 rel_count field rather than the reloc_count field.
1410 (elf_reloc_link_order): Likewise.
1411 (elf_finish_pointer_linker_section): Likewise.
1412
1413 Based on patch from H.J. Lu <hjl@gnu.org>:
1414 * elflink.h (elf_merge_symbol): Permit a non-weak definition in a
1415 shared library to override a weak definition in a regular object.
1416
9db37001
JL
1417Tue Jul 6 10:23:39 1999 Jeffrey A Law (law@cygnus.com)
1418
27ac83bf 1419 * libhppa.h: Revert July 2, 1999 patch.
37afc161 1420
9db37001
JL
1421 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): T mode selectors
1422 need to generate DLTIND relocations, not DLTREL relocations.
1423
752149a0
NC
14241999-07-05 Nick Clifton <nickc@cygnus.com>
1425
478d07d6
NC
1426 * coffcode.h (coff_set_arch_mach_hook): Recognise arm 5
1427 architectures.
1428 (coff_set_flags): Recognise arm 5 architectures.
1429
1430 * cpu-arm.c: Add support for strongarm and arm9 cpus.
1431 Add support for armv5 architecture.
1432
1433 * archures.c: Add bfd_mach_arm_5 and bfd_mach_arm_5T.
1434
752149a0
NC
1435 * reloc.c: Add new, assembler only, ARM reloc:
1436 BFD_RELOC_ARM_ADRL_IMMEDIATE.
1437
1438 * bfd-in2.h: Regenerate.
1439
5e38c3b8
MM
14401999-07-02 Mark Mitchell <mark@codesourcery.com>
1441
1442 * dwarf2.c (parse_comp_unit): Add ABBREV_LENGTH parameter.
1443 (_bfd_dwarf2_find_nearest_line): Add ADDR_SIZE parameter.
1444 * elf.c (_bfd_elf_find_nearest_line): Pass it.
1445 * elf32-arm.h (elf32_arm_find_nearest_line): Likewise.
1446 * elf32-mips.c (ABI_64_P): New macro.
1447 (IRIX_COMPAT): We are IRIX6-compatible if ABI_64_P.
1448 (_bfd_mips_elf_find_nearest_line): Adjust call to
1449 _bfd_dwarf2_find_nearest_line.
1450 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
1451 * libbfd.h: Regenerated.
1452
4766cbee
ILT
14531999-07-02 Ian Lance Taylor <ian@zembu.com>
1454
1455 * config.bfd: Add * at the end of i[3456]86-*-unixware.
1456
2a6d0fe7
JL
1457Fri Jul 2 12:21:10 1999 Jeffrey A Law (law@cygnus.com)
1458
1459 * libhppa.h (HPPA_R_ARG_RELOC): Delete.
1460 (HPPA_R_CONSTANT, HPPA_R_ADDEND): Likewise.
1461
23bc299b
MM
14621999-07-01 Mark Mitchell <mark@codesourcery.com>
1463
1464 * elf-bfd.h (bfd_elf_section_data): Add rel_count and rel_count2
1465 fields.
1466 (_bfd_elf_init_reloc_shdr): New function.
1467 * elf.c (_bfd_elf_new_section_hook): Use bfd_zalloc, rather than
1468 bfd_alloc followed by memset.
1469 (_bfd_elf_init_reloc_shdr): New function, split out from ...
1470 (elf_fake_sections): Here.
1471 (assign_section_numbers): Assign section numbers for the second
1472 relocation section, if required.
1473 * elflink.h (elf_link_output_relocs): New function.
1474 (elf_link_size_reloc_section): Likewise.
1475 (elf_bfd_final_link): Use elf_link_size_reloc_section.
1476 (elf_link_input_bfd): Use elf_link_output_relocs.
1477
1478 * elf32-mips.c (_bfd_mips_elf_fake_sections): Use
1479 _bfd_elf_init_reloc_shdr to initialize rel_hdr2.
1480
17bb48e0
JL
1481Thu Jul 1 13:58:48 1999 Jeffrey A Law (law@cygnus.com)
1482
1483 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle R_PCREL_CALL
1484 with 22bit format.
1485
7403cb63
MM
14861999-06-28 Mark Mitchell <mark@codesourcery.com>
1487
1488 * elf32-mips.c (mips_elf_got_info): Move declaration before
1489 prototypes. Change global_gotsym to be a pointer to a hash entry,
1490 rather than a number index.
1491 (mips_elf_link_hash_entry): Move declaration before prototypes.
1492 (mips_elf_irix6_finish_dynamic_symbol): New function.
1493 (mips_elf_sign_extend): Likewise.
1494 (mips_elf_high): Likewise.
1495 (mips_elf_higher): Likewise.
1496 (mips_elf_highest): Likewise.
1497 (mips_elf_global_got_index): Likewise.
1498 (mips_elf_local_got_index): Likewise.
1499 (mips_elf_got_offset_from_index): Likeiwse.
1500 (mips_elf_record_global_got_symbol): Likewise.
1501 (mips_elf_got_page): Likewise.
1502 (mips_elf_next_lo16_addend): Likewise.
1503 (mips_elf_calculate_relocation): Likewise.
1504 (mips_elf_obtain_contents): Likewise.
1505 (mips_elf_perform_relocation): Likewise.
1506 (mips_elf_assign_gp): Likewise.
1507 (mips_elf_sort_hash_table_f): Likewise.
1508 (mips_elf_sort_hash_table): Likewise.
1509 (mips_elf_got_section): Likewise.
1510 (mips_elf_got_info): Likewise.
1511 (mips_elf_create_local_got_entry): Likewise.
1512 (mips_elf_got16_entry): Likewise.
1513 (mips_elf_create_dynamic_relocation): Likewise.
1514 (elf_mips_howto_table): Add description of R_MIPS_SCN_DISP.
1515 (mips_elf_final_gp): Use mips_elf_assign_gp.
1516 (_bfd_mips_elf_symbol_processing): Don't move SHN_COMMON symbols
1517 into SHN_SCOMMON automatically on IRIX6.
1518 (mips_elf_add_symbol_hook): Likewise.
1519 (mips_elf_relocate_section): Rewrite, using
1520 mips_elf_calculate_relocation and mips_elf_perform_relocation.
1521 (mips_elf_create_dynamic_section): Use MIPS_ELF_STUB_SECTION_NAME.
1522 Don't deal with .rld_map on IRIX6.
1523 (mips_elf_create_got_section): Adjust use of global_gotsym. Set
1524 section flags appropriately for .got.
1525 (mips_elf_check_relocs): Handle IRIX6 relocations making use of
1526 the got. Call mips_elf_record_global_got_symbol and allocate
1527 local got space appropriately.
1528 (mips_elf_size_dynamic_sections): Use bfd_byte *, not unsigned
1529 char *. Rework calculation of GOT size. Sort dynamic symbol
1530 table entries so entries that do not require GOT entries appear at
1531 the beginning. Don't use DT_MIPS_HIPAGENO on IRIX6. Remove dead
1532 code dealing with DT_INIT and DT_FINI. Remove fiddling with
1533 global_gotsym.
1534 (mips_elf_finish_dynamic_symbol): Adjust creation of global GOT
1535 entries.
1536 (mips_elf_finish_dynamic_symbol): Use
1537 mips_elf_irix6_finish_dynamic_symbol.
1538 (mips_elf_finish_dynamic_sections): Correct off-by-one error
1539 setting DT_MIPS_UNREFEXTNO. Adjust setting of DT_MIPS_GOTSYM for
1540 change to global_gotsym. Set DT_MIPS_OPTIONS on IRIX6.
1541
0dda5f7a
ILT
15421999-06-30 Ian Lance Taylor <ian@zembu.com>
1543
1544 * elf32-mips.c (mips_elf_final_link): Don't set CPIC when doing a
1545 relocateable link. From Ralf Baechle <ralf@uni-koblenz.de>.
1546
04f7c78d
NC
15471999-06-04 Philip Blundell <philb@gnu.org>
1548
1549 * elf32-arm.h (elf_backend_got_header_size): Define.
1550 (elf_backend_plt_header_size): Likewise.
1551
a72747a3
NC
15521999-06-28 Jim Pick <jim@jimpick.com>
1553
1554 * elf32-arm.h (elf32_arm_relocate_section): Mind no_undefined
1555
caf3d37c
JL
1556Tue Jun 29 02:25:03 1999 Jeffrey A Law (law@cygnus.com)
1557
1558 * elf-hppa.c (elf_hppa_howto_table): Use bfd_elf_generic_reloc as
1559 relocation function.
1560 * elf32-hppa.c (hppa_elf_reloc): Kill unused/unwanted function.
1561
9886bd43
MM
15621999-06-27 Mark Mitchell <mark@codesourcery.com>
1563
303f629d
MM
1564 * elf32-mips.c (MIPS_ELF_SRDATA_SECTION_NAME): New macro.
1565 (MIPS_ELF_OPTIONS_SECTION_NAME): Likewise.
1566 (MIPS_ELF_STUB_SECTION_NAME): Likewise.
1567 (_bfd_mips_elf_section_from_shdr): Use them.
1568 (_bfd_mips_elf_fake_sections): Likewise. Add .srdata to the list
1569 of GP-relative sections.
1570 (_bfd_mips_elf_set_section_contents): Use them.
1571 (_bfd_mips_elf_section_processing): Share code between .sdata and
1572 .lit4/.lit8 sections. Set appropriate flags for .srdata.
1573 (mips_elf_additional_program_headers): Add handling for
1574 PT_MIPS_OPTIONS segment on IRIX6.
1575 (mips_elf_modify_segment_map): Likeiwse.
1576 (mips_elf_final_link): Set EF_MIPS_CPIC when required by the ABI.
1577 Include the options sections on IRIX6. Don't look for GP-relative
1578 sections by name; use SHF_MIPS_GPREL instead.
1579 (ELF_DYNAMIC_INTERPRETER): Adjust to use /usr/lib32/libc.so.1 for
1580 the N32 ABI.
1581 (mips_elf_create_dynamic_sections): Don't muck about with section
1582 alignments and such on IRIX6.
1583 (mips_elf_adjust_dynamic_symbol): Use MIPS_ELF_STUB_SECTION_NAME.
1584 (mips_elf_size_dynamic_sections): Likewise. Adjust to handle the
1585 fact that ELF_DYNAMIC_INTERPRETER is no longer a constant. Use
1586 bfd_zalloc rather than bfd_alloc and memset.
1587 (mips_elf_finish_dynamic_symbol): Use MIPS_ELF_STUB_SECTION_NAME.
1588 Don't assert the existence of .rld_map on IRIX6.
1589 (mips_elf_finish_dynamic_sections): Use MIPS_ELF_STUB_SECTION_NAME.
1590
9886bd43
MM
1591 * elf32-mips.c (mips_elf_adjust_dynindx): Remove.
1592 (mips_elf_size_dynamic_sections): Use _bfd_elf_link_adjust_dynindx
1593 instead.
1594
a94a7c1c
MM
15951999-06-26 Mark Mitchell <mark@codesourcery.com>
1596
c6142e5d
MM
1597 * elf32-mips.c (mips_elf_swap_msym_in): New function.
1598 (mips_elf_swap_msym_out): New function.
1599 (mips_elf_create_msym_section): Likewise.
1600 (MIPS_ELF_MSYM_SECTION_NAME): New macro.
1601 (_bfd_mips_elf_final_write_processing): Set sh_link for .msym.
1602 (_bfd_mips_elf_section_from_shdr): Reject an SHT_MIPS_MSYM
1603 section not named .msym.
1604 (_bfd_mips_elf_fake_sections): Use MIPS_ELF_MSYM_SECTION_NAME, not
1605 .msym directly. Set appropriate attributes for the .msym
1606 section.
1607 (mips_elf_link_hash_entry): Add min_dyn_reloc_index field.
1608 (mips_elf_link_hash_newfunc): Clear it.
1609 (mips_elf_create_dynamic_sections): Create the .msym section
1610 on IRIX6.
1611 (mips_elf_size_dynamic_sections): Allocate space for the
1612 .msym section. Add a DT_MIPS_MSYM entry.
1613 (mips_elf_finish_dynamic_symbol): Write out a .msym entry for
1614 the symbol.
1615 (mips_elf_finish_dynamic_sections): Assign a value for
1616 DT_MIPS_MSYM. Add .msym entries for the section symbols as well.
1617
a94a7c1c
MM
1618 * elf32-mips.c (irix_compat_t): New enumeration.
1619 (ABI_N32_P): New macro.
1620 (IRIX_COMPAT): Likewise.
1621 (SGI_COMPAT): Implement in terms of IRIX_COMPAT.
1622 (mips_elf_relocate_section): Fix typo.
1623
254f5c45
ILT
16241999-06-26 Mumit Khan <khan@xraylith.wisc.edu>
1625
1626 * peicode.h (coff_swap_scnhdr_out): Mark non readonly BFD sections
1627 as writable PE sections.
1628
f623be2b
RH
16291999-06-26 David Mosberger <davidm@hpl.hp.com>
1630
1631 * dwarf2.c (struct arange): New type.
1632 (struct comp_unit): Replace LOW and HIGH by member ARANGE.
1633 (arange_add): New function.
1634 (decode_line_info): Keep track of address ranges that a compilation
1635 unit covers.
1636 (comp_unit_contains_address): Return true if address is contained
1637 in _any_ of the address ranges associated with a compilation unit.
1638 (_bfd_dwarf2_find_nearest_line): Call comp_unit_find_nearest_line
1639 on the first comp_unit that contains the address.
1640
69dd2e2d
RH
16411999-06-26 David Mosberger <davidm@hpl.hp.com>
1642
1643 * dwarf2.c (struct dwarf2_debug): Add member dwarf_line_buffer.
1644 (decode_line_info): Add variable STASH and initialize it to point
1645 to the per-bfd dwarf2_debug info. Remove static variable
1646 dwarf_line_buffer and use stash->dwarf_line_buffer in its place.
1647
0429ebd0
ILT
16481999-06-26 Ian Lance Taylor <ian@zembu.com>
1649
1d7b28df
ILT
1650 * elflink.h (elf_link_output_extsym): It's OK for a -Bsymbolic
1651 shared library to have an undefined symbol.
1652
0429ebd0
ILT
1653 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>:
1654 * elf32-ppc.c (ppc_elf_relocate_section): Fix last patch.
1655
4517897e
JL
1656Thu Jun 24 20:59:11 1999 Jeffrey A Law (law@cygnus.com)
1657
1658 * elf-hppa.c (elf_hppa_final_write_processing): New function.
1659 * elf32-hppa.c: Remove everything related to symbol extension
1660 sections & records. Use the common elf_hppa_final_write_processing.
1661
f0c2e336
MM
16621999-06-22 Mark Mitchell <mark@codesourcery.com>
1663
1664 * elflink.h (size_dynamic_sections): Use user-specified init/fini
1665 functions instead of _init/_fini if requested.
1666
03ae5f59
ILT
16671999-06-23 Ian Lance Taylor <ian@zembu.com>
1668
1669 * elf.c (bfd_section_from_shdr): Avoid crashing on a bogus sh_link
1670 field.
1671
464e1740
ILT
16721999-06-22 Ian Lance Taylor <ian@zembu.com>
1673
1674 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>:
1675 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Set unused dynindx
1676 field to 0, not -1.
1677 (ppc_elf_finish_dynamic_sections): Check for positive section
1678 dynindx field, rather than comparing against -1.
1679 (ppc_elf_relocate_section): Only return false if undefined_symbol
1680 or reloc_overflow fail, not always upon encountering an error.
1681
2f5116e2
MM
16821999-06-22 Mark Mitchell <mark@codesourcery.com>
1683
1684 * elflink.h (link_read_relocs): Explicitly cast external_relocs to
1685 bfd_byte * before performing pointer arithmetic.
1686
9e103c9c
JL
1687Tue Jun 22 13:06:25 1999 Jeffrey A Law (law@cygnus.com)
1688
1689 * elf-hppa.h: New file. Common stuff for elf32 and elf64 PA
1690 support.
1691 * elf32-hppa.c: Include elf-hppa.h.
1692 (ARCH_SIZE): Define.
1693 (elf_hppa_reloc_type_lookup): Delete. Found in the common code
1694 now.
1695 (elf32_hppa_info_to_howto): Similarly.
1696 (elf_hppa_howto_table): Similarly.
1697 (elf_hppa_reloc_type_lookup): Similarly.
1698 (hppa_elf_gen_reloc_type): Similarly.
1699 * elf32-hppa.h (ELF_HOWTO_TALBE, N_PARISC_RELOCS): Delete.
1700
232fb1a3
NC
17011999-06-22 Nick Clifton <nickc@cygnus.com>
1702
1703 * elf32-v850.c (v850_elf_final_link_relocate): Catch overflow
1704 handling R_V850_22_PCREL relocation.
1705
271025eb
ILT
17061999-06-21 Ian Lance Taylor <ian@zembu.com>
1707
1708 * coff-arm.c (arm_emit_base_file_entry): Explicitly declare return
1709 type.
1710
0bde07d4
RH
1711Sun Jun 20 14:13:57 1999 Richard Henderson <rth@cygnus.com>
1712
1713 * section.c (_bfd_strip_section_from_output): Ignore sections
1714 DISCARDed by the link script.
1715
f800e11d
ILT
17161999-06-19 Ian Lance Taylor <ian@zembu.com>
1717
1718 * elflink.h (elf_link_remove_section_and_adjust_dynindices):
1719 Remove unused local variable spp.
1720
1721 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Don't crash if
1722 the entry symbol is not set.
1723
72b60c23
RH
1724Fri Jun 18 04:24:57 1999 Richard Henderson <rth@cygnus.com>
1725
1726 * elf64-alpha.c (elf64_alpha_relocate_section): Don't adjust
1727 GPDISP or LITUSE in a relocatable link.
1728
aec89efb
JR
1729Thu Jun 17 21:24:43 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
1730
1731 * dwarf1.c (alloc_dwarf1_unit): Allocate using bfd_zalloc.
1732 * (alloc_dwarf1_func): Likewise.
1733
5ba624b0
JL
1734Wed Jun 16 03:09:57 1999 Jeffrey A Law (law@cygnus.com)
1735
1736 * libhppa.h: Fix various formatting errors.
1737 (assemble_3); Rewrite using CATENATE.
1738 (assemble_17): Fix various bugs.
1739
59d23ada
NC
17401999-06-16 Nick Clifton <nickc@cygnus.com>
1741
1742 * elf32-mcore.c (R_MCORE_RAW): Fix definition.
1743
0c3ff40b
RH
17441999-06-15 Richard Henderson <rth@cygnus.com>
1745
1746 * section.c (SEC_SHORT): Define.
1747 * bfd-in2.h: Rebuild.
1748
42751cf3
MM
17491999-06-13 Mark Mitchell <mark@codesourcery.com>
1750
78de0b43
MM
1751 * elflink.h (elf_link_remove_section_and_adjust_dynindices):
1752 Remove abfd parameter. Use _bfd_strip_section_from_output.
1753 (bfd_elf_size_dynamic_sections): Adjust callers accordingly.
1754
42751cf3
MM
1755 * elf-bfd.h (_bfd_elf_link_adjust_dynindx): New function.
1756 * elflink.c (_bfd_elf_link_adjust_dynindx): Define it.
1757 * elflink.h (elf_link_remove_section_and_adjust_dynindices): New
1758 function.
1759 (bfd_elf_size_dynamic_sections): Use it.
1760
3e269912
ILT
17611999-06-13 Alan Modra <alan@spri.levels.unisa.edu.au>
1762
1763 * elf32-i386.c (elf_howto_table): Change R_386_PC8 from
1764 complain_overflow_bitfield to complain_overflow_signed.
1765
6b5bd373
MM
17661999-06-13 Mark Mitchell <mark@codesourcery.com>
1767
1768 * elflink.h (elf_link_read_relocs_from_section): New function,
1769 split out from ...
1770 (elf_link_read_relocs): Here. Use it for both relocation
1771 sections.
1772
57e21bef
MM
17731999-06-12 Mark Mitchell <mark@codesourcery.com>
1774
1775 * elfcode.h (elf_slurp_reloc_table_from_section): Don't assume
1776 asect->reloc_count is valid.
1777
cc3bfcee
ILT
17781999-06-12 Ian Lance Taylor <ian@zembu.com>
1779
1780 * elf32-mips.c (mips_elf32_section_processing): Permit a
1781 SHT_MIPS_REGINFO section to have a size of 0.
1782
7a50d4ac
ILT
17831999-06-12 David O'Brien <obrien@freebsd.org>
1784
1785 * config.bfd (alpha*-*-freebsd*): New target.
1786 (i[3456]86-*-freebsd*): Now defaults to ELF.
1787
f5f9cc4f
ILT
17881999-06-11 Ian Lance Taylor <ian@zembu.com>
1789
44257b8b
ILT
1790 * reloc.c (_bfd_relocate_contents): Permit bitfield relocations to
1791 wrap if the relocation covers the high bit of an address.
1792
f5f9cc4f
ILT
1793 * dwarf2.c (decode_line_info): Remove unused variable first_time.
1794
60dac299
RH
17951999-06-10 Jakub Jelinek <jj@ultra.linux.cz>
1796
1797 * elf64_sparc.c (sparc64_elf_relocate_section): Use R_SPARC_max_std
1798 instead of R_SPARC_max.
1799 (sparc64_elf_info_to_howto): Likewise.
1800 * elf32_sparc.c (elf32_sparc_relocate_section): Likewise.
1801 (elf32_sparc_info_to_howto): Likewise; handle vtable relocations.
1802
9d7428a9
RH
18031999-06-07 Richard Henderson <rth@cygnus.com>
1804
1805 * section.c (_bfd_strip_section_from_output): Remove output
1806 sections with no initial link_order.
1807
3c82f80f
NC
18081999-06-07 Nick Clifton <nickc@cygnus.com>
1809
1810 * elf32-m88k.c (ELF_MAXPAGESIZE): Define.
1811
eb519dff
AS
1812Mon Jun 7 11:49:43 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1813
1814 * Makefile.am (SOURCE_HFILES): Add missing headers.
1815 * Makefile.in: Regenerated.
1816
7f7e7b68
MM
18171999-06-06 Mark Mitchell <mark@codesourcery.com>
1818
1819 * elf32-mips.c (_bfd_mips_elf_print_private_data): Recognize
1820 the N32 ABI.
1821
dc1bc0c9
RH
18221999-06-04 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1823
1824 * elf32-ppc.c (ppc_elf_relocate_section): Don't barf on out of
1825 range undefweak symbols.
1826 * hash.c: Add missing comma after @xref{}
1827 * linker.c: Likewise.
1828
79e5982f
NC
18291999-06-04 Nick Clifton <nickc@cygnus.com>
1830
1831 * elfxx-target.h (ELF_MAXPAGESIZE): Produce an error message
1832 if not defined.
1833 * elf32-gen.c (ELF_MAXPAGESIZE): Define.
1834 * elf32-i860.c (ELF_MAXPAGESIZE): Define.
1835 * elf32-i960.c (ELF_MAXPAGESIZE): Define.
1836 * elf64-gen.c (ELF_MAXPAGESIZE): Define.
1837
4a54b465
ILT
18381999-06-04 Ian Lance Taylor <ian@zembu.com>
1839
1840 * Makefile.am: Rebuild dependencies.
1841 (BFD32_BACKENDS): Add dwarf1.lo.
1842 (BFD32_BACKENDS_CFILES): Add dwarf1.c.
1843 * Makefile.in: Rebuild.
1844
7714a18c
NC
18451999-06-04 Nick Clifton <nickc@cygnus.com>
1846
1847 * Makefile.am: Add epoc-arm-pe target.
1848 * Makefile.in: Regenerate.
1849 * pe-arm.c: Only redefine interworking function names if they have
1850 not already been redefined.
1851 * pei-arm.c: Only redefine interworking function names if they have
1852 not already been redefined.
1853 * epoc-pe-arm.c: Redefine interworking function names to avoid a
1854 name space clash.
1855 * epoc-pei-arm.c: Redefine interworking function names to avoid a
1856 name space clash.
1857
dece4658
NC
18581999-06-03 Nick Clifton <nickc@cygnus.com>
1859
1860 * elfxx-target.h (ELF_MAXPAGESIZE): Default to 0x1000 not 1.
1861
a9d024b8
AS
1862Fri Jun 4 10:05:11 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1863
1864 * elf.c (elf_fake_sections): Undo change of 1999-05-10.
1865
06e1ba78
JR
1866Fri Jun 4 03:10:49 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
1867
1868 * elf32-sh.c (sh_elf_relax_delete_bytes): Fix setting of
1869 start / stop for recalculating of r_addend of R_SH_SWITCH*.
1870
084aa3aa
JR
1871Fri Jun 4 02:53:13 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
1872
1873 * elf32-sh.c (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH32
1874 in other text sections.
1875
875f7f69
JR
1876Fri Jun 4 02:29:34 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
1877
1878 * libbfd.c (_bfd_generic_verify_endian_match): New function.
1879 * libbfd-in.h (_bfd_generic_verify_endian_match): Declare.
1880 * libbfd.h: Regenerate.
1881 * coff-sh.c (sh_merge_private_data): Delete.
1882 (coff_bfd_merge_private_bfd_data): Change to
1883 _bfd_generic_verify_endian_match.
1884 (elf32-sh.c): bfd_elf32_bfd_merge_private_bfd_data: Define.
1885
6a9d5c9a
UD
18861999-06-03 Ulrich Drepper <drepper@cygnus.com>
1887
1888 * elf32-arm.h: Fix typo: change ELF_MAXPAGE_SIZE to ELF_MAXPAGESIZE.
1889
a3e38ad3
ILT
18901999-06-03 Ian Lance Taylor <ian@zembu.com>
1891
1892 * bfd-in.h (bfd_elf32_arm_allocate_interworking_sections): Correct
1893 prototype.
1894 (bfd_elf32_arm_process_before_allocation): Likewise.
1895 * bfd-in2.h: Rebuild.
1896
159002ff
RH
18971999-06-03 David Mosberger <davidm@hpl.hp.com>
1898
1899 * dwarf2.c (struct line_info): Add member END_SEQUENCE to keep
1900 track of end_sequence markers.
1901 (add_line_info): Add END_SEQUENCE arg.
1902 (decode_line_info): Don't try to infer lo_pc and hi_pc from the
1903 debug-line info---it doesn't work right if a compilation unit
1904 consists of multiple discontiguous code-sequences. It would be
1905 worthwhile to optimize for the common case where a compilation
1906 unit results in a contiguous set of code sequences, but this is
1907 quite tricky to get right for arbitrary DWARF2 files.
1908 (lookup_address_in_line_info_table): Don't use the last line entry
1909 for a compilation unit for anything with an address higher than
1910 this line entry. Also, check for end_sequence markers to
1911 correctly handle discontinuities.
1912 (_bfd_dwarf2_find_nearest_line): When checking previously loaded
1913 compilation units, check all compilation units with each->high==0
1914 just like when reading compilation units.
1915
1916 * dwarf2.c (decode_line_info): Initialize table->files and
1917 table->last_line to NULL to avoid segfaults due to random
1918 values in these members.
1919 (concat_filename): Check for out-of-range file number before
1920 indexing filename table. Segfaults suck.
1921
1922 * dwarf2.c (decode_line_info): Don't truncate address to least
1923 significant 32 bits (breaks 64 bit targets).
1924 (lookup_address_in_function_table): Ditto.
1925 (comp_unit_contains_address): Ditto.
1926
42fdc509
MM
19271999-06-02 Mark Mitchell <Mark Mitchell <mark@codesourcery.com>>
1928
1929 * elf32-mips.c (elf_mips_howto_table): Add R_MIPS_JALR.
1930 * elf64-mips.c (mips_elf64_howto_table_rel): Likewise.
1931 (mips_elf64_howto_table_rela): Likewise.
1932
1933 * elfcode.h (elf_slurp_reloc_table_from_section): New function,
1934 split out from ...
1935 (elf_slurp_reloc_table): Here. Use it to handle the case where a
1936 single section has two associated relocation sections.
6a9d5c9a 1937
9d8cefa9
RH
19381999-06-02 Mark Salter <msalter@cygnus.com>
1939
1940 * coffcode.h (coff_set_alignment_hook): Set lma from s_vaddr if
1941 COFF_WITH_PE defined.
1942
c9fca91d
NC
19431999-06-02 Nick Clifton <nickc@cygnus.com>
1944
1945 * pe-arm.c: Rename global arm interworking functions to avoid name
1946 collision when all targets BFD is built.
1947 * pei-arm.c: Ditto.
1948
bf572ba0
MM
19491999-05-31 Mark Mitchell <mark@codesourcery.com>
1950
1951 * elf-bfd.h (elf_backend_data): Remove use_rela_p. Add
1952 may_use_rel_p, may_use_rela_p, default_use_rela_p.
1953 (bfd_elf_section_data): Add use_rela_p.
1954 * elf.c (bfd_section_from_shdr): Set use_rela_p appropriately.
1955 (_bfd_elf_new_section_hook): Likewise.
1956 (elf_fake_sections): Use may_use_rela_p, etc., instead of
1957 use_rela_p.
1958 (_bfd_elf_copy_private_section_data): Copy use_rela_p.
1959 * elfcode.h (write_relocs): Determine whether or not use rela
1960 relocs based on the relocation section header.
1961 * elflink.c (_bfd_elf_create_dynamic_sections): Use default_use_rela_p
1962 instead of use_rela_p.
1963 * elfxx-target.h (elf_backend_may_use_relp): New macro.
1964 (elf_backend_may_use_rela_p): Likewise.
1965 (elf_backend_default_use_rela_p): Likewise.
1966 (elfNN_bed): Use them.
6a9d5c9a 1967
3fe702fd
RH
1968Wed Jun 2 12:38:49 1999 Miodrag Vallat <miodrag@multimania.com>
1969
1970 * hosts/alphalinux.h (TRAD_CORE_EXTRA_SIZE_ALLOWED): Expand to 4096.
1971
3f830999
MM
1972Tue Jun 1 17:57:58 1999 Mark P. Mitchell <mitchell@n02.acl.lanl.gov>
1973
1974 * reloc.c (BFD_RELOC_MIPS_SUB): New relocation.
1975 (BFD_RELOC_MIPS_GOT_PAGE): Likewise.
1976 (BFD_RELOC_MIPS_GOT_OFST): Likewise.
1977 (BFD_RELOC_MIPS_GOT_DISP): Likewise.
1978 * bfd-in2.h: Regenerated.
1979 * libbfd.h: Likewise.
1980 * elf32-mips.c (mips_info_to_howto_rela): New function.
1981 (USE_REL): Adjust for new conventions.
1982 (MINUS_ONE): New macro.
1983 (elf_mips_howto_table): Add R_MIPS_SUB.
6a9d5c9a 1984 (mips_r): Add entries for MIPS_SUB, MIPS_GOT_PAGE, MIPS_GOT_OFST,
3f830999
MM
1985 and MIPS_GOT_DISP.
1986 (mips_elf_final_write_processing): Set sh_link, not sh_info, for a
1987 .MIPS.content section.
1988 (_bfd_mips_elf_fake_sections): Treat all sections that begin
1989 with .MIPS.content as .MIPS.content sections. Set
1990 SHF_MNIPS_NOSTRIP for such section.
1991 (elf_info_to_howto): Define to mips_info_to_howto_rela.
1992 * elf64-mips.c (mips_r): Add entries for MIPS_SUB, MIPS_GOT_PAGE,
1993 MIPS_GOT_OFST, and MIPS_GOT_DISP.
1994
70f06c4a
AS
1995Wed Jun 2 11:51:12 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1996
015985c9
AS
1997 * vms-misc.c (_bfd_vms_hash_newfunc): Fix use of uninitialized
1998 variable.
1999
70f06c4a 2000 * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Avoid ambigous
6a9d5c9a 2001 `else'.
70f06c4a 2002
2ef994e0
NC
20031999-05-30 Philip Blundell <philb@gnu.org>
2004
2005 * elf32-arm.h (elf32_arm_relocate_section): Reinstate change of
2006 1993-03-25 (!!). Take into account the bitmasks for the reloc so
2007 the addend does not overflow into the rest of the word.
2008
ba96a88f
NC
20091999-05-29 Nick Clifton <nickc@cygnus.com>
2010
2011 * bfd-in.h: Amend prototype for
2012 bfd_elf32_arm_process_before_allocation .
2013 * bfd-in.h: Regenerate.
6a9d5c9a 2014
ba96a88f
NC
2015 * elfarm-oabi.c (NUM_ELEM): New macro: Compute the number of
2016 elements in a fixed sized array.
2017 (ARM_ELF_ABI_VERSION): Define.
2018 (ARM_ELF_OS_ABI_VERSION): Define.
2019 (R_ARM_THM_ABS5): Fix rightshift and size.
2020 (R_ARM_THM_PC22): Fix size.
2021 (R_ARM_PLT32): Define Howto.
2022 (find_howto): New function: Locate a howto based on a reloc
2023 number.
2024 (elf32_arm_info_to_howto): Use find_howto if necessary.
2025 (elf32_arm_reloc_map): Change type of field bfd_reloc_val to
2026 bfd_reloc_code_real_type.
2027 (elf32_arm_reloc_map[]): Add entries for BFD_RELOC_VTABLE_INHERIT
2028 and BFD_RELOC_VTABLE_ENTRY.
2029 (elf32_arm_reloc_type_lookup): Use find_howto if necessary.
2030
2031 * elfarm-nabi.c (NUM_ELEM): New macro: Compute the number of
2032 elements in a fixed sized array.
2033 (ARM_ELF_ABI_VERSION): Define.
2034 (ARM_ELF_OS_ABI_VERSION): Define.
2035 (R_ARM_THM_ABS5): Fix rightshift and size.
2036 (R_ARM_THM_PC22): Fix size.
2037 (elf32_arm_info_to_howto_rel): Rename to elf32_arm_info_to_howto.
2038 (elf32_arm_reloc_map): Change type of field bfd_reloc_val to
2039 bfd_reloc_code_real_type.
2040
2041 * elf32-arm.h (struct elf32_arm_link_hash_table): Add new field:
2042 no_pipeline_knowledge.
2043 (elf32_arm_link_hash_create): Initialise new field to zero.
2044 (bfd_elf32_arm_process_before_allocation): Add new paraemter:
2045 no_pipeline_knowledge. Use this parameter to initialise the field
2046 in the globals data structure.
2047 (elf32_arm_final_link_relocate): Only add in pipeline offset if
2048 no_pipeline_knowledge is false and the binary is from an old
2049 toolchain.
2050 (elf32_arm_merge_private_data): Generate an error if an attempt is
2051 made to linl together big endian and little endian code.
2052 (elf32_arm_post_process_headers): New function: Initialise the
2053 EI_OSABI and EI_ABIVERSION fields of the newly created ELF program
6a9d5c9a 2054 header.
ba96a88f
NC
2055 (elf_backend_post_process_headers): Define.
2056
e6c51ed4
NC
20571999-05-28 Nick Clifton <nickc@cygnus.com>
2058
2059 * elf-bfd.h (struct elf_backend_data): Add new field:
2060 elf_backend_post_process_headers.
2061
2062 * elfxx-target.h (elf_backend_post_process_headers): Define to
2063 NULL if not already defined.
6a9d5c9a 2064 (elfNN_bed): Initialise elf_backend_post_process_headers field.
e6c51ed4
NC
2065
2066 * elf.c (prep_headers): Set the EI_OSABI and EI_ABIVERSION fields
2067 to zero.
2068 (_bfd_elf_compute_section_file_positions): Call
6a9d5c9a 2069 elf_backend_post_process_headers if defined.
e6c51ed4 2070
633fd09f
ILT
20711999-05-28 Ian Lance Taylor <ian@zembu.com>
2072
2073 * configure.in: Check whether getuid and getgid exist.
2074 * archive.c: Define getuid and getgid as macros if HAVE_GETUID or
2075 HAVE_GETGID are not defined, respectively.
2076 (bfd_write_armap): Don't special case on _WIN32 for getuid and
2077 getgid.
2078 * configure.host: Set ac_cv_func_get{ug}id for *-*-windows*.
2079 * configure, config.in: Rebuild.
2080
b2ef150d
ILT
20811999-05-28 Martin Dorey <mdorey@madge.com>
2082
2083 * elf32-i960.c: New file.
2084 * elf.c (prep_headers): Handle bfd_arch_i960.
2085 * targets.c (bfd_target_vector): Add &bfd_elf32_i960_vec.
2086 * config.bfd (i960-*-elf*): New target.
2087 * configure.in (bfd_elf32_i960_vec): New target vector.
2088 * Makefile.am (BFD32_BACKENDS): Add elf32-i960.lo.
2089 (BFD32_BACKENDS_CFILES): Add elf32-i960.c.
2090 * Makefile.in, aclocal.m4, configure: Rebuild.
2091
5f97aa0c
NC
20921999-05-27 Nick Clifton <nickc@cygnus.com>
2093
2094 * elfarm-oabi.c (elf32_arm_howto_table): Add entry for
6a9d5c9a 2095 R_ARM_PLT32.
5f97aa0c
NC
2096 (find_howto): New function: Find entries in the
2097 elf32_arm_howto_table.
2098 (elf32_arm_info_to_howto): Use find_howto if the entry cannot be
2099 computed simply.
2100 (elf32_arm_reloc_type_lookup): Add lookup for
6a9d5c9a 2101 BFD_RELOC_ARM_PLT32.
5f97aa0c 2102
780a67af
NC
21031999-05-25 Philip Blundell <pb@nexus.co.uk>
2104
2105 * bfd/elf32-arm.h (elf32_arm_link_hash_newfunc): New function.
2106 (elf32_arm_link_hash_table_create): Use above function as the
2107 constructor for hash table entries.
2108 (elf32_arm_relocate_section): Avoid crash when there is no output
6a9d5c9a 2109 section.
780a67af
NC
2110 (elf32_arm_final_link_relocate): New parameter h.
2111 (elf32_arm_relocate_section): Pass symbol hash entry to above
2112 routine.
2113 (elf32_arm_gc_sweep_hook, elf32_arm_check relocs): Correct
2114 comments.
6a9d5c9a 2115
fa0e42e4 21161999-05-25 Catherine Moore <clm@cygnus.com>
6a9d5c9a 2117
27ac83bf
RH
2118 * coff-arm.c (coff_arm_relocate_section): Don't emit
2119 base file entries for pc-relative values.
6a9d5c9a 2120
93dfcdf0
DD
21211999-05-25 DJ Delorie <dj@cygnus.com>
2122
2123 * peicode.h (coff_swap_sym_in): When we create the actual section
2124 to reflect the not-there section C_SECTION symbols refer to,
2125 change the symbol class to C_STAT as the section is now really
2126 there.
2127
db65e864
NC
21281999-05-24 Philip Blundell <pb@nexus.co.uk>
2129
2130 * elf32-arm.h (elf32_arm_relocate_section): Undo change of
2131 1999-03-25.
2132
948221a8 2133Mon May 17 13:35:35 1999 Stan Cox <scox@cygnus.com>
f6886bc4 2134
948221a8
NC
2135 * coff-arm.c (_bfd_coff_arm_set_private_flags): Changed
2136 F_PIC_INT to F_PIC.
2137 * coffcode.h (coff_set_arch_mach_hook): Added F_ARM_2a, and
2138 F_ARM_3M labels. Changed F_PIC_INT to F_PIC.
6a9d5c9a 2139
1349dd65
NC
21401999-05-16 Nick Clifton <nickc@cygnus.com>
2141
2142 * coff-mcore.c (in_reloc_p): Reinstate.
2143
36797d47
NC
21441999-05-15 Nick Clifton <nickc@cygnus.com>
2145
2146 * reloc.c (BFD_RELOC_MCORE_RVA): Define.
2147 * bfd-in2.h: Regenerate.
2148 * coff-mcore.c (in_reloc_p): Remove defintion.
2149 (mcore_coff_howto): Add IMAGE_REL_MCORE_RVA.
2150 (mcore_coff_reloc_type_lookup): Map BFD_RELOC_RVA to
2151 IMAGE_REL_MCORE_RVA.
2152 (coff_mcore_rtype_to_howto): Add special processing for
2153 IMAGE_REL_MCORE_RVA.
2154 (coff_mcore_relocate_section): Add support for
6a9d5c9a 2155 IMAGE_REL_MCORE_RVA.
36797d47
NC
2156 * elf32-mcore (mcore_elf_howto_): Add R_MCORE_RELATIVE.
2157 (mcore_elf_reloc_type_lookup): Map BFD_RELOC_RVA to
2158 R_MCORE_RELATIVE.
6a9d5c9a
UD
2159 (mcore_elf_relocate_section): Delete redundant case labels.
2160
97eaf9de
AS
2161Fri May 14 10:59:55 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2162
2163 * elf32-arm.h (elf32_arm_relocate_section): Fix operator
2164 precedence between bit-and and comparison.
2165
2e9a84c8
RH
2166Thu May 13 09:45:23 1999 Joel Sherrill (joel@OARcorp.com)
2167
2168 * config.bfd (i[3456]86*-*-rtems*, m68k*-*-rtems*): Added to
2169 list of target formats (targ_selvecs).
2170 (i[3456]86*-*-rtemself*, mips*el-*-rtems*): New targets.
2171 (powerpcle*-*rtems*, sh-*-rtemself*): New targets.
2172
ec0ef80e
DD
21731999-05-10 DJ Delorie <dj@cygnus.com>
2174
2175 * ecoff.c (_bfd_ecoff_write_armap): give the symtab element a
2176 reasonable mode until "ar x" is smart enough to skip it (fixes
2177 gcc/libgcc.a builds on mips-ecoff targets
2178
2179 * coffcode.h (styp_to_sec_flags): Explain how COMDATs are supposed
2180 to work. Hack to support MS import libraries, which use different
2181 COMDAT types than GNU.
2182 (coff_slurp_symbol_table): C_SECTION symbols are local; they refer
2183 to implied zero-length sections (see peicode below)
2184 * coffgen.c (coff_get_normalized_symtab): Properly read long MS
2185 filename symbols, which use one *or more* auxents.
2186 * coffswap.h (coff_swap_aux_in): ditto
2187 * peicode.h (coff_swap_sym_in): Build the implied zero-length
2188 sections
6a9d5c9a 2189
5c746d90
JL
2190Tue May 11 15:51:58 1999 Jeffrey A Law (law@cygnus.com)
2191
2192 * elf32-v850.c (v850_elf_howto_table): Make partial_inplace false
2193 for all relocations.
2194
ba1b9317
CM
21951999-05-10 Catherine Moore <clm@cygnus.com>
2196
27ac83bf
RH
2197 * bfd-in.h (bfd_arm_allocate_interworking_sections): Static
2198 if COFF_IMAGE_WITH_PE.
2199 (bfd_arm_process_before_allocation): Likewise.
2200 (bfd_arm_get_bfd_for_interworking): Likewise.
2201 * coff-arm.c: Likewise.
2202 * bfd-in2.h: Regenerate.
2203 * configure.in (armpe_little_vec): Remove coff-arm.lo.
2204 (armpe_big_vec): Likewise.
2205 * configure: Rebuild.
ba1b9317 2206
c1f6bc03
NC
22071999-05-10 Nick Clifton <nickc@cygnus.com>
2208
2209 * elf.c (elf_fake_sections): Check for .rel. as start of rel
2210 section, not just .rel. Same for .rela.
2211
b23f908b
NC
22121999-05-07 Nick Clifton <nickc@cygnus.com>
2213
2214 * coff-mcore.c (coff_mcore_relocate_section): Replace assert about
2215 endianism with an error message.
2216
7fafc0fd
RH
2217Thu May 6 17:09:09 1999 Fred Fish <fnf@be.com>
2218
2219 * dwarf2.c (read_abbrevs): Change cast of dwarf_abbrev_buffer
2220 assignment from "unsigned char *" to "char *".
2221 (decode_line_info): Likewise for dwarf_line_buffer assignment.
2222
b44267fd
CM
22231999-05-05 Catherine Moore <clm@cygnus.com>
2224
27ac83bf
RH
2225 * coff-arm.c (coff_arm_relocate_section): Add one to
2226 address of ARM_RVA32 thumb functions.
6a9d5c9a 2227
b44267fd 22281999-05-05 Catherine Moore <clm@cygnus.com>
6a9d5c9a 2229
27ac83bf
RH
2230 * elf32-m68k.c (elf32_m68k_set_private_flags): New.
2231 (elf32_m68k_copy_private_bfd_data): New.
2232 (elf32_m68k_merge_private_bfd_data): New.
2233 (elf32_m68k_print_private_bfd_data): New.
2234 (CPU32_FLAG): Define.
2235 (PLT_CPU32_ENTRY_SIZE): Define.
2236 (elf_cpu32_plt0_entry): Declare.
2237 (elf_cpu32_plt_entry): Declare.
2238 (elf_m68k_adjust_dynamic_symbol): Generate cpu32 plt entries.
2239 (elf_m68k_finish_dynamic_symbol): Likewise.
2240 (elf_m68k_finish_dynamic_sections): Likewise.
2241 (elf_backend_plt_header_size): Remove definition.
2242 (bfd_elf32_bfd_copy_private_bfd_data): Define.
2243 (bfd_elf32_bfd_merge_private_bfd_data): Define.
2244 (bfd_elf32_bfd_set_private_flags): Define.
2245 (bfd_elf32_bfd_print_private_bfd_data): Define.
6a9d5c9a 2246
ac79f2f3
JL
2247Mon May 3 09:24:49 1999 Jeffrey A Law (law@cygnus.com)
2248
2249 * som.c (som_fixup_formats): Fix comments for R_SHORT_PCREL_MODE
2250 and R_LONG_PCREL_MODE.
2251
252b5132
RH
22521999-04-29 Nick Clifton <nickc@cygnus.com>
2253
2254 * coff-mcore.c (coff_mcore_relocate_section): Fix typos.
2255
2256Fri Apr 28 16:36:19 1999 Stan Cox <scox@cygnus.com>
2257
2258 * elf32-sh.c (sh_elf_relocate_section): Include relocation addend
2259 in relocation calculation.
2260
22611999-04-26 Tom Tromey <tromey@cygnus.com>
2262
2263 * aclocal.m4, configure: Updated for new version of libtool.
2264
22651999-04-21 Nick Clifton <nickc@cygnus.com>
2266
2267 * coff-mcore.c: Add support for mcore relocs.
2268
22691999-04-20 Gavin Romig-Koch <gavin@cygnus.com>
2270
2271 * elf32-mips.c (_bfd_mips_elf_print_private_bfd_data): Scrap the
2272 incorrect use EF_MIPS_xxBITPTRS.
2273
22741999-04-18 Ian Lance Taylor <ian@zembu.com>
2275
2276 * elf64-alpha.c (elf64_alpha_relax_section): Remove unused local
2277 variable insn.
2278
2279 * bfd-in2.h: Rebuild.
2280 * libbfd.h: Rebuild.
2281
2282Sat Apr 17 20:55:15 1999 Catherine Moore <clm@cygnus.com>
6a9d5c9a 2283
252b5132
RH
2284 * coff-arm.c (coff_arm_rtype_to_howto): Remove ARM26D transform.
2285 (coff_arm_relocate_section): Add ARM26D transform. Only
2286 change to ARM26D for relocateable links.
2287
22881999-04-16 Gavin Romig-Koch <gavin@cygnus.com>
2289
2290 * elf32-mips.c (_bfd_mips_elf_print_private_bfd_data): New.
2291 (bfd_elf32_bfd_print_private_bfd_data): New.
2292
22931999-04-15 Doug Evans <devans@casey.cygnus.com>
2294
2295 * elf32-arm.h (elf32_arm_final_link_relocate): For R_ARM_THM_ABS5,
2296 refetch addend if USE_REL, add many comments regarding current state.
2297 For R_ARM_THM_PC22, refetch addend if USE_REL, simplify.
2298 * elfarm-nabi.c (elf32_arm_howto_table): For R_ARM_THM_ABS5, fix
2299 size and rightshift. For R_ARM_THM_PC22, fix bitsize.
2300 * elfarm-oabi.c (elf32_arm_howto_table): Ditto.
2301
2302Wed Apr 14 14:33:08 1999 Richard Henderson <rth@cygnus.com>
2303
2304 * elf32-mips.c (_bfd_mips_elf_read_ecoff_info): Zero `debug'.
2305 * elf64-alpha.c (elf64_alpha_read_ecoff_info): Likewise.
2306
23071999-04-13 David Mosberger <davidm@hpl.hp.com>
2308
2309 * dwarf2.c (decode_line_info): Don't truncate address to least
2310 significant 32 bits (breaks 64 bit targets).
2311 (lookup_address_in_function_table): Ditto.
2312 (comp_unit_contains_address): Ditto.
2313
2314Tue Apr 13 21:27:19 1999 Catherine Moore <clm@cygnus.com>
2315
2316 * coff-arm.c (arm_emit_base_file_entry): New routine.
2317 (A2T3_OFFSET): Define.
2318 (T2A3_OFFSET): Define.
2319 (coff_arm_relocate_section): Emit base file entries for interworking
2320 stubs.
2321
23221999-04-13 Philip Blundell <philb@gnu.org>
2323
2324 * elfarm-nabi.c (elf32_arm_howto_table): Add dummy entries for
2325 relocs 17 through 19.
2326
2327Sun Apr 11 01:25:17 1999 Richard Henderson <rth@cygnus.com>
2328
2329 * elfcode.h: Remove fnmatch.h.
2330 * elflink.h (elf_link_assign_sym_version): Call back to ld
2331 instead of calling fnmatch.
2332
2333 * config.bfd (i?86-*-beoself): Include pe vecs.
2334
2335Sun Apr 11 01:14:06 1999 Richard Henderson <rth@cygnus.com>
2336
2337 * elf32-i386.c (elf_i386_finish_dynamic_sections): Allow .plt
2338 to go missing.
2339
23401999-04-10 Richard Henderson <rth@cygnus.com>
2341
2342 * elf32-i386.c (elf_i386_relocate_section): Mind no_undefined
2343 when trying to resolve dynamic symbol references.
2344 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
2345 * elf32-mips.c (mips_elf_relocate_section): Likewise.
2346 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
2347 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2348 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
2349 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2350 * elflink.h (elf_link_output_extsym): Likewise.
2351
2352Sat Apr 10 15:12:09 1999 Richard Henderson <rth@cygnus.com>
2353
2354 * section.c (_bfd_strip_section_from_output): New function moved from
2355 * elf64-alpha.c (elf64_alpha_strip_section_from_output): ... here.
2356 * elf32-i386.c (elf_i386_size_dynamic_sections): Use it.
2357 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
2358 * elf32-mips.c (mips_elf_size_dynamic_sections): Likewise.
2359 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
2360 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
2361 * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.
2362 * bfd-in2.h: Update.
2363
23641999-04-09 Ian Lance Taylor <ian@zembu.com>
2365
2366 * elf64-sparc.c: Fix incorrect calls to bfd_check_overflow.
2367
23681999-04-08 Nick Clifton <nickc@cygnus.com>
2369
2370 * coff-mcore.c: New File: Support for mcore-pe targets.
2371 * cpu-mcore.c: New File: Support for mcore targets.
2372 * elf32-mcore.c: New File: Support for mcore-elf target.
2373 * pe-mcore.c: New File: Definitions for mcore-pe target.
2374 * pei-mcore.c: New File: Definitions for mcore-pei target.
2375 * Makefile.am: Add support for MCore targets.
2376 * Makefile.in: Regenerate.
2377 * config.bfd: Add support for MCore targets.
2378 * configure.in: Add support for MCore targets.
2379 * configure: Regenerate.
2380 * archures.c: Add support for MCore architecture.
6a9d5c9a 2381 * bfd-in2.h: Regenerate.
252b5132
RH
2382 * coffcode.h: Add support for mcore-pe targets.
2383 * elf.c: Add support for mcore-elf target.
2384 * reloc.c: Add support for MCore relocs.
2385 * targets.c: Add support for MCore targets.
2386
23871999-04-07 Nick Clifton <nickc@cygnus.com>
2388
2389 * elfarm-nabi.c (elf32_arm_howto_table): Add entries for
2390 R_ARM_XPC25 and R_ARM_THM_XPC22.
2391 (elf32_arm_reloc_map): Remove redundant entries.
2392
23931999-04-06 Ian Lance Taylor <ian@zembu.com>
2394
2395 * sysdep.h (LC_MESSAGES): Never define.
2396
23971999-04-06 Chris Torek <torek@bsdi.com>
2398
2399 * reloc.c (bfd_check_overflow): Add addrsize parameter. Change
2400 all callers. Rewrite completely.
2401 (_bfd_relocate_contents): Rewrite overflow checking.
2402 * bfd-in2.h: Rebuild.
2403
24041999-04-05 Ian Lance Taylor <ian@zembu.com>
2405
2406 From Gabriel Paubert <paubert@iram.es>:
2407 * elf32-ppc.c (ppc_elf_howto_raw): Set R_PPC_GOT16_LO,
2408 R_PPC_PLT16_LO and R_PPC_SECTOFF_LO to be complain_overflow_dont.
2409 Set R_PPC_PLT16_HA, R_PPC_SECTOFF_HA and R_PPC_EMB_NADDR16_HA to
2410 have a rightshift of 16 and use ppc_elf_addr16_ha_reloc.
2411 * ppcboot.c (ppcboot_vec): Use little endian routines for
2412 headers.
2413
2414 * elf.c (elfcore_strndup): Only define if it will be used.
2415 * elf32-ppc.c (ppc_elf_relax_section): Remove unused locals irel
2416 and irelend.
2417 (ppc_elf_check_relocs): Remove unused local i.
2418 (ppc_elf_gc_mark_hook): Add default case to switch.
2419
2420 From Bernd Nitzler <nitzler@kagcpd01.ag01.kodak.COM>:
2421 * srec.c (srec_scan): Accept \r in symbol definitions.
2422 (srec_object_p): Set HAS_SYMS if we saw any symbols.
2423 (symbolsrec_object_p): Likewise.
2424
24251999-04-04 Don Bowman <don@pixsci.com>
2426
2427 * config.bfd: Add mips*el-*-vxworks* and mips*-*-vxworks*.
2428
24291999-04-04 Ian Lance Taylor <ian@zembu.com>
2430
2431 * dwarf1.c (parse_line_table): Remove unused locals last_pc and
2432 last_line.
2433 * elf-bfd.h (_bfd_elfcore_section_from_phdr): Declare.
2434 * elf32-i386.c (elf_i386_gc_mark_hook): Add default case to
2435 switch.
2436 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Remove unused
2437 local i.
2438 * syms.c (_bfd_stab_section_find_nearest_line): Remove unused
2439 local val.
2440
24411999-03-31 Nick Clifton <nickc@cygnus.com>
2442
2443 * config.bfd: Add support for arm-epoc-pe target.
2444 * configure.in: Add support for arm-epoc-pe target.
2445 * configure: Regenerate.
2446 * targets.c: Add support for arm-epoc-pe target.
2447 * coff-arm.c: Allow header files to override definition of
2448 TARGET_UNDERSCORE and USER_LABEL_PREFIX.
2449 * pe-arm.h: Allow previous header files to override definition of
2450 TARGET_LITTLE_SYM and TARGET_BIG_SYM.
6a9d5c9a 2451 * pei-arm.h: Allow previous header files to override definition of
252b5132
RH
2452 TARGET_LITTLE_SYM and TARGET_BIG_SYM.
2453 * epoc-pe-arm.c: New file. Support arm-epoc-pe target.
2454 * epoc-pei-arm.c: New file. Support arm-epoc-pei target.
6a9d5c9a 2455
252b5132
RH
24561999-03-30 Nick Clifton <nickc@cygnus.com>
2457
2458 * elf.c (elf_map_symbols): Handle the case where section
2459 symbols are generated for content-less sections which are
2460 not mapped to the output file.
2461
2462 * linker.c: Replace direct references to fields in BFD structure
2463 with accessor macros.
2464
2465 * elflink.h: Replace direct references to fields in BFD structure
2466 with accessor macros.
2467
24681999-03-25 Philip Blundell <pb@nexus.co.uk>
2469
2470 * config.bfd: Eliminate redundancy in checks for Linux/ARM.
6a9d5c9a
UD
2471
2472 * elf32-arm.h (elf32_arm_relocate_section): Take the rightshift into
252b5132
RH
2473 account when adjusting section symbols during a partial link.
2474
24751999-03-24 Nick Clifton <nickc@cygnus.com>
2476
2477 * coff-sparc.c (struct coff_reloc_map): Change type of field
2478 'bfd_reloc_val' to bfd_reloc_code_real_type.
2479 * elf-m10200.c (struct mn10200_reloc_map): Ditto.
2480 * elf-m10300.c (struct mn10300_reloc_map): Ditto.
2481 * elf32-arc.c (struct arc_reloc_map): Ditto.
2482 * elf32-d10v.c (struct d10v_reloc_map): Ditto.
2483 * elf32-d30v.c (struct d30v_reloc_map): Ditto.
2484 * elf32-fr30.c (struct fr30_reloc_map): Ditto.
2485 * elf32-m32r.c (struct m32r_reloc_map): Ditto.
2486 * elf32-sh.c (struct elf_reloc_map): Ditto.
2487 * elf32-sparc.c (struct elf_reloc_map): Ditto.
2488 * elf32-v850.c (struct v850_reloc_map): Ditto.
2489 * elf64-sparc.c (struct elf_reloc_map): Ditto.
2490 * elfarm-nabi.c (struct elf32_arm_reloc_map): Ditto.
2491 * elfarm-oabi.c (struct elf32_arm_reloc_map): Ditto.
2492
24931999-03-17 Martin Hunt <hunt@cygnus.com>
2494
2495 * syms.c (_bfd_stab_section_find_nearest_line): Changed this
2496 function so source-level assembly works. If multiple N_SOs
2497 are seen without and N_FUNs, create an indextable entry with
2498 a NULL function name.
2499
25001999-03-16 Gavin Romig-Koch <gavin@cygnus.com>
2501
2502 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data) Allow merging
2503 of certian similar cpus.
2504
25051999-03-16 Gavin Romig-Koch <gavin@cygnus.com>
2506
2507 * elf32-mips.c (_bfd_mips_elf_final_write_processing):
2508 Add the 5000. Change the architecture for the 5400 to mips4.
2509 (elf_mips_mach): Add r5000.
2510
25111999-03-11 Doug Evans <devans@casey.cygnus.com>
2512
2513 * cpu-i960.c (scan_i960_mach): Recognize i960:ka_sa and i960:kb_sb.
2514
25151999-03-11 Nick Clifton <nickc@cygnus.com>
2516
2517 * binary.c (binary_set_section_contents): Generate warning about
2518 huge file offsets for any section that will occupy file space, not
2519 just those that are loadable.
2520
25211999-02-24 Jim Blandy <jimb@zwingli.cygnus.com>
2522
2523 * libbfd.h: Regenerate after Nick Clifton's Feb 17 changes.
2524
25251999-02-22 Jim Lemke <jlemke@cygnus.com>
2526
2527 * elf32-ppc.c: Add ppc_elf_relax_section() for the ld option mpc860c0.
2528
2529Mon Feb 22 18:26:51 1999 Ian Lance Taylor <ian@cygnus.com>
2530
2531 * elf-bfd.h (ELF_LINK_HASH_REF_REGULAR_NONWEAK): Define.
2532 * elflink.h: Revert all changes since Feb 16. Instead:
2533 (elf_link_add_object_symbols): Set REF_REGULAR_NONWEAK flag if
2534 appropriate. Copy it to version symbols.
2535 (elf_fix_symbol_flags): Set REF_REGULAR_NONWEAK for non ELF
2536 symbols if appropriate.
2537 (elf_adjust_dynamic_symbol): Set REF_REGULAR_NONWEAK for weakdef
2538 symbol if appropriate.
2539 (elf_link_output_extsym): If symbol is marked as undefined, and
2540 has no nonweak references, mark it as weak undefined.
2541
2542Fri Feb 19 16:01:12 1999 Ian Lance Taylor <ian@cygnus.com>
2543
2544 * elflink.h (elf_merge_symbol): When overriding a dynamic
2545 definition with a weak undefined symbol, set NEEDS_PLT if it is a
2546 function.
2547 (elf_link_add_object_symbols): Don't copy the other field if we
2548 are overridding.
2549
2550Thu Feb 18 18:07:43 1999 Ian Lance Taylor <ian@cygnus.com>
2551
2552 * elflink.h (elf_merge_symbol): Do not merge any symbol from a
2553 shared object with a weak undefined symbol.
2554
25551999-02-18 Nick Clifton <nickc@cygnus.com>
2556
2557 * elfarm-nabi.c: Set partial_inplace back to false.
2558
25591999-02-17 Nick Clifton <nickc@cygnus.com>
2560
2561 * coff-arm.c (TARGET_UNDERSCORE): Re-enable.
2562 (USER_LABEL_PREFIX): Set to "_".
2563
2564 The following patches are from: Scott Bambrough
2565 <scottb@corelcomputer.com>
6a9d5c9a 2566
252b5132
RH
2567 * libaout.h (M_ARM6_NETBSD): Set to 143.
2568
2569 * reloc.c: Add ARM PIC relocs: BFD_RELOC_ARM_GOT12,
2570 BFD_RELOC_ARM_GOT32, BFD_RELOC_ARM_JUMP_SLOT, BFD_RELOC_ARM_COPY,
2571 BFD_RELOC_ARM_GLOB_DAT, BFD_RELOC_ARM_PLT32,
2572 BFD_RELOC_ARM_RELATIVE, BFD_RELOC_ARM_GOTOFF, BFD_RELOC_ARM_GOTPC.
2573 * bfd-in2.h: Regenerate.
2574
2575 * elfarm-nabi.c (elf32_arm_howto_table): Set partial_inplace to
2576 'true' as REL relocs are now being used. Add new PIC relocs:
2577 R_ARM_COPY, R_ARM_GLOB_DAT, R_ARM_JUMP_SLOT, R_ARM_RELATIVE,
2578 R_ARM_GOTOFF, R_ARM_GOTPC, R_ARM_GOT32, R_ARM_PLT32.
2579
2580 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Check byte order
2581 of targets.
2582 (elf32_arm_final_link_relocate): Change parameters so that entire
2583 reloc is passed. Add support for PIC relocs.
2584 (elf32_arm_relocate_section): Pass entire reloc to
6a9d5c9a 2585 elf32_arm_final_link_relocate.
252b5132
RH
2586 (elf32_arm_check_relocs): Handle new PIC relocs.
2587 (elf32_arm_adjust_dynamic_symbol): New function.
2588 (elf32_arm_size_dynamic_sections): New function.
2589 (elf32_arm_discard_copies): New function.
2590 (elf32_arm_finish_dynamic_symbol): New function.
2591 (elf32_arm_finish_dynamic_sections): New function.
2592 (ELF_MAXPAGE_SIZE): Define.
2593 (bfd_elf32_bfd_reloc_type_lookup): Define.
2594 (elf_backend_relocate_section): Define.
2595 (elf_backend_adjust_dynamic_symbol): Define.
2596 (elf_backend_create_dynamic_sections): Define.
2597 (elf_backend_finish_dynamic_symbol): Define.
2598 (elf_backend_finish_dynamic_sections): Define.
2599 (elf_backend_size_dynamic_sections): Define.
2600 (elf_backend_plt_readonly): Define.
2601 (elf_backend_want_got_plt): Define.
2602 (elf_backend_want_plt_sym): Define.
6a9d5c9a 2603
252b5132
RH
2604Wed Feb 17 12:02:26 1999 Stan Cox <scox@cygnus.com>
2605
2606 * elf32-mips.c (_bfd_mips_elf_section_from_shdr): Make reginfo
2607 sections SEC_LINK_ONCE and SEC_LINK_DUPLICATES_SAME_SIZE.
2608 (_bfd_mips_elf_fake_sections): Likewise.
2609
2610Wed Feb 17 12:07:23 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6a9d5c9a 2611
27ac83bf
RH
2612 * elfarm-oabi.c (bfd_elf32_arm_allocate_interworking_sections,
2613 bfd_elf32_arm_get_bfd_for_interworking,
2614 bfd_elf32_arm_process_before_allocation): Define to avoid clash
2615 with elfarm-nabi.c.
6a9d5c9a 2616
27ac83bf
RH
2617 * elf32-arm.h: Don't declare elf32_arm_info_to_howto.
2618 (elf32_thumb_to_arm_stub, elf32_arm_to_thumb_stub,
2619 elf32_arm_find_nearest_line): Make them static.
252b5132
RH
2620
2621Tue Feb 16 22:44:37 1999 Ian Lance Taylor <ian@cygnus.com>
2622
2623 * elflink.h (elf_merge_symbol): Add pflags parameter. Change all
2624 callers. Do not merge a definition from a shared object with a
2625 weak undefined symbol.
2626 (elf_link_add_object_symbols): Do not change the symbol type or
2627 size if the old symbol overrides the new one.
2628
26291999-02-08 Nick Clifton <nickc@cygnus.com>
2630
2631 * config.bfd: Add support for strongarm target.
2632
2633Mon Feb 8 11:18:14 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2634
2635 * elf32-m68k.c (reloc_map): Use the correct types for the struct
2636 fields instead of unsigned char.
2637
2638Fri Feb 5 00:22:36 1999 Ian Lance Taylor <ian@cygnus.com>
2639
2640 * Makefile.am: Rebuild dependencies.
2641 * Makefile.in: Rebuild.
2642
2643Thu Feb 4 22:30:13 1999 Ian Lance Taylor <ian@cygnus.com>
2644
2645 * configure.in: Change AC_PREREQ to 2.13. Remove AM_CYGWIN32.
2646 Change AM_EXEEXT to AC_EXEEXT and AM_PROG_INSTALL to
2647 AC_PROG_INSTALL. Add comments to uses of AC_DEFINE.
2648 * acinclude.m4: Add comments to uses of AC_DEFINE.
2649 * acconfig.h: Remove.
2650 * configure: Rebuild with current autoconf/automake.
2651 * aclocal.m4: Likewise.
2652 * config.in: Likewise.
2653 * Makefile.in: Likewise.
2654
26551999-02-04 DJ Delorie <dj@cygnus.com>
2656
2657 * libbfd.c (real_read): don't call fread for zero bytes. This
2658 covers up a bug (or misuse of bfd) that's exposed by Solaris.
2659
2660Thu Feb 4 12:38:10 1999 Stan Cox <scox@cygnus.com>
2661
2662 * elf32-mips.c (mips_elf_relocate_section): Insure that the target
2663 of a jump is in the current 256 MB region.
2664
2665Thu Feb 4 12:15:38 1999 Ian Lance Taylor <ian@cygnus.com>
2666
2667 * format.c (bfd_check_format_matches): Change last patch to only
2668 take effect for the binary target.
2669
2670Wed Feb 3 19:40:12 1999 Ian Lance Taylor <ian@cygnus.com>
2671
2672 * elf32-i386.c (elf_i386_reloc_type_lookup): Add BFD_RELOC_CTOR.
2673
2674Wed Feb 3 15:02:44 1999 Catherine Moore <clm@cygnus.com>
2675
2676 * elf32-fr30.c (fr30_elf_check_relocs): New routine.
2677
2678Tue Feb 2 21:38:28 1999 Ian Lance Taylor <ian@cygnus.com>
2679
2680 * format.c (bfd_check_format_matches): If the target was
2681 previously specified, don't check other targets when checking for
2682 an archive file.
2683
2684Tue Feb 2 18:16:43 1999 Catherine Moore <clm@cygnus.com>
2685
27ac83bf
RH
2686 * elf32-arm.h (elf32_arm_reloc_map): Removed.
2687 (elf32_arm_reloc_type_lookup): Removed
2688 * elfarm-nabi.c (elf32_arm_reloc_map): New.
2689 (elf32_arm_reloc_type_lookup): New.
2690 * elfarm-oabi.c (elf32_arm_reloc_map): New.
2691 (elf32_arm_reloc_type_lookup): New.
252b5132
RH
2692
2693Mon Feb 1 19:49:21 1999 Catherine Moore <clm@cygnus.com>
2694
27ac83bf
RH
2695 * elfarm-nabi.c: Renamed from elf32-arm-newabi.c.
2696 * elfarm-oabi.c: Renamed from elf32-arm-oldabi.c
2697 * Makefile.am: Use new files.
2698 * Makefile.in: Regenerate.
2699 * configure.in: Use new files.
2700 * configure: Regenerate.
252b5132
RH
2701
27021999-02-01 Nick Clifton <nickc@cygnus.com>
2703
2704 * elf32-fr30.c (fr30_elf_gc_mark_hook): New function.
2705 (fr30_elf_gc_sweep_hook): New function.
2706 (elf_backend_can_gc_sections): Define.
2707
2708Mon Feb 1 12:21:47 1999 Catherine Moore <clm@cygnus.com>
2709
27ac83bf
RH
2710 * targets.c (bfd_target_vector): Add bfd_elf32_littlearm_oabi_vec
2711 and bfd_elf32_bigarm_oabi_vec.
252b5132
RH
2712
2713Mon Feb 1 11:46:31 1999 Catherine Moore <clm@cygnus.com>
2714
27ac83bf
RH
2715 * Makefile.am (elf32-arm-oldabi.lo): New.
2716 (elf32-arm-newabi.lo): New.
2717 * Makefile.in: Regenerate.
2718 * config.bfd (thumb-*-elf): Remove definition of targ_underscore.
2719 (arm-*-elf): Likewise.
2720 (arm-*-oabi): New.
2721 (thumb-*-oabi): New.
2722 * configure: Regenerate.
2723 * configure.in (bfd_elf32_littlearm_oabi_vec): New.
2724 (bfd_elf32_bigarm_oabi_vec): New.
2725 * elf32-arm-newabi.c: New.
2726 * elf32-arm-oldabi.c: New.
2727 * elf32-arm.c: Removed.
2728 * elf32-arm.h: New.
252b5132
RH
2729
2730Mon Feb 1 11:52:12 1999 Frank Ch. Eigler <fche@cygnus.com>
2731
2732 * binary.c (binary_set_section_contents): Omit warnings for
2733 unloadable sections.
2734
27351999-01-31 Michael Meissner <meissner@cygnus.com>
2736
2737 * config.bfd (powerpc{,le}-*-vxworks*): Add aliases to
2738 powerpc{,le}-*-eabi.
2739
27401999-01-29 Nick Clifton <nickc@cygnus.com>
2741
2742 * dwarf2.c (read_unsigned_leb128): Remove unused variables.
2743 * dwarf2.c (read_signed_leb128): Remove unused variables.
2744
2745Fri Jan 29 00:47:21 1999 H.J. Lu <hjl@gnu.org>
2746
2747 * elf.c (assign_file_positions_for_segments): Only adjust
2748 p_align when needed.
2749
2750Thu Jan 28 20:05:22 1999 Ian Lance Taylor <ian@cygnus.com>
2751
2752 * binary.c (binary_set_section_contents): Don't return early for a
2753 non-loadable section, in case the first section is non-loadable.
2754 Don't set the low lma for a SEC_NEVER_LOAD section. From Maciej
2755 W. Rozycki <macro@ds2.pg.gda.pl>.
2756
27571999-01-28 Nick Clifton <nickc@cygnus.com>
2758
2759 * elf32-fr30.c (fr30_reloc_map): Add R_FR30_GNU_VTINHERIT and
2760 R_FR30_GNU_VTENTRY relocs.
2761
2762Thu Jan 28 11:08:16 1999 Catherine Moore <clm@cygnus.com>
2763
2764 * elflink.h (elf_link_output_sym): Zero syms which are
2765 part of sections which have been excluded.
2766
2767Wed Jan 27 13:35:35 1999 Stan Cox <scox@cygnus.com>
2768
2769 * coff-arm.c (_bfd_coff_arm_set_private_flags): Changed F_PIC
2770 to F_PIC_INT.
2771 * coffcode.h (coff_set_arch_mach_hook): Removed F_ARM_2a and
2772 F_ARM_3M labels. Changed F_PIC to F_PIC_INT.
6a9d5c9a 2773
252b5132
RH
27741999-01-27 Nick Clifton <nickc@cygnus.com>
2775
2776 * elf32-fr30.c (fr30_elf_howto_table): Fix name of R_FR30_48
6a9d5c9a 2777 relocation.
252b5132 2778 (fr30_final_link_relocate): Use computed value as result of
6a9d5c9a 2779 relocation.
252b5132
RH
2780
27811999-01-26 Frank Ch. Eigler <fche@cygnus.com>
2782
2783 * binary.c (binary_set_section_contents): Emit warning for
2784 huge file offsets due to widely-dispersed section LMAs.
2785
2786Mon Jan 18 03:35:35 1999 Ian Lance Taylor <ian@cygnus.com>
2787
2788 * elf.c (assign_file_positions_for_segments): If not D_PAGED,
2789 align first section to largest section alignment, not first
2790 section alignment.
2791
27921999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
2793
2794 * configure.in: Require autoconf 2.12.1 or higher.
2795
2796Tue Dec 22 15:21:41 1998 Catherine Moore <clm@cygnus.com>
2797
27ac83bf
RH
2798 * archures.c (bfd_mach_i386_i386_intel_syntax): Define.
2799 * bfd-in2.h: Likewise.
2800 * cpu-i386.c (bfd_i386_arch_intel_syntax): New.
252b5132
RH
2801
28021998-12-16 Gavin Romig-Koch <gavin@cygnus.com>
2803
2804 * archures.c,bfd-in2.h (bfd_mach_mips4111): New.
2805 * cpu-mips.c: Add support for and independent 4111.
2806 * elf32-mips.c (elf_mips_mach): E_MIPS_MACH_4111 -> bfd_mach_mips4111.
6a9d5c9a 2807 (_bfd_mips_elf_final_write_processing):
252b5132
RH
2808 bfd_mach_mips4111 -> E_MIPS_ARCH_3 | E_MIPS_MACH_4111.
2809
28101998-12-15 Gavin Romig-Koch <gavin@cygnus.com>
2811
2812 * elf32-mips.c (elf_mips_abi_name): New.
2813 (_bfd_mips_elf_merge_private_bfd_data): Compare EF_MIPS_ABI flags.
2814
28151998-12-12 Gavin Romig-Koch <gavin@cygnus.com>
2816
6a9d5c9a 2817 * elf32-mips.c (_bfd_mips_elf_final_write_processing):
252b5132
RH
2818 Handle bfd_mach_mips4300.
2819
28201998-12-11 Ulrich Drepper <drepper@cygnus.com>
2821
2822 * elf32-i386.c: Remove leaked development code from patch
2823 1998-12-10 by Richard Henderson.
2824
28251998-12-10 Richard Henderson <rth@cygnus.com>
2826
2827 * elf32-i386.c (elf_i386_relocate_section): Don't fail relocations
2828 in debug sections for symbol defined externally.
2829
2830Thu Dec 10 10:58:38 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2831
2832 * targets.c (bfd_target_vector): Remove duplicate entry for
2833 tekhex_vec.
2834
28351998-12-09 Nick Clifton <nickc@cygnus.com>
2836
2837 * elf32-fr30.c (fr30_elf_howto_table): Set src_mask fields to 0
2838 since we are using RELAs.
2839
2840Tue Dec 8 22:15:48 1998 Ian Lance Taylor <ian@cygnus.com>
2841
2842 SCO Open Server Release 5 core file support, from Jouke Numan
2843 <jnuman@hiscom.nl>:
2844 * sco5-core.c: New file.
2845 * configure.in (i[3456]86-*-sco3.2v5*): Use sco5-core.lo.
2846 (sco5-core.lo): Define SCO5_CORE in COREFLAG.
2847 * Makefile.am: Rebuild dependencies.
2848 (OPTIONAL_BACKENDS): Add sco5-core.lo.
2849 (OPTIONAL_BACKENDS_CFILES): Add sco5-core.c.
2850 * bfd.c (struct _bfd): Add sco5_core_data field to tdata.
2851 * targets.c (sco5_core_vec): Add to target list if SCO5_CORE.
2852 * bfd-in2.h, configure, Makefile.in: Rebuild.
2853
2854Tue Dec 8 19:38:42 1998 Mark Klein <mklein@dis.com>
2855
2856 * config.bfd (hppa*-*-mpeix*): New target.
2857 * configure.in: Add AC_HEADER_DIRENT.
2858 (hppa*-*-mpeix*): New target.
2859 * configure.host (hppa*-*-mpeix*): New host.
2860 * hpux-core.c: Check HOST_HPPAMPEIX. Use HAVE_DIRENT_H and
2861 friends rather than just including <sys/dir.h>.
2862 * som.h (struct som_symbol): Add hppa_priv_level and apto
2863 tc_data. Change all users.
2864 (struct somdata): Add comp_unit field.
2865 (obj_som_compilation_unit): Define.
2866 (bfd_som_attach_compilation_unix): Declare.
2867 * som.c: Check HOST_HPPAMPEIX.
2868 (struct som_misc_symbol_info): Add new field priv_level.
2869 (som_object_setup): Add current_offset parameter. Change all
2870 callers.
2871 (setup_sections): Likewise.
2872 (som_object_p): For EXECLIBMAGIC, read the lst header.
2873 (som_write_symbol_strings): Add compilation_unit parameter.
2874 Change all callers.
2875 (som_finish_writing): Write out compilation_unit.
2876 (som_bfd_derive_misc_symbol_info): Set priv_level.
2877 (som_build_and_write_symbol_table): Set xleast field to 3.
2878 (som_slurp_symbol_table): Set symbol priv_level.
2879 (bfd_som_attach_compilation_unit): New function.
2880 (som_bfd_ar_write_symbol_stuff): Set xleast field to 3. Set
2881 priv_level into symbol_value.
2882 * configure, config.in: Rebuild.
2883
2884Tue Dec 8 16:21:35 1998 Ian Lance Taylor <ian@cygnus.com>
2885
2886 * hpux-core.c (hpux_core_core_file_p): Change call to nonexistent
2887 warning function to call _bfd_error_handler instead.
2888
2889 * libbfd.c (COERCE32): Cast through unsigned long and long to
2890 avoid bug in old version of gcc.
2891
2892 * elf64-alpha.c (elf64_alpha_additional_program_headers): Remove.
2893 (elf_backend_additional_program_headers): Don't define.
2894
28951998-12-08 Nick Clifton <nickc@cygnus.com>
2896
2897 * elf32-fr30.c (fr30_final_link_relocate): Fix PC relative
2898 relocations to include offset of 2 included in the insns, and the
2899 offset of the relocs within the section.
2900
2901Wed Dec 2 15:03:59 1998 David Taylor <taylor@texas.cygnus.com>
2902
2903 The following changes were made by David Taylor
2904 <taylor@texas.cygnus.com>, Edith Epstein
2905 <eepstein@sophia.cygnus.com>, Jim Blandy
2906 <jimb@zwingli.cygnus.com>, and Elena Zannoni
2907 <ezannoni@kwikemart.cygnus.com> as part of the project to merge in
2908 changes originally made by HP; HP did not create ChangeLog
2909 entries.
2910
2911 * aclocal.m4, configure, Makefile.in: Rebuilt using latest
2912 automake macro library.
2913
2914 * hpux-core.c (hpux_core_core_file_p): this function now
2915 understands HPUX 10.30 thread info. Yes, the thread stacks can be
2916 found in the corefile! Also, in hpux_core_core_file_p, if we
2917 encounter a section with an unknown type, don't punt. Instead,
2918 just skip it. Also, count the number of sections of known type
2919 that we encounter. If we encounter at least one good one, then
2920 we'll declare that the file is a core file. If we encounter any
2921 unknown ones but some known ones, then we'll issue a warning (but
2922 still declare it to be a core file). Also, correctly decide when a
2923 file is not a core.
2924 (PROC_INFO_HAS_THREAD_ID): define if CORE_ANON_SHMEM defined.
2925 (CORE_ANON_SHMEM): define if not defined.
2926 (hpux_core_struct): add members lwpid and user_tid.
2927 (core_kernel_thread_id, core_user_thread_id): new macros.
2928 (make_bfd_asection): use bfd_alloc to allocate room for a copy of
2929 the name before storing it in the bfd.
2930 (hpux_core_core_file_p): handle threads.
2931
2932 * libhppa.h (GET_FIELD): protect against redefinition.
2933 (HPPA_WIDE): define.
2934 (GET_FIELD): define.
2935 (GET_BIT): define.
2936 (MASK): define.
2937 (CATENATE): define.
2938 (ELEVEN): define.
2939 (sign_extend): redefine.
2940 (assemble_6): define.
2941 (assemble_12): rewrite.
2942 (assemble_16): define.
2943 (assemble_16a): define.
2944 (assemble_17): rewrite.
2945 (assemble_22): define.
2946
29471998-12-07 Nick Clifton <nickc@cygnus.com>
2948
2949 * elf32-fr30.c (fr30_final_link_relocate): Using signed
2950 relocations for signed values.
2951
2952Sun Dec 6 16:30:33 1998 Ian Lance Taylor <ian@cygnus.com>
2953
2954 * mipsbsd.c (MY(set_arch_mach)): Make static.
2955 * aoutx.h (NAME(aout,machine_type)): For bfd_arch_mips, use
2956 bfd_mach_mips* macros rather than simple numbers.
2957
2958 COFF weak symbol support, based on patches from Mark Elbrecht
2959 <snowball3@usa.net>:
2960 * coffcode.h (coff_slurp_symbol_table): Handle C_WEAKEXT.
2961 * coffgen.c (coff_renumber_symbols): Handle weak symbols.
2962 (coff_write_alien_symbol): Likewise.
2963 * cofflink.c (coff_link_check_ar_symbols): Likewise.
2964 (coff_link_add_symbols): Likewise.
2965 (_bfd_coff_link_input_bfd): Likewise.
2966 (_bfd_coff_write_global_sym): Likewise.
2967
2968 * elf.c (copy_private_bfd_data): Always initialize the
2969 includes_phdrs field.
2970
2971 * elflink.h (elf_fix_symbol_flags): Check for case where a non-ELF
2972 file defines a symbol first mentioned in an ELF file.
2973
2974 * bfd-in.h: Always define BFD_HOST_64_BIT and BFD_HOST_U_64_BIT if
2975 possible, rather than only if BFD64.
2976 * elflink.h (compute_bucket_count): Just check BFD_HOST_U_64_BIT,
2977 not __GNUC__.
2978 * bfd-in2.h: Rebuild.
2979
2980 * srec.c (srec_set_section_contents): Correct test to avoid
2981 switching to 4 byte addresses after seeing a second section which
2982 requires 3 byte addresses. From Joel Schantz
2983 <joel.schantz@argosys.boeing.com>.
2984
2985 * config.bfd (m68*-*-gnu*): New target. From Aymeric Vincent
2986 <aymeric.vincent@emi.u-bordeaux.fr>.
2987
29881998-12-04 Jim Blandy <jimb@zwingli.cygnus.com>
2989
2990 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Fix logic to
2991 decide whether the output file is -mrelocatable-lib,
2992 -mrelocatable, or neither. (gdb.base/nodebug.exp)
2993
29941998-12-03 Nick Clifton <nickc@cygnus.com>
2995
2996 * elf32-fr30.c: Add support for R_FR30_48 reloc.
2997 * reloc.c: Add BFD_RELOC_FR30_48 relocation.
2998 * bfd-in2.h: Regenerate.
2999 * libbfd.h: Regenerate
3000
3001Wed Dec 2 00:58:37 1998 Ian Lance Taylor <ian@cygnus.com>
3002
3003 * elflink.h (elf_adjust_dynamic_symbol): Warn on an attempt to
3004 link against a dynamic symbol with no type or size.
3005
30061998-12-01 Ulrich Drepper <drepper@cygnus.com>
3007
3008 * elf32-i386.c (i386_check_relocs) [R_386_32]: Don't emit
3009 relocation for section which does not get loaded.
3010 (elf_i386_relocate_section) [R_386_32]: Likewise.
3011
3012Tue Dec 1 11:33:33 1998 Jim Wilson <wilson@cygnus.com>
3013
3014 * coff-h8300.c (h8300_bfd_link_add_symbols): Make reloc_size,
3015 reloc_count and i long instead of unsigned long. Handle error
3016 return from bfd_canonicalize_reloc.
3017
30181998-12-01 Nick Clifton <nickc@cygnus.com>
3019
3020 * elf32-v850.c (v850_elf_relocate_section): Detect the absence of
3021 a hash table.
3022
3023Mon Nov 30 15:28:09 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3024
3025 * elf32-sh.c (elf/sh.h): Include.
3026 sh_reloc_type: Delete. Changed all references to elf_sh_reloc_type.
3027 (sh_elf_howto_tab): Add HOWTO for R_SH_SWITCH8.
3028 (sh_reloc_map): Map BFD_RELOC_8_PCREL to R_SH_SWITCH8.
3029 (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH8.
3030 * Makefile.in: Add dependency of elf32-sh.lo on $(INCDIR)/elf/sh.h.
3031
3032Fri Nov 27 17:51:38 1998 Geoff Keating <geoffk@ozemail.com.au>
3033
3034 * elflink.h (compute_bucket_count): Don't allow minsize==0, it
3035 causes division by zero later on.
3036
3037Thu Nov 26 11:19:35 1998 Dave Brolley <brolley@cygnus.com>
3038
3039 * elf32-fr30.c (fr30_elf_pc9_reloc,fr30_elf_pc12_reloc): Not
3040 needed.
3041
30421998-11-25 DJ Delorie <dj@cygnus.com>
3043
3044 * coff-i386.c (i3coff_object_p): Remove hack. Use new emulation
3045 hook now.
3046
3047Tue Nov 24 10:25:27 1998 Nick Clifton <nickc@cygnus.com>
3048
3049 * elf32-fr30.c (fr30_elf_relocate_section): Call
3050 fr30_final_link_relocate.
3051 (fr30_final_link_relocate): New function: Handle I20 and I32
3052 relocs.
3053 (fr30_elf_i32_reloc): New function: Handle I32 relocs.
3054 (fr30_elf_pc9_reloc): New function: Handle 9_PCREL relocs.
3055 (fr30_elf_pc12_reloc): New function: Handle 12_PCREL relocs.
3056
3057 * elf32-v850.c (v850_elf_relocate_section): Reset hi16s reloc
3058 chain to empty.
3059
3060 The following changes are based on a patch submitted by Gianluca
3061 Moro <glctr@abc.it>:
3062
3063 (v850_elf_perform_relocation): Only update a hi16s reloc if it has
3064 not already been updated.
3065 (find_remembered_hi16s_reloc): New parameter 'already_found'
3066 returns state of remembered hi16s reloc.
3067 (remember_hi16s_reloc): Set 'found' field to false.
3068 (hi16s_location): Add 'found' field.
3069
30701998-11-23 DJ Delorie <dj@cygnus.com>
3071
3072 * coff-i386.c (bfd_pe_dll_not_recognized_hack): the linker wants
3073 to see .DLL files as unrecognized.
3074 (i3coff_object_p): Sorry, had to hack it to not recognize these
3075 files (pei-i386) on request.
3076
30771998-11-23 DJ Delorie <dj@cygnus.com>
3078
3079 * opncls.c (bfd_make_readable): need more cleanup for symbols and
3080 relents. Call bfd_check_format to reinitialize.
3081
3082Fri Nov 20 14:21:36 1998 Nick Clifton <nickc@cygnus.com>
3083
3084 * elf32-fr30.c (fr30_elf_relocate_section): Remove spurious
3085 warnings.
3086
3087Thu Nov 19 14:42:15 1998 Geoffrey Noer <noer@cygnus.com>
3088
3089 * aclocal.m4: regenerate
3090 * configure: regenerate
3091
3092Tue Nov 17 20:23:35 1998 Richard Henderson <rth@cygnus.com>
3093
3094 * elf-bfd.h (struct elf_link_hash_entry): Add vtable_entries_size.
3095 * elf.c (_bfd_elf_link_hash_newfunc): Clear it.
3096 * elflink.h (elf_gc_propagate_vtable_entries_used): Copy it, and
3097 respect it as an upper bound on what memory to reference.
3098 (elf_gc_smash_unused_vtentry_relocs): Likewise.
3099 (elf_gc_record_vtentry): Handle as-yet undefined vtables. Set and
3100 update vtable_entries_size appropriately.
3101
3102Tue Nov 17 15:28:31 1998 Nick Clifton <nickc@cygnus.com>
3103
3104 * elf32-fr30.c (fr30_reloc_type_lookup): Used integers to hold
3105 reloc number.
3106
3107Mon Nov 16 22:19:21 1998 DJ Delorie <dj@cygnus.com>
3108
3109 * archive.c (bfd_ar_hdr_from_filesystem): support BFD_IN_MEMORY
3110 bfds; they have no "file" so we fake it.
3111 * bfd-in2.h: add bfd_make_writable and bfd_make_readable (regen)
3112 * libbfd.c (bfd_write): Allow writing to BFD_IN_MEMORY bfds by
3113 resizing the memory buffer.
3114 * opncls.c (bfd_make_writable): New function; lets you write a
3115 bfd_create'd bfd to an in-memory buffer.
3116 (bfd_make_readable): New function; lets you read back that buffer
3117 as if it were from bfd_openr. Used to build generated archive
3118 members (winsup's ld's dlltool)
3119
3120Mon Nov 16 19:15:19 1998 Dave Brolley <brolley@cygnus.com>
3121
3122 * po/bfd.pot: Regenerated.
3123
3124Mon Nov 16 10:57:06 1998 Nick Clifton <nickc@cygnus.com>
3125
3126 * elf32-v850.c (hi16s_location): Replaced fixed size array with
3127 linked list.
3128
3129Sun Nov 15 20:28:25 1998 Richard Henderson <rth@cygnus.com>
3130
3131 * elf64-alpha.c (elf64_alpha_relax_section): Search for the proper
3132 element of the gotentry list for local symbols too.
3133 (elf64_alpha_relocate_section): Unify local and global handling.
3134 Assert that gotent->use_count > 0.
3135
3136Sat Nov 14 15:16:01 1998 Ian Lance Taylor <ian@cygnus.com>
3137
3138 * configure.in (vms_alpha_vec): Rename from evax_alpha_vec, and
3139 update for file name changes of July 2, 1998.
3140 (vms_vax_vec): New.
3141 * configure: Rebuild.
3142
3143Thu Nov 12 19:19:54 1998 Dave Brolley <brolley@cygnus.com>
3144
3145 * po/bfd.pot: Regenerated.
3146
3147Tue Nov 10 16:17:06 1998 Geoffrey Noer <noer@cygnus.com>
3148
3149 * acinclude.m4, config.bfd: detect cygwin* instead of cygwin32*.
3150 * aclocal.m4, configure: regenerate
3151
3152Tue Nov 10 15:13:59 1998 Nick Clifton <nickc@cygnus.com>
3153
3154 * elf.c (prep_headers): Add support for bfd_arch_fr30.
3155
3156Tue Nov 10 13:37:36 1998 Felix Lee <flee@cygnus.com>
3157
3158 * acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE,
3159 BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): didn't define macro when value
3160 was cached.
3161 * aclocal.m4, configure: regenerated.
3162
3163Tue Nov 10 14:31:01 1998 Catherine Moore <clm@cygnus.com>
3164
27ac83bf
RH
3165 * elf32-d10v.c (reloc_type): Add R_D10V_GNU_VTINHERIT and
3166 R_D10V_GNU_VTENTRY relocs.
3167 (elf_d10v_howto_table): Likewise.
3168 (d10v_reloc_map d10v_reloc_map): Likewise.
3169 (elf32_d10v_gc_mark_hook): New.
3170 (elf32_d10v_gc_sweep_hook): New.
3171 (elf32_d10v_check_relocs): New.
3172 (elf32_d10v_relocate_section): New.
3173 (elf_backend_relocate_section): Define.
3174 (elf_backend_can_gc_sections): Define.
252b5132
RH
3175
3176Sat Nov 7 18:07:51 1998 Peter Schauer <peter.schauer@regent.e-technik.tu-muenchen.de>
3177
3178 * Makefile.am (BFD32_BACKENDS): Move vms files here...
3179 (BFD64_BACKENDS): ...from here.
3180 (BFD32_BACKENDS_CFILES): Move vms files here...
3181 (BFD64_BACKENDS_CFILES): ...from here.
3182 * Makefile.in: Rebuild.
3183
3184Wed Nov 4 15:58:48 1998 Nick Clifton <nickc@cygnus.com>
3185
3186 * Makefile.am: Add FR30 target.
3187 * Makefile.in: Add FR30 target.
3188 * archures.c: Add support for FR30.
3189 * config.bfd: Add support for FR30.
3190 * configure.in: Add support for FR30.
3191 * reloc.c: Add support for FR30 relocations.
3192 * targets.c: Add support for FR30 relocations.
3193 * bfd-in2.h: Regenerate.
3194 * configure: Regenerate.
3195 * libbfd.h: Regenerate.
3196 * cpu-fr30.c: New file.
3197 * elf32-fr30.c: New file.
3198
3199Mon Nov 2 14:59:33 1998 Geoffrey Noer <noer@cygnus.com>
3200
3201 * configure.in: detect cygwin* instead of cygwin32*
3202 * configure: regenerate
3203
3204Sun Nov 1 19:32:28 1998 Jeffrey A Law (law@cygnus.com)
3205
3206 * elf-m10300.c (mn10300_elf_relax_section): Do not use alloca,
3207 use bfd_malloc and free instead and check return value from bfd_malloc.
3208
3209Sun Nov 1 16:20:35 1998 Ian Lance Taylor <ian@cygnus.com>
3210
3211 * libbfd-in.h (_bfd_dwarf1_find_nearest_line): Declare.
3212 * libbfd.h: Rebuild.
3213
3214 * elf32-mips.c (mips_elf_dynsym_sec_names): Comment out.
3215 (SIZEOF_MIPS_DYNSYM_SECNAMES): Likewise.
3216 (MIPS_TEXT_DYNSYM_SECN): Likewise.
3217 (_bfd_mips_elf_fake_sections): Don't set sh_info field of a .hash
3218 section.
3219 (struct mips_elf_link_hash_table): Remove dynsym_sec_strindex
3220 field.
3221 (mips_elf_link_hash_table_create): Don't initialize
3222 dynsym_sec_strindex.
3223 (mips_elf_gc_mark_hook): Add default case to avoid warning.
3224 (mips_elf_size_dynamic_sections): Generate a section symbol for
3225 every output section.
3226 (mips_elf_finish_dynamic_sections): Count all sections for
3227 DT_MIPS_UNREFEXTNO.
3228 (mips_elf_finish_dynamic_sections): Use dynamic symbols for all
3229 output sections.
3230
3231Sun Nov 1 12:46:53 1998 Geoff Keating <geoffk@ozemail.com.au>
3232
3233 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Allocate two slots
3234 for later PLT entries in large PLTs.
3235 (ppc_elf_finish_dynamic_symbol): Allow for the extra slots.
3236
3237Sat Oct 31 20:10:09 1998 Jeffrey A Law (law@cygnus.com)
3238
3239 * elf32-ppc.c (ppc_elf_reload_section): Fix typo.
3240
32411998-10-26 15:58 Ulrich Drepper <drepper@cygnus.com>
3242
3243 * elf-bfd.h (struct elf_link_hash_entry): Add new field elf_hash_value.
3244 * elflink.h (elf_collect_hash_codes): New function. This function is
3245 called for each exported symbol and we compute the ELF hash value for
3246 it.
3247 (compute_bucket_value): New function. It is called from
3248 size_dynamic_sections to determine the hash table size. When we are
3249 optimizing a better, but slower, algorithm is used.
3250 (size_dynamic_sections): Call compute_bucket_value.
3251
3252 * elf.c (bfd_elf_hash): Optimize the hash function a bit.
3253
3254Mon Oct 19 20:03:21 1998 Catherine Moore <clm@cygnus.com>
3255
27ac83bf
RH
3256 * elf32-sh.c: Add HOWTO entries for R_SH_GNU_VTINHERIT and
3257 R_SH_GNU_VTENTRY.
3258 (sh_elf_gc_mark_hook): New.
3259 (sh_elf_gc_sweep_hook): New.
3260 (sh_elf_check_relocs): New.
3261 (elf_backend_can_gc_sections): Define.
252b5132
RH
3262
3263Mon Oct 19 16:57:05 1998 Felix Lee <flee@cygnus.com>
3264
3265 * acinclude.m4: undo previous gettext change
3266 * aclocal.m4: rebuild with right version of aclocal.
3267
3268Mon Oct 19 01:47:21 1998 Felix Lee <flee@cygnus.com>
3269
3270 * acinclude.m4, aclocal.m4: move gettext-related fragments from
3271 aclocal.m4 to acinclude.m4, so they don't get lost.
3272
3273 * elfcore.h: rewrite for better corefile support.
3274 * elf.c (elfcore_*): new functions.
3275 * elf-bfd.h (elf_obj_tdata): new structure members.
3276 * acconfig.h, acinclude.m4, configure.in: add feature-tests for
3277 flavor of procfs.
3278 * aclocal.m4, config.in, configure, Makefile.in: regenerated.
3279
3280Fri Oct 16 14:07:45 1998 Catherine Moore <clm@cygnus.com>
3281
27ac83bf
RH
3282 * elf32-m32r.c: Add HOWTO entries for R_M32R_GNU_VTINHERIT
3283 and R_M32R_GNU_VTENTRY.
3284 (elf_backend_can_gc_sections): Define.
3285 (m32r_elf_check_relocs): New.
3286 (m32r_elf_gc_mark_hook): New.
3287 (m32r_elf_gc_sweep_hook): New.
3288 (m32r_elf_relocate_section): Handle VT relocs.
252b5132
RH
3289
3290Mon Oct 12 14:18:40 1998 Nick Clifton <nickc@cygnus.com>
3291
3292 * coff-arm.c (arm_relocate_section): Remove redundant test.
3293
3294 * bfd-in2.h (struct reloc_howto_struct): Improve comment to make
3295 cleat that the 'bitsize' field is the size of the bitfield AFTER
3296 relocation not before.
3297
3298 * elf32-m32r.c (R_M32R_18_PCREL): Fix size of bitfield.
3299
3300 * coff-mips.c (mips_relocate_hi): Cope with missing refhi or reflo
3301 relocs.
3302
3303Tue Oct 6 09:20:44 1998 Catherine Moore <clm@cygnus.com>
3304
27ac83bf
RH
3305 * elf32-sparc.c: Add HOWTO entries for R_SPARC_GNU_VTINHERIT and
3306 R_SPARC_GNU_VTENTRY.
3307 (elf32_sparc_check_relocs): Handle them.
3308 (elf32_sparc_reloc_type_lookup): Likewise.
3309 (elf32_sparc_relocate_section): Likewise.
3310 (elf32_sparc_gc_mark_hook): New.
3311 (elf32_sparc_gc_sweep_hook): New.
252b5132
RH
3312
3313Mon Oct 5 14:55:30 1998 Jeffrey A Law (law@cygnus.com)
3314
3315 * som.c (som_finish_writing): Perform some sanity checks when
3316 writing an executable or shared library.
3317
3318Mon Oct 5 12:02:31 1998 Gavin Romig-Koch <gavin@cygnus.com>
3319
3320 * dwarf1.c : New file. Adds _bfd_dwarf1_find_nearest_line.
3321 * configure.in (elf): Add dwarf1.lo.
3322 * elf_bfd.h (elf_ob_tdata): Add dwarf1_find_line_info.
3323 * elf.c (_bfd_elf_find_nearest_line): Add call to
3324 _bfd_dwarf1_find_nearest_line.
3325 * elf32-mips.c (_bfd_mips_elf_find_nearest_line):
3326 Add call to _bfd_dwarf1_find_nearest_line.
3327 * configure: Rebuilt.
3328
3329Mon Oct 5 10:06:22 1998 Catherine Moore <clm@cygnus.com>
3330
27ac83bf
RH
3331 * elflink.h (elf_gc_sections): Do not allow garbage
3332 collection if dynamic sections have been created.
252b5132
RH
3333
3334Mon Oct 5 09:07:37 1998 Catherine Moore <clm@cygnus.com>
3335
27ac83bf
RH
3336 * elf32-v850.c: Add HOWTO entries for R_V850_GNU_VTINHERIT and
3337 R_V850_GNU_VTENTRY.
3338 (v850_elf_check_relocs): Handle VTINHERIT and VTENTRY relocs.
3339 (v850_elf_perform_relocation): Likewise.
3340 (v850_elf_final_link_relocate): Likewise.
3341 (v850_elf_relocate_section): Likewise.
3342 (v850_elf_gc_sweep_hook): New routine.
3343 (v850_elf_gc_mark_hook): New routine.
3344 (elf_backend_can_gc_sections): Define.
252b5132
RH
3345
3346Mon Oct 5 09:04:25 1998 Catherine Moore <clm@cygnus.com>
3347
27ac83bf
RH
3348 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Don't assume
3349 that dynobj exists.
252b5132
RH
3350
3351Sun Oct 4 23:29:34 1998 David Edelsohn <edelsohn@mhpcc.edu>
3352
3353 * rs6000-core.c (rs6000coff_core_file_matches_executable_p):
3354 Declare size as bfd_size_type.
3355 (rs6000coff_get_section_contents): Declare count as bfd_size_type.
3356
3357Sun Oct 4 20:38:29 1998 Jeffrey A Law (law@cygnus.com)
3358
3359 * cpu-hppa.c (bfd_hppa20_arch): Define. Link it into the bfd_hppa_arch
3360 structure.
3361 * som.c (CPU_PA_RISC2_0): Define.
3362 (_PA_RISC2_0_ID): Likewise.
3363 (som_finish_writing): Use CPU_PA_RISC2_0 for the system_id as needed.
3364
3365Sun Oct 4 21:19:09 1998 Ian Lance Taylor <ian@cygnus.com>
3366
3367 * elflink.h (elf_link_add_object_symbols): When a versioned symbol
3368 has a base which is already defined, only add the referenced
3369 symbol to the dynamic symbol table if it is defined or referenced
3370 by a regular file.
3371
3372 * elf32-i386.c (elf_i386_info_to_howto_rel): Handle vtable relocs
3373 correctly.
3374
33751998-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3376
27ac83bf 3377 * elflink.h (elf_link_add_object_symbols): Undo last change.
252b5132
RH
3378
3379Wed Sep 23 16:09:31 1998 Richard Henderson <rth@cygnus.com>
3380
27ac83bf
RH
3381 * elflink.h (elf_link_add_object_symbols): Don't record a dynamic
3382 symbol for the indirect alias to a versioned symbol.
252b5132
RH
3383
3384Mon Sep 21 12:15:22 1998 Catherine Moore <clm@cygnus.com>
3385
27ac83bf
RH
3386 * elf32-i386.c (elf32_i386_vtinherit_howto): New.
3387 (elf32_i386_vtentry_howto): New.
3388 (elf_i386_reloc_type_lookup): Return elf32_i386_vtentry_howto
3389 or elf32_i386_vtinherit_howto on lookup.
252b5132
RH
3390
3391Sun Sep 20 00:48:07 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3392
3393 * elf32-m68k.c: Include "elf/m68k.h". Remove definition of enum
3394 reloc_type. Rename R_68K__max to R_68K_max.
3395 (howto_table): Use _bfd_elf_rel_vtable_reloc_fn for a VTENTRY
3396 reloc.
3397
3398Sun Sep 20 00:09:25 1998 Chris Torek <torek@bsdi.com>
3399
3400 * libbfd.c (bfd_getb32): Rewrite expression to get better code.
3401 (bfd_getl32, bfd_getb_signed_32, bfd_getl_signed_32): Likewise.
3402
3403 * libbfd.c (bfd_log2): Cast to bfd_vma before shifting, not
3404 after.
3405
3406Sat Sep 19 22:42:23 1998 Doug Rabson <dfr@nlsystems.com>
3407
3408 * elflink.h (elf_link_add_object_symbols): Ensure that the warning
3409 message has a null byte terminator.
3410
3411Fri Sep 18 14:35:29 1998 Nick Clifton <nickc@cygnus.com>
3412
3413 * elf32-v850.c (v850_elf_perform_relocation): Ignore contents of
3414 word subject to R_V850_32 relocation.
3415
3416Thu Sep 17 17:20:36 1998 Nick Clifton <nickc@cygnus.com>
3417
3418 * dwarf2.c: Add comment describing problem computing line numbers
3419 for undefined symbols at link time.
3420
3421Thu Sep 17 16:03:28 1998 Richard Henderson <rth@cygnus.com>
3422
27ac83bf
RH
3423 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't
3424 transform a defweak into a plt entry.
3425 (elf64_alpha_calc_dynrel_sizes): Allow room for secondary
3426 plt entry references to receive a RELATIVE reloc.
3427 (elf64_alpha_finish_dynamic_symbol): Fill them in.
3428 (elf64_alpha_relocate_section): Assert we don't overrun
3429 the allocated relocation space.
252b5132
RH
3430
3431Wed Sep 16 18:03:13 1998 Nick Clifton <nickc@cygnus.com>
3432
3433 * elf.c (swap_out_syms): Always treat section symbols as
3434 special, even if they are attached to a common section.
3435
3436Wed Sep 16 10:34:13 1998 Nick Clifton <nickc@cygnus.com>
3437
3438 * elf32-v850.c (v850_elf_symbol_processing): Move symbols in
3439 sections with v850 common section attributes into named v850
3440 common sections.
3441 (v850_elf_add_symbol_hook): Move symbols in sections with v850
3442 common section attributes into named v850 common sections.
3443
3444Wed Sep 16 11:26:49 CDT 1998 Catherine Moore <clm@cygnus.com>
3445
27ac83bf
RH
3446 * elf32-arm.c (elf32_arm_gc_mark_hook): Remove print
3447 statement.
252b5132
RH
3448
34491998-09-15 Geoff Keating <geoffk@ozemail.com.au>
3450
3451 * elf32-ppc.c (ppc_elf_relocate_section): Reverse output_offset
3452 part of Vladimir's change of 1998-08-19. Make a R_PPC_SDAREL16
3453 reloc to the wrong section a warning, not an error. .dynsbss
3454 is not an output section, so there is no need to check for it.
3455
3456Tue Sep 15 12:40:05 1998 Catherine Moore <clm@cygnus.com>
3457
3458 * elf-bfd.h: Add argument to elf_backend_get_symbol_type.
3459
3460Tue Sep 15 08:34:40 1998 Catherine Moore <clm@cygnus.com>
3461
3462 * elf.c (swap_out_syms): Pass type to elf_backend_get_symbol_type.
3463 * elf32-arm.c: Add HOWTO entries for R_ARM_GNU_VTINHERIT and
3464 R_ARM_GNU_VTENTRY.
3465 (elf32_arm_gc_mark_hook): New.
3466 (elf32_arm_gc_sweep_hook): New.
3467 (elf32_arm_check_relocs): New.
3468 (elf32_arm_final_link_relocate): Handle VTINHERIT and VTENTRY
3469 relocations.
3470 (elf32_arm_relocate_section): Handle VTINHERIT and VTENTRY
3471 relocations.
3472
34731998-09-10 Geoff Keating <geoffk@ozemail.com.au>
3474
27ac83bf
RH
3475 * elf32-ppc.c (ppc_elf_relocate_section): If dynobj is NULL,
3476 assume there is no PLT or GOT.
252b5132
RH
3477
3478Wed Sep 9 14:24:12 1998 Nick Clifton <nickc@cygnus.com>
3479
3480 * elf32-arm.c (elf32_arm_find_nearest_line): New function: just
3481 like _elf_bfd_find_nearest_line() except that STT_ARM_TFUNC is
3482 also accepted as a function symbol type.
3483
3484Mon Sep 7 13:24:03 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3485
3486 * rs6000-core.c (_LONG_LONG): Define for AIX 4.x only.
3487
3488Sat Sep 5 20:40:18 1998 Ian Lance Taylor <ian@cygnus.com>
3489
3490 * libbfd-in.h (_bfd_nolink_bfd_gc_sections): Correct definition to
3491 match definition of _bfd_gc_sections field.
3492 * libbfd.h: Rebuild.
3493
3494Fri Sep 4 13:54:23 1998 David Miller <davem@dm.cobaltmicro.com>
3495
3496 * elf32-sparc.c (elf32_sparc_relocate_section): Properly adjust
3497 the addend of a dynamic relocation referencing a section.
3498 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3499 (sparc64_elf_finish_dynamic_symbol): Fix the PLT relocation offset.
3500
3501Thu Sep 3 17:28:50 1998 Richard Henderson <rth@cygnus.com>
3502
3503 * elflink.h (bfd_elfNN_size_dynamic_sections): Verify that the
3504 bed has a size_dynamic_sections routine before trying to use it.
3505
3506Mon Aug 31 14:49:22 1998 Richard Henderson <rth@cygnus.com>
3507
3508 * elf32-mips.c (elf_mips_gnu_vtentry_howto): Use
3509 _bfd_elf_rel_vtable_reloc_fn.
3510
3511Mon Aug 31 10:23:40 1998 Catherine Moore <clm@cygnus.com>
3512
27ac83bf
RH
3513 * Makefile.am: Add elf32-arm.c.
3514 * Makefile.in: Rebuild.
3515 * elf-bfd.h: Add elf_backend_get_symbol_type.
3516 * elf.c (swap_out_syms): If defined, call
3517 elf_backend_get_symbol_type.
3518 * elf32-arm.c: Define elf_backend_get_symbol_type.
3519 (elf32_arm_get_symbol-type): New routine.
3520 (record_thumb_to_arm_glue): Change to use STT_ARM_TFUNC.
3521 (bfd_elf32_arm_process_before_allocation): Change to
3522 check for STT_ARM_TFUNC.
3523 (elf32_arm_final_link_relocate): Likewise.
3524 * elfxx-target.h: Add elf_backend_get_symbol_type.
252b5132
RH
3525
3526Fri Aug 28 19:44:07 1998 Richard Henderson <rth@cygnus.com>
3527
3528 * archures.c (bfd_mach_alpha_ev[456]): New.
3529 * cpu-alpha.c: Rework to match these types.
3530 * bfd-in2.h: Rebuild.
3531
3532Fri Aug 28 19:38:53 1998 Richard Henderson <rth@cygnus.com>
3533
3534 * elf-bfd.h (_bfd_elf_rel_vtable_reloc_fn): Declare.
3535 * elf.c (_bfd_elf_rel_vtable_reloc_fn): New.
3536
3537 * elf32-i386.c (elf_howto_table): Add vtable relocs.
3538 (elf_i386_reloc_type_lookup): Recognize them.
3539 (elf_i386_check_relocs): Pass them off to generic code.
3540 (elf_i386_relocate_section): Ignore them.
3541 (elf_i386_gc_mark_hook, elf_i386_gc_sweep_hook): New.
3542 (elf_backend_can_gc_sections): True.
3543
3544Thu Aug 20 15:03:45 1998 Nick Clifton <nickc@cygnus.com>
3545
3546 * elf32-arm.c (elf32_thumb_to_arm_stub): Check sym_sec is not NULL
3547 before looking at owner field.
3548 (elf32_arm_to_thumb_stub): Ditto.
3549 (elf32_arm_relocate_section): Compute name before calling
3550 elf32_arm_final_link_relocate().
3551
3552Thu Aug 20 11:30:17 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
3553
3554 * elf.c: comment and formatting cleanups.
3555 * elfcore.h: ditto.
3556
3557Wed Aug 19 15:43:26 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
3558
3559 * elfcode.h (elf_object_p): Reject files of header type ET_CORE
3560 (core files are treated differently than object files).
3561 * elf-bfd.h (_bfd_elf_write_corefile_contents,
3562 bfd_elf_mkcorefile): declare.
3563 * elfxx-target.h (_bfd_elf_write_corefile_contents,
3564 bfd_elf_mkcorefile): add to bfd_target vector.
3565 * elfcore.h (elf_core_file_p): save the program header table,
3566 and set the bfd architecture from the elf file header.
3567 * elf.c (bfd_elf_mkcorefile): new function.
3568 (_bfd_elf_write_corefile_contents): new function.
3569 (assign_file_positions_for_segments): add cases for handling
3570 PT_NOTE segments. (assign_file_positions_except_relocs):
3571 core files should be handled the same as exec files.
3572 (prep_headers): identify core files as type ET_CORE.
3573 (copy_private_bfd_data): identify the sections belonging to
3574 the PT_NOTE segment.
3575
3576 * elf32-sparc.c (elf32_sparc_final_write_processing):
3577 add break statement to default case.
3578
35791998-08-19 Vladimir N. Makarov <vmakarov@cygnus.com>
3580
3581 * elf32-ppc.c (ppc_elf_relocate_section): Check that output
3582 section (not input) will be in sections ".sbss", ".sbss2",
3583 ".sdata", and ".sdata" for R_PPC_SDAREL16, R_PPC_EMB_SDA2REL,
3584 R_PPC_EMB_SDA21, R_PPC_EMB_RELSDA. In all these cases also ignore
3585 output_offset for correct evaluation of addend.
3586
3587Tue Aug 18 11:48:12 1998 Catherine Moore <clm@cygnus.com>
3588
27ac83bf
RH
3589 * elf32-arm.c: Add prefix bfd_ to elf32_arm_get_bfd_for_interworking,
3590 elf32_arm_allocate_interworking_sections and
3591 elf32_arm_process_before_allocation.
252b5132
RH
3592
3593Tue Aug 18 11:46:00 1998 Nick Clifton <nickc@cygnus.com>
3594
27ac83bf
RH
3595 * bfd-in.h: Ammend prototype for
3596 elf32_arm_process_before_allocation to remove surplus third
3597 argument.
252b5132 3598
27ac83bf 3599 * bfd-in2.h: Regenerate.
252b5132
RH
3600
3601Sat Aug 15 20:55:08 1998 Richard Henderson <rth@cygnus.com>
3602
3603 * elf64-alpha.c (elf64_alpha_relax_section): Handle indirect symbols.
3604
3605Fri Aug 14 09:12:28 1998 Stan Cox <scox@cygnus.com>
3606
3607 * aoutx.h (aout_link_input_section_ext): Use the relocation already
3608 calculated for RELOC_SPARC_REV32 case.
3609
3610Thu Aug 13 14:02:02 1998 Catherine Moore <clm@cygnus.com>
3611
3612 * bfd-in.h: Add prototypes for elf32_arm_get_bfd_for_interworking,
3613 elf32_arm_allocate_interworking_sections and
3614 elf32_arm_process_before_allocation.
3615 * bfd-in2.h: Regenerated.
3616 * elf32-arm.c Define elf32_arm_link_hash_table.
3617 (insert_thumb_branch): New routine.
3618 (find_thumb_glue): New routine.
3619 (find_arm_glue): New routine.
3620 (record_arm_to_thumb_glue): New routine.
3621 (record_thumb_to_arm_glue): New routine.
3622 (elf32_arm_link_hash_table_create): New routine.
3623 (elf32_arm_get_bfd_for_interworking): New routine.
3624 (elf32_arm_allocate_interworking_sections) New routine.
3625 (elf32_arm_process_before_allocation) New routine.
3626 (elf32_thumb_to_arm_stub): New routine.
3627 (elf32_arm_to_thumb_stub): New routine.
3628 (elf32_print_private_bfd_data): Fix typo.
3629 (elf32_arm_final_link_relocate): Add argument sym_sec.
3630 Check for branches to thumb symbols in case R_ARM_PC24.
3631 Check for branches to arm symbols in case R_ARM_THM_PC22.
3632 (elf32_arm_relocate_section): Pass symbol section to
3633 elf32_arm_final_link_relocate.
3634
3635Wed Aug 12 19:00:39 1998 Geoff Keating <geoffk@ozemail.com.au>
3636
3637 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Generate PLT
3638 entries unless the symbol is defined in the executable; in
3639 particular, undefined weak symbols get a PLT entry.
3640
3641Wed Aug 12 14:48:33 1998 Ian Lance Taylor <ian@cygnus.com>
3642
3643 * libaout.h: Remove nested comment to avoid warning.
3644
3645Wed Aug 12 08:10:11 1998 Catherine Moore <clm@cygnus.com>
3646
3647 * elf32-arm.c (elf32_arm_final_link_relocate): Rework
3648 R_ARM_PC24 relocation.
3649
3650Tue Aug 11 14:42:26 1998 Catherine Moore <clm@cygnus.com>
3651
3652 * elf32-arm.c (elf32_arm_final_link_relocate): Remove unused
3653 argument is_local. Add argument sym_flags. Check sym_flags
3654 in R_ARM_ABS32 case. Include addend for R_ARM_THM_PC22 case.
3655 (elf32_arm_relocate_section): Don't pass local sym and pass
3656 sym_flags to elf32_arm_final_link_relocate.
3657
3658Mon Aug 10 20:38:39 1998 Richard Henderson <rth@cygnus.com>
3659
3660 * elf64-alpha.c (elf64_alpha_calc_dynrel_sizes): Correct last change
3661 to not count too few relocs for dynamicly linked executables.
3662
3663Mon Aug 10 15:35:34 1998 Richard Henderson <rth@cygnus.com>
3664
3665 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Never consider
3666 symbols without a dynamic index dynamic. Consider all weak
3667 symbols dynamic.
3668 (elf64_alpha_strip_section_from_output): Don't assume 1-1
3669 correspondance between input and output sections.
3670
3671Mon Aug 10 15:31:39 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3672
3673 * elflink.h (elf_gc_common_finalize_got_offsets): For backends
3674 that use a .got.plt section start the got offset at zero.
3675
3676Mon Aug 10 17:31:21 1998 Ian Lance Taylor <ian@cygnus.com>
3677
3678 * ieee.c (ieee_write_processor): Correct the processor ID written
3679 out for bfd_arch_m68k, accommodating change of March 25.
3680
3681Sun Aug 9 20:55:44 1998 Catherine Moore <clm@cygnus.com>
3682
27ac83bf
RH
3683 * elf32-arm.c (elf32_arm_final_link_relocate): Rework
3684 R_ARM_THM_RPC22 relocations.
252b5132
RH
3685
3686Sat Aug 8 15:15:30 1998 Richard Henderson <rth@cygnus.com>
3687
3688 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Undef weak symbols
3689 are always dynamic.
3690 (elf64_alpha_calc_dynrel_sizes): Allow enough room for RELATIVE
3691 .got relocs in -Bsymbolic shared objects.
3692
3693Wed Aug 5 15:48:08 1998 Nick Clifton <nickc@cygnus.com>
3694
3695 * elf32-arm.c: Add private flags to ELF header.
3696 (elf32_arm_print_private_bfd_data): New Function.
3697 (elf32_arm_set_private_flags): New Function.
3698 (elf32_arm_copy_private_flags): New Function.
3699 (elf32_arm_merge_private_bfd_data): New Function.
3700
3701Mon Aug 3 17:10:15 1998 Ian Lance Taylor <ian@cygnus.com>
3702
3703 * elf32-sparc.c (elf32_sparc_check_relocs): Permit WPLT30 against
3704 a local symbol.
3705 (elf32_sparc_relocate_section): Likewise.
3706
3707Sun Aug 2 03:19:23 1998 Richard Henderson <rth@cygnus.com>
3708
3709 * elf32-ppc.c (ppc_elf_check_relocs): Init sgot to NULL. Create the
3710 .got if any relocation referrs to _GLOBAL_OFFSET_TABLE_.
3711 (ppc_elf_relocate_section): Pull sgot and splt search to the start
3712 of the function. Recognize no .plt as static linking.
3713
37141998-08-01 Ulrich Drepper <drepper@cygnus.com>
3715
3716 * elf32-mips.c (_bfd_mips_elf_section_from_shdr): Don't pass
3717 ".liblist" string through gettext.
3718
3719Fri Jul 31 16:38:14 1998 Catherine Moore <clm@cygnus.com>
3720
27ac83bf
RH
3721 * Makefile.am: Add support for elf32-arm.lo.
3722 * Makefile.in: Rebuild.
3723 * config.bfd (arm-*-elf): Define targ_defvec and targ_selvecs.
3724 (thumb-*-elf): Define targ_defvec and targ_selvecs.
3725 * configure.in: Handle bfd_elf32_littlearm_vec and bfd_elf32_bigarm_vec.
3726 * configure: Regenerate.
3727 * elf.c: (prep_headers): Support arch_type of EM_ARM.
3728 * targets.c: Support new targets bfd_elf32_bigarm_vec and
3729 bfd_target bfd_elf32_littlearm_vec.
3730 * elf32-arm.c: New file.
252b5132
RH
3731
3732Tue Jun 28 19:05:28 1998 Stan Cox <scox@cygnus.com>
3733
3734 * libaout.h (M_SPARCLITE_LE): New machine.
3735 * sunos.c (MACHTYPE_OK): Add machine M_SPARCLITE_LE.
3736 * aoutf1.h (sunos_set_arch_mach): Add machine M_SPARCLITE_LE.
3737 (sunos_write_object_contents): Add machine bfd_mach_sparc_sparclite_le
3738 * aoutx.h (howto_table_ext): Add relocation R_SPARC_REV32.
3739 (NAME(aout,machine_type)) Add machine bfd_mach_sparc_sparclite_le
3740 (aout_link_input_section_ext): Add RELOC_SPARC_REV32 support.
3741 * elf32-sparc.c (_bfd_sparc_elf_howto_table, sparc_reloc_map,
3742 elf32_sparc_relocate_section): Rename R_SPARC_32LE to be R_SPARC_REV32
3743 * libbfd.h (bfd_reloc_code_real_names): Rename BFD_RELOC_SPARC_32LE to
3744 be BFD_RELOC_SPARC_REV32.
3745 * reloc.c: Ditto.
3746 * config.bfd (sparc86x-*-aout): New
3747
3748Fri Jul 24 13:54:19 1998 Nick Clifton <nickc@cygnus.com>
3749
3750 * linker.c (_bfd_generic_final_link): Allocate NULL symbol before
3751 actually mapping the output sections.
3752
3753Fri Jul 24 11:24:29 1998 Jeffrey A Law (law@cygnus.com)
3754
3755
3756 * elf-m10300.c (mn10300_elf_howto): Add R_MN10300_24 entry.
3757 (mn10300_elf_reloc_map): Similarly.
3758 (mn10300_elf_final_link_relocate): Handle R_MN10300_24.
3759
3760Fri Jul 24 12:36:04 1998 Ian Lance Taylor <ian@cygnus.com>
3761
3762 * elf32-mips.c (elf_mips_howto_table): Add reloc types used on
3763 Irix 6.
3764 (bfd_elf32_bfd_reloc_type_lookup): Add default case.
3765 * elf64-mips.c: Replace all uses of mips_elf64_reloc_type with
3766 elf_mips_reloc_type defined in elf/mips.h.
3767
37681998-07-24 Ulrich Drepper <drepper@cygnus.com>
3769
3770 * elf64-mips.c: Remove reloc_type definition completely. It's now
3771 in elf/mips.h.
3772
3773Thu Jul 23 13:33:19 1998 Doug Evans <devans@canuck.cygnus.com>
3774
3775 * elf64-mips.c (mips_elf64_reloc_type): #if 0 out more relocations
3776 as they are defined in elf/mips.h now.
3777
3778Thu Jul 23 11:29:43 1998 Jeffrey A Law (law@cygnus.com)
3779
3780
3781 * Re-add lost change:
27ac83bf
RH
3782 * elf-m10300.c (elf32_mn10300_link_hash_entry): Add new field
3783 "movm_stack_size".
3784 (mn10300_elf_relax_section): Include stack space for register saves
3785 in the imm8 field of a "call" instruction.
3786 (compute_function_info): Determine how much stack is allocated by
3787 the movm instruction. Fix typo.
3788 (elf32_mn10300_link_hash_newfunc): Initialize movm_stack_size.
252b5132
RH
3789
3790Thu Jul 23 11:38:05 1998 Ian Lance Taylor <ian@cygnus.com>
3791
3792 * elf32-sparc.c (elf_backend_got_header_size): Define as 4.
3793 * elf64-sparc.c (elf_backend_got_header_size): Define as 8.
3794
37951998-07-22 Ulrich Drepper <drepper@cygnus.com>
3796
3797 * elf32-ppc.c: Change use of pp_reloc_type to elf_ppc_reloc_type.
3798
3799Wed Jul 22 16:27:18 1998 Nick Clifton <nickc@cygnus.com>
3800
3801 * elf32-hppa.h: Let ELF header define the enum containing the
3802 external reloc numbers.
3803 * elf32-i386.h: Likewise.
3804
38051998-07-22 14:57 Ulrich Drepper <drepper@cygnus.com>
3806
3807 * elf-m10300.c: Let ELF header now define the macros to get the enum.
3808 * elf32-mips.c: Likewise.
3809 * elf32-ppc.c: Likewise.
3810
3811Wed Jul 22 13:53:52 1998 Nick Clifton <nickc@cygnus.com>
3812
3813 * bfd-in2.h: Change type of 'class' parameter to 'unsigned int' in
3814 bfd_coff_set_symbol_class(), in order to avoid K&R compatability
3815 prblems.
3816 * bfd-in.h: Regenerate.
3817 * coffgen.c (bfd_coff_set_symbol_class): Change type of 'class'
3818 parameter to 'unsigned int' to avoid K&R compatability problems.
3819
3820Wed Jul 22 16:43:24 1998 Ian Lance Taylor <ian@cygnus.com>
3821
3822 * ieee.c (ieee_find_nearest_line): Change filename_ptr and
3823 functionname_ptr to be const. Change line_ptr to be unsigned.
3824
3825 * coffcode.h (coff_link_output_has_begun): Simplify handling when
3826 macro is not defined. Change second parameter from bfd_link_info
3827 to coff_final_link_info. Add prototype.
3828 (coff_final_link_postscript): Simplify handling when macro is not
3829 defined. Add prototype.
3830
38311998-07-22 13:08 Ulrich Drepper <drepper@cygnus.com>
3832
3833 * elf-mn10300.c: Before include system specific ELF header define
3834 START_RELOC_NUMBERS, RELOC_NUMBER, and END_RELOC_NUMBERS.
3835 * elf32-mips.c: Likewise.
3836 * elf32-ppc.c: Likewise.
3837
3838Wed Jul 22 13:46:51 1998 Ian Lance Taylor <ian@cygnus.com>
3839
3840 * elf64-mips.c (mips_elf64_reloc_type): Copy Ulrich's elf32-mips.c
3841 temporary patch over to elf64-mips.c as well.
3842
38431998-07-21 Ulrich Drepper <drepper@cygnus.com>
3844
3845 * elf32-mips.c (reloc_type): Temporarily disable definition of
3846 standard relocation since they are now defined in elf/mips.h.
3847
3848Tue Jul 21 09:47:00 1998 Catherine Moore <clm@cygnus.com>
3849
27ac83bf
RH
3850 * elf-m10200.c (mn10200_elf_final_link_relocate):
3851 Modify range test for case R_MN10200_8.
252b5132 3852
27ac83bf
RH
3853 * elf-m10300.c (mn10300_elf_final_link_relocate):
3854 Modify range test for case R_MN10300_8.
252b5132
RH
3855
3856Mon Jul 20 18:50:54 1998 Richard Henderson <rth@cygnus.com>
3857
3858 * elf-bfd.h (struct elf_backend_data): Add got_ & plt_header_size.
3859 * elf32-i386.c (elf_backend_got_header_size): Define.
3860 (elf_backend_plt_header_size): Define.
3861 * elf32-m68k.c, elf32-mips.c, elf32-ppc.c: Likewise.
3862 * elf32-sparc.c, elf64-alpha.c, elf64-sparc.c: Likewise.
3863 * elfxx-target.h: Provide a default of zero.
3864 * elflink.c (_bfd_elf_create_got_section): Use got_header_size.
3865 * elflink.h (elf_gc_common_finalize_got_offsets): Likewise.
3866
3867 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't remove a PLT
3868 entry from an executable, even if the plt refcount goes to 0.
3869
3870Mon Jul 20 12:47:26 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3871
3872 * aoutx.h (NAME(aout,find_nearest_line)): Also remember the
3873 directory name at the line number.
3874
3875 * elf.c (_bfd_elf_find_nearest_line): Also consider symbols
3876 with an unspecified type.
3877
3878Wed Jul 15 11:20:01 1998 Ian Lance Taylor <ian@cygnus.com>
3879
3880 * sunos.c: Add undef of valid to avoid problem on SunOS.
3881
3882Tue Jul 14 15:30:59 1998 Richard Henderson <rth@cygnus.com>
3883
3884 * config.bfd (i?86-pc-beos{pe,elf,}*): Recognize.
3885
3886Tue Jul 14 11:22:21 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3887
3888 * elf32-m68k.c (elf_m68k_check_relocs): Also reference count
3889 R_68K_PCxx and R_68K_xx relocations. Make sure that
3890 ELF_LINK_HASH_NEEDS_PLT is always set for a PLT reloc reference.
3891 (elf_m68k_gc_sweep_hook): Also reference count R_68K_PCxx and
3892 R_68K_xx relocations.
3893 (elf_m68k_adjust_dynamic_symbol): Reset the plt offset of a symbol
3894 that has no plt entry.
3895 (elf_m68k_relocate_section): Ignore the plt offset in a static
3896 link.
3897 * elflink.h (elf_adjust_dynamic_symbol): Reset the plt offset for
3898 an ignored symbol.
3899 (elf_gc_common_finalize_got_offsets): Set the got offsets also in
3900 a static link.
3901
3902 * elf32-m68k.c (R_68K_GNU_VTINHERIT, R_68K_GNU_VTENTRY): New reloc
3903 types.
3904 (howto_table, reloc_map): Add entries for them.
3905 (elf_m68k_check_relocs): Handle them. Implement reference
3906 counting for got and plt entries.
3907 (elf_m68k_gc_mark_hook, elf_m68k_gc_sweep_hook): New functions.
3908 (elf_m68k_adjust_dynamic_symbol): Handle unreferenced plt
3909 symbols.
3910 (rtype_to_howto_rel, elf_info_to_howto_rel): Delete.
3911 (elf_m68k_relocate_section): Handle the new reloc types.
3912 (bfd_elf32_bfd_final_link, elf_backend_gc_mark_hook,
3913 elf_backend_gc_sweep_hook, elf_backend_can_gc_sections): Define.
3914 * elflink.h (elf_link_add_object_symbols): When creating an
3915 indirect reference for symbol versioning also copy the plt
3916 offset.
3917 (elf_fix_symbol_flags): When clearing the ELF_LINK_HASH_NEEDS_PLT
3918 flag also reset the plt offset.
3919 (elf_link_assign_sym_version): Likewise.
3920 (elf_gc_common_finalize_got_offsets): Increment the got offset by
3921 the size of the entry in bytes.
3922 (elf_gc_allocate_got_offsets): Likewise.
3923
3924Tue Jul 14 11:18:14 1998 Ian Lance Taylor <ian@cygnus.com>
3925
3926 * elflink.h (elf_gc_sections): Return true rather than falling off
3927 the bottom.
3928
3929 * coffgen.c (bfd_coff_set_symbol_class): Call bfd_alloc, not
3930 xmalloc.
3931
3932Mon Jul 13 11:06:31 1998 Nick Clifton <nickc@cygnus.com>
3933
3934 * coff-arm.c: Supress definition of TARGET_UNDERSCORE and add a
3935 comment describing when it should be enabled.
3936 Changed definition of USER_LABEL_PREFIX to "", to fall into line
3937 with GCC sources.
3938
3939Mon Jul 13 13:06:54 1998 Ian Lance Taylor <ian@cygnus.com>
3940
3941 * ieee.c (ieee_slurp_external_symbols): Handle call optimization
3942 information ATN records.
3943
3944Fri Jul 10 16:31:06 1998 Ian Lance Taylor <ian@cygnus.com>
3945
3946 * ieee.c (ieee_slurp_external_symbols): Select an appropriate
3947 section for an absolute symbol in a fully linked file. Based on
3948 patch from Christian Holland <CHolland@de.lucent.com>.
3949
3950Wed Jul 8 11:29:56 1998 Manfred Hollstein <manfred@s-direktnet.de>
3951
3952 * coff-m88k.c (m88k_special_reloc): Don't lose the information
3953 that a symbol is undefined.
3954
3955Tue Jul 7 21:47:02 1998 Jeffrey A Law (law@cygnus.com)
3956
3957 * som.c (som_bfd_gc_sections): Define.
3958
3959Mon Jul 6 11:35:50 1998 Nick Clifton <nickc@cygnus.com>
3960
3961 * coff-arm.c (aoutarm_std_reloc_howto): Do not complain about
3962 overflows in ARM_26D patches, since they have already been
3963 implmented. Patch submitted by Dr. R.J. Black <rjb@dcs.gla.ac.uk>
3964
3965Sat Jul 4 12:25:36 1998 Ian Lance Taylor <ian@cygnus.com>
3966
3967 * coffcode.h (coff_write_object_contents): If we have any long
3968 section names, call coff_write_symbols even if there are no
3969 symbols.
3970
3971Fri Jul 3 13:11:35 1998 Ian Lance Taylor <ian@cygnus.com>
3972
3973 * elf.c (copy_private_bfd_data): Only set phdr_included once for a
3974 PT_LOAD segment, rather than only setting it once for the entire
3975 file.
3976
3977 * elf.c (_bfd_elf_make_section_from_shdr): When setting the LMA,
3978 rather than ignoring every phdr with a p_paddr of 0, ignore all
3979 the phdrs if they all have a p_paddr of 0.
3980
3981 * stabs.c (_bfd_write_stab_strings): Check whether the .stabstr
3982 section was discarded from the link.
3983
3984Fri Jul 3 14:39:05 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3985
3986 * coff-sh.c (sh_insn_uses_freg): Ignore lowest bit of register number.
3987
3988Fri Jul 3 14:35:48 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3989
3990 * coff-sh.c (sh_insns_conflict): Load of fpscr conflicts with
3991 floating point operations.
3992
3993Thu Jul 2 18:37:25 1998 Ian Lance Taylor <ian@cygnus.com>
3994
3995 * cofflink.c (_bfd_coff_link_input_bfd): Skip undefined global
3996 function symbols.
3997
3998Thu Jul 2 14:59:42 1998 Klaus Kaempf <kkaempf@rmi.de>
3999
4000 Merge of vax/vms (read-only) support
4001 * configure.com: Support Vax target.
4002 * makefile.vms: Support Vax target.
27ac83bf 4003 * vms.h: Renamed from evax.h, merged vax/vms (read-only) support.
252b5132
RH
4004 * vms.c: Renamed from evax-alpha.c, merged vax/vms (read-only)
4005 support.
4006 * vms-hdr.c: Renamed from evax-emh.c, merged vax/vms (read-only)
4007 support.
4008 * vms-gsd.c: Renamed from evax-egsd.c, merged vax/vms (read-only)
4009 support.
4010 * vms-tir.c: Renamed from evax-etir.c, merged vax/vms (read-only)
4011 support.
4012 * vms-misc.c: Renamed from evax-misc.c, merged vax/vms (read-only)
4013 support.
4014 * libbfd.c (real_read): Use unbuffered read on VMS/Vax.
4015 * targets.c (bfd_target_ovax_flavour): New flavour.
4016 (vms_alpha_vec): Renamed from evax_alpha_vec.
4017 (vms_vax_vec): New.
4018 (target_vector): Update accordingly.
4019 * config.bfd (alpha*-*-*vms*): Use vms_alpha_vec, not
4020 evax_alpha_vec.
4021 (vax*-*-*vms*): New target.
4022 * Makefile.am: Update for renamed files. Rebuild dependencies.
4023 * bfd-in2.h: Rebuild.
4024 * configure.in, Makefile.in, aclocal.m4: Rebuild.
4025
4026Thu Jul 2 13:31:55 1998 Ian Lance Taylor <ian@cygnus.com>
4027
4028 Based on patch from Matt Semersky <matts@scd.hp.com>:
4029 * linker.c (_bfd_generic_final_link): Force a trailing NULL
4030 pointer on abfd->outsymbols.
4031 (generic_add_output_symbol): Handle NULL sym parameter.
4032
4033Wed Jul 1 17:05:53 1998 Nick Clifton <nickc@cygnus.com>
4034
4035 * elf.c (copy_private_bfd_data): Add support for changing VMA or
4036 LMA of sections.
4037
4038Wed Jul 1 16:58:50 1998 Ian Lance Taylor <ian@cygnus.com>
4039
4040 * coff-sh.c (sh_relax_delete_bytes): Correct address comparisons
4041 when handling 32 bit immediate relocs.
4042 * elf32-sh.c (sh_elf_relax_delete_bytes): Likewise.
4043
4044Tue Jun 30 09:55:03 1998 Jeffrey A Law (law@cygnus.com)
4045
4046 * section.c (STD_SECTION): Account for recently added gc_mark
4047 field in struct asection.
4048
4049 * elf-m10300.c (bfd_mn10300_elf_merge_private_bfd_data): New function.
4050 (bfd_elf32_bfd_merge_private_bfd_data): Define.
4051
4052Thu Jun 25 18:31:41 1998 Richard Henderson <rth@cygnus.com>
4053
4054 ELF Section-level Garbage Collection:
4055 * bfd.c (bfd_gc_sections): New.
4056 * aout-adobe.c: Hook to default implementation.
4057 * aout-target.h, aout-tic30.c, binary.c, bout.c: Likewise.
4058 * coff-alpha.c, coff-mips.c, coff-rs6000.c, coffcode.h: Likewise.
4059 * evax-alpha.c, i386msdos.c, i386os9k.c, ieee.c: Likewise.
4060 * ihex.c, nlm-target.h, oasys.c, ppcboot.c, srec.c: Likewise.
4061 * tekhex.c, versados.c: Likewise.
4062 * libbfd-in.h (_bfd_nolink_bfd_gc_sections): New.
4063 * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_gc_sections.
4064
4065 * reloc.c (BFD_RELOC_VTABLE_INHERIT, BFD_RELOC_VTABLE_ENTRY): New.
4066 (bfd_generic_gc_sections): New.
4067 * section.c (SEC_KEEP): New.
4068 (asection): Add gc_mark member.
4069
4070 * elfcode.h (elf_gc*): New name remappings.
4071 * elflink.h (elf_link_input_bfd): Don't set contents on stabs
4072 sections to be excluded.
4073 (elf_gc_mark, elf_gc_sweep, elf_gc_sweep_symbol): New.
4074 (elf_gc_propogate_vtable_entries_used): New.
4075 (elf_gc_smash_unused_vtentry_relocs): New.
4076 (elf_gc_sections, elf_gc_record_vtinherit, elf_gc_record_vtentry): New.
4077 (elf_gc_common_finalize_got_offsets): New.
4078 (elf_gc_allocate_got_offsets, elf_gc_common_final_link): New.
4079 * elfxx-target.h: Add and default gc hooks.
4080
4081 * elf-bfd.h (struct elf_link_hash_entry): Swap got_offset/plt_offset
4082 for unions.
4083 (struct elf_obj_tdata): Likewise for local_got_offsets.
4084 * elf.c, elf-i386.c, elf32-m68k.c, elf32-mips.c: Update all uses.
4085 * elf32-ppc.c, elf32-sparc.c, elf64-alpha.c: Likewise.
4086 * elf64-sparc.c, elflink.h: Likewise.
4087
4088 * elf-bfd.h (struct elf_link_hash_entry): Add vtable members.
4089 (ELF_LINK_HASH_MARK): Define.
4090 (struct elf_backend_data): Add GC hooks.
4091 * elf.c (_bfd_elf_link_hash_newfunc): Zero vtable members.
4092
4093 * elf-m10300.c (mn10300_elf_check_relocs): New.
4094 (mn10300_elf_gc_mark_hook): New.
4095 (R_MN10300_GNU_VTINHERIT, R_MN10300_GNU_VTENTRY): New.
4096 (elf_mn10300_howto, mn10300_reloc_map): Handle them.
4097 (mn10300_elf_final_link_relocate): Likewise.
4098 (mn10300_elf_relocate_section): Likewise.
4099 (elf_backend_can_gc_sections): Define.
4100 * elf32-mips.c (R_MIPS_GNU_VTINHERIT, R_MIPS_GNU_VTENTRY): New.
4101 (elf_mips_gnu_vtinherit_howto, elf_mips_gnu_vtentry_howto): New.
4102 (bfd_elf32_bfd_reloc_type_lookup): Handle them.
4103 (mips_info_to_howto_rel): Likewise.
4104 (mips_elf_relocate_section): Likewise.
4105 (mips_elf_check_relocs): Likewise.
4106 (mips_elf_gc_mark_hook, mips_elf_gc_sweep_hook): New.
4107 (elf_backend_can_gc_sections): Define.
4108 * elf32-ppc.c (R_PPC_GNU_VTINHERIT, R_PPC_GNU_VTENTRY): New.
4109 (ppc_elf_howto_raw): Handle them.
4110 (ppc_elf_reloc_type_lookup): Likewise.
4111 (ppc_elf_relocate_section): Likewise.
4112 (ppc_elf_check_relocs): Reference count .got and .plt entires.
4113 Handle new vtable relocs.
4114 (ppc_elf_adjust_dynamic_symbol): Recognize unused .plt entries.
4115 (ppc_elf_gc_mark_hook, ppc_elf_gc_sweep_hook): New.
4116 (elf_backend_can_gc_sections): Define.
4117
4118Fri Jun 26 10:48:23 1998 Jeffrey A Law (law@cygnus.com)
4119
4120 * archures.c (bfd_mach_mn10300): Define.
4121 * elf-m10300.c: Include elf/mn10300.h
4122 (elf_mn10300_mach): New function.
4123 (_bfd_mn10300_elf_final_write_processing): Likewise.
4124 (_bfd_mn10300_elf_object_p): Likewise.
4125 (elf_backendfinal_write_processing): Define.
4126 (elf_backend_object_p): Likewise.
4127
4128Thu Jun 25 18:31:08 1998 Nick Clifton <nickc@cygnus.com>
4129
4130 * elf32-v850.c (v850_elf_perform_relocation): Fix HI16_S
4131 relocation.
4132
4133Wed Jun 24 17:17:57 1998 Ian Lance Taylor <ian@cygnus.com>
4134
4135 * elflink.h (elf_bfd_final_link): Loop over input_bfds using the
4136 link_next field, not the next field.
4137
4138Sun Jun 21 19:38:39 1998 Ian Lance Taylor <ian@cygnus.com>
4139
4140 * elf.c (map_sections_to_segments): Check the section address
4141 against the phdr size both with and without a modulo of
4142 maxpagesize.
4143
4144Fri Jun 19 17:08:18 1998 Ian Lance Taylor <ian@cygnus.com>
4145
4146 * elf32-mips.c (mips_elf_size_dynamic_sections): Only strip a
4147 linker created empty input section if the output section has the
4148 same name.
4149
4150 * elflink.h (elf_link_output_extsym): Print an error message if
4151 _bfd_elf_section_from_bfd_section fails.
4152
4153 * elf.c (_bfd_elf_section_from_bfd_section): Call bfd_set_error on
4154 failure.
4155
4156Tue Jun 16 11:55:55 1998 Ian Lance Taylor <ian@cygnus.com>
4157
4158 * elf.c (copy_private_bfd_data): Improve handling of Solaris
4159 native linker output. Avoid putting an empty section in more than
4160 one segment.
4161
4162Fri Jun 12 13:30:17 1998 Tom Tromey <tromey@cygnus.com>
4163
4164 * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
4165 ($(PACKAGE).pot): Unconditionally depend on POTFILES.
4166
4167Fri Jun 12 13:34:02 1998 Doug Evans <devans@canuck.cygnus.com>
4168
4169 * elf.c (swap_out_syms): New arg relocatable_p.
4170 Don't add section VMA to symbols for relocatable output.
4171 (_bfd_elf_compute_section_file_positions): Update call to
4172 swap_out_syms.
4173
4174Mon Jun 8 15:20:57 1998 Nick Clifton <nickc@cygnus.com>
4175
4176 * elf32-v850.c (v850_elf_perform_relocation): Make comparisons
4177 against 'addend' be signed rather than unsigned.
4178
4179Sat Jun 6 00:31:21 1998 Nick Clifton <nickc@cygnus.com>
4180
4181 * elf32-m32r.c: Add prototyps for static functions.
4182
4183 * coff-arm.c: Add prototypes for static functions.
4184
4185Fri Jun 5 17:21:51 1998 Nick Clifton <nickc@cygnus.com>
4186
4187 * elf.c (elf_sort_sections): Sort by LMA first then VMA, since the
4188 LMA is used to order sections in a segment.
4189
4190 * elf32-v850.c: Add prototypes for static functions.
4191 Change type of addend parameter to bfd_vma in various functions.
4192
4193Fri Jun 5 18:09:58 1998 Ian Lance Taylor <ian@cygnus.com>
4194
4195 * aoutx.h (howto_table_ext): Change RELOC_BASE13 to use
4196 complain_overflow_signed instead of complain_overflow_bitfield.
4197
4198Fri Jun 5 15:11:11 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4199
4200 * elf.c (elf_map_symbols): Don't add section VMA to symbol value
4201 when comparing against 0.
4202
4203Wed Jun 3 17:52:49 1998 Ian Lance Taylor <ian@cygnus.com>
4204
4205 * Makefile.am (config.status): New target.
4206 * Makefile.in: Rebuild.
4207
4208Wed Jun 3 12:18:24 1998 Stan Cox <scox@equinox.cygnus.com>
4209
4210 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Give an
4211 error if previous object endianness doesn't match current object.
4212
4213Tue Jun 2 17:50:59 1998 Nick Clifton <nickc@cygnus.com>
4214
4215 * elf32-v850.c (v850_elf_print_private_bfd_data): Call
4216 _bfd_elf_print_private)bfd_data ().
4217
4218Tue Jun 2 15:29:35 1998 Ian Lance Taylor <ian@cygnus.com>
4219
4220 * elflink.h (elf_merge_symbol): Don't always set type_change_ok
4221 and size_change_ok.
4222 (elf_link_add_object_symbols): Set type_change_ok and
4223 size_change_ok before calling elf_merge_symbol.
4224
4225 * elf32-mips.c (mips_elf_relocate_section): If we issue an
4226 undefined symbol error, don't also issue an overflow error.
4227
4228Tue Jun 2 13:51:00 1998 Geoff Keating <geoffk@ozemail.com.au>
4229
4230 * elf32-ppc.c (ppc_elf_relocate_section): The target of an
4231 R_PPC_LOCAL24PC relocation should be local; if not, print an error
4232 message instead of crashing.
4233
4234Mon Jun 1 18:23:12 1998 Yuli Barcohen <yuli.barcohen@telrad.co.il>
4235
4236 * archures.c (bfd_mach_cpu32): Define.
4237 (bfd_default_scan): Add case for 68060. Fix 68332 case to use
4238 bfd_mach_cpu32.
4239 * cpu-m68k.c (arch_info_struct): Add m68k:cpu32.
4240 * ieee.c: Include <ctype.h>.
4241 (ieee_object_p): Parse out process ID string to make it more
4242 likely to be acceptable for bfd_scan_arch.
4243 * bfd-in2.h: Rebuild.
4244
4245Mon Jun 1 11:12:02 1998 Nick Clifton <nickc@cygnus.com>
4246
4247 * elf32-m32r.c (m32r_elf_print_private_bfd_data): Also call
4248 _bfd_elf_print_private_bfd_data() so that the program header will
4249 be displayed.
4250
4251Mon Jun 1 12:14:28 1998 Ian Lance Taylor <ian@cygnus.com>
4252
4253 * peicode.h (coff_swap_sym_in): Check for C_SECTION rather than
4254 0x68. Reindent. Add some comments.
4255
4256Fri May 29 09:58:08 1998 Nick Clifton <nickc@cygnus.com>
4257
4258 * elf.c (copy_private_bfd_data): Adjust physical address of
4259 segment in output BFD to contain LMAs of its sections.
4260
4261Tue May 26 19:37:47 1998 Stan Cox <scox@equinox.cygnus.com>
4262
4263 * elf32-sparc.c (_bfd_sparc_elf_howto_table, sparc_reloc_map,
4264 elf32_sparc_relocate_section): Added R_SPARC_32LE for little
4265 endian data 32 bit relocations.
4266 (elf32_sparc_merge_private_bfd_data): Check if linking little
4267 endian objects with big endian objects.
4268 (elf32_sparc_object_p): Set bfd_mach_sparc_sparclite_le.
4269 (elf32_sparc_final_write_processing): Set EF_SPARC_LEDATA in e_flags.
4270 * libbfd.h (bfd_reloc_code_real_names): Added BFD_RELOC_SPARC_32LE.
4271 * reloc.c: Same.
4272 * cpu-sparc.c (arch_info_struct): Added sparc:sparclite_le
4273 * archures.c (bfd_mach_sparc_sparclite_le): New.
4274 * bfd-in2.h (BFD_RELOC_SPARC_32LE, bfd_mach_sparc_sparclite_le): New.
4275
4276Thu May 21 16:59:28 1998 Nick Clifton <nickc@cygnus.com>
4277
4278 * peicode.h (add_data_entry): Fix precedence of operators in if ()
4279 statement.
4280
4281Tue May 19 18:41:19 1998 Ian Lance Taylor <ian@cygnus.com>
4282
4283 * bfd-in.h: Move over patch to bfd-in2.h.
4284
4285 * reloc.c (bfd_check_overflow): Add casts before shifts which may
4286 not fit in 32 bits.
4287 (_bfd_relocate_contents): Likewise.
4288
4289Mon May 18 14:44:15 1998 Nick Clifton <nickc@cygnus.com>
4290
4291 * peicode.h (add_data_entry): If the section has no private data
4292 then do not create a Data Dictionary entry for it.
4293
4294Mon May 18 00:09:28 1998 Richard Henderson <rth@cygnus.com>
4295
4296 * elf64-alpha.c (elf64_alpha_relax_section): Set again on changes.
4297 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots,
4298 elf64_alpha_size_got_sections): Rewrite, handling multiple got
4299 subsections during relaxation more correctly.
4300
4301Thu May 14 14:22:58 1998 Nick Clifton <nickc@cygnus.com>
4302
4303 * bfd-in2.h: Add new prototype: bfd_coff_set_symbol_class ().
4304 Add extra argument to bfd_arm_process_before_allocation ().
4305 * bfd-in.h: Reflect changes made in bfd-in2.h.
4306 * coffgen.c (bfd_coff_set_symbol_class): New function. Set the
4307 coff class of a BFD symbol.
4308 * coff-arm.c: Add support for interworking between Thumb code and
4309 non-interworking aware ARM code.
4310
4311Sun May 10 22:33:59 1998 Jeffrey A Law (law@cygnus.com)
4312
4313 * po/Make-in (install-info): New target.
4314
4315Thu May 7 17:40:56 1998 Ian Lance Taylor <ian@cygnus.com>
4316
4317 * filemode.c: Remove; not used.
4318
4319 If sysdep.h includes a header file, don't include it again:
4320 * aix386-core.c: Don't include <stdio.h>, <stddef.h>, or
4321 <errno.h>.
4322 * aoutx.h: Don't include <string.h>. Use "sysdep.h" rather than
4323 <sysdep.h>.
4324 * archive.c: Don't include <string.h> or <errno.h>.
4325 * evax-alpha.c; Don't include <stdio.h>.
4326 * evax-egsd.c: Likewise.
4327 * evax-etir.c: Likewise.
4328 * evax-misc.c: Likewise.
4329 * evax-emh.c: Likewise. Also, don't include <sys/types.h>.
4330 * hppabsd-core.c: Don't include <stdio.h>, <sys/types.h>, or
4331 <errno.h>.
4332 * hpux-core.c: Likewise.
4333 * netbsd-core.c: Likewise.
4334 * som.c: Likewise.
4335 * libbfd.c: Don't include <sys/types.h>.
4336 * nlmcode.h: Don't include <string.h>.
4337 * osf-core.c: Don't include <string.h> or <stdio.h>.
4338 * ptrace-core.c: Don't include <stdio.h>, <sys/types.h>,
4339 <errno.h>, or <unistd.h>.
4340 * trad-core.c: Don't include <stdio.h> or <sys/types.h>.
4341
4342Thu May 7 13:12:50 1998 Klaus Kaempf <kkaempf@progis.de>
4343
4344 * configure.com: If the version number can not be found in
4345 configure.in, set it to "unknown" rather than "2.8.1".
4346
4347Wed May 6 09:46:05 1998 Gavin Koch <gavin@cygnus.com>
4348
4349 * elf32-mips.c (elf_mips_mach): New.
4350 (_bfd_mips_elf_object_p): Use elf_mips_mach.
4351 (_bfd_mips_elf_final_write_processing): Use the names
4352 of machines, rather than the numbers. Set both the ARCH
4353 and MACH in e_flags. Handle a few more specific machines.
4354 (_bfd_mips_elf_merge_private_bfd_data): Merge both
4355 EF_MIPS_ARCH and EF_MIPS_MACH.
4356
4357Tue May 5 21:01:53 1998 Richard Henderson <rth@cygnus.com>
4358
4359 * syms.c (bfd_is_local_label): Revert last change.
4360 * srec.c (srec_write_symbols): Discard debugging symbols.
4361
4362Tue May 5 23:36:06 1998 Ian Lance Taylor <ian@cygnus.com>
4363
4364 * som.c: Include <ctype.h>.
4365 * som.h: Don't include sysdep.h.
4366
4367Tue May 5 18:29:24 1998 Tom Tromey <tromey@cygnus.com>
4368
4369 * libbfd.h: Rebuilt.
4370 * libbfd-in.h: Removed gettext includes and defines.
4371 * sysdep.h: Moved gettext-related includes and defines here.
4372
4373Tue May 5 16:47:54 1998 Richard Henderson <rth@cygnus.com>
4374
4375 * srec.c (srec_write_symbols): Use bfd_is_local_label rather than
4376 an ad-hoc test. Kill bogus #if 0 code.
4377 * syms.c (bfd_is_local_label): Consider BSF_DEBUGGING symbols local.
4378
4379Mon May 4 16:10:33 1998 Ian Lance Taylor <ian@cygnus.com>
4380
4381 * sunos.c (sunos_check_dynamic_reloc): Don't use the PLT address
4382 when generating a normal executable for a symbol defined in a
4383 regular file. When copying a reloc into the output file, adjust
4384 the addend for a PC relative reloc against a global symbol.
4385
4386Mon May 4 10:08:18 1998 Tom Tromey <tromey@cygnus.com>
4387
4388 * libbfd.h: Rebuilt.
4389 * libbfd-in.h (_): Define as dgettext.
4390
4391Mon May 4 11:02:23 1998 Ian Lance Taylor <ian@cygnus.com>
4392
4393 * coff-arm.c (coff_arm_relocate_section): Cast to bfd_signed_vma,
4394 not signed.
4395 * peicode.h (pe_saved_coff_bfd_print_private_bfd_data): Use PARAMS
4396 when declaring parameter types.
4397 (pe_saved_coff_bfd_copy_private_bfd_data): Likewise.
4398
4399Wed Apr 29 15:35:03 1998 Ian Lance Taylor <ian@cygnus.com>
4400
4401 * config.bfd: If we include any ELF targets in targ_defvec and/or
4402 targ_selvecs, then add the generic ELF targets to targ_selvecs.
4403 * elf32-gen.c (dummy): New static const variable.
4404 (elf_generic_info_to_howto): New static function.
4405 (elf_generic_info_to_howto_rel): New static function.
4406 (elf_info_to_howto): Define as elf_generic_info_to_howto.
4407 (elf_info_to_howto_rel): Define as elf_generic_info_to_howto_rel.
4408 * elf64-gen.c: Same changes as elf32-gen.c.
4409 * elfcode.h (elf_object_p): For the generic target, ignore a
4410 failure of bfd_default_set_arch_mach. Fix indentation a bit.
4411
4412Tue Apr 28 20:05:52 1998 Ian Lance Taylor <ian@cygnus.com>
4413
4414 * configure.in (WIN32LIBADD): Add -lintl on cygwin32.
4415 * configure: Rebuild.
4416
4417Tue Apr 28 12:16:57 1998 Jason Molenda (crash@bugshack.cygnus.com)
4418
4419 * config.bfd: Update OSR5/Unixware patterns.
4420
4421Mon Apr 27 18:02:24 1998 Richard Henderson <rth@cygnus.com>
4422
4423 * elf.c (assign_file_positions_for_segments): Allow for holes
4424 between sections added by a link script.
4425
4426Mon Apr 27 11:49:55 1998 Ian Lance Taylor <ian@cygnus.com>
4427
4428 * configure.in: Change version number to 2.9.4
4429 * configure: Rebuild.
4430
4431 Based on patch from H.J. Lu <hjl@gnu.org>:
4432 * elf.c (bfd_elf_get_bfd_needed_list): New function.
4433 * bfd-in.h (bfd_elf_get_bfd_needed_list): Declare.
4434 * bfd-in2.h: Rebuild.
4435
4436Sat Apr 25 20:07:53 1998 Richard Henderson <rth@cygnus.com>
4437
4438 * elf64-alpha.c (struct alpha_relax_info): Replace elfsym with other.
4439 Change all users.
4440
4441Sat Apr 25 18:29:07 1998 Richard Henderson <rth@cygnus.com>
4442
4443 * elf64-alpha.c (struct alpha_relax_info): Add tsec & elfsym members.
4444 (elf64_alpha_relax_section): Fill them in.
4445 (elf64_alpha_relax_opt_call): Implement more than a stub.
4446 (elf64_alpha_add_symbol_hook): Don't set SEC_LOAD or default
4447 alignment on .scommon.
4448 (elf64_alpha_merge_gots): Merge use counts as well.
4449
4450Sat Apr 25 14:07:29 1998 Richard Henderson <rth@cygnus.com>
4451
4452 * elf64-alpha.c (elf64_alpha_relax_section): Use the proper section
4453 for calculating a local symbol's address.
4454 (elf64_alpha_calc_got_offsets): Skip entries with 0 use count.
4455 Set the .got's cooked size as well as the raw size.
4456
4457Fri Apr 24 09:16:00 1998 Nick Clifton <nickc@cygnus.com>
4458
4459 * elf32-v850.c (v850_elf_print_private_bfd_data): Add
4460 internationalisation of printed information.
4461
4462 * coff-arm.c (coff_arm_print_private_bfd_data): Add
4463 internationalisation of printed information.
4464
4465Fri Apr 24 12:09:18 1998 Ian Lance Taylor <ian@cygnus.com>
4466
4467 * syms.c (struct indexentry): Change directory_name, file_name,
4468 and function_name fields to char *.
4469 (struct stab_find_info): Change cached_file_name field to char *.
4470
4471Thu Apr 23 08:13:04 1998 Nick Clifton <nickc@cygnus.com>
4472
4473 * peicode.h (dir_names): Add missing N_() macros to dir_names array.
4474
4475Wed Apr 22 13:06:15 1998 Tom Tromey <tromey@cygnus.com>
4476
4477 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
4478
4479Wed Apr 22 17:48:48 1998 Ian Lance Taylor <ian@cygnus.com>
4480
4481 * Makefile.am (install-data-local): Make $(includedir).
4482 * Makefile.in: Rebuild.
4483
4484Wed Apr 22 13:06:15 1998 Tom Tromey <tromey@cygnus.com>
4485
4486 * libbfd-in.h: Use `gettext' and not `dgettext' for now.
4487
4488Wed Apr 22 12:53:40 1998 Ian Lance Taylor <ian@cygnus.com>
4489
4490 * Makefile.am (INCLUDES): Add -I$(srcdir)/../intl -I../intl.
4491 * Makefile.in: Rebuild.
4492
4493 * bfd-in2.h: Rebuild for Nick's changes.
4494
4495Tue Apr 21 23:11:51 1998 Richard Henderson <rth@cygnus.com>
4496
4497 * archive.c (_bfd_generic_read_ar_hdr_mag): Fix lossage in last
4498 change wrt length == max_namelen.
4499
4500Tue Apr 21 21:19:36 1998 Tom Tromey <tromey@scribbles.cygnus.com>
4501
4502 * Many files: Added gettext invocations around user-visible
4503 strings.
4504 * libbfd-in.h: Added gettext includes and defines.
4505 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
4506 HAVE_LC_MESSAGES): Define.
4507 * configure.in: Call CY_GNU_GETTEXT. Create po/Makefile.in and
4508 po/Makefile.
4509 * Makefile.am (SUBDIRS): Added po.
4510 (POTFILES): New macro.
4511 (po/POTFILES.in): New target.
4512 (SOURCE_HFILES): New macro.
4513 (HFILES): Use it.
4514 * po/Make-in, po/POTFILES.in, po/bfd.pot: New files.
4515
4516Tue Apr 21 13:38:18 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4517
4518 * elfcore.h (bfd_prstatus): Copy core_prstatus from the first
4519 NT_PRSTATUS note section encountered, it contains the status of
4520 the currently executing thread when the core file was written.
4521
4522Tue Apr 21 10:00:12 1998 Nick Clifton <nickc@cygnus.com>
4523
4524 * libcoff.h: Add extra parameter to
4525 bfd_coff_link_output_has_begun overrideable function.
4526 * cofflink.c: Pass extra parameter to
4527 bfd_coff_link_output_has_begun function.
4528 * bfd-in.h: Add prototypes for exported ARM interworking
4529 functions.
4530 * peicode.h: ARM specific code reorganised to conform to BFD
4531 coding conventions.
4532 * coffcode.h: ARM specific code reorganised to conform to BFD
4533 coding conventions.
4534 * coff-arm.c: Code reorganised to conform to the BFD coding
4535 conventions. Global variables have been moved into an ARM
4536 specific hash table structure and a new function:
4537 bfd_arm_get_bfd_for_interworking() has been created which is
4538 called from the linker scripts.
4539
4540Tue Apr 21 00:11:51 1998 Richard Henderson <rth@cygnus.com>
4541
4542 * archive.c (_bfd_generic_read_ar_hdr_mag): Simplify end-of-name test.
4543
4544 * elf64-alpha.c (elf64_alpha_find_reloc_at_ofs): Renamed from
4545 elf64_alpha_relax_find_reloc_ofs. Changed all callers.
4546 (elf64_alpha_add_symbol_hook): Put small commons in .scommon not .sbss.
4547 (elf64_alpha_size_got_sections): Don't merge .got sections twice.
4548
4549Sat Apr 18 01:21:04 1998 Stan Cox <scox@cygnus.com>
4550
4551 * config.bfd: Added sparc86x support.
4552
4553Fri Apr 17 22:29:04 1998 Ian Lance Taylor <ian@cygnus.com>
4554
4555 * elf32-mips.c (mips_elf_relocate_section): Do not complain about
4556 an out of range pc-relative jump/call to an undefined weak symbol.
4557
4558Thu Apr 16 13:49:00 1998 Richard Henderson <rth@cygnus.com>
4559
4560 * elf64-alpha.c (elf64_alpha_do_reloc_gpdisp): Do all gpdisp
4561 comparisons signed.
4562
4563Thu Apr 16 11:43:33 1998 Ian Lance Taylor <ian@cygnus.com>
4564
4565 * archive.c (bfd_generic_archive_p): If a slurp subroutine returns
4566 an error other than bfd_error_system_call, set the error to
4567 bfd_error_wrong_format.
4568
4569 * targets.c (bfd_target_vector) [SELECT_VECS not defined]: Add
4570 bfd_elf32_powerpcle_vec.
4571
4572 * elf.c (copy_private_bfd_data): If all the p_paddr fields in the
4573 program segments are zero, don't set p_paddr_valid.
4574
4575Wed Apr 15 22:15:16 1998 Richard Henderson <rth@cygnus.com>
4576
4577 * elf64-alpha.c: Initial implementation of relaxation --
4578 (struct alpha_elf_link_hash_entry): Add use_count member.
4579 (elf64_alpha_check_relocs): Initialize and increment it.
4580 (elf64_alpha_can_merge_gots): Check it when considering merging.
4581 (elf64_alpha_merge_gots): Drop entries with zero use.
4582 (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
4583 (elf64_alpha_always_size_sections): Split out got sizing ...
4584 (elf64_alpha_size_got_sections): ... here. New function.
4585 (elf64_alpha_relax_find_reloc_ofs): New function.
4586 (elf64_alpha_relax_with_lituse): Likewise.
4587 (elf64_alpha_relax_without_lituse): Likewise.
4588 (elf64_alpha_relax_opt_call): Likewise.
4589 (elf64_alpha_relax_section): Likewise.
4590 (elf64_alpha_add_symbol_hook): Likewise.
4591 (elf64_alpha_howto_table): Implement GPRELHIGH/LOW & IMMED_GP_16.
4592 (elf64_alpha_relocate_section): Likewise.
4593 (bfd_elf64_bfd_relax_section): Define.
4594 (elf_backend_add_symbol_hook): Likewise.
4595
4596Wed Apr 15 16:08:46 1998 Richard Henderson <rth@cygnus.com>
4597
4598 * elf.c (prep_headers): Use new EM_SPARCV9 symbol.
4599 * elf64-sparc.c (ELF_MACHINE_CODE): Likewise.
4600 (ELF_MACHINE_ALT1): New. Set to EM_OLD_SPARC64.
4601
4602Wed Apr 15 11:34:33 1998 Ian Lance Taylor <ian@cygnus.com>
4603
4604 * configure.in: Add -lkernel32 to WIN32LIBADD on cygwin32.
4605 * configure: Rebuild.
4606
4607Mon Apr 13 16:46:27 1998 Ian Lance Taylor <ian@cygnus.com>
4608
4609 * Makefile.am (libbfd_la_LIBADD): Add @WIN32LIBADD@.
4610 (libbfd_la_LDFLAGS): Add @WIN32LDFLAGS@.
4611 * configure.in: Define and substitute WIN32LDFLAGS and
4612 WIN32LIBADD.
4613 * aclocal.m4: Rebuild with new libtool.
4614 * configure, Makefile.in: Rebuild.
4615
4616Fri Apr 10 13:44:27 1998 Ian Lance Taylor <ian@cygnus.com>
4617
4618 * coffcode.h (coff_write_object_contents): Move a PE COMDAT symbol
4619 before any other symbols in the same section.
4620
4621Wed Apr 8 14:50:23 1998 Michael Meissner <meissner@cygnus.com>
4622
4623 * config.bfd (powerpc*-*-*): Remove PowerPC NT support from ELF
4624 systems.
4625
4626Tue Apr 7 16:25:31 1998 Gavin Romig-Koch <gavin@cygnus.com>
4627
4628 * dwarf2.c (comp_unit): Move it earlier in the source. Add
4629 addr_size.
4630 (read_address): Replace 'bdf*' argument with 'comp_unit*' argument.
27ac83bf 4631 Use addr_size for address size, rather than sizeof(bfd_vma).
252b5132
RH
4632 (read_attribute): Replace bdf* argument with 'comp_unit*' argument.
4633 Fix call to read_address.
4634 (decode_line_info): Replace bdf* argument with 'comp_unit*' argument.
4635 Scrap other unneeded arguments. Fix call to read_address.
4636 (scan_unit_for_functions): Fix call to read_attribute.
4637 (parse_comp_unit): We now handle more values for addr_size.
4638 Set addr_size in unit. Fix call to read_attribute and
4639 decode_line_info.
4640
4641Tue Apr 7 15:44:47 1998 Gavin Romig-Koch <gavin@cygnus.com>
4642
4643 * dwarf2.c (parse_comp_unit): Drop use of unit->name when it is null.
4644
4645Tue Apr 7 12:35:18 1998 Ian Lance Taylor <ian@cygnus.com>
4646
4647 * archures.c (bfd_default_scan): Add m68k cases back to default
4648 switch, reverting patch of March 25, since IEEE support depends
4649 upon them.
4650
4651Mon Apr 6 14:06:40 1998 Ian Lance Taylor <ian@cygnus.com>
4652
4653 * Makefile.am (diststuff): New target.
4654 * Makefile.in: Rebuild.
4655
4656Sun Apr 5 16:21:44 1998 Jeffrey A Law (law@cygnus.com)
4657
4658 * som.c (som_bfd_ar_write_symbol_stuff): Fix computation of
4659 som_offset when we have an extended name table.
4660
4661Sun Apr 5 16:04:39 1998 H.J. Lu <hjl@gnu.org>
4662
4663 * Makefile.am (stamp-lib): Check that .libs/libbfd.a exists before
4664 trying to copy it.
4665 * Makefile.in: Rebuild.
4666
4667Fri Apr 3 11:09:42 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4668
4669 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Generate section
4670 symbols when creating a shared library.
4671 (elf_m68k_adjust_dynindx): New function, used by above code.
4672 (elf_m68k_finish_dynamic_sections): Initialize the section
4673 symbols.
4674 (elf_m68k_relocate_section): Change abort to BFD_ASSERT.
4675
4676Wed Apr 1 16:04:02 1998 Nick Clifton <nickc@cygnus.com>
4677
4678 * coff-arm.c (in_reloc_p): Use ARM_RVA32 in place of constant
4679 value 11.
4680
4681Wed Apr 1 13:36:58 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4682
4683 * elf32-m68k.c (elf_m68k_relocate_section, case R_68K_PLT*O): Fix
4684 assertion.
4685
4686Tue Mar 31 00:12:12 1998 Jeffrey A Law (law@cygnus.com)
4687
4688 * elf-m10300.c (mn10300_elf_relax_section): Correctly handle
4689 absolute symbols.
4690
4691Mon Mar 30 12:46:15 1998 Ian Lance Taylor <ian@cygnus.com>
4692
4693 * configure.in: Set version to 2.9.1.
4694 * configure: Rebuild.
4695
4696 * Branched binutils 2.9.
4697
4698Mon Mar 30 12:20:50 1998 Brent Baccala <baccala@freesoft.org>
4699
4700 * syms.c (ENABLE_CACHING): Define.
4701 (struct indexentry): Define.
4702 (struct stab_cache): Remove.
4703 (cmpindexentry): New static function.
4704 (struct stab_find_info): Add new fields: indextable,
4705 indextablesize, cached_indexentry, cached_offset, cached_stab, and
4706 cached_file_name. Remove fields: file_cache, function_cache, and
4707 line_cache.
4708 (_bfd_stab_section_find_nearest_line): Rewrite to build a sorted
4709 index table and search it.
4710
4711Mon Mar 30 10:39:34 1998 Ian Lance Taylor <ian@cygnus.com>
4712
4713 * elf.c (_bfd_elf_copy_private_section_data): Call
4714 copy_private_bfd_data once we've seen the last SEC_ALLOC section.
4715
4716 * cpu-mips.c: Remove trailing comma at end of enumeration list.
4717
4718Sat Mar 28 16:33:02 1998 Ian Lance Taylor <ian@cygnus.com>
4719
4720 * coff-arm.c: Define all globally visible variables and functions
4721 only when COFF_WITH_PE is not defined.
4722 * configure.in (armpe_little_vec, armpe_big_vec): Add
4723 coff-arm.lo.
4724 * configure: Rebuild.
4725
4726Fri Mar 27 16:06:02 1998 Ian Lance Taylor <ian@cygnus.com>
4727
4728 Fix some gcc -Wall warnings:
4729 * aout-arm.c (MY(fix_pcrel_26)): Add casts to avoid warnings.
4730 * archive.c (_bfd_generic_read_ar_hdr_mag): Likewise.
4731 * archures.c (bfd_default_scan): Likewise.
4732 * bfd.c (bfd_scan_vma): Likewise.
4733 * binary.c (mangle_name): Likewise
4734 * coff-arm.c (aoutarm_fix_pcrel_26): Likewise.
4735 * coff-sh.c (sh_relocate_section): Likewise.
4736 * coff-stgo32.c (create_go32_stub): Likewise.
4737 * coffcode.h (coff_slurp_line_table): Likewise.
4738 * ecoff.c (_bfd_ecoff_write_armap): Likewise.
4739 * elf.c (_bfd_elf_make_section_from_shdr): Likewise.
4740 (assign_file_positions_for_segments): Likewise.
4741 * elf32-mips.c (mips_elf_relocate_section): Likewise.
4742 * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
4743 * oasys.c (oasys_write_sections): Likewise.
4744 * ppcboot.c (ppcboot_object_p): Likewise.
4745 (mangle_name): Likewise.
4746 * riscix.c (riscix_fix_pcrel_26): Likewise.
4747 * srec.c (srec_scan): Likewise.
4748 * stabs.c (_bfd_write_section_stabs): Likewise.
4749 * sunos.c (sunos_add_dynamic_symbols): Likewise.
4750 * aout-ns32k.c (_bfd_ns32k_relocate_contents): Add default case to
4751 switch. Declare parameters for function pointers.
4752 * archures.c (bfd_default_scan): Add braces to avoid ambiguous if
4753 warning.
4754 * elf.c (elf_sort_sections): Likewise.
4755 * coff-arm.c (coff_thumb_pcrel_common): Initialize relocation.
4756 Add default cases to switches.
4757 (coff_arm_relocate_section): Remove unused local variables.
4758 Always set rstat.
4759 (coff_arm_bfd_set_private_flags): Change flag variable to type
4760 flagword.
4761 * coff-mips.c (mips_relocate_section): Initialize use_lo.
4762 * coff-ppc.c (ppc_record_toc_entry): Change i to unsigned int.
4763 (dump_toc): Change cat to const, and initialize it.
4764 * coff-sh.c (sh_relax_delete_bytes): Initialize start and voff.
4765 * elf32-sh.c (sh_elf_relax_delete_bytes): Likewise.
4766 (sh_elf_relocate_section): Initialize r_symndx.
4767 * coffcode.h (coff_compute_section_file_positions): Only declare
4768 old_sofar if ALIGN_SECTIONS_IN_FILE.
4769 (coff_write_object_contents): Initialize csym.
4770 * coffgen.c (coff_pointerize_aux): Make type and class unsigned.
4771 * cpu-ns32k.c (_bfd_ns32k_get_displacement): Add default case to
4772 switch.
4773 * dwarf2.c: Include libiberty.h.
4774 (read_2_signed_bytes, read_4_signed_bytes): Comment out.
4775 (decode_line_info): Remove unused local variables.
4776 * elf32-m32r.c (m32r_elf_sda16_reloc): Likewise.
4777 (m32r_elf_relocate_section): Likewise.
4778 * elf32-v850.c (v850_elf_store_addend_in_insn): Likewise.
4779 (v850_elf_reloc): Likewise.
4780 * elf-bfd.h (elf_linker_section_t): Make alignment unsigned.
4781 (struct elf_obj_tdata): Make cverdefs and cverrefs unsigned.
4782 * elf.c (assign_file_positions_for_segments): Always set adjust.
4783 * elf32-d30v.c (bfd_elf_d30v_reloc): Initialize tmp_addr. Fully
4784 parenthesize expression.
4785 * elf32-m32r.c (m32r_elf_relocate_section): Always initialize h.
4786 (m32r_elf_object_p): Return a value.
4787 (m32r_elf_print_private_bfd_data): Change fprintf format string.
4788 * elf32-mips.c (mips_elf_final_link): Initialize last.
4789 (mips_elf_finish_dynamic_sections): Initialize last and dindx.
4790 * elf32-v850.c (v850_elf_object_p): Return a value.
4791 (v850_elf_print_private_bfd_data): Change fprintf format string.
4792 * elfcode.h (elf_slurp_symbol_table): Change symcount and i to
4793 unsigned long.
4794 * elflink.h (elf_link_add_object_symbols): Change vernum to
4795 unsigned int, and initialize it. Change fprintf format string.
4796 (NAME(bfd_elf,size_dynamic_sections)): Cast -1 to bfd_size_type
4797 when setting or comparing to soname_indx.
4798 (elf_create_pointer_linker_section): Change num_symbols to
4799 unsigned int.
4800 * libcoff-in.h (coff_data_type): Change flags to flagword.
4801 * peicode.h (pe_print_idata): Initialize idx. Change j to
4802 bfd_size_type. Initialize hint_member. Remove useless test to
4803 time_stamp.
4804 (pe_print_edata): Change num_functions and num_names in struct
4805 EDT_type to unsigned long. Remove cast. Change fprintf format
4806 string.
4807 * ppcboot.c (ppcboot_object_p): Change i to size_t.
4808 * reloc.c (bfd_get_reloc_size): Change return type to unsigned
4809 int.
4810 * reloc16.c (bfd_coff_reloc16_relax_section): Change shrinks to
4811 int *. Update uses. Change j to long.
4812 * bfd-in2.h, libcoff.h: Rebuild.
4813
4814Fri Mar 27 10:10:46 1998 Catherine Moore <clm@cygnus.com>
4815
4816 * elf32-v850.c Remove definition of USE_REL.
4817 (v850_elf_info_to_howto_rela): New function.
4818 (v850_elf_perform_relocation): Renamed from
4819 v850_elf_store_addend_in_insn. Removed replace argument.
4820 (v850_elf_reloc): store the relocation in the addend field instead
4821 of the insn.
4822 (v850_elf_final_link_relocate): Now calls
4823 v850_elf_perform_relocation.
4824 (v850_elf_relocate_section): Remove code to generate REL
4825 relocations.
4826
4827Thu Mar 26 13:32:17 1998 Ian Lance Taylor <ian@cygnus.com>
4828
4829 * coffcode.h (coff_new_section_hook): Set the type and storage
4830 class in the native symbol information allocated for a new section
4831 symbol.
4832
4833Thu Mar 26 10:13:41 1998 Nick Clifton <nickc@cygnus.com>
4834
4835 * peicode.h: Chain together calls to
4836 coff_bfd_copy_private_bfd_data and
4837 coff_bfd_print_private_bfd_data.
4838
4839 * coff-arm.c: Add prototypes for
4840 coff_arm_bfd_print_private_bfd_data and
4841 coff_arm_bfd_copy_private_bfd_data.
4842
4843Wed Mar 25 15:45:55 1998 Nick Clifton <nickc@cygnus.com>
4844
4845 * coffcode.h (coff_mkobject_hook): Set private falgs even for a PE
4846 build.
4847
4848 * peicode.h: Call arm-coff private data functions after handling
4849 pe private data.
4850
4851 * coff-arm.c: Turn statics into globals so that they can be shared
4852 both pe and pei backends.
4853
4854Wed Mar 25 15:19:38 1998 Ian Lance Taylor <ian@cygnus.com>
4855
4856 * aoutf1.h (sunos_set_arch_mach): Use bfd_mach_m68* rather than
4857 plain numbers.
4858 (sunos_write_object_contents): Likewise.
4859 * aoutx.h (NAME(aout,machine_type)): Likewise.
4860 * coffcode.h (coff_set_arch_mach_hook): Likewise.
4861
4862Wed Mar 25 13:59:24 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4863
4864 * archures.c (bfd_mach_m68*): Add definitions for various m68k
4865 variants.
4866 (bfd_default_scan): Remove m68k special cases.
4867 * bfd-in2.h: Rebuild.
4868 * mipsbsd.c (MY(write_object_contents)): Use bfd_mach_m68* rather
4869 than plain numbers.
4870 * sparclynx.c (NAME(lynx,set_arch_mach)): Likewise.
4871 * cpu-m68k.c (arch_info_struct): Likewise. Add entry for
4872 m68k:68000.
4873 (bfd_m68k_arch): Set mach field to zero to signal no explicit
4874 selection, change printable_name to just "m68k" and make that the
4875 default instead of m68k:68020.
4876
4877 * aout-tic30.c (NAME): Define this to avoid multiple definitions
4878 from aoutx.h.
4879 (MY_get_section_contents): Define as aout_32_get_section_contents
4880 rather than NAME(aout,get_section_contents).
4881
4882 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Fix cast.
4883
4884 * evax-alpha.c (evax_set_arch_mach): Only accept bfd_arch_alpha
4885 and call bfd_default_set_arch_mach to do the real work.
4886
4887Wed Mar 25 10:41:35 1998 Richard Henderson <rth@cygnus.com>
4888
4889 * bout.c (BALX): Include return register g14 as part of the insn.
4890 (BALX_MASK): New.
4891 (calljx_callback): Use it.
4892
4893Wed Mar 25 11:19:28 1998 Ian Lance Taylor <ian@cygnus.com>
4894
4895 * libbfd-in.h (BFD_ALIGN): Cast this parameter to bfd_vma.
4896 * libbfd.h: Rebuild.
4897
4898 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Change
4899 byte_count to unsigned int.
4900 (mn10300_elf_relax_section): Initialize internal_relocs. Remove
4901 unused local variables.
4902
4903 * evax-alpha.c (evax_close_and_cleanup): Remove unused local
4904 variables er and er1.
4905
4906 * cpu-v850.c: Include <ctype.h>.
4907 (scan): Case isdigit argument to unsigned char.
4908
4909 From Yan Meroth <YAN.MEROTH@st.com>:
4910 * ihex.c (ihex_scan): Add extbase variable so that getting an
4911 extended linear address record does not ignore any previous
4912 extended address.
4913 (ihex_write_object_contents): When writing out an extended linear
4914 address record, zero out any previous extended address.
4915
4916Tue Mar 24 16:09:43 1998 Manfred Hollstein <manfred@s-direktnet.de>
4917
4918 * ieee.c (do_one): Check section before dereferencing it.
4919 (ieee_canonicalize_reloc): Likewise with src->relent.sym_ptr_ptr.
4920 (ieee_generic_stat_arch_elt): Likewise with abfd->my_archive.
4921
4922Mon Mar 23 18:51:47 1998 Joel Sherrill <joel@OARcorp.com>
4923
4924 * config.bfd: (sh*-*-rtems*): Switched from ELF to COFF.
4925
4926Mon Mar 23 14:23:36 1998 Nick Clifton <nickc@cygnus.com>
4927
4928 * coff-arm.c: Add interworking functions to pe backends.
4929
4930Fri Mar 20 18:47:20 1998 Ian Lance Taylor <ian@cygnus.com>
4931
4932 * configure.in: Use AM_DISABLE_SHARED.
4933 * aclocal.m4, configure: Rebuild with libtool 1.2.
4934
4935Fri Mar 20 11:25:41 1998 Nick Clifton <nickc@cygnus.com>
4936
4937 * coff-arm.c (coff_arm_relocate_section): Better error messages
4938 when interowrking conflucts occur. Courtesy of Jonathan Walton
4939 and Tony Thompson.
4940 (aoutarm_std_reloc_howto): Fixed bitsize fields of rightshifted
4941 relocations. Patch courtesy of Jonathan Walton and Tony
4942 Thompson.
4943
4944Fri Mar 20 02:26:43 1998 Richard Henderson <rth@cygnus.com>
4945
4946 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Revert
4947 part of Feb 22 change controling when to override the existing
4948 symbol with the .plt entry.
4949
4950Wed Mar 18 09:26:25 1998 Nick Clifton <nickc@cygnus.com>
4951
4952 * config.bfd (targ_cpu): Add thumb-pe target.
4953
4954 * coffcode.h (OTHER_GLOBAL_CLASS): Support thumb external
4955 functions in PE build.
4956
4957Sun Mar 8 23:37:26 1998 Stan Cox <scox@equinox.cygnus.com>
4958
4959 * config.bfd (sparclite-*-elf*): Added.
4960
4961Mon Feb 23 19:31:19 1998 Ian Lance Taylor <ian@cygnus.com>
4962
4963 * configure.in: Add elf.lo to elf shell variable.
4964 * Makefile.am (BFD_LIBS): Remove elf.lo.
4965 (BFD_LIBS_CFILES): Remove elf.c.
4966 (BFD32_BACKENDS): Add elf.lo.
4967 (BFD32_BACKENDS_CFILES): Add elf.c.
4968 * configure, Makefile.in: Rebuild.
4969
49701998-02-23 15:53 Richard Henderson <rth@cygnus.com>
4971
4972 * elf32-i386.c (elf_i386_relocate_section): A pc-relative
4973 relocation against a now-local symbol should not have a dynamic
4974 relocation.
4975
4976Mon Feb 23 16:17:08 1998 Ian Lance Taylor <ian@cygnus.com>
4977
4978 * peicode.h (coff_swap_filehdr_in): Don't set BFD flag HAS_SYMS in
4979 COFF filehdr flags.
4980 (pe_print_private_bfd_data): Print PE flags. From Mikey
4981 <jeffdb@netzone.com>.
4982
4983Sun Feb 22 20:39:00 1998 Richard Henderson <rth@cygnus.com>
4984
4985 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Don't create
4986 a plt entry when we can determine that we authoritatively define
4987 the symbol.
4988
4989Sun Feb 22 20:33:05 1998 Richard Henderson <rth@cygnus.com>
4990
4991 * configure.in (COREFILE selection): Remove sparc-*-linux*. They
4992 don't actually use trad-core, but a SunOS-style core file handled
4993 by gdb directly.
4994 * hosts/sparclinux.h: Remove.
4995
4996Wed Feb 18 15:31:06 1998 Ian Lance Taylor <ian@cygnus.com>
4997
4998 * peicode.h (pe_print_idata): If there is no .idata section, look
4999 for the import tables in some other section. Make the initial
5000 label line up better with the data. Print the import address
5001 table even if there is no import name table. If the import
5002 address table holds actual addresses, print them.
5003
5004Tue Feb 17 12:58:34 1998 Ian Lance Taylor <ian@cygnus.com>
5005
5006 * libbfd.c (bfd_seek): If fseek fails, save errno around call to
5007 bfd_tell. If errno is EINVAL, set bfd_error_file_truncated, not
5008 bfd_error_system_call.
5009
5010Fri Feb 13 13:11:33 1998 Ian Lance Taylor <ian@cygnus.com>
5011
5012 * Makefile.am (AUTOMAKE_OPTIONS): Define.
5013 * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
5014
5015 From H.J. Lu <hjl@gnu.org>:
5016 * Makefile.am (libbfd_la_LDFLAGS): Define.
5017 * Makefile.in: Rebuild.
5018
5019Thu Feb 12 17:31:11 1998 Ian Lance Taylor <ian@cygnus.com>
5020
5021 NetBSD patches from Gordon W. Ross <gwr@mc.com>:
5022 * netbsd.h (MACHTYPE_OK): Define.
5023 (MY(write_object_contents)): Use DEFAULT_ARCH and DEFAULT_MID when
5024 calling N_SET_MACHTYPE, rather than having a switch.
5025 * libaout.h (enum machine_type): Add M_PMAX_NETBSD, M_VAX_NETBSD,
5026 and M_ALPHA_NETBSD.
5027 * i386netbsd.c (MACHTYPE_OK): Don't define.
5028 (DEFAULT_MID): Define.
5029 * m68k4knetbsd.c (SEGMENT_SIZE): Don't define.
5030 (MACHTYPE_OK): Don't define.
5031 (DEFAULT_MID): Define.
5032 * m68knetbsd.c: (MACHTYPE_OK): Don't define.
5033 (DEFAULT_MID): Define.
5034 * ns32knetbsd.c (MACHTYPE_OK): Don't define.
5035 (DEFAULT_MID): Define.
5036 * sparcnetbsd.c (MACHTYPE_OK): Don't define.
5037 (DEFAULT_MID): Define.
5038
5039 NetBSD patches from Gordon W. Ross <gwr@mc.com>:
5040 * vaxnetbsd.c: New file.
5041 * netbsd-core.c: Clean up. Remove unused macros. Use netbsd
5042 rather than netbsd_core.
5043 * targets.c (vaxnetbsd_vec): Declare.
5044 (bfd_target_vector): Add vaxnetbsd_vec. If NETBSD_CORE is
5045 defined, add netbsd_core_vec.
5046 * configure.in: Set COREFILE for alpha*-*-netbsd* and
5047 powerpc-*-netbsd* to netbsd-core.lo. If COREFILE is
5048 netbsd-core.lo, set COREFLAG to -DNETBSD_CORE.
5049 * config.bfd (alpha*-*-netbsd*): New target.
5050 * Makefile.am: Rebuild dependencies.
5051 (BFD32_BACKENDS): Add vaxnetbsd.lo.
5052 (BFD32_BACKENDS_CFILES): Add vaxnetbsd.c.
5053 * configure, Makefile.in: Rebuild.
5054
5055 * configure.host: Remove the old shared library build stuff. We
5056 now use libtool instead.
5057
5058Wed Feb 11 17:13:09 1998 Richard Henderson <rth@cygnus.com>
5059
5060 * tekhex.c (tekhex_write_object_contents): Call tekhex_init.
5061
5062Tue Feb 10 19:23:28 1998 H.J. Lu <hjl@gnu.org>
5063
5064 * configure.in: Take stab-syms.lo out of sparclinux_vec list.
5065 * configure: Rebuild.
5066
5067Tue Feb 10 15:16:38 1998 Nick Clifton <nickc@cygnus.com>
5068 * elf32-v850.c (remember_hi16s_reloc): New function.
5069 (find_remembered_hi16s_reloc): New function.
5070 (v850_elf_store_addend_in_insn): Use the above new functions to
5071 match up HI6S relocs with LO16 relocs.
5072
5073Tue Feb 10 15:01:39 1998 Ian Lance Taylor <ian@cygnus.com>
5074
5075 * configure.in: Change -linux* to -linux-gnu*.
5076 * config.bfd, configure.host: Likewise.
5077 * configure: Rebuild.
5078
5079Mon Feb 9 19:40:59 1998 Nick Clifton <nickc@cygnus.com>
5080
5081 * elf32-v850.c (v850_elf_store_addend_in_insn): Fix another
5082 LO16/HI16S bug and improve comments about what is going on.
5083
5084Sat Feb 7 15:27:03 1998 Ian Lance Taylor <ian@cygnus.com>
5085
5086 * configure, aclocal.m4: Rebuild with new libtool.
5087
5088Fri Feb 6 14:48:20 1998 Nick Clifton <nickc@cygnus.com>
5089
5090 * elf32-v850.c (v850_elf_merge_private_bfd_data): Do not complain
5091 when merging v850 code into v850e/v850ea code. Do not initialise
5092 output flags if the input is the default architecture.
6a9d5c9a 5093
252b5132
RH
5094Fri Feb 6 11:50:22 1998 Jeffrey A Law (law@cygnus.com)
5095
5096 * elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): For BFD_RELOC_CTOR
5097 get the size from bfd_arch_bits_per_address instead of directly
5098 from the isa.
5099
5100Thu Feb 5 14:21:34 1998 Michael Meissner <meissner@cygnus.com>
5101
5102 * libbfd-in.h (BFD_ALIGN): If rounding up would cause the address
5103 to wrap, just return all 1's bits instead.
5104 * libbfd.h: Regenerate.
5105
5106Thu Feb 5 11:51:05 1998 Ian Lance Taylor <ian@cygnus.com>
5107
5108 * coff-i386.c (coff_pe_i386_relocate_section): New static function
5109 if COFF_WITH_PE.
5110 (coff_relocate_section): If COFF_WITH_PE, define as
5111 coff_pe_i386_relocate_section.
5112 * coffcode.h (coff_write_object_contents): If COFF_IMAGE_WITH_PE,
5113 skip empty sections, to match coff_write_object_contents.
5114
5115 * elf64-mips.c (mips_elf64_swap_reloca_out): Swap out r_addend,
5116 rather than swapping out r_offset twice. From Luke Deller
5117 <luked@cse.unsw.edu.au>.
5118
5119Wed Feb 4 19:11:28 1998 Ian Lance Taylor <ian@cygnus.com>
5120
5121 * configure.in: Set libtool_enable_shared rather than
5122 libtool_shared. Remove diversion hack.
5123 * configure, Makefile.in, doc/Makefile.in, aclocal.m4: Rebuild
5124 with new libtool.
5125
5126Wed Feb 4 16:10:21 1998 Brent Baccala <baccala@freesoft.org>
5127
5128 * syms.c (struct stab_cache): Define.
5129 (struct stab_find_info): Remove cached_offset, cached_stab,
5130 cached_str, and cached_stroff fields. Add file_cache,
5131 function_cache, and line_cache fields.
5132 (_bfd_stab_section_find_nearest_line): Use extensive caching to
5133 speed up searches.
5134
5135Wed Feb 4 13:34:22 1998 Ian Lance Taylor <ian@cygnus.com>
5136
5137 * peicode.h (pe_print_idata): Check for import of ordinal rather
5138 than name.
5139 (pe_print_edata): If there is no .edata section, look for the
5140 export data in some other section.
5141
5142Mon Feb 2 20:05:42 1998 Jason Molenda (crash@bugshack.cygnus.com)
5143
5144 * configure.in: Change version to 2.8.4.
5145 * configure: Regenerated.
5146
5147Mon Feb 2 17:39:39 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>
5148
5149 Add tms320c30 support:
5150 * cpu-tic30.c: New file.
5151 * aout-tic30.c: New file.
5152 * coff-tic30.c: New file.
5153 * archures.c (bfd_arch_tic30): Define.
5154 (bfd_tic30_arch): Declare.
5155 (bfd_archures_list): Add bfd_tic30_arch.
5156 * targets.c (bfd_target_vector): Add tic30_aout_vec and
5157 tic30_coff_vec.
5158 * reloc.c (BFD_RELOC_TIC30_LDP): Define.
5159 * coffcode.h (coff_set_arch_mach_hook): Add tic30 case.
5160 (coff_set_flags): Likewise.
5161 * config.bfd (tic30-*-*aout*, tic30-*-*coff*): New targets.
5162 * configure.in (tic30_aout_vec, tic30_coff_vec): New vectors.
5163 * Makefile.am: Rebuild dependencies.
5164 (ALL_MACHINES): Add cpu-tic30.lo.
5165 (ALL_MACHINES_CFILES): Add cpu-tic30.c.
5166 (BFD32_BACKENDS): Add aout-tic30.lo and coff-tic30.lo.
5167 (BFD32_BACKENDS_CFILES): Add aout-tic30.c and coff-tic30.c.
5168 * configure, Makefile.in, bfd-in2.h, libbfd.h: Rebuild.
5169
5170Mon Feb 2 12:25:12 1998 Nick Clifton <nickc@cygnus.com>
5171
5172 * elf32-v850.c (v850_elf_store_addend_in_insn): Allow HI16_S reloc
5173 to lag behind LO16 reloc by a couple of instructions.
5174
5175Mon Feb 2 14:09:46 1998 Ian Lance Taylor <ian@cygnus.com>
5176
5177 * Makefile.am ($(srcdir)/bfd-in2.h): Add dummy command to force
5178 make to reexamine the file timestamp.
5179 ($(srcdir)/libbfd.h, $(srcddir)/libcoff.h): Likewise.
5180
5181 * elf64-alpha.c (ELF_MAXPAGESIZE): Change to 0x10000 from
5182 0x100000.
5183
5184Fri Jan 30 19:07:07 1998 Geoff Keating <geoffk@ozemail.com.au>
5185
5186 * elf32-ppc.c (ppc_elf_create_dynamic_sections): New procedure
5187 to create .dynsbss and .rela.sbss sections.
5188 (ppc_elf_adjust_dynamic_symbol): Put space for small data to be
5189 copied from dynamic objects into .sbss.
5190 (ppc_elf_size_dynamic_sections): Strip .rela.sbss if we don't
5191 use it. Correct typo of .rela.sdata2.
5192 (ppc_elf_finish_dynamic_symbol): Generate reloc to where we
5193 put the data, which may now be in .sbss.
5194 (ppc_elf_relocate_section): A SDAREL16 reloc can be in dynsbss.
5195 (elf_backend_create_dynamic_sections): Define as
5196 ppc_elf_create_dynamic_sections.
5197
5198 * elf32-ppc.c (ppc_elf_check_relocs): Don't emit R_PPC_REL* relocs
5199 against _GLOBAL_OFFSET_TABLE_.
5200 (ppc_elf_relocate_section): Don't emit R_PPC_REL32 relocs in
5201 shared libraries which refer to local symbols. Make sure that the
5202 test for allocating space for a reloc in a shared object is the
5203 same as the test for emitting a reloc.
5204
5205Thu Jan 29 15:55:35 1998 J.J. van der Heijden <J.J.vanderHeijden@student.utwente.nl>
5206
5207 * config.bfd (i[3456]-*-mingw32*): New target.
5208 * acinclude.m4 (BFD_BINARY_OPEN): Check for mingw32.
5209 * aclocal.m4, configure: Rebuild.
5210
5211Wed Jan 28 13:41:26 1998 Ian Lance Taylor <ian@cygnus.com>
5212
5213 * elf.c (_bfd_elf_close_and_cleanup): Only check the strtab if we
5214 have a bfd_object.
5215
5216Tue Jan 27 21:43:55 1998 Richard Henderson <rth@cygnus.com>
5217
5218 Sparc v9 ABI compliant PLT:
5219 * elf64-sparc.c (PLT_HEADER_SIZE): V9 ABI uses 4 entries.
5220 (plt_templates, sparc64_elf_build_plt_entry): Delete.
5221 (LARGE_PLT_THRESHOLD): New define.
5222 (GOT_RESERVED_ENTRIES): V9 ABI only uses 1.
5223 (sparc64_elf_build_plt): New function.
5224 (sparc64_elf_plt_entry_offset): Likewise.
5225 (sparc64_elf_plt_ptr_offset): Likewise.
5226 (sparc64_elf_adjust_dynamic_symbol): Change h->plt_offset to
5227 contain the index for convenience. Skip the initial entries
5228 in .rela.plt.
5229 (sparc64_elf_size_dynamic_sections): Zero the allocated contents
5230 memory for the benefit of .rela.plt.
5231 (sparc64_elf_relocate_section): Call sparc64_elf_plt_entry_offset.
5232 (sparc64_elf_finish_dynamic_symbol): Kill template stuff. Use
5233 sparc64_elf_plt_entry_offset & sparc64_elf_plt_ptr_offset for reloc.
5234 (sparc64_elf_finish_dynamic_sections): DT_PLTGOT points to .plt.
5235 Call sparc64_elf_build_plt.
5236 (elf_backend_want_got_plt): No.
5237 (elf_backend_plt_readonly): No.
5238 (elf_backend_plt_alignment): 8.
5239
5240 * elf.c (_bfd_elf_close_and_cleanup): New function; free the shstrtab.
5241 * elf-bfd.h (_bfd_elf_close_and_cleanup): Declare it.
5242 * elfxx-target.h (bfd_elfNN_close_and_cleanup): Arrange for it
5243 to be called.
5244
5245Tue Jan 27 21:45:15 1998 Jeffrey A Law (law@cygnus.com)
5246
5247 * archures.c (bfd_mach_mips*): Add definitions for various MIPS
5248 processors.
5249 * cpu-mips.c (arch_info_struct): Add mips variants.
5250 * bfd-in2.h: Rebuilt.
5251
5252Tue Jan 27 15:06:04 1998 Nick Clifton <nickc@cygnus.com>
5253
5254 * coff-arm.c (coff_arm_relocate_section): Preserve the contents of
5255 t2a3_b_insn.
5256
5257Tue Jan 27 12:47:27 1998 Robert Lipe <robertl@dgii.com>
5258
5259 * config.bfd (i[3456]86-sco3.2v5*): ELF now the default.
5260 (i[3456]86sco3.2v5*coff): New target.
5261
5262Mon Jan 26 15:41:30 1998 Ian Lance Taylor <ian@cygnus.com>
5263
5264 * bfd-in2.h: Rebuild with changes to chew--tab expansion.
5265
5266Thu Jan 22 21:26:48 1998 Richard Henderson <rth@cygnus.com>
5267
5268 * bfd.c (bfd_get_error_handler): Add orthogonal function.
5269 * bfd-in2.h: Regenerate.
5270
5271Thu Jan 22 21:13:39 1998 Richard Henderson <rth@cygnus.com>
5272
5273 * tekhex.c (tekhex_write_object_contents): Check for no symbols.
5274
5275Wed Jan 21 21:19:03 1998 Ian Lance Taylor <ian@cygnus.com>
5276
5277 * coff-i386.c (coff_i386_rtype_to_howto): If COFF_WITH_PE, don't
5278 adjust addend for an output common symbol (from Jimmy Blair
5279 <jimmyb@wrs.com>). If COFF_WITH_PE, adjust addend for PC relative
5280 defined symbol to counteract adjustment made in generic relocation
5281 code.
5282
5283 * dwarf2.c: Include sysdep.h, not stdio.h and stdlib.h.
5284
5285Wed Jan 21 21:16:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
5286
5287 * coff-m88k.c (GET_SCNDHR_NRELOC): Fix typo in macro name.
5288 (GET_SCNDHR_NLNNO): Likewise.
5289
5290Mon Jan 19 12:49:52 1998 Ian Lance Taylor <ian@cygnus.com>
5291
5292 * cpu-sh.c (arch_info_struct): Correct next field of sh3e.
5293
5294Wed Jan 14 17:23:27 1998 Nick Clifton <nickc@cygnus.com>
5295
5296 * elf32-m32r.c: Add macros to handle NOP insertion.
5297
5298Wed Jan 14 16:15:22 1998 Richard Henderson <rth@cygnus.com>
5299
5300 * xcofflink.c (xcoff_mark_symbol): Don't mark the absolute section.
5301 (xcoff_mark): Likewise.
5302 (xcoff_build_ldsyms): Mark absolute symbols.
5303
5304Wed Jan 14 16:03:11 1998 Richard Henderson <rth@cygnus.com>
5305
5306 * bout.c (b_out_write_object_contents): Sort symbols before output
5307 to keep {CALL,BAL}NAME symbols adjacent.
5308 (b_out_symbol_cmp): New function.
5309
5310For older changes see ChangeLog-9697
5311\f
5312Local Variables:
5313mode: change-log
5314left-margin: 8
5315fill-column: 74
5316version-control: never
5317End:
This page took 0.258964 seconds and 4 git commands to generate.