* common.h (EM_CYGNUS_TXVU): New macro.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
d92329a9
ILT
1Mon Dec 22 13:20:57 1997 Ian Lance Taylor <ian@cygnus.com>
2
3 * Makefile.am: Rebuild dependencies.
4 (ALL_MACHINES_CFILES): Add dwarf2.lo.
5 (ALL_MACHINES_CFILES): Add dwarf2.c.
6 * Makefile.in: Rebuild.
7
8 * coff-arm.c: Don't include obstack.h.
9
0b3fcc1c
ILT
10Mon Dec 22 13:04:33 1997 Joel Sherrill <joel@oarcorp.com>
11
12 * config.bfd (i[3456]86*-go32-rtems*): Fix to be the same as
13 i[3456]86-go32.
14
15Thu Dec 18 16:01:25 1997 Doug Evans <devans@canuck.cygnus.com>
16
17 * configure: Regenerate to get @SHELL@ substituted.
18
0f9d6eeb
NC
19Wed Dec 17 09:45:09 1997 Nick Clifton <nickc@cygnus.com>
20
6124cd1e
NC
21 * coff-arm.c (coff_arm_relocate_section): Only look at section
22 owner if there is one.
23
0f9d6eeb
NC
24 * elf.c (assign_file_positions_for_segments): Fail if there is not
25 enough room for the program headers. (PR14186)
26
eae43516
GRK
27Tue Dec 16 08:09:56 1997 Gavin Koch <gavin@cygnus.com>
28
29 * elf.c (_bfd_elf_find_nearest_line): Call
30 _bfd_dwarf2_find_nearest_line first.
31 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Same.
32 * dwarf2.c: New file; implement _bfd_dwarf2_find_nearest_line.
33
2e0a5c10
NC
34Mon Dec 15 16:08:52 1997 Nick Clifton <nickc@cygnus.com>
35
a3240f68 36start-sanitize-m32rx
2e0a5c10
NC
37 * elf32-m32r.c (m32r_elf_merge_private_bfd_data): Allow M32R
38 object files to be merged into a M32RX executable.
a3240f68
NC
39
40 * archures.c: Add bfd_mach_m32rx.
41end-sanitize-m32rx
42 * archures.c: Add bfd_mach_m32r.
2e0a5c10 43
f60c3b70
FF
44Mon Dec 15 16:11:22 1997 Fred Fish <fnf@cygnus.com>
45
46 * coffcode.h (ALIGN_SECTIONS_IN_FILE): Define if I960 not defined.
47 (coff_compute_section_file_positions): Use ALIGN_SECTIONS_IN_FILE
48 to decide when to align the file sections for paging.
49start-sanitize-tic80
50 * coffcode.h (ALIGN_SECTIONS_IN_FILE): Undefine for TIC80COFF.
51end-sanitize-tic80
52
a5fdb816
NC
53Mon Dec 15 15:01:15 1997 Nick Clifton <nickc@cygnus.com>
54
55 * elf32-m32r.c (m32r_elf_object_p): New Function.
56 (m32r_elf_final_write_processing): New Function.
57 (m32r_elf_set_private_flags): New Function.
58 (m32r_elf_copy_private_bfd_data): New Function.
59 (m32r_elf_merge_private_bfd_data): New Function.
60 (m32r_elf_print_private_bfd_data): New Function.
61 (elf_backend_object_p): Point to m32r_object_p.
62 (elf_backend_final_write_processing): Point to
63 m32r_elf_final_write_processing.
64 (bfd_elf32_bfd_copy_private_bfd_data): Point to
65 m32r_elf_copy_private_bfd_data.
66 (bfd_elf32_bfd_merge_private_bfd_data): Point to
67 m32r_elf_merge_private_bfd_data.
68 (bfd_elf32_bfd_set_private_flags): Point to
69 m32r_elf_set_private_bfd_data.
70 (bfd_elf32_bfd_print_private_bfd_data): Point to
71 m32r_elf_print_private_bfd_data.
72
a3240f68 73start-sanitize-m32rx
a5fdb816 74 * cpu-m32r.c: Add m32rx cpu architecture.
085e370b
NC
75 * bfd-in2.h (bfd_mach_m32rx): Add identifier for M32RX
76 architecture machines.
a3240f68 77end-sanitize-m32rx
a5fdb816 78
085e370b
NC
79 * bfd-in2.h (bfd_mach_m32r): Add identifier for M32R architecture
80 machines.
a5fdb816 81
3607f666
BK
82Fri Dec 12 11:30:28 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
83
84 * configure: Only build libbfd shared if --enable-shared's value
85 was `yes', or was set to `*bfd*'.
86 * aclocal.m4: Likewise.
f0726391
BK
87 * NOTE: this really needs to be fixed in libtool/libtool.m4, the
88 original source of this bit of code. It's not clear what the best fix
89 would be, though.
3607f666 90
5b3a74e8
RH
91Thu Dec 11 17:48:11 1997 Richard Henderson <rth@cygnus.com>
92
93 * linker.c (generic_link_add_symbol_list): Always init udata.p so
94 that the generic relaxation code can function when input and output
95 file formats are mismatched.
96
a3f1e78a
ILT
97Thu Dec 11 01:02:18 1997 Ian Lance Taylor <ian@cygnus.com>
98
99 * coff-sh.c (bfd_coff_small_swap_table): Initialize new fields.
100
101 * elf.c (assign_file_positions_for_segments): For a loadable
102 section, make sure that the load address is correct relative to
103 the load address of the segment plus the size of the segment so
104 far.
105
106 * coffcode.h (_coff_link_output_has_begun): Make static.
107 (_coff_final_link_postscript): Likewise.
108
5ee8d932
ILT
109Wed Dec 10 23:37:11 1997 Ian Lance Taylor <ian@cygnus.com>
110
111 * elflink.h (elf_link_input_bfd): Handle a relocateable link in
112 which a relocation refers to an indirect or warning symbol.
113
5b6f4b31
NC
114Wed Dec 10 11:15:55 1997 Nick Clifton <nickc@cygnus.com>
115
5ee8d932
ILT
116 * coff-arm.c (bfd_arm_coff_final_link): Function deleted.
117 (coff_arm_final_link_postscript): New function.
118 (coff_arm_link_output_has_begun): New function.
119
120 * libcoff.h (struct bfd_coff_backend_data): Add new fields:
121 _bfd_coff_link_output_has_begun and
122 _bfd_coff_final_link_postscript. Add new macros:
123 bfd_coff_link_output_has_begun() and
124 bfd_coff_final_link_postscript().
125
126 * cofflink.c (_bfd_coff_final_link): Insert calls to
127 bfd_coff_link_output_has_begun() and
128 bfd_coff_final_link_postscript().
129
130 * coffcode.h: Add two new fields to bfd_coff_backend_data
131 structure: _bfd_coff_link_output_has_begun and
132 _bfd_coff_final_link_postscript. Add default initialisers for
133 these fields. Add overridable aliases for the coff swap functions
134 in the backend data structure.
135
5b6f4b31
NC
136 * elf32-v850.c: Update with patches from the branch to fix
137 HI16_S/LO16 reloc pairs.
138
de748328
MM
139start-sanitize-d30v
140Wed Dec 10 14:06:48 1997 Michael Meissner <meissner@cygnus.com>
141
142 * elf32-d30v.c (d30v_info_to_howto_rela): New function to support
143 RELA relocations.
144 (USE_REL): Don't define any more, switch to using RELA
145 relocations.
146 (elf_info_to_howto): Define as d30v_info_to_howto_rela.
147
148end-sanitize-d30v
c02ed6a8
AC
149Tue Dec 9 11:37:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
150
151 * archures.c (bfd_mach_mips*): Define.
152 (start-sanitize-vr5400):
153 (vr5400, bfd_mach_vr5000): Define.
154 (end-sanitize-vr5400):
155 (bfd_default_scan): For 3000 and 4000 replace magic constant with
156 macro.
157
158 * cpu-mips.c (N): Define.
159 (bfd_mips_arch, arch_info_struct): Re-write using macro N, replace
160 numbers with bfd_mach_mips* macros.
161
22a9f052
NC
162Fri Dec 5 11:13:46 1997 Nick Clifton <nickc@cygnus.com>
163
164 * elf32-v850.c (v850_elf_reloc, v850_elf_store_addend_in_insn,
165 v850_elf_relocate_section): Fix PR2 14180 and 14181
166 (v850_elf_section_from_bfd_section, v850_elf_symbol_processing,
167 v850_elf_add_symbol_hook, v850_elf_link_output_symbol_hook,
168 v850_elf_section_from_shdr, v850_elf_fake_sections): New functions
169 (for PR14180) to create and handle special common sections.
0a5875fc
NC
170 (v850_elf_final_link_relocate): Fix HI16 and HI16_S relocations
171 which have data stored in the instructions. PR14258.
22a9f052 172
09888f15
NC
173Tue Dec 2 10:26:16 1997 Nick Clifton <nickc@cygnus.com>
174
175 * coff-arm.c (TARGET_UNDERSCORE): Revert back to '_'
176 (USER_LABEL_PREFIX): Revert back to '_'
177
178 * config.bfd (targ_cpu): Add support for Thumb target.
179
6fdb746d
JR
180Mon Dec 1 20:24:18 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
181
182 * coff-sh.c (sh_coff_howtos): Add R_SH_SWITCH8 entry.
183 (get_symbol_value): Handle R_SH_SWITCH8.
184 (sh_relax_delete_bytes): Likewise.
185
0fa555ea
NC
186Wed Nov 26 14:13:34 1997 Nick Clifton <nickc@cygnus.com>
187
f5ddda0f
NC
188 * coff-arm.c (TARGET_UNDERSCORE): Changed to match definition in
189 gcc/config/arm/semi.h
190
0fa555ea
NC
191 * coffcode.h (coff_slurp_symbol_table): Add ARM and Thumb symbol
192 classes.
193
4ccd975a
AC
194Sun Nov 23 16:02:58 1997 Andrew Cagney <cagney@b1.cygnus.com>
195
196 * freebsd.h (SWAP_MAGIC): Read magic number little and not big
197 endian.
198
803fea79
NC
199Wed Nov 26 09:30:37 1997 Nick Clifton <nickc@cygnus.com>
200
201 * coffcode.h (coff_mkobject_hook): Only set private flags for non
202 PE ARM ports.
203
204Tue Nov 25 15:33:23 1997 Richard Henderson <rth@cygnus.com>
205
206 * binary.c (binary_set_section_contents): Also ignore NEVER_LOAD
207 sections.
208
4936eb9a
NC
209Tue Nov 25 10:55:36 1997 Nick Clifton <nickc@cygnus.com>
210
211 * coff-arm.c (coff_arm_bfd_merge_private_bfd_data): Do not
212 complain if inout and output formats differ.
213
cc37e39a
ILT
214Tue Nov 25 11:26:27 1997 Ian Lance Taylor <ian@cygnus.com>
215
90d74939
ILT
216 * Makefile.am (BFD32_BACKENDS): Remove tekhex.lo.
217 (BFD32_BACKENDS_CFILES): Remove tekhex.c.
218 * Makefile.in: Rebuild.
219 * aclocal.m4, configure, src/Makefile.in: Rebuild with current
220 automake and autoconf.
221
cc37e39a
ILT
222 * coff-arm.c (arm_allocate_interworking_sections): Fix typo
223 (COFF_WITH_PR to COFF_WITH_PE).
224
f76d3101
NC
225Mon Nov 24 15:47:49 1997 Nick Clifton <nickc@cygnus.com>
226
33d5d351
NC
227 * coff-arm.c: Make variables and some functions static, so that
228 this file can be included in multiple object files.
229 (coff_arm_bfd_final_link): Fix minor bug.
f76d3101 230
e1aeb285
NC
231Sat Nov 22 15:16:00 1997 Nick Clifton <nickc@cygnus.com>
232
233 * coff-arm.c: Add support for PIC and APCS-FLOAT type binaries.
234
235 * coffcode.h: Add support for PIC and APCS-FLOAT type binaries.
236
f3fb08f6
ILT
237Sat Nov 22 16:06:56 1997 Klaus Kaempf <kkaempf@progis.de>
238
239 * evax-emh.c (_bfd_evax_write_emh): Use alloca instead of strdup.
240
fbf760a8
ILT
241Sat Nov 22 12:29:30 1997 Ian Lance Taylor <ian@cygnus.com>
242
be462f88
ILT
243 * sunos.c (sunos_add_one_symbol): When overriding a defined
244 symbol, set it to undefined, not new.
245
fbf760a8
ILT
246 * elf32-sh.c (sh_elf_relax_delete_bytes): Don't kill LABEL
247 relocs.
248
d627a674
RH
249Fri Nov 21 14:14:22 1997 Richard Henderson <rth@cygnus.com>
250
251 * coff-sh.c (sh_relax_section): Force sign extention of USES r_offset.
252 (sh_relax_delete_bytes): Don't kill LABEL relocs.
253
bf39c490
JL
254Mon Nov 17 15:08:38 1997 Jeffrey A Law (law@cygnus.com)
255
256 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Fix typo.
257 (mn10300_elf_relax_section): Likewise.
258
469e5960
FF
259Sat Nov 15 15:36:07 1997 Fred Fish <fnf@cygnus.com>
260
261 * peicode.h (coff_swap_aouthdr_in): Cast second arg of
262 bfd_h_get_* calls to "bfd_byte *".
263
264Tue Nov 11 10:37:23 1997 Jeffrey A Law (law@cygnus.com)
265
266 * elf-m10300.c (elf32_mn10300_link_hash_entry): Add new field
267 "movm_stack_size".
268 (mn10300_elf_relax_section): Include stack space for register saves
269 in the imm8 field of a "call" instruction.
270 (compute_function_info): Determine how much stack is allocated by
271 the movm instruction. Fix typo.
272 (elf32_mn10300_link_hash_newfunc): Initialize movm_stack_size.
273
9793236c
ILT
274Mon Nov 10 14:32:40 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
275
276 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Don't crash if
277 a version dependency could not be found.
278
d481c877 279Tue Nov 4 12:05:56 1997 Klaus K"ampf <kkaempf@progis.de>
aa9aa96f 280
d481c877 281 * configure.com: Get version info from configure.in
aa9aa96f 282
ccbab31d
RH
283Fri Oct 24 11:15:58 1997 Jakub Jelinek <jj@sunsite.mff.cuni.cz>
284
285 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data):
286 New function. Avoid mixing US1 and HAL R1 code.
287 Set resulting memory ordering to the strongest one used.
288 (sparc64_elf_object_p): Set bfd_mach correctly.
289
d87ad0dc
RH
290Thu Oct 23 14:09:33 1997 Richard Henderson <rth@cygnus.com>
291
292 * elf64-sparc.c (sparc64_elf_howto_table): Add UA64 & UA16.
293 (sparc64_elf_check_relocs): Handle them.
294 (sparc64_elf_relocate_section): Likewise. Before emitting a dyn reloc,
295 check alignment and transmute R_SPARC_x<->R_SPARC_UAx.
296
5e0c6aad
RH
297Thu Oct 23 00:53:14 1997 Richard Henderson <rth@dot.cygnus.com>
298
299 * configure.in (sparc*-*-linux*): Use trad-core and ...
300 * hosts/sparclinux.h: New file.
301
65c2dd6e
RH
302Thu Oct 23 00:25:29 1997 Richard Henderson <rth@dot.cygnus.com>
303
304 * config.bfd (sparc64-*-linux*): New target.
305
306 * elf-bfd.h (struct elf_backend_data): Add plt_alignment member.
307 * elflink.c (_bfd_elf_create_got_section): Set .got alignment based
308 on arch_size.
309 (_bfd_elf_create_dynamic_sections): Likewise for .rel* sections.
310 Set .plt alignment from new plt_alignment.
311 * elflink.h (elf_link_create_dynamic_sections): Set version section
312 alignment to LOG_FILE_ALIGN.
313 * elfxx-target.h (elf_backend_plt_alignment): Provide default.
314 (elfXX_bed): Init plt_alignment.
315
316 * elf64-sparc.c (sparc64_elf_check_relocs,
317 sparc64_elf_adjust_dynamic_symbol, sparc64_elf_size_dynamic_sections,
318 sparc64_elf_adjust_dynindx, sparc64_elf_finish_dynamic_symbol,
319 sparc64_elf_finish_dynamic_sections): New functions.
320 (sparc64_elf_howto_table): Fix a few name strings.
321 (ELF_DYNAMIC_INTERPRETER): New definition.
322 (sparc64_elf_relocate_section): Handle shared libraries.
323
324 * elf64-sparc.c (struct plt_template, plt_*_header, plt_*_entry,
325 sparc64_elf_build_plt_entry, sparc64_elf_finish_dynamic_symbol):
326 PLT definitions sparc64-linux originally choose. These will go
327 away soon in favour of the official abi definitions.
328
18ed85fd
ILT
329Wed Oct 22 16:08:45 1997 Ian Lance Taylor <ian@cygnus.com>
330
331 * coff-sh.c (coff_small_object_p): New static function.
332 (coff_small_new_section_hook): New static function.
333 (bfd_coff_small_swap_table): New static const structure.
334 (coff_small_close_and_cleanup): Define.
335 (coff_small_bfd_free_cached_info): Define.
336 (coff_small_get_section_contents): Define.
337 (coff_small_get_section_contents_in_window): Define.
338 (shcoff_small_vec): New static structure.
339 (shlcoff_small_vec): New static structure.
340 * targets.c (bfd_target_vector): Add shcoff_small_vec and
341 shlcoff_small_vec.
342 * config.bfd (sh-*-elf*): Add shcoff_small_vec and
343 shlcoff_small_vec to targ_selvecs.
344 (sh-*-*): Likewise.
345 * configure.in: Add shcoff_small_vec and shlcoff_small_vec cases.
346 * configure: Rebuild.
347
d5241511
ILT
348Mon Oct 20 15:01:27 1997 Klaus K"ampf <kkaempf@progis.de>
349
412222d9
ILT
350 * evax-egsd.c: Weak symbols are global.
351
352 * evax-emh.c: Use proper casts.
353
354 * evax-egsd.c (_bfd_evax_write_egsd): Remove unneeded uname.
355
356 * evax-egsd.c: Section names and symbols have different
357 length restrictions. Add length parameter to
358 _bfd_evax_length_hash_symbol.
359 * evax-etir.c: Likewise.
360 * evax-misc.c (_bfd_evax_length_hash_symbol): Add length
361 parameter.
362 * evax.h (EOBJ_S_C_SECSIZ): Define.
363
364 * evax-alpha.c: Remove duplicate test.
365
366 * evax-emh.c: SYS$ functions are upper-case.
367
368 * evax-egsd.c: Create separate sections for common symbols.
369 * evax-etir.c: Don't output common section.
370 * evax.h: Bump up section count.
371
372 * configure.com: Use 64bit integers with DEC C.
373
374 * evax-egsd.c: Make section flags dec c compatible.
d5241511 375
5efcd359
JL
376Mon Oct 20 09:38:31 1997 Jeffrey A Law (law@cygnus.com)
377
378 * som.c (normalize): Delete function.
379 (som_bfd_ar_write_symbol_stuff): New parameter elength. All callers
380 changed. Use passed in elength to determine size of the extended
381 name table instead of computing it again.
382
263378e7 383Sun Oct 19 23:36:21 1997 Jim Wilson <wilson@cygnus.com>
e232f1aa 384
263378e7
ILT
385 * peicode.h (coff_swap_scnhdr_out): Use |= not = to set
386 IMAGE_SCN_MEM_READ for an unrecognized section.
e232f1aa 387
27637913
JL
388Sun Oct 19 21:04:56 1997 Jeffrey A Law (law@cygnus.com)
389
390 * som.c (som_bfd_ar_write_symbol_stuff): Account for trailing
391 '/' in the extended name table.
392
bccab630
RH
393Fri Oct 17 00:04:13 1997 Richard Henderson <rth@cygnus.com>
394
395 * elflink.h (elf_link_assign_sym_version): For explicitly versioned
396 symbols, check globals list before matching on locals.
397
04e46812
MM
398Thu Oct 16 08:17:06 1997 Michael Meissner <meissner@cygnus.com>
399
3cd99cc6 400 * peicode.h (coff_swap_scnhdr_out,pe_print_idata): Fix mangled
04e46812
MM
401 patch.
402
c086885a
ILT
403Wed Oct 15 13:45:10 1997 Ian Lance Taylor <ian@cygnus.com>
404
fc1213aa
ILT
405 * peicode.h (pe_mkobject_hook): Set DLL flag.
406 (pe_bfd_copy_private_bfd_data): Copy DLL flag.
407
c086885a
ILT
408 * peicode.h (coff_swap_scnhdr_out): Set IMAGE_SCN_MEM_DISCARDABLE
409 for .stab* sections. Replace strlen of constant strings with
410 number.
411
d980a81f
RH
412Tue Oct 14 15:42:45 1997 Richard Henderson <rth@cygnus.com>
413
414 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): New function to
415 merge got and reloc entries from ind syms to their target.
416 (elf64_alpha_always_size_sections): Call it.
417 (elf64_alpha_check_relocs): Operate on the target of indirect symbols.
418 (elf64_alpha_can_merge_gots): Likewise.
419 (elf64_alpha_merge_gots): Likewise.
420
421 * elf64-alpha.c (elf64_alpha_relocate_section): Back out HJ's change,
422 as it is insufficient to handle the relocation changes as well.
423
6a587c4a
RH
424Mon Oct 13 23:10:08 1997 Richard Henderson <rth@cygnus.com>
425
426 * elf64-alpha.c (elf64_alpha_calc_dynrel_sizes): Allow for RELATIVE
427 relocs for symbols in shlibs that have been forced local.
428 (elf64_alpha_relocate_section): Output RELATIVEs in .got for same.
429
3a13dd8f
RH
430Mon Oct 13 21:24:04 1997 Richard Henderson <rth@cygnus.com>
431
6a587c4a 432 * elf64-alpha.c (elf64_alpha_relocate_section): Use the
3a13dd8f
RH
433 got_enties of the default symbol for the default versioned
434 symbol. Patch from hjl@gnu.ai.mit.edu, modified not to use
435 alloca in the loop.
436
c7eece07
NC
437Mon Oct 13 17:37:37 1997 Nick Clifton <nickc@cygnus.com>
438
439 * elf32-v850.c (v850_elf_final_link_relocate): Only use the bottom
440 24 bits of the PC when computing a PC relative relocation.
441
676d3f02
NC
442Fri Oct 10 16:01:30 1997 Nick Clifton <nickc@cygnus.com>
443
444 * elf32-v850.c (v850_elf_reloc, v850_elf_final_link_relocate):
445 Correct value for maximum positive 22 bit PC relative relocation.
446 (v850_elf_final_link_relocate): Prevent overflow from HI16_S and
447 HI_16 relocations. Correct bit adjustment in TDA offsets.
448
70e818d4
DE
449Thu Oct 9 16:43:39 1997 Doug Evans <dje@canuck.cygnus.com>
450
451 * elf64-sparc.c (sparc_elf_{hix22,lox10}_reloc): New functions.
452 (sparc64_elf_howto_table): Use them for HIX22,LOX10 relocs.
453
b0632d61
RH
454Wed Oct 8 11:38:45 1997 Richard Henderson <rth@cygnus.com>
455
456 * elfcore.h (bfd_prstatus): Pedanticly, alignment_power should
457 be LOG_FILE_ALIGN.
458
ba2934ce
RH
459Wed Oct 8 11:36:00 1997 Richard Henderson <rth@cygnus.com>
460
461 * config.bfd: Missed one alpha* change.
462
463Tue Oct 7 13:00:17 1997 Doug Evans <dje@canuck.cygnus.com>
464
465 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Remove BFD64 support.
466 * elf64-sparc.c (SPARC64_OLD_RELOCS): Undef.
467 (MINUS_ONE): New macro.
468 (sparc_elf_notsup_reloc): New function.
469 (sparc64_elf_howto_table): Add entries for DISP64,PLT64,HIX22,LOX10,
470 H44,M44,L44,REGISTER.
471 (sparc_reloc_map): Likewise. Map BFD_RELOC_CTOR to R_SPARC_64.
472 (init_insn_reloc): New function.
473 (sparc_elf_wdisp16_reloc): Use it.
474 (sparc64_elf_relocate_section): Add entries for OLO10,HIX22,LOX10.
475
758b6765
ILT
476Tue Oct 7 11:40:37 1997 Ian Lance Taylor <ian@cygnus.com>
477
478 * som.c (som_construct_extended_name_table): Remove static
479 function, and define as macro instead.
480
6b5f5d61
RH
481Fri Oct 3 14:02:17 1997 Richard Henderson <rth@cygnus.com>
482
483 * config.bfd: Change alpha-*-* to alpha*-*-*; config.guess now
484 recognizes alphaev5 etc.
485 * configure.host: Likewise.
486
9b5ec8b1
ILT
487Fri Oct 3 11:23:47 1997 Ian Lance Taylor <ian@cygnus.com>
488
927e3a30
ILT
489 Make ld -s work on AIX:
490 * xcofflink.c (xcoff_link_add_symbols): Don't create the .debug
491 section if we are stripping.
492 (bfd_xcoff_size_dynamic_sections): Don't set the .debug section
493 size if we are stripping.
494 (_bfd_xcoff_bfd_final_link): Don't set SEC_RELOC or rel_filepos,
495 and don't write out relocs, if we are stripping.
496 (xcoff_link_input_bfd): Don't set up reloc if we are stripping.
497 (xcoff_write_global_symbol): Don't write out symbol or reloc if we
498 are stripping.
499
d9eff006
ILT
500 * configure.in: Don't include elf.lo again for ELF targets; it's
501 always in the library anyhow.
502 * configure: Rebuild.
503
504 * bfd-in2.h: Rebuild.
505
9b5ec8b1
ILT
506 * elf32-sparc.c (sparc_elf_wdisp16_reloc): Cast to bfd_byte *, not
507 char *, when calling bfd_get_32 and bfd_put_32.
508 * sunos.c (sunos_scan_dynamic_symbol): Cast contents to char *
509 when calling strcpy.
510
22b23d7d
DE
511Thu Oct 2 16:15:50 1997 Doug Evans <dje@canuck.cygnus.com>
512
513 * reloc.c (bfd_check_overflow): New function.
514 (bfd_perform_relocation, bfd_install_relocation): Use it.
515 (BFD_RELOC_SPARC_{DISP64,PLT64}): New relocs.
516 (BFD_RELOC_SPARC_{HIX22,LOX10,H44,M44,L44,REGISTER}): New relocs.
517 * bfd-in2.h: Regenerate.
518 * libbfd.h: Regenerate.
519
2fb4c89f
ILT
520Thu Oct 2 13:17:18 1997 Ian Lance Taylor <ian@cygnus.com>
521
522 * peicode.h (coff_swap_scnhdr_out): Set IMAGE_SCN_MEM_READ for an
523 unrecognized section. From Jon Thackray <jont@harlequin.co.uk>.
524
7810074c
ILT
525Wed Oct 1 14:03:44 1997 Ian Lance Taylor <ian@cygnus.com>
526
9347808d
ILT
527 * Makefile.am ($(BFD_H)): Change stmp-bfd.h to stmp-bfd-h.
528 (stmp-bfd-h): Rename from stmp-bfd.h.
529 (BFD_H_FILES, LIBBFD_H_FILES, LIBCOFF_H_FILES): New variables.
530 ($(srcdir)/bfd-in2.h): Just depend upon stmp-bin2-h.
531 (stmp-bin2-h): New target.
532 ($(srcdir)/libbfd.h): Just depend upon stmp-lbfd-h.
533 (stmp-lbfd-h): New target.
534 ($(srcdir)/libcoff.h): Just depend upon stmp-lcoff-h.
535 (stmp-lcoff-h): New target.
536 (CLEANFILES): Change stmp-bfd.h to stmp-bfd-h. Add stmp-bin2.h,
537 stmp-lbfd-h, and stmp-lcoff-h.
538 * Makefile.in: Rebuild.
539
7810074c
ILT
540 * configure.in: Use a diversion to set enable_shared before the
541 arguments are parsed.
542 * configure: Rebuild.
543
a446b86d
DE
544Tue Sep 30 14:18:32 1997 Doug Evans <dje@canuck.cygnus.com>
545
546 * elf32-sparc.c (_bfd_sparc_elf_howto_table): R_SPARC_GLOB_JMP
547 renamed to R_SPARC_UNUSED_42.
548 (sparc_reloc_map): Delete R_SPARC_GLOB_JMP entry.
549 * elf64-sparc.c (_bfd_sparc_elf_howto_table): R_SPARC_GLOB_JMP
550 renamed to R_SPARC_UNUSED_42.
551 (sparc_reloc_map): Delete R_SPARC_GLOB_JMP entry.
552 * reloc.c (BFD_RELOC_SPARC_GLOB_JMP): Delete.
553 * bfd-in2.h: Regenerated.
554 * libbfd.h: Regenerated.
555
7810074c
ILT
556Thu Sep 25 12:15:02 1997 Ian Lance Taylor <ian@cygnus.com>
557
558 * elflink.h (elf_merge_symbol): Don't check the hash creator until
559 after we have set *sym_hash.
560
780a00c9
ILT
561Wed Sep 24 16:52:28 1997 Joel Sherrill <joel@oarcorp.com>
562
563 * config.bfd (sh*-*-rtems*): New target, like sh-*-*elf*.
564
805c3d70
ILT
565Wed Sep 24 11:27:23 1997 Ian Lance Taylor <ian@cygnus.com>
566
0035c8a0
ILT
567 * Makefile.am (libbfd_a_SOURCES): Define.
568 * Makefile.in: Rebuild.
569
805c3d70
ILT
570 * configure.in: Call AC_CHECK_TOOL before AM_PROG_LIBTOOL.
571 * aclocal.m4: Rebuild with new libtool.
572 * configure: Rebuild.
573
3099ef78
ILT
574Tue Sep 23 19:03:13 1997 Ian Lance Taylor <ian@cygnus.com>
575
576 * elf.c (map_sections_to_segments): Even if we are not demand
577 paged, don't put a loadable section after a nonloadable section.
578 (assign_file_positions_for_segments): Increment the file offset
579 for a section with contents, even if it is not loadable.
580
581start-sanitize-v850e
582Sun Sep 21 11:03:24 1997 Nick Clifton <nickc@cygnus.com>
583
584 * elf32-v850.c (v850_elf_final_link_relocate): Add return code
585 indicating that __ctbp could not be found.
586
587end-sanitize-v850e
55e6f0bf
NC
588Thu Sep 18 15:04:57 1997 Nick Clifton <nickc@cygnus.com>
589
590 * elf32-v850.c (v850_elf_check_relocs): Improve error message.
591
db1fa6ab 592Wed Sep 17 09:54:51 1997 Nick Clifton <nickc@cygnus.com>
9420c20a
NC
593start-sanitize-v850e
594
595 * elf32-v850.c (v850_elf_final_link_relocate, v850_elf_reloc,
596 v850_elf_check_relocs, v850_elf_reloc_map, v850_elf_howto_table):
597 Add support for the CALLT relocs.
598
599 * reloc.c (COMMENT): Add BFD_RELOC_V850_CALLT_6_7_OFFSET and
600 BFD_RELOC_V850_CALLT_16_16_OFFSET.
601end-sanitize-v850e
db1fa6ab
NC
602
603 * elf32-v850.c (v850_elf_final_link_relocate): Add checks to catch
604 relocations against non-existant symbols.
605
5bb28764
NC
606Tue Sep 16 14:20:27 1997 Nick Clifton <nickc@cygnus.com>
607
608 * reloc.c: Add BFR_RELOC_V850_TDA_16_16_OFFSET.
609
610 * elf32-v850.c (v850_elf_reloc, v850_elf_final_link_relocate,
611 v850_elf_howto_table, v850_elf_reloc_map): Add support for a 16
612 bit reloc in the tiny data area.
613
2199f848
KR
614start-sanitize-d30v
615Mon Sep 15 11:27:36 1997 Ken Raeburn <raeburn@cygnus.com>
616
617 Merged changes from Martin Hunt:
618
619 * elf32-d30v.c (bfd_elf_d30v_reloc): Change pc-relative relocs
620 over 2^32 bytes to be absolute. Needed because D30V PC doesn't
621 necessarily wrap.
622
623 * reloc.c, elf32-d30v.c (BFD_RELOC_D30V_9_PCREL,
624 BFD_RELOC_D30V_9_PCREL_R): New relocs.
625
626 * elf32-d30v.c (bfd_elf_d30v_reloc_21): New function.
627 Do 15 and 21 bit pc-relative relocations.
628 * reloc.c (BFD_RELOC_D30V_15_PCREL_R, BFD_RELOC_D30V_21_PCREL_R):
629 New relocations.
630
631 * elf32-d30v.c (bfd_elf_d30v_reloc): Addend needs to be
632 added to the relocation, not or'd.
633
634end-sanitize-d30v
43898c91
NC
635Wed Sep 10 15:17:25 1997 Nick Clifton <nickc@cygnus.com>
636
637 * elf32-v850.c (v850_elf_reloc): Remove spurious error message.
638
eaa9c2e7
AC
639Wed Sep 10 11:17:50 1997 Andrew Cagney <cagney@b1.cygnus.com>
640
641 * archures.c (bfd_default_scan): Use strcasecmp.
642 (bfd_default_scan): Test for match with arch_name + ":" +
643 printable_name.
644 (bfd_default_scan): Test for match with printable_name - ":".
645 (bfd_default_scan): Delete w65, h8300, h8500, z8k, i960 special
646 cases. Each implements their own scan function.
647 (bfd_default_scan): Delete 386, 2900, 860, mips 2000, mips 4400
648 special cases. Since info->mach == 0. The test mach == number
649 fails.
650 (bfd_arch_list): New function, return name of all the supported
651 architectures.
652
98ab32a5
NC
653Tue Sep 9 10:21:56 1997 Nick Clifton <nickc@cygnus.com>
654
655 * elf32-v850.c (v850_elf_print_private_bfd_data): Break after
656 decoding architecture.
5ddf2a9e
NC
657 (v850_elf_reloc): Do not complain if a R_V850_LO16 reloc has bit
658 15 set.
98ab32a5 659
60b570d1
RH
660Sun Sep 7 12:25:22 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
661
662 * bfd/elf64-alpha.c (reloc_howto_type): Fix the howto table.
663
679bf0a2
ILT
664Thu Sep 4 09:44:10 1997 Ian Lance Taylor <ian@cygnus.com>
665
1732b93b
ILT
666 * Makefile.am: Rebuild dependencies.
667 (ALL_MACHINES_CFILES): Add cpu-v850.c.
668 (ALL_MACHINES_CFILES): Add elf32-v850.c.
669 * Makefile.in: Rebuild.
670
4878fa5b
ILT
671 * reloc.c: Remove extraneous commas from relocation entries.
672 Remove BFD_RELOC_V850_16_PCREL.
673 * bfd-in2.h: Rebuild.
674
679bf0a2
ILT
675 * xcofflink.c (xcoff_link_add_symbols): Put XTY_CM/XMC_TD symbols
676 in sections named .tocbss rather than .bss.
677
93f18857
NC
678Wed Sep 3 11:23:23 1997 Nick Clifton <nickc@cygnus.com>
679
680 * libbfd.h, bfd-in2.h, elf32-v850.c: Removed
681 BFD_RELOC_V850_16_PCREL.
682
c2d70826
FF
683Tue Sep 2 20:44:10 1997 Fred Fish <fnf@cygnus.com>
684
685 * cofflink.c (coff_link_check_ar_symbols): Handle C_SYSTEM syms
686 the same as C_EXT syms.
687 (coff_link_add_symbols): Ditto.
688 (_bfd_coff_link_input_bfd): Ditto.
689 (_bfd_coff_write_task_globals): Add save_global_to_static. Use
690 it to preserve and restore state of global_to_static flag.
691
8bef8c30
NC
692Tue Sep 2 17:45:22 1997 Nick Clifton <nickc@cygnus.com>
693
694 * elf32-v850.c (v850_elf_object_p): Set machine number based on
695 bits in e_flags field rather than magic numbers.
696 (v850_elf_final_write_processing, v850_elf_set_private_flags,
697 v850_elf_copy_private_bfd_data, v850_elf_merge_private_bfd_data,
698 v850_elf_print_private_bfd_data): New functions.
699
700start-sanitize-v850e
701Tue Sep 2 17:43:49 1997 Nick Clifton <nickc@cygnus.com>
702
703 * elf.c (prep_headers): Remove V850E magic number.
cd66558c 704 * elf.c (prep_headers): Remove V850EA magic number.
8bef8c30
NC
705end-sanitize-v850e
706
1c0e698e
DE
707Tue Sep 2 17:35:05 1997 Doug Evans <dje@canuck.cygnus.com>
708
709 * cpu-arc.c (arc_get_mach): Properly scan defined mach entries.
710
a9d67a88
JL
711Tue Sep 2 18:29:37 1997 Jeffrey A Law (law@cygnus.com)
712
713 * elf-m10200.c (mn10200_elf_final_link_relocate): PC relative
714 instructions are relative to the next instruction, not the
715 current instruction.
716 (mn10200_elf_relax_section): Similarly.
717
def31039
NC
718Tue Sep 2 15:45:45 1997 Nick Clifton <nickc@cygnus.com>
719
720 * cpu-v850.c: Use a macro to construct bfd_arch_info_type
721 entries.
722
723 * reloc.c, libbfd.h, bfd-in2.h, elf32-v850.c: Replace
724 BFD_RELOC_V850_{SDA/TDA/ZDA}_OFFSET relocs with new bit pattern
725 specific versions: BFD_RELOC_V850_{area}_{bits}_OFFSET.
726
f40d28bf
AC
727Thu Aug 28 17:01:09 1997 Andrew Cagney <cagney@b1.cygnus.com>
728
729 * cpu-v850.c: Remove "plain" from v850 printable name.
730 (scan): Use strcasecmp.
731
732 * archures.c (bfd_mach_v850): Define.
733
734 * cpu-sh.c (scan_mach): Compare with table instead of hardwired to
735 just sh/SH, use strcasecmp.
736 (arch_info_struct): Add entries for sh3 et.al.
737
738 * archures.c (bfd_mach_sh, ...): Define.
739
2f88c324
AC
740Wed Aug 27 17:33:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
741
742 * archures.c (bfd_archures_list): Always NULL terminate the list.
743
2c66160c
ILT
744Tue Aug 26 17:26:51 1997 Ian Lance Taylor <ian@cygnus.com>
745
099ddbf1
ILT
746 * Makefile.am: Rebuild dependencies.
747 (ALL_MACHINES_CFILES): Add cpu-arc.c.
748 (ALL_MACHINES_CFILES): Add elf32-arc.c.
749 (elf32-arc.lo): Remove explicit dependency.
750 * Makefile.in: Rebuild.
751
2c66160c
ILT
752 * acinclude.m4 (BFD_CC_FOR_BUILD): Set EXEEXT_FOR_BUILD.
753 * doc/Makefile.am (MKDOC): Use EXEEXT_FOR_BUILD, not EXEEXT.
754 * aclocal.m4, configure, Makefile.in, doc/Makefile.in: Rebuild.
755
70e8e585
CP
756Mon Aug 25 16:14:34 1997 Christopher Provenzano <proven@cygnus.com>
757
758 * configure: Rebuild with latest devo autoconf for NT support
759
04f295b6
NC
760Mon Aug 25 16:11:04 1997 Nick Clifton <nickc@cygnus.com>
761
762 * cpu-arm.c (compatible): If B is a default type, return A.
763
8988d935 764Mon Aug 25 15:35:46 1997 Nick Clifton <nickc@cygnus.com>
591ebe42 765
8988d935
NC
766 * cpu-v850.c (scan): New function.
767 (arch_info_struct): New structure.
768 (bfd_v850_arch): Add link into arch_info_structure.
591ebe42 769
8988d935
NC
770 * config.bfd (targ_cpu): All v850 variants use the bfd_arch_v850
771 architecture.
845c40d5 772
8988d935
NC
773 * elf32-v850.c (v850_elf_object_p): New function.
774
775start-sanitize-v850e
776 * archures.c (bfd_mach_v850e): Machine value for v850e.
777
778 * bfd-in2.h (bfd_mach_v850e): Machine value for v850e.
779
780 * elf32-v850.c (ELF_MACHINE_CODE): Default to v850e machine
781 number.
782
783 * elf.c (prep_headers): Add support for v850e machine number.
15d82b26 784
cd66558c 785 * archures.c (bfd_mach_v850ea): Machine value for v850ea.
8988d935 786
cd66558c 787 * bfd-in2.h (bfd_mach_v850ea): Machine value for v850ea.
8988d935 788
cd66558c 789 * elf32-v850.c (ELF_MACHINE_CODE): Default to v850ea machine
8988d935
NC
790 number.
791
cd66558c 792 * elf.c (prep_headers): Add support for v850ea machine number.
15d82b26 793end-sanitize-v850e
2cf9a0d0 794
8988d935
NC
795Mon Aug 25 14:07:33 1997 Ian Lance Taylor <ian@cygnus.com>
796
797 * syms.c (_bfd_stab_section_find_nearest_line): Clear the
798 cached_stab field if the offset prevents us from using the cache.
845c40d5 799
a0682677
ILT
800Mon Aug 25 12:08:13 1997 Ian Lance Taylor <ian@cygnus.com>
801
802 * aout-target.h (MY(vec)): Add SEC_CODE and SEC_DATA to section
803 flags.
804 * aout-arm.c (aout_arm_little_vec): Likewise.
805 (aout_arm_big_vec): Likewise.
806 * bout.c (b_out_vec_big_host): Likewise.
807 (b_out_vec_little_host): Likewise.
808 * mipsbsd.c (aout_mips_little_vec): Likewise.
809 (aout_mips_big_vec): Likewise.
810
811start-sanitize-tic80
812Tue Aug 19 10:09:10 1997 Fred Fish <fnf@cygnus.com>
813
814 * coff-tic80.c (COFF_ALIGN_IN_SFLAGS): Define to 1.
815 * coffcode.h (styp_to_sec_flags): Ignore incoming STYP_INFO
816 bit in s_flags if COFF_ALIGN_IN_S_FLAGS is defined.
817
818end-sanitize-tic80
c4188c2a
FF
819Tue Aug 19 08:47:17 1997 Fred Fish <fnf@cygnus.com>
820
821 * coff-i960.c (COFF_ALIGN_IN_SECTION_HEADER): Define to 1.
822 (GET_SCNHDR_ALIGN, PUT_SCNHDR_ALIGN): Define.
823 * coff-m88k.c (GET_SCNHDR_NRELOC, GET_SCNHDR_NLNNO): Define.
824 * coffcode.h (coff_set_alignment_hook): Conditionally compile in if
825 COFF_ALIGN_IN_SECTION_HEADER is defined. Convert alignment to power
826 of two for I960 only.
827 * coffswap.h (GET_SCNHDR_NRELOC, PUT_SCNHDR_NRELOC, GET_SCNDHR_NLNNO,
828 PUT_SCNHDR_NLNNO, GET_SCNHDR_FLAGS, PUT_SCNHDR_FLAGS): Provide
829 default definitions.
830 (coff_swap_scnhdr_in): Use GET_SCNHDR_FLAGS, GET_SCNHDR_NRELOC,
831 GET_SCNHDR_NLNNO, and GET_SCNHDR_ALIGN.
832 (coff_swap_scnhdr_out): Use PUT_SCNHDR_FLAGS, PUT_SCNHDR_ALIGN.
833start-sanitize-tic80
834 * Makefile.in (coff-tic80.o): Depends upon coffswap.h.
835 * coff-tic80.c (COFF_ALIGN_IN_SECTION_HEADER): Define to 1.
836 (GET_SCNHDR_FLAGS, PUT_SCNHDR_FLAGS): Define
837 *coffcode.h (coff_write_object_contents): Set alignment field in
838 section header for TIC80COFF files.
839end-sanitize-tic80
840
def47b53
NC
841Mon Aug 18 11:36:19 1997 Nick Clifton <nickc@cygnus.com>
842
843 * elf32-v850.c (v850_elf_howto_table, v850_elf_reloc_map,
844 v850_elf_check_relocs, v850_elf_reloc,
845 v850_elf_final_link_relocate): Add support for
846 BFD_RELOC_V850_16_PCREL relocation.
847
848 * reloc.c (COMMENT): Add suuport for BFD_RELOC_V850_16_PCREL
849 relocation.
850
851 * libbfd.h: Add support for BFD_RELOC_V850_16_PCREL relocation.
852
853 * bfd-in2.h: Add support for BFD_RELOC_V850_16_PCREL relocation.
def47b53
NC
854
855start-sanitize-v850e
856Mon Aug 18 11:33:56 1997 Nick Clifton <nickc@cygnus.com>
857
858 * cpu-v850e: New file.
859
860 * elf.c (prep_headers): Add support for v850e target.
861
862 * bfd-in2.h (bfd_architecture): Add support for v850e target.
863
864 * config.bfd: Add support for v850e target.
865
866 * archures.c: Add support for v850e target.
def47b53 867
def47b53
NC
868Mon Aug 18 11:33:56 1997 Nick Clifton <nickc@cygnus.com>
869
cd66558c 870 * cpu-v850ea: New file.
def47b53 871
cd66558c 872 * elf.c (prep_headers): Add support for v850ea target.
def47b53 873
cd66558c 874 * bfd-in2.h (bfd_architecture): Add support for v850ea target.
def47b53 875
cd66558c 876 * config.bfd: Add support for v850ea target.
def47b53 877
cd66558c 878 * archures.c: Add support for v850ea target.
15d82b26 879end-sanitize-v850e
def47b53 880
00c7247b
ILT
881Fri Aug 15 12:01:28 1997 Ian Lance Taylor <ian@cygnus.com>
882
883 * coffgen.c (coff_find_nearest_line): Correctly handle the offset
884 argument as section relative, rather than an absolute address.
885 From Jan Hoogenraad <hoogenrd@natlab.research.philips.com>.
886
76af94b9
DE
887Fri Aug 15 04:58:02 1997 Doug Evans <dje@canuck.cygnus.com>
888
889 * config.bfd (arc-*-elf*): Add.
890 * configure.in (bfd_elf32_{little,big}arc_vec): Add.
891 * configure: Rebuild.
892 * Makefile.am (ALL_MACHINES): Add cpu-arc.lo.
893 (BFD32_BACKENDS): Add elf32-arc.lo.
894 (cpu-arc.lo,elf32-arc.lo): Add rules for.
895 * Makefile.in: Rebuild.
896 * archures.c (architecture list): Add bfd_arch_arc.
897 (bfd_archures_list): Add bfd_arc_arch.
898 (bfd_mach_arc_base): Define.
899 * reloc.c (BFD_RELOC_ARC_B22_PCREL,BFD_RELOC_ARC_B26): Add.
900 * targets.c (bfd_elf32_{little,big}arc_vec): Declare.
901 (bfd_target_vect): Add them.
902 * bfd-in2.h, libbfd.h: Rebuild.
903 * cpu-arc.c, elf32-arc.c: New files.
904 * elf.c (pre_headers): Recognize bfd_arch_arc.
905
906Tue Aug 12 11:45:18 1997 Ian Lance Taylor <ian@cygnus.com>
907
908 * aoutx.h (NAME(aout,final_link)): If no symbols, make sure the
909 data section is correctly rounded to a page in the file.
910
6ccdc203
ILT
911Mon Aug 11 12:45:43 1997 Ian Lance Taylor <ian@cygnus.com>
912
913 * aoutx.h (NAME(aout,final_link)): Don't emit the string table if
914 there are no symbols.
915
2af5a7e4
ILT
916Sun Aug 10 14:45:56 1997 Ian Lance Taylor <ian@cygnus.com>
917
918 * coff-stgo32.c: Rename from coff-stubgo32.c to avoid old System V
919 file system 14 character limit.
920 * Makefile.am, configure.in: Corresponding changes.
921 * Makefile.in, configure: Rebuild.
922
923Fri Aug 8 18:34:36 1997 Ian Lance Taylor <ian@cygnus.com>
924
925 * Makefile.am: (ALL_MACHINES_CFILES): Add elf32-d10v.c.
926 Rebuild dependencies.
927 * Makefile.in: Rebuild.
928
c40331ba
ILT
929Wed Aug 6 18:56:51 1997 Ian Lance Taylor <ian@cygnus.com>
930
931 * Makefile.am (docdir): Define.
932 * Makefile.in: Rebuild.
933
097fd78a
ILT
934Tue Aug 5 23:05:03 1997 Ian Lance Taylor <ian@cygnus.com>
935
936 * configure: Rebuild with autoconf 2.12.1.
937
938Mon Aug 4 12:00:35 1997 Ian Lance Taylor <ian@cygnus.com>
939
940 * aclocal.m4, configure: Rebuild with new automake patches.
941
e6071dc5
PS
942Sun Aug 3 08:15:12 1997 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
943
944 * rs6000-core.c (make_bfd_asection): New function to add a section
945 to the core file bfd.
946 (rs6000coff_core_p): Use make_bfd_asection to add the core file
947 sections.
948 Use BFD routines to seek, read and stat the core file.
949 Handle .data sections from loaded objects and anonymously mmapped
950 regions, these are available in AIX 4 core files.
951
aa13d30d
ILT
952Fri Aug 1 12:58:32 1997 Ian Lance Taylor <ian@cygnus.com>
953
954 * configure.in: Set enable_shared before AM_PROG_LIBTOOL.
955 * acinclude.m4: Move acmacros.m4 in here. Remove AM_PROG_LIBTOOL
956 copy; use a patches libtool instead.
957 * acmacros.m4: Remove.
958 * Makefile.in, aclocal.m4, configure: Rebuild.
959
c0734708
ILT
960Thu Jul 31 19:55:36 1997 Ian Lance Taylor <ian@cygnus.com>
961
962 * Makefile.am: New file, based on old Makefile.in.
5e377ed2
ILT
963 * acmacros.m4: New file, copied from old aclocal.m4.
964 * acinclude.m4: New file.
965 * configure.in: Call AM_PROG_LIBTOOL. Remove shared library
966 handling; now handled by libtool. Replace AC_CONFIG_HEADER with
967 AM_CONFIG_HEADER. Replace AC_PROG_INSTALL with AM_PROG_INSTALL.
968 Call AM_MAINTAINER_MODE, AM_CYGWIN32, and AM_EXEEXT. Change all
969 .o files to .lo. Remove stamp-h handling in AC_OUTPUT.
c0734708
ILT
970 * acconfig.h: Mention PACKAGE and VERSION.
971 * stamp-h.in: New file.
972 * dep-in.sed: Change .o to .lo.
973 * Makefile.in: Now built with automake.
974 * aclocal.m4: Now built with aclocal.
975 * config.in, configure: Rebuild.
9df51f4f 976 * VERSION: Remove.
c0734708 977
3745ac6d
ILT
978Thu Jul 31 12:09:20 1997 Geoff Keating <geoffk@ozemail.com.au>
979
980 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Don't set TEXTREL
981 if there is only a relocation to a read-only but not allocatable
982 section (like .stab).
983 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
984 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
985 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
986 * elf32-mips.c (mips_elf_size_dynamic_sections): Likewise.
987 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
988
989 * elf32-ppc.c (ppc_elf_howto_raw): Correct various comments.
990 (ppc_elf_create_linker_section): These sections are not
991 created by the linker (that is, they are created by the user
992 putting data in them). In particular, they can be the source
993 and target of relocations.
994 (ppc_elf_adjust_dynamic_symbol): Check postcondition of
995 bfd_elf32_link_record_dynamic_symbol. Align 16-byte common
996 objects (for instance, 'long double') to 16-byte boundaries.
997 (ppc_elf_size_dynamic_sections): Make the code that generates
998 section symbols exactly the same as for sparc, reducing the
999 number of section symbols output.
1000 (ppc_elf_check_relocs): Check postcondition of
1001 bfd_elf32_link_record_dynamic_symbol. Make default case the
1002 same as corresponding code for sparc, fixing bug involving
1003 .rela.stabs.
1004 (ppc_elf_finish_dynamic_symbol): Fix case involving GOT symbols
1005 forced to be local because of versioning (by replicating
1006 corresponding change in sparc). Treat R_PPC_RELATIVE RELA relocs
1007 as usual in ELF, not as pseudo-REL relocs (as the sparc linker
1008 does).
1009 (ppc_elf_relocate_section): Add handy debugging code for when
1010 assertion fails. Add some more 'symbol made local because of
1011 versioning' cases.
1012
1013 * elf32-ppc.c (ppc_elf_relocate_section): Cope with addend when
1014 processing a GOT relocation as required by ABI.
1015
13eb6306
ILT
1016Wed Jul 30 21:30:35 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1017
1018 * elflink.h (NAME(bfd_elf,record_link_assignment)): Remove any
1019 version info if this symbol came from a dynamic object.
1020 (elf_link_add_object_symbols): Set the version info of a symbol
1021 only if the object actually contains version definitions and
1022 defines this symbol.
1023
b1ee3d6a
RS
1024Mon Jul 28 18:07:43 1997 Rob Savoye <rob@chinadoll.cygnus.com>
1025
1026 * aclocal.m4: Add CYGWIN and EXEEXT autoconf macros.
1027 * configure.in: Use CYGWIN and EXEEXT autoconf macro to look for
1028 win32 dependencies.
1029 * configure: Regenerated with autoconf 2.12.
1030 * doc/Makefile.in: Add $(EXEEXT) to chew executable.
1031
f366291b
PS
1032Mon Jul 28 02:50:29 1997 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1033
1034 * rs6000-core.c (rs6000coff_core_p): If CORE_TRUNC is set, print
1035 a warning rather than returning an error.
1036
8dbbb8be
FL
1037Sun Jul 27 19:54:14 1997 Felix Lee <flee@cygnus.com>
1038
1039 * coffswap.h (coff_swap_aux_in): add semicolon to make MSVC happy.
1040
3e94ea70
FL
1041Fri Jul 25 14:50:08 1997 Felix Lee <flee@cygnus.com>
1042
1043 * cisco-core.c: define signals for wingdb.
1044
fbd550db
ILT
1045Fri Jul 25 16:27:07 1997 Ian Lance Taylor <ian@cygnus.com>
1046
1047 * ecofflink.c (bfd_ecoff_debug_accumulate): Only merge files with
1048 the same number of aux entries.
1049
491501de
JL
1050Fri Jul 25 08:22:15 1997 Jeffrey A Law (law@cygnus.com)
1051
1052 * som.c (hppa_som_gen_reloc_type): Use R_DATA_EXPR for the
1053 difference of two symbols if the relocation size is 32 bits.
1054 (som_write_fixups): Handle R_DATA_EXPR.
1055
1868acf8
ILT
1056Wed Jul 23 16:08:02 1997 Ian Lance Taylor <ian@cygnus.com>
1057
1058 * coff-i386.c (coff_i386_reloc): Don't offset a common symbol by
1059 its value if COFF_WITH_PE is defined.
1060
e8640d5e
ILT
1061Tue Jul 22 17:19:45 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
1062
179ce6e1
ILT
1063 * coff-stubgo32.c: New file.
1064 * go32stub.h: New file.
1065 * coff-i386.c: If COFF_GO32_EXE, include coff/go32exe.h.
e8640d5e
ILT
1066 * coffswap.h (coff_swap_filehdr_in): Invoke
1067 COFF_ADJUST_FILEHDR_IN_PRE and COFF_ADJUST_FILEHDR_IN_POST if they
1068 are defined.
1069 (coff_swap_filehdr_out): Invoke COFF_ADJUST_FILEHDR_OUT_PRE and
1070 COFF_ADJUST_FILEHDR_OUT_POST if they are defined.
1071 (coff_swap_aux_in): Invoke COFF_ADJUST_AUX_IN_PRE and
1072 COFF_ADJUST_AUX_IN_POST if they are defined.
1073 (coff_swap_aux_out): Invoke COFF_ADJUST_AUX_OUT_PRE and
1074 COFF_ADJUST_AUX_OUT_POST if they are defined.
1075 (coff_swap_scnhdr_in): Invoke COFF_ADJUST_SCNHDR_IN_PRE and
1076 COFF_ADJUST_SCNHDR_IN_POST if they are defined.
1077 (coff_swap_scnhdr_out): Invoke COFF_ADJUST_SCNHDR_OUT_PRE and
1078 COFF_ADJUST_SCNHDR_OUT_POST if they are defined.
179ce6e1
ILT
1079 * targets.c (go32stubbedcoff_vec): Declare.
1080 (bfd_target_vector): Add go32stubbedcoff_vec.
1081 * configure.in (go32coff_vec): New target vector.
1082 (go32stubbedcoff_vec): Likewise.
88a25e44
ILT
1083 * config.bfd (i[3456]86-*-msdosdjgpp*): New target.
1084 (i[3456]86-*-go32*): Change to be like new msdosdjgpp*.
179ce6e1
ILT
1085 * Makefile.in: Rebuild dependencies.
1086 (BFD32_BACKENDS): Add coff-stubgo32.o.
1087 (BFD32_BACKENDS_CFILES): Add coff-stubgo32.c.
1088 (HFILES): Add go32stub.h.
e8640d5e 1089
60f1ad85
ILT
1090Tue Jul 22 15:09:12 1997 Ian Lance Taylor <ian@cygnus.com>
1091
1092 * configure.in: Check for fdopen.
1093 * configure, config.in: Rebuild.
1094 * opncls.c (bfd_fdopenr): Check HAVE_FDOPEN rather than VMS or
1095 __GO32__. Reindent a bit.
1096
f1c88b48
ILT
1097Sun Jul 20 20:05:20 1997 Ian Lance Taylor <ian@cygnus.com>
1098
1099 * sunos.c (sunos_create_dynamic_sections): Set SEC_LINKER_CREATED
1100 flag for newly created sections.
1101 (sunos_add_dynamic_symbols): Don't discard newly created sections
1102 if shared library is dynobj.
1103
3fc2c146
ILT
1104Mon Jul 14 15:33:55 1997 Ian Lance Taylor <ian@cygnus.com>
1105
1106 * elf.c (map_sections_to_segments): When checking whether
1107 including a section in a segment would force us to skip a page,
1108 align the address of the next segment to avoid wraparound
1109 problems.
1110
7f2e6854
FF
1111start-sanitize-tic80
1112Tue Jul 8 12:11:29 1997 Fred Fish <fnf@cygnus.com>
1113
1114 * coffcode.h (coff_write_object_contents): Initialize
1115 target id field to TIC80_TARGET_ID.
1116 * coffswap.h (coff_swap_filehdr_out): Swap out target id field
1117 if used.
1118 (coff_swap_filehdr_in): Swap in target id field if used.
1119
1120end-sanitize-tic80
40496096
ILT
1121Mon Jul 7 16:41:20 1997 Ian Lance Taylor <ian@cygnus.com>
1122
1123 * coff-i386.c (coff_i386_is_local_label_name): New static function
1124 if TARGET_UNDERSCORE.
1125 (coff_bfd_is_local_label_name): Define if TARGET_UNDERSCORE.
1126 (i386coff_vec): Add SEC_CODE and SEC_DATA to section_flags.
1127
01da2d52
ILT
1128Mon Jun 30 14:29:26 1997 Ian Lance Taylor <ian@cygnus.com>
1129
1130 * elf32-m68k.c (howto_table): Use complain_overflow_bitfield, not
1131 complain_overflow_signed, for 32 bit PC relative relocations.
1132
8211c929
ILT
1133Thu Jun 26 01:26:31 1997 Ian Lance Taylor <ian@cygnus.com>
1134
677525e9
ILT
1135 * elflink.h (elf_link_add_object_symbols): When a version
1136 indirection symbol is overridden, make the original symbol point
1137 at the real overriding symbol.
1138
20db2495
ILT
1139 * elf.c (bfd_elf_string_from_elf_section): Check for an invalid
1140 string index.
1141
8211c929
ILT
1142 * elflink.h (elf_link_output_extsym): Use the right section for a
1143 common symbol.
1144 * elf32-mips.c (mips_elf_link_output_symbol_hook): If a common
1145 symbol was in .scommon, mark it as SHN_MIPS_SCOMMON.
1146
0ac96a37
ILT
1147Wed Jun 25 12:43:10 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
1148
e9982ee5
ILT
1149 * elflink.h (elf_merge_symbols): Resolve indirect and warning
1150 symbols before checking for new symbols.
1151
0ac96a37
ILT
1152 * elfcore.h (elf_corefile_note): Move out of HAVE_SYS_PROCFS_H.
1153
a90f6864
ILT
1154Tue Jun 24 11:20:43 1997 Ian Lance Taylor <ian@cygnus.com>
1155
1156 * coffgen.c (coff_object_p): Read the f_opthdr bytes from the
1157 file, not aoutsz bytes (they are different in XCOFF .o files).
1158
1159 * xcofflink.c (xcoff_link_add_symbols): Permit symbols to be
1160 redefined by objects included from archives.
1161
044d7d49
ILT
1162Mon Jun 23 18:03:27 1997 Ian Lance Taylor <ian@cygnus.com>
1163
541a4b54
ILT
1164 * elflink.h (elf_merge_symbol): In the case of a new defined
1165 symbol overriding an old defined symbol, return the hash table
1166 entry which we modify, even if it is the target of an
1167 indirection.
1168 (elf_link_add_object_symbols): If the real name of the symbol gets
1169 overridden, convert the versioned symbol into an indirect symbol
1170 to the real symbol.
1171
044d7d49
ILT
1172 * elflink.h (elf_merge_symbol): New static function, broken out of
1173 elf_link_add_object_symbols.
1174 (elf_link_add_object_symbols): Call it.
1175
3ce6d941
ILT
1176Sun Jun 22 19:40:57 1997 Ian Lance Taylor <ian@cygnus.com>
1177
1178 * coff-i386.c (i3coff_object_p): If COFF_IMAGE_WITH_PE, hack to
1179 handle case where COFF filehdr does not immediately follow PE
1180 header.
1181 * coffgen.c (coff_object_p): Remove useless seek to current
1182 location.
1183
ba0e3b78
ILT
1184Wed Jun 18 19:03:38 1997 Ian Lance Taylor <ian@cygnus.com>
1185
1186 * linker.c (link_action): Change COMMON_ROW/indr to from CREF to
1187 REFC.
1188
ac44b2b9
ILT
1189Tue Jun 17 11:55:02 1997 Ian Lance Taylor <ian@cygnus.com>
1190
1191 * cofflink.c (_bfd_coff_link_input_bfd): If stripping debugging
1192 symbols, skip N_ABS symbols with debugging storage classes.
1193
b6eb341b
ILT
1194Mon Jun 16 18:56:27 1997 Geoff Keating <geoffk@ozemail.com.au>
1195
1196 * elf32-ppc.c (ppc_elf_relocate_section): Don't emit R_PPC_REL*
c1292d9b
ILT
1197 relocs in shared libraries which refer to local symbols. Cope
1198 with addend when processing a GOT relocation.
b6eb341b
ILT
1199
1200 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Only create symbols
1201 for sections that the linker didn't create.
1202 (ppc_elf_finish_dynamic_sections): Only try to write out a section
c1292d9b 1203 symbol if it was created in ppc_elf_size_dynamic_sections.
b6eb341b
ILT
1204 (ppc_elf_relocate_section): Complain if we have to generate a reloc
1205 relative to a section for which we didn't output a symbol.
1206
1207 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Clean up. PLT
c1292d9b
ILT
1208 relocs are 'rela' relocs, like everything else. .rela.plt is not
1209 a read-only section, so we don't have to special-case it.
b6eb341b
ILT
1210
1211 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Entries in the
1212 .rela.bss section are (of course) 'rela' relocs not 'rel' relocs.
1213
1214 * elf32-ppc.c (ppc_elf_check_relocs): Initialise srelgot.
1215 (ppc_elf_relocate_section): @got offsets are 4 from start of the
1216 actual .got section.
1217 * elflink.c (_bfd_elf_create_got_section): The three reserved
1218 words start from the symbol '_GLOBAL_OFFSET_TABLE_'.
1219
1220 * elf32-ppc.c (ppc_elf_size_dynamic_sections): '.rela' is 5
1221 characters, not 4.
1222
1223 * elf32-ppc.c (ppc_elf_check_relocs): Use
1224 _bfd_elf_create_got_section to create the GOT rather than
1225 ppc_elf_create_linker_section. Create the '.rela.got' section
1226 ourselves.
1227 (ppc_elf_finish_dynamic_symbol): Set up GOT relocations when a
1228 symbol has a GOT entry.
1229 (ppc_elf_relocate_section): Record when a symbol is used through
1230 the GOT, and allocate space in the GOT for each such symbol.
1231 (ppc_elf_adjust_dynamic_symbol): Delete unused .got.plt stuff.
1232 (ppc_elf_create_linker_section): Delete unused LINKER_SECTION_GOT
1233 stuff.
1234
1235 * elf32-ppc.c (ppc_elf_howto_raw): GOT16_HA relocs should be
1236 treated in a similar way to ADDR16_HA relocs.
1237 (ppc_elf_relocate_section): PLTREL24 relocs do not get copied into
1238 shared objects; the linker must deal with them.
1239 (ppc_elf_create_linker_section): Stop setting
1240 _GLOBAL_OFFSET_TABLE_ to the wrong value; delete unused
1241 LINKER_SECTION_PLT stuff.
1242 (ppc_elf_check_relocs): Delete unused LINKER_SECTION_PLT stuff.
1243 (ppc_elf_finish_dynamic_sections): Use BFD calls to get GOT
1244 section, not ELF-specific calls.
1245 (elf_backend_plt_not_loaded): Set to 1.
1246 (elf_backend_got_symbol_offset): Set to 4.
1247 * elf-bfd.h (elf_backend_data): Add 'plt_not_loaded' member
1248 for when ld.so fills in the PLT; and 'got_symbol_offset' member.
1249 * elflink.c (_bfd_elf_create_dynamic_sections): Apply
1250 plt_not_loaded member.
1251 (_bfd_elf_create_got_section): Apply got_symbol_offset.
1252 * elfxx-target.h (elf_backend_plt_not_loaded): Set default to
1253 'loaded'.
1254 (elf_backend_G_O_T_offset): Set default to 0.
1255 (elfNN_bed): Set added fields.
1256
1257 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Was setting
1258 DT_RELENT in shared objects; should be DT_RELAENT.
1259
1260 * elf32-ppc.c (ppc_elf_relocate_section): Propagate
1261 R_PPC_ADDR16_HA relocs to shared objects. Cope with case where
1262 such a reloc (in a non-shared object) refers to a symbol that's
1263 not defined.
1264
fdc944a7
ILT
1265Mon Jun 16 14:42:14 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
1266
1267 * elfcode.h (put_signed_word): Define.
1268 (get_signed_word): Define.
1269 (elf_swap_reloca_in): Use get_signed_word for the r_addend field.
1270 (elf_swap_reloca_out): Use put_signed_word for the r_addend
1271 field.
1272 * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): Use
1273 bfd_get_signed_32 to set the r_addend field.
1274 * elf64-mips.c (mips_elf64_swap_reloca_in): Use
1275 bfd_h_get_signed_64 to set the r_addend field.
1276
c19fbe0f
ILT
1277Mon Jun 16 12:31:29 1997 Ian Lance Taylor <ian@cygnus.com>
1278
90d7b9b9
ILT
1279 * elf32-i386.c (elf_i386_relocate_section): When generating a
1280 shared library, do the relocation if the input section is not
1281 allocated in memory.
1282
c19fbe0f
ILT
1283 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Call
1284 elf_link_assign_sym_version before elf_adjust_dynamic_symbol.
1285 (elf_fix_symbol_flags): New static function, broken out of
1286 elf_adjust_dynamic_symbol.
1287 (elf_adjust_dynamic_symbol): Call elf_fix_symbol_flags.
1288 (elf_link_assign_sym_version): Likewise. Permit a symbol to be
1289 forced local even if NEEDS_PLT is set. When forcing a symbol to
1290 be local, clear NEEDS_PLT.
1291 (elf_link_output_extsym): Remove unused local bed.
1292
bb2a6cfb
JL
1293Wed Jun 11 22:44:20 1997 Jeffrey A Law (law@cygnus.com)
1294
1295 * elf32-mn10300.c (elf32_mn10300_link_hash_entry): New structure
1296 for derived elf linker hash table entries. References to
1297 elf_link_hash_entry changed appropriately.
1298 (elf32_mn10300_link_hash_table): New structure for derived elf
1299 linker hash table.
1300 (elf32_mn10300_hash_table): Define.
1301 (elf32_mn10300_link_hash_traverse): Likewise.
1302 (elf32_mn10300_link_hash_newfunc): New function.
1303 (elf32_mn10300_link_hash_table_create): Likewise.
1304 (elf32_mn10300_finish_hash_table_entry): Likewise.
1305 (mn10300_elf_relax_section): Handle "call" -> "calls", removal
1306 of prologue code, and call:32->call:16 relaxing.
1307 (compute_function_info: New function.
1308 (bfd_elf32_bfd_ilink_hash_table_create): Define.
1309
6a1878c9
ILT
1310Wed Jun 11 00:00:07 1997 Ian Lance Taylor <ian@cygnus.com>
1311
8519ea21
ILT
1312 * elflink.h (elf_link_output_extsym): Call finish_dynamic_symbol
1313 for a symbol which is being forced to be local.
1314 * elf32-i386.c (elf_i386_relocate_section): Write out the
c1292d9b
ILT
1315 relocation value for a GOT reloc for a symbol which is turning
1316 into a local symbol.
8519ea21
ILT
1317 (elf_i386_finish_dynamic_symbol): If a symbol is turning into a
1318 local symbol, write out a RELATIVE reloc rather than a GLOB_DAT
1319 reloc.
1320 * elf32-m68k.c, elf32-sparc.c: Corresponding changes.
1321
6a1878c9
ILT
1322 * elf32-i386.c (elf_i386_relocate_section): Get the relocation
1323 value if the symbol is turning into a local symbol.
1324 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1325 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1326
601acd61
UD
13271997-06-10 22:58 Ulrich Drepper <drepper@cygnus.com>
1328
1329 * elflink.h (elf_link_add_object_symbols): Also read verneed
1330 information by calling `_bfd_elf_slurp_version_tables'.
1331 (elf_link_add_object_symbols): For undefined symbols look for
8519ea21 1332 version information in the verneed records.
601acd61
UD
1333 (elf_link_add_object_symbols): Use soname of shared object
1334 for verneed record if it is available.
1335
ba383e02
ILT
1336Tue Jun 10 11:13:03 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
1337
1338 * cpu-arm.c: Add prototypes for compatible and scan.
1339 * cofflink.c: Add prototype for mark_relocs.
1340
1341 * archive.c (bfd_special_undocumented_glue): Change filename to
1342 const pointer. Add prototype.
1343
94e05b00
ILT
1344Mon Jun 9 12:34:21 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1345
1346 * elflink.h (elf_link_add_object_symbols): Ignore relocations of
1347 sections that will be discarded.
1348
cf2cd4cf
UD
13491997-06-06 22:58 Ulrich Drepper <drepper@cygnus.com>
1350
1351 * elflink.h (elf_link_find_version_dependencies): When searching
1352 for known version symbol skip non-matching verdef records, not
1353 matching records.
1354
1355Thu Jun 5 15:52:45 1997 Ian Lance Taylor <ian@cygnus.com>
1356
1357 * cofflink.c (_bfd_coff_generic_relocate_section): Write a long,
c1292d9b 1358 not a bfd_vma, to the base file, to match how dlltool reads it.
cf2cd4cf 1359
48e509bf
NC
1360Tue Jun 3 16:57:45 1997 Nick Clifton <nickc@cygnus.com>
1361
fd2553f9
NC
1362 * reloc.c: Add thumb relocations.
1363
48e509bf
NC
1364 * bfd-in2.h: Add Thumb relocations.
1365
1366 * libbfd.h: Add Thumb relocations.
1367
1368Mon Jun 2 10:41:52 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1369
1370 * cpu-m68k.c (arch_info_struct): Fix 68060 cpu name.
1371
907f6015
ILT
1372Fri May 30 12:46:27 1997 Ian Lance Taylor <ian@cygnus.com>
1373
e08eb976
ILT
1374 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Set dynindx
1375 for a section even if it is not loaded.
1376
907f6015
ILT
1377 * cofflink.c (coff_link_add_symbols): If PE file, don't subtract
1378 section VMA.
1379 (_bfd_coff_link_input_bfd): Separate section VMA handling for
1380 input and output files.
1381 (_bfd_coff_generic_relocate_section): Check whether input file,
1382 not output file, is a PE file.
1383
1384Wed May 28 15:48:43 1997 Nick Clifton <nickc@cygnus.com>
1385
1386 * coff-arm.c: (coff_arm_bfd_set_private_flags): Make static.
1387
5edcd3b9
ILT
1388Wed May 28 16:16:04 1997 Ian Lance Taylor <ian@cygnus.com>
1389
1390 * coff-i386.c (coff_i386_reloc): Don't just exit if we see an
1391 R_IMAGEBASE reloc.
1392
916660cb
NC
1393Wed May 28 09:48:43 1997 Nick Clifton <nickc@cygnus.com>
1394
1395 * cpu-arm.c (compatible): Add test for supersets of ARM
cf2cd4cf 1396 architectures.
916660cb 1397
3c82a731
BM
1398Tue May 27 19:42:03 1997 Bob Manson <manson@charmed.cygnus.com>
1399
1400 * cofflink.c (_bfd_coff_final_link): Initialize global_to_static
c1292d9b 1401 member.
3c82a731 1402
177f3d7f
NC
1403Tue May 27 14:34:08 1997 Nick Clifton <nickc@cygnus.com>
1404
1405 * coff-arm.c (coff_arm_bfd_set_private_flags): Make global. It is
1406 called directly by gas/config/tc-arm.c.
cf2cd4cf 1407
70edb961
ILT
1408Tue May 27 15:58:53 1997 Richard Henderson <rth@tamu.edu>
1409
1410 * elf64-alpha.c (PLT_ENTRY_*): Use a new thread-safe format.
1411 (elf64_alpha_finish_dynamic_symbol): Fill it in properly.
1412
d82e4bf6
ILT
1413Mon May 26 14:05:13 1997 Ian Lance Taylor <ian@cygnus.com>
1414
1415 * coff-ppc.c (coff_ppc_relocate_section): If PE file, don't add
1416 section VMA.
1417
315dc1f4
FF
1418Mon May 26 10:57:48 1997 Fred Fish <fnf@cygnus.com>
1419
1420 * peicode.h (coff_bfd_print_private_bfd_data): #undef before #define.
1421 (coff_bfd_copy_private_bfd_data): Ditto.
1422 * coff-arm.c (coff_arm_bfd_merge_private_bfd_data): Make static.
1423 (coff_arm_bfd_print_private_bfd_data): Ditto.
1424 (coff_arm_bfd_set_private_flags): Ditto.
1425 (coff_arm_bfd_copy_private_bfd_data): Ditto.
1426
e074d05e
FF
1427Fri May 23 15:14:58 1997 Fred Fish <fnf@cygnus.com>
1428
1429 * libcoff-in.h (struct coff_final_link_info): Add boolean
1430 global_to_static member for support of task linking.
1431 (_bfd_coff_write_task_globals): Add prototype.
1432 * libcoff.h: Regenerate.
1433 * coffcode.h (coff_write_object_contents): Use #ifdef to
1434 check RS6000COFF_C, to be consistent with all other uses
1435 in this file.
1436 * cofflink.c (_bfd_coff_final_link): If doing task linking,
1437 call _bfd_coff_write_task_globals.
1438 (_bfd_coff_link_input_bfd): If doing task linking, convert
1439 global functions to static.
1440 (_bfd_coff_write_global_sym): If doing task linking, convert
1441 global variables to static.
1442 (_bfd_coff_write_task_globals): New function.
1443start-sanitize-tic80
1444 * coff-tic80.c (TIC80COFF): Define this instead of just TIC80.
1445 (C_AUTOARG): #undef since it clashes with C_UEXT.
1446 (C_LASTENT): #undef since it clashes with C_STATLAB.
1447 * coffcode.h (coff_write_object_contents): Use TIC80COFF
1448 rather than TIC80.
1449 (coff_slurp_symbol_table): Use C_SYSTEM. Hide C_AUTOARG use
1450 when TIC80COFF defined (clashes with C_UEXT). Explicitly
1451 recognize C_UEXT, C_STATLAB, and C_EXTLAB as unsupported.
1452end-sanitize-tic80
1453
8ac5f940 1454start-sanitize-tic80
546d7a90
ILT
1455Fri May 23 12:38:24 1997 Ian Lance Taylor <ian@cygnus.com>
1456
1457 * coff-tic80.c (tic80_howto_table): Change overflow check for most
1458 PP relocations to complain_overflow_dont.
1459
8ac5f940
ILT
1460Thu May 22 20:22:14 1997 Ian Lance Taylor <ian@cygnus.com>
1461
1462 * coff-tic80.c (tic80_howto_table): Add PP relocations. Change
1463 name of R_RELLONG to "RELLONG". Set rightshift and complain for
1464 M_PPCR.
1465 (ppbase_reloc, glob15_reloc): New static functions.
1466 (glob16_reloc, local16_reloc): New static functions.
1467 (rtype2howto): Handle all relocation types.
1468 (coff_tic80_relocate_section): New static function.
1469 (coff_relocate_section): Define to coff_tic80_relocate_section.
1470 * Makefile.in (coff-tic80.o): Depends upon include/coff/tic80.h.
1471
1472end-sanitize-tic80
d2d70da5
ILT
1473Wed May 21 17:15:50 1997 Ian Lance Taylor <ian@cygnus.com>
1474
20a9631a
ILT
1475 * coffcode.h (coff_slurp_symbol_table): If COFF_WITH_PE or
1476 COFF_IMAGE_WITH_PE, don't subtract the section VMA from the symbol
1477 value.
1478 * coffgen.c (fixup_symbol_value): Add abfd parameter. Change all
1479 callers. If PE file, don't add section VMA.
1480 (coff_write_alien_symbol): If PE file, don't add section VMA.
1481 * cofflink.c (_bfd_coff_link_input_bfd): Likewise.
1482 (_bfd_coff_write_global_sym): Likewise.
1483 (_bfd_coff_generic_relocate_section): Likewise.
1484
d2d70da5
ILT
1485 * peicode.h: Add & 0xffffffff when using ImageBase in case bfd_vma
1486 is 64 bits.
1487
e18683b7
NC
1488Wed May 21 09:58:10 1997 Nick Clifton <nickc@cygnus.com>
1489
1490 * cofflink.c (mark_relocs): Add new function to mark symbols which
d2d70da5 1491 are used by relocations.
c1292d9b 1492 (_bfd_coff_link_input_bfd): Add call to mark_relocs() and code to
d2d70da5 1493 suppress the skipping of symbols that have thus been marked.
e18683b7 1494
4e39c0f9
ILT
1495Tue May 20 18:45:26 1997 Ian Lance Taylor <ian@cygnus.com>
1496
1497 * coff-sh.c (sh_merge_private_data): New static function.
1498 (coff_bfd_merge_private_bfd_data): Define.
1499
69f3f9f7 1500start-sanitize-tic80
4e39c0f9
ILT
1501Mon May 19 14:46:00 1997 Mark Alexander <marka@cygnus.com>
1502
1503 * coff-tic80.c: Remove unnecessary #ifdefs.
1504 * config.bfd: Set targ_underscore to yes for tic80.
1505
69f3f9f7
MA
1506Mon May 19 14:26:36 1997 Mark Alexander <marka@cygnus.com>
1507
1508 * coff-tic80.c (NAMES_HAVE_UNDERSCORE): Define (fixes problem
1509 with unresolved external symbols in GDB).
1510
1511end-sanitize-tic80
efc02f66
JL
1512Fri May 16 10:23:03 1997 Jeffrey A Law (law@cygnus.com)
1513
c1292d9b
ILT
1514 * elf-m10300.c (elf32_mn10300_relax_section): Read in all
1515 the symbols associated with each BFD.
1516 (mn10300_elf_relax_delete_bytes): Don't adjust the same symbol
1517 more than once.
efc02f66
JL
1518 * elf-m10200.c: Likewise.
1519 * elf32-m32r.c: Likewise.
1520 * elf32-sh.c: Likewise.
1521
fd6c00ba
ILT
1522Fri May 16 12:10:52 1997 Ian Lance Taylor <ian@cygnus.com>
1523
1524 * elflink.h (elf_link_add_object_symbols): Don't decrease the
c1292d9b
ILT
1525 alignment of a common symbol. If two symbols that look like
1526 common symbols are found in two shared libraries, and the size is
1527 different, use the larger size, and warn if --warn-common. If a
fd6c00ba
ILT
1528 common symbol overrides a definition in a shared library, set the
1529 size to the larger size, and warn if --warn-common.
1530
4c4badea
NC
1531Thu May 15 14:31:28 1997 Nick Clifton <nickc@cygnus.com>
1532
1533 * cpu-arm.c (compatible): Allow default machine to be polymorphed
1534 into any other machine type.
1535
1536 * coffcode.h (coff_set_flags): Initialise flags variable to 0.
1537
1538 * coff-arm.c (coff_arm_bfd_merge_private_bfd_data): When merging
1539 data into an unitialised destination set its machine type as well.
1540
031dfce0
ILT
1541Thu May 15 16:40:20 1997 Ian Lance Taylor <ian@cygnus.com>
1542
1543 * elflink.h (elf_link_add_object_symbols): Force ELF symbol size
77bd8dfa
ILT
1544 to common symbol size. Consistently treat uninitialized symbols
1545 in shared objects as common symbols.
031dfce0 1546
46686c78
NC
1547Fri May 9 10:15:27 1997 Nick Clifton <nickc@cygnus.com>
1548
1549 * archures.c (constants): Added new constants to identify the
1550 type of the ARM architecture: bfd_mach_arm_2, bfd_mach_arm_2a,
cf2cd4cf 1551 bfd_mach_arm_3, bfd_mach_arm_3M, bfd_mach_arm_4 and bfd_mach_arm_4T.
46686c78
NC
1552
1553 * bfd-in2.h (constants): Added new constants to identify
1554 the type of the ARM architecture: bfd_mach_arm_2, bfd_mach_arm_2a,
1555 bfd_mach_arm_3, bfd_mach_arm_3M, bfd_mach_arm_4 and
1556 bfd_mach_arm_4T. This file is auto-magically generated from the
1557 archures.c file. This update is just to save work.
1558
1559 * coff-arm.c (coff_arm_bfd_merge_private_bfd_data,
1560 coff_arm_bfd_print_private_bfd_data,
1561 coff_arm_bfd_set_private_flags,
1562 coff_arm_bfd_copy_private_bfd_data): Added these new functions.
cf2cd4cf 1563 (global): Macro redefinitions set up to use these new functions.
46686c78
NC
1564
1565 * coffcode.h (coff_mkobject_hook): Added call to
d2d70da5 1566 coff_arm_bfd_set_private_flags().
c1292d9b 1567 (coff_set_arch_mach_hook): Added code to set machine type based on
d2d70da5
ILT
1568 bits stored in internal flags.
1569 (coff_set_flags): Added code to set the new bits in the flags
1570 field based on the machine number.
46686c78
NC
1571 (function definition macros): Made all function definition macros
1572 conditional so that they can be overridden by target specific
1573 files.
1574
1575 * cpu-arm.c (compatible): Added this function. (arch_info_struct):
1576 Structure extended to include new types, one each for ARMv2,
1577 ARMv2a, ARMv3, ARMv3M, ARMv4 and ARMv4T.
1578
1579 * libcoff-in.h (struct coff_tdata): Added flags field.
cf2cd4cf 1580
3baa24ad
ILT
1581Fri May 9 17:40:02 1997 Ian Lance Taylor <ian@cygnus.com>
1582
64aaba23
ILT
1583 * config.bfd (i[3456]86-*-gnu*): Don't include Mach support.
1584
3baa24ad
ILT
1585 * config.bfd: Change #if 0 around uses of host_aout_vec to #if
1586 HAVE_host_aout_vec.
1587
aba5cc8b
MM
1588Mon May 5 13:57:32 1997 Mike Meissner <meissner@cygnus.com>
1589
1590 * coffgen.c (coff_find_nearest_line): If there are no syments,
1591 just return false.
1592
6a2922d5
ILT
1593Mon May 5 18:18:45 1997 Philip Blundell <pjb27@cam.ac.uk>
1594
1595 * config.bfd: cope with '*-*-linux-gnuaout' targets.
1596
1597Thu May 1 11:31:12 1997 Ian Lance Taylor <ian@cygnus.com>
1598
1599 * targmatch.sed: Add explicit \n characters to work around bug in
1600 HP/UX 10.20 sed program.
1601
412dfaed
ILT
1602Wed Apr 30 12:27:03 1997 Ian Lance Taylor <ian@cygnus.com>
1603
1604 * elf.c (copy_private_bfd_data): Cast csecs to avoid sign
1605 extension problems.
1606
3c8caeb7
ILT
1607Tue Apr 22 12:06:08 1997 Ian Lance Taylor <ian@cygnus.com>
1608
1609 * Makefile.in (do_maintainer_clean): Don't remove bfd-in2.h.
1610
f4236094
ILT
1611Mon Apr 21 11:21:31 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1612
1613 * elf32-m68k.c: Follow the last changes in elf32-i386.c:
1614 (struct elf_m68k_pcrel_relocs_copied, struct
1615 elf_m68k_link_hash_entry, struct elf_m68k_link_hash_table,
1616 elf_m68k_link_hash_traverse, elf_m68k_hash_table,
1617 elf_m68k_link_hash_newfunc, elf_m68k_link_hash_table_create,
1618 elf_m68k_discard_copies, bfd_elf32_bfd_link_hash_table_create):
1619 New definitions.
1620 (elf_m68k_check_relocs): If linking with -Bsymbolic, don't copy
1621 PC relative relocs for a global symbol defined in a regular
1622 object, and count the number of PC relative relocs copied for any
1623 global symbol.
1624 (elf_m68k_size_dynamic_sections): If linking with -Bsymbolic,
1625 traverse with elf_m68k_discard_copies.
1626
752eaefc
ILT
1627Sat Apr 19 22:50:14 1997 Ian Lance Taylor <ian@cygnus.com>
1628
9d71be72
ILT
1629 * elf32-i386.c (elf_i386_check_relocs): Only count PC relative
1630 relocs. From Jamie Lokier <jamie@rebellion.co.uk>.
1631
752eaefc
ILT
1632 * coffcode.h (coff_compute_section_file_positions): Force the
1633 potential last byte in the file to be written out when
1634 COFF_IMAGE_WITH_PE.
1635
e066f244
ILT
1636Thu Apr 17 13:46:56 1997 Per Fogelstrom <pefo@openbsd.org>
1637
a0412785 1638 * configure.host (mips*-*-openbsd*): New host.
e066f244 1639
81f01dd5
ILT
1640Thu Apr 17 11:10:54 1997 Ian Lance Taylor <ian@cygnus.com>
1641
f02004e9
ILT
1642 * elflink.h (elf_link_add_object_symbols): Only subtract the
1643 section VMA from the symbol value if this is a fully linked file.
1644
6e2183b1
ILT
1645 * elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Define.
1646 (struct elf_i386_link_hash_entry): Define.
1647 (struct elf_i386_link_hash_table): Define.
1648 (elf_i386_link_hash_traverse): Define.
1649 (elf_i386_hash_table): Define.
1650 (elf_i386_link_hash_newfunc): New static function.
1651 (elf_i386_link_hash_table_create): New static function.
1652 (elf_i386_check_relocs): If linking with -Bsymbolic, don't copy
1653 PC relative relocs for a global symbol defined in a regular
1654 object, and count the number of PC relative relocs copied for any
1655 global symbol.
1656 (elf_i386_size_dynamic_sections): If linking with -Bsymbolic,
1657 traverse with elf_i386_discard_copies.
1658 (elf_i386_discard_copies): New static function.
1659 (bfd_elf32_bfd_link_hash_table_create): Define.
1660
81f01dd5
ILT
1661 From Gordon W. Ross <gwr@mc.com>:
1662 * aoutf1.h (MY_entry_is_text_address): Define if not defined.
1663 (sunos4_aout_backend): Use MY_entry_is_text_address.
1664
ebec2a6a
MH
1665start-sanitize-d30v
1666Wed Apr 16 12:43:32 1997 Martin Hunt <hunt@cygnus.com>
1667
1668 * elf32-d30v.c (elf_d30v_howto_table): Changed size of
1669 R_D30V_32_NORMAL to 2 (4 bytes).
1670
cf2cd4cf 1671end-sanitize-d30v
10888f10
ILT
1672Wed Apr 16 14:02:29 1997 Ian Lance Taylor <ian@cygnus.com>
1673
a895901a
ILT
1674 From Gordon W. Ross <gwr@mc.com>:
1675 * netbsd.h (N_SHARED_LIB): Define.
1676 (SEGMENT_SIZE): Don't define.
1677 * m68knetbsd.c (SEGMENT_SIZE): Don't define (revert change of
1678 April 11).
1679 * sparcnetbsd.c (TARGET_PAGE_SIZE): Define as 0x2000.
1680 (SEGMENT_SIZE): Don't define.
1681
10888f10
ILT
1682 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Set .rela.bss size
1683 to sizeof Rela structure, not sizeof Rel structure. From Gary
1684 Thomas <g.thomas@opengroup.org>.
1685
a0c80726
ILT
1686Tue Apr 15 11:50:37 1997 Ian Lance Taylor <ian@cygnus.com>
1687
55aba333
ILT
1688 * aout-target.h (MY(callback)): If entry_is_text_address, adjust
1689 whenever entry is larger than text address, but only by whole
1690 pages. From Gordon W. Ross <gwr@mc.com>.
1691
9b31e6f5
ILT
1692 * Makefile.in (install): Depend upon installdirs. Use
1693 mkinstalldirs to build $(oldincludedir).
1694 (installdirs): New target.
1695
a0c80726
ILT
1696 * elflink.h (elf_link_add_object_symbols): Don't call check_relocs
1697 if this is a debugging section which we are stripping.
1698
1699Mon Apr 14 12:39:30 1997 Richard Henderson <rth@tamu.edu>
1700
1701 * elf64-alpha.c (elf64_alpha_object_p): Allocate the
1702 alpha-specific target data struct.
1703
e5d7e3df
ILT
1704Mon Apr 14 11:45:46 1997 Ian Lance Taylor <ian@cygnus.com>
1705
1706 From Thomas Graichen <graichen@rzpd.de>:
1707 * Makefile.in: Always use $(SHELL) when running move-if-change.
1708 * configure.in: Use ${CONFIG_SHELL} when running $ac_config_sub.
1709 * configure: Rebuild.
1710
4b8c8bb9
ILT
1711Fri Apr 11 15:43:24 1997 Ian Lance Taylor <ian@cygnus.com>
1712
3bc3351e
ILT
1713 * elfcode.h (elf_slurp_symbol_table): Only subtract the section
1714 VMA if this is an executable file or a shared object.
1715
faa0b8db
ILT
1716 * targets.c (netbsd_core_vec): Declare. From Gordon W. Ross
1717 <gwr@mc.com>.
1718
1719 * libaout.h (struct aout_backend_data): Add entry_is_text_address
1720 field.
1721 * aout-target.h (SEGMENT_SIZE): Define to TARGET_PAGE_SIZE at the
1722 start of the file. Remove uses later on which switch using
1723 ifdef.
1724 (MY(callback)): Handle entry_is_text_address.
1725 (MY_entry_is_text_address): Define if not defined.
1726 (MY(backend_data)): Initialize new field.
1727 * aoutf1.h (sunos4_aout_backend): Likewise.
1728 * i386aout.c (MY(backend_data)): Likewise.
1729 * i386mach3.c (MY(backend_data)): Likewise.
1730 * mipsbsd.c (MY(backend_data)): Likewise.
1731 * sparclynx.c (sparclynx_aout_backend): Likewise.
1732 * netbsd.h (SEGMENT_SIZE): Define if not defined.
1733 (MY_entry_is_text_address): Define.
a895901a 1734 * m68knetbsd.c (SEGMENT_SIZE): Define as 0x20000.
faa0b8db 1735
4b8c8bb9
ILT
1736 * xcofflink.c (bfd_xcoff_import_symbol): Handle importing a symbol
1737 whose name starts with `.'.
1738
3b1b0308
ILT
1739Fri Apr 11 11:57:15 1997 Niklas Hallqvist <niklas@appli.se>
1740
1741 * config.bfd: (i[3456]86-*-openbsd*, m68*-*-openbsd*,
1742 mips*el*-*-openbsd*, mips*-*-openbsd*, ns32k-*-openbsd*,
1743 powerpc-*-*bsd*, sparc-*-openbsd*): New targets.
1744 * configure.in (i[3456]86-*-openbsd*, mips*-*-openbsd*,
1745 m68*-*-openbsd*, ns32k-*-openbsd*, powerpc-*-*bsd*,
1746 sparc-*-openbsd*): New targets.
1747 * configure: Rebuild.
1748
57a3027b
ILT
1749Tue Apr 8 18:09:29 1997 Jamie Lokier <jamie@rebellion.co.uk>
1750
1751 * stabs.c (struct stab_section_info): New field
1752 `cumulative_skips'.
1753 (_bfd_link_section_stabs): Fill the above array.
1754 (_bfd_stab_section_offset): Use `cumulative_skips' to
1755 speed up offset calculation.
1756
a01362cc
JL
1757Tue Apr 8 00:01:31 1997 Jeffrey A Law (law@cygnus.com)
1758
69444014
JL
1759 * elf-mn10300.c (mn10300_elf_relax_section): Don't forget the
1760 addend for non pc-relative relocations.
1761
a01362cc
JL
1762 * elf-m10300.c (bfd_elf32_mn10300_reloc): Remove prototype
1763 for non-existent function.
1764
1765 * elf-m10300.c (mn10300_elf_relax_section): New function.
1766 (mn10300_elf_relax_delete_bytes): Likewise.
1767 (mn10300_elf_symbol_address_p): Likewise.
1768 (mn10300_elf_get_relocated_section_contents): Likewise.
1769 (bfd_elf32_bfd_relax_section): Define.
1770 (bfd_elf32_bfd_get_relocated_section_contents): Likewise.
1771
418d5b05
ILT
1772Mon Apr 7 16:47:09 1997 Ian Lance Taylor <ian@cygnus.com>
1773
1774 * configure.host: Set SHLIB_LIBS.
1775 * configure.in: Substitute SHLIB_LIBS.
1776 * configure: Rebuild.
1777 * Makefile.in (SHLIB_LIBS): New variable.
1778 ($(SHLIB)): Use $(SHLIB_LIBS).
1779
d9654a71
MS
1780Mon Apr 7 10:53:52 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
1781
1782 * bfd-in.h bfd-in2.h: add bfd_section_lma macro to correspond
1783 with bfd_section_vma.
1784
5641f23e
ILT
1785Fri Apr 4 11:37:15 1997 Ian Lance Taylor <ian@cygnus.com>
1786
b872076e
ILT
1787 * configure.in: Update file names for bfd_elf32_mn10[23]00_vec.
1788 Correct CPU file names for mn10[23]00.
1789 * configure: Rebuild.
1790
ac664747
ILT
1791 * bfd.c (bfd_record_phdr): Cast count to size_t before
1792 subtraction.
1793
44fe6ab1
ILT
1794 * coff-ppc.c (dump_toc): Add cast to avoid warning from SunOS cc.
1795 * coff-rs6000.c (xcoff_read_ar_hdr): Likewise.
1796 (xcoff_write_archive_contents): LIkewise.
1797 * elf32-mips.c (_bfd_mips_elf_set_section_contents): Likewise.
1798 (mips_elf_create_procedure_table): Likewise.
1799 * peicode.h (pe_print_idata): Likewise.
1800 (pe_print_edata, pe_print_pdata, pe_print_reloc): Likewise.
1801 * xcofflink.c (xcoff_get_section_contents): Likewise.
1802 (_bfd_xcoff_canonicalize_dynamic_symtab): Likewise.
1803 (xcoff_link_add_symbols): Likewise.
1804 (xcoff_link_add_symbols): Likewise.
1805
0cea98f0
ILT
1806 * ppcboot.c (ppcboot_set_arch_mach): Make static.
1807 (ppcboot_bfd_print_private_bfd_data): Likewise.
1808
5641f23e
ILT
1809 * elf32-mips.c (elf_mips_ctor64_howto): Set complain_on_overflow
1810 to complain_overflow_signed.
1811
58b4a8f3
ILT
1812Thu Apr 3 11:51:54 1997 Ian Lance Taylor <ian@cygnus.com>
1813
1814 * VERSION: Set to 2.8.1.
1815
1816 * Branched binutils 2.8.
1817
1818 * elf32-ppc.c (ppc_elf_check_relocs): Don't check SEC_ALLOC when
1819 deciding whether to copy a reloc into a shared object.
1820 (ppc_elf_relocate_section): Likewise. Relocate R_PPC_RELATIVE
1821 relocs in unallocated sections.
1822 * elf32-sparc.c (elf32_sparc_relocate_section): Relocate
1823 R_SPARC_RELATIVE relocs in unallocated sections.
1824
acba322e
MM
1825Wed Apr 2 16:19:41 1997 Mike Meissner <meissner@cygnus.com>
1826
1827 * elf32-ppc.c (ppc_elf_check_relocs): Undo March 26 change and
1828 always create got section so that the _GLOBAL_OFFSET_TABLE_ label
1829 is always created.
1830
ab66cc8d
ILT
1831Wed Apr 2 10:49:07 1997 Ian Lance Taylor <ian@cygnus.com>
1832
ba254dc5
ILT
1833 * elflink.h (elf_link_add_object_symbols): Let a common symbol
1834 override an uninitialized symbol from a shared library with a
1835 smaller size.
f74e2365 1836
7a68d1f7
ILT
1837 * elf-m10200.c: Rename from elf32-mn10200.c.
1838 * elf-m10300.c: Rename from elf32-mn10300.c.
1839 * cpu-m10200.c: Rename from cpu-mn10200.c
1840 * cpu-m10300.c: Rename from cpu-mn10300.c
1841 * Makefile.in: Update accordingly.
1842
3072dce9
ILT
1843 * elf32-mips.c (elf_mips_ctor64_howto): New static variable.
1844 (elf_mips_isa): Move to earlier in file.
1845 (mips_reloc_map): Remove BFD_RELOC_CTOR entry.
1846 (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_CTOR
1847 specially.
1848
ab66cc8d
ILT
1849 * elf32-mips.c (mips16_jump_reloc): Print a warning rather than
1850 calling abort.
1851
0f854557
ILT
1852Tue Apr 1 16:18:05 1997 Klaus Kaempf <kkaempf@progis.de>
1853
1854 * configure.com: New file.
1855 * config.h-vms: Remove file.
1856 * makefile.vms: Update for new configure scheme.
1857
8faaff9e
ILT
1858Mon Mar 31 23:28:39 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
1859
0f854557
ILT
1860 * libcoff-in.h (ppc_allocate_toc_section): Declare.
1861 (ppc_process_before_allocation): Declare.
1862 * libcoff.h: Rebuild.
1863
8faaff9e
ILT
1864 * coffcode.h (coff_mkobject_hook): Declare if not a macro.
1865
5cfc9987
ILT
1866Mon Mar 31 16:29:50 1997 Joel Sherrill <joel@oarcorp.com>
1867
3418d8c4 1868 * config.bfd (hppa*-*-rtems*): New target, like hppa-*-*elf*.
5cfc9987 1869
34c68301
ILT
1870Mon Mar 31 16:11:35 1997 Ian Lance Taylor <ian@cygnus.com>
1871
1872 * coff-a29k.c (coff_a29k_relocate_section): Don't use symndx as a
1873 symbol index for a R_IHCONST reloc.
1874
774dc17c
ILT
1875Mon Mar 31 15:40:59 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
1876
1877 * targmatch.sed: Do not use \(\) recursively.
1878
9e55b695
ILT
1879Fri Mar 28 14:44:08 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
1880
1881 * m68klinux.c (MACHTYPE_OK): Define.
1882 * i386linux.c (MACHTYPE_OK): Define.
1883
f3f3b475
ILT
1884Fri Mar 28 11:56:15 1997 Ian Lance Taylor <ian@cygnus.com>
1885
5f792743
ILT
1886 From David S. Miller <davem@caip.rutgers.edu> and H.J. Lu
1887 <hjl@gnu.ai.mit.edu>:
1888 * sparclinux.c: New file.
774dc17c
ILT
1889 * bfd-in.h (bfd_sparclinux_size_dynamic_sections): Declare.
1890 * bfd-in2.h: Rebuild.
5f792743
ILT
1891 * config.bfd (sparc-*-linuxaout*, sparc-*-linux*): New targets.
1892 * configure.in (sparclinux_vec): Add to list of vectors.
1893 * configure: Rebuild.
1894 * targets.c (sparclinux_vec): Declare.
1895 (bfd_target_vector): Add sparclinux_vec.
1896 * Makefile.in: Rebuild dependencies.
1897 (BFD32_BACKENDS): Add sparclinux.o.
1898 (BFD32_BACKENDS_CFILES): Add sparclinux.c.
1899
bebe5fbf
ILT
1900 * coff-mips.c (mips_ecoff_backend_data): Initialize new
1901 bfd_coff_backend_data field.
1902 * coff-alpha.c (alpha_ecoff_backend_data): Likewise.
1903
f0315e65
ILT
1904 * config.bfd: Add bfd_elf64_{big,little}mips_vec to targ_selvecs
1905 for mips*el*-*-linux* and mips*-*-linux*. From H.J. Lu
1906 <hjl@lucon.org> and Ralf Baechle <ralf@gnu.ai.mit.edu>.
1907
f3f3b475
ILT
1908 * bfd.c: Include "libiberty.h".
1909 (strerror): Don't declare.
1910 (bfd_errmsg): Call xstrerror rather than strerror.
1911
013b249f
ILT
1912Thu Mar 27 12:55:42 1997 Ian Lance Taylor <ian@cygnus.com>
1913
eb80d52a
ILT
1914 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Generate a COPY
1915 reloc even if the symbol is in the .bss section.
1916 * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Likewise.
1917 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Likewise.
1918 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise.
1919
f89adeb7
ILT
1920 * coffcode.h (bfd_coff_backend_data): Add new field
1921 _bfd_coff_default_section_alignment_power.
1922 (bfd_coff_default_section_alignment_power): Define.
1923 (bfd_coff_std_swap_table): Initialize new field.
1924 * libcoff.h: Rebuild.
1925 * cofflink.c (coff_link_add_symbols): Limit alignment of a common
1926 symbol to the default section alignment.
1927
013b249f
ILT
1928 * COPYING: Update FSF address.
1929
0e9c4377
MH
1930start-sanitize-d30v
1931Thu Mar 27 00:45:57 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1932
cf2cd4cf
UD
1933 * elf32-d30v.c (elf_d30v_howto_table): Fix a typo in the
1934 21-bit absolute that made it act as a relative.
0e9c4377 1935
cf2cd4cf 1936end-sanitize-d30v
537327bc
ILT
1937Wed Mar 26 14:50:20 1997 Ian Lance Taylor <ian@cygnus.com>
1938
0e9c4377
MH
1939 * elflink.c (_bfd_elf_create_linker_section): Don't set
1940 bss_section and rel_section from existing sections.
1941
537327bc
ILT
1942 * elf32-ppc.c (ppc_elf_check_relocs): Only create the got section
1943 if it is needed.
1944
60d1227a
SG
1945Tue Mar 25 22:26:56 1997 Stu Grossman (grossman@critters.cygnus.com)
1946
1947 * aoutx.h (some_aout_object_p): Change executable test to fix
1948 problems with embedded a.out systems.
1949
3cd5cf3d
ILT
1950Tue Mar 25 14:35:37 1997 Ian Lance Taylor <ian@cygnus.com>
1951
6717fb0d
ILT
1952 * stabs.c (_bfd_stab_section_offset): New function.
1953 * libbfd-in.h (_bfd_stab_section_offset): Declare.
1954 * libbfd.h: Rebuild.
1955 * elf32-i386.c (elf_i386_relocate_section): Adjust the offset of a
1956 stab reloc.
1957 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1958 * elf32-mips.c (mips_elf_relocate_section): Likewise.
1959 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1960 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1961 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
1962
3cd5cf3d
ILT
1963 * stabs.c (_bfd_link_section_stabs): Copy over the first header
1964 symbol. Check for memory allocation failure of *psinfo.
1965 (_bfd_write_section_stabs): Add psinfo parameter. Change all
1966 callers. Set the value of the header symbol.
1967 * libbfd-in.h (_bfd_write_section_stabs): Update declaration.
1968 * libbfd.h: Rebuild.
1969
67e87a1d
FF
1970start-sanitize-tic80
1971Mon Mar 24 20:07:29 1997 Fred Fish <fnf@cygnus.com>
1972
1973 * coff-tic80.c (tic80_howto_table): Add R_ABS entry.
1974 (rtype2howto): Handle R_ABS reloc type. Also abort on unhandled
1975 reloc types, rather than silently failing to generate an output file.
1976
1977end-sanitize-tic80
e9148724
ILT
1978Mon Mar 24 13:41:00 1997 Ian Lance Taylor <ian@cygnus.com>
1979
e1ea3dd5
ILT
1980 * targmatch.sed: Use the hold space to put the #ifdef around the
1981 the string constant.
1982 * targets.c (UNSUPPORTED_TARGET): Don't define.
1983 (find_target): Don't check for UNSUPPORTED_TARGET.
1984 (bfd_set_default_target): Don't try to optimize by checking for
1985 default.
1986
032dc9ed
ILT
1987 * Makefile.in: Rebuild dependencies.
1988 (ALL_MACHINES_CFILES): Add cpu-m32r.c.
1989 (BFD32_BACKENDS_CFILES): Add elf32-m32r.c.
1990 (elf32-m32r.o): Remove explicit target.
1991
19d02576
ILT
1992 * config.bfd: Don't set targ_underscore for i[3456]86-*-gnu* or
1993 i[3456]86-*-linux*.
1994
e9148724
ILT
1995 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Don't
1996 count section symbols for sections that were created by the
1997 linker, or are not allocatable or not loadable.
1998 (elf32_sparc_finish_dynamic_sections): Output output section
1999 symbols for section for which we made space for them.
2000
0727fe10
ILT
2001Fri Mar 21 13:08:26 1997 Ian Lance Taylor <ian@cygnus.com>
2002
2003 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): If there is
2004 no .rela.plt section, don't output a DT_PLTGOT dynamic entry.
2005
ff22a9db
DE
2006Fri Mar 21 12:36:46 1997 Doug Evans <dje@canuck.cygnus.com>
2007
2008 * elf32-m32r.c (m32r_elf_howto_table): Use special function for LO16.
2009 (m32r_hi16_list): New static local.
2010 (m32r_elf_hi16_reloc): Don't perform reloc, just queue it up.
2011 (m32r_elf_do_hi16_reloc): Delete.
2012 (m32r_elf_relocate_hi16): New function.
2013 (m32r_elf_lo16_reloc): New function.
2014 (m32r_elf_relocate_section): For HI16 relocs, scan for corresponding
2015 LO16 reloc.
2016
2017 Mon Mar 10 16:03:31 1997 Doug Evans <dje@seba.cygnus.com>
2018
2019 * elf32-m32r.c (m32r_elf_create_linker_section): Delete.
2020 (m32r_elf_add_symbol_hook): Rewrite _SDA_BASE_ support.
2021 (m32r_elf_final_sda_base): New function.
2022 (m32r_elf_relocate_section): Rewrite sdata support.
2023 (m32r_elf_finish_dynamic_sections): Delete.
2024
34bc6ffc
ILT
2025Thu Mar 20 12:39:02 1997 Ian Lance Taylor <ian@cygnus.com>
2026
ac388f2a
ILT
2027 Based on patches from Philippe De Muyter <phdm@info.ucl.ac.be>.
2028 * coff-svm68k.c: New file. Just defines some macros and includes
2029 coff-m68k.c.
2030 * coff-m68k.c: Add functions to handle common addends, moved in
2031 from cf-m68klynx.c. Control them using COFF_COMMON_ADDEND macro.
2032 Control whether relocs are visible using STATIC_RELOCS.
2033 * cf-m68klynx.c: Simplify greatly: just define macros to control
2034 coff-m68k.c.
2035 * coff-aux.c: Likewise. Just leave add_one_symbol routine.
2036 * targets. (m68ksysvcoff_vec): Declare.
2037 (bfd_target_vector): Add m68ksysvcoff_vec.
2038 * config.bfd (m68*-motorola-sysv*): New target.
2039 * configure.in (m68ksysvcoff_vec): New vector.
2040 * configure: Rebuild.
2041 * Makefile.in: Rebuild dependencies.
2042 (BFD32_BACKENDS): Add coff-svm68k.o.
2043 (BFD32_BACKENDS_CFILES): Add coff-svm68k.c.
2044
b9576d75
ILT
2045 * binary.c (binary_set_section_contents): Don't get misled if the
2046 first section is not loadable. From Matthew L. Martin
2047 <mlm@xedia.com>.
2048
34bc6ffc
ILT
2049 * elflink.h (elf_bfd_final_link): Set the value of a section
2050 symbol to the section address unless doing a relocateable link.
2051
2052Tue Mar 18 23:03:17 1997 Richard Henderson <rth@tamu.edu>
2053
2054 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't create
2055 .plt entry if we've taken the function's address.
2056 (elf64_alpha_merge_gots): Merge collected flags info as well.
2057
303e7257
ILT
2058Tue Mar 18 22:40:09 1997 H.J. Lu <hjl@lucon.org>
2059
2060 * Many files: Add function prototypes.
2061 * cpu-m68k.c (bfd_default_scan_num_mach): Don't declare.
2062 * ecofflink.c: Include "libcoff.h" and "libecoff.h".
2063 * elf32-ppc.c (ppc_elf_fake_sections): Make static.
2064 * opncls.c (bfd_openstreamr): Change stream parameter to PTR.
2065 * peicode.h: Change several void * parameters to PTR.
2066 * srec.c (srec_get_symbol_info): Make static.
2067 * syms.c (bfd_symbol_is_absolute): Remove.
7197adc4 2068 * Makefile.in: Rebuild dependencies.
303e7257 2069
939b2169
ILT
2070Tue Mar 18 12:58:08 1997 Ian Lance Taylor <ian@cygnus.com>
2071
e76386d2
ILT
2072 * elf32-m32r.c (m32r_elf_is_local_label_name): Remove.
2073 (bfd_elf32_bfd_is_local_label): Don't define.
2074
939b2169
ILT
2075 * xcofflink.c (_bfd_xcoff_bfd_final_link): Call bfd_malloc rather
2076 than malloc.
2077
50ede03d
ILT
2078Mon Mar 17 11:32:53 1997 Ian Lance Taylor <ian@cygnus.com>
2079
508539ab
ILT
2080 * bfd-in.h: Don't include obstack.h.
2081 (struct bfd_hash_table): Change memory field to PTR.
2082 * bfd.c (struct _bfd): Change memory field to PTR.
2083 * bfd-in2.h: Rebuild.
2084 * libbfd-in.h (bfd_release): Declare as function, don't define as
2085 macro.
2086 * libbfd.h: Rebuild.
2087 * opncls.c: Include "objalloc.h" rather than "obstack.h". Use
2088 objalloc routines rather than obstack routines.
2089 (obstack_chunk_alloc, obstack_chunk_free): Don't define.
2090 (getpagesize): Don't define.
2091 (_bfd_new_bfd): Don't set _bfd_chunksize.
2092 (bfd_openr): Free new bfd and objalloc on failure.
2093 (bfd_fdopenr, bfd_openstreamr, bfd_openw): Likewise.
2094 (bfd_alloc_size): Remove.
2095 (bfd_release): New function.
2096 * hash.c: Include "objalloc.h" rather than "obstack.h". Use
2097 objalloc routines rather than obstack routines.
2098 (obstack_chunk_alloc, obstack_chunk_free): Don't define.
2099 * ecofflink.c: Include "objalloc.h" rather than "obstack.h". Use
2100 objalloc routines rather than obstack routines.
2101 (obstack_chunk_alloc, obstack_chunk_free): Don't define.
2102 (struct accumulate): Change memory to struct objalloc *.
2103 * liboasys.h (oasys_data_type): Remove oasys_obstack field.
2104 * dep-in.sed: Don't remove obstack.h from dependency list.
2105 * Makefile.in: Rebuild dependencies.
2106 (BFD_H_DEPS): Remove obstack.h.
2107 (install): Don't install obstack.h.
2108 * Many files: Don't include "obstack.h".
2109 * VERSION: Bump.
2110
062a1b96
ILT
2111 * opncls.c (bfd_alloc_grow, bfd_alloc_finish): Remove.
2112 * libbfd-in.h (bfd_alloc_grow, bfd_alloc_finish): Don't declare.
2113 * libbfd.h: Rebuild.
2114 * ieee.c (ieee_archive_p): Rewrite to not use bfd_alloc_grow.
2115 * sunos.c (sunos_add_dynamic_symbols): Likewise.
0103b447 2116 * srec.c (srec_scan): Rewrite to not use obstack_1grow.
062a1b96 2117
50ede03d
ILT
2118 * opncls.c (bfd_alloc): Rename from bfd_alloc_by_size_t. Remove
2119 old version of bfd_alloc.
2120 * libbfd-in.h (bfd_alloc_by_size_t): Don't declare.
2121 * libbfd.h: Rebuild.
2122 * Several files: Call bfd_alloc rather than bfd_alloc_by_size_t.
2123
5e67a3c6
ILT
2124Sat Mar 15 15:24:18 1997 Ian Lance Taylor <ian@cygnus.com>
2125
2126 * elf32-mips.c (mips_elf_is_local_label_name): Accept the generic
2127 ELF local label syntax as well.
2128
7305cacd
FF
2129Sat Mar 15 10:16:42 1997 Fred Fish <fnf@cygnus.com>
2130
2131 * config.bfd (powerpc-*-beos*): New target.
2132 * configure.in (powerpc-*-beos*): Add case that explicitly
2133 does not set COREFILE for now. A future BeOS version is
2134 expected to support core files.
2135 * configure: Regenerate with autoconf.
2136
f56d634e
ILT
2137Fri Mar 14 16:43:22 1997 Ian Lance Taylor <ian@cygnus.com>
2138
4813bbed
ILT
2139 * elf32-mips.c (mips_elf_check_relocs): Give an error if CALL16 is
2140 seen with a local symbol, rather than crashing.
2141
f56d634e
ILT
2142 * elfcode.h (elf_slurp_symbol_table): Don't try to read the
2143 version symbols if there aren't any.
2144
4507d858
FF
2145start-sanitize-tic80
2146Thu Mar 13 16:38:30 1997 Fred Fish <fnf@cygnus.com>
2147
2148 * coff-tic80.c (coff_rtype_to_howto): Define
2149 (coff_tic80_rtype_to_howto): Clone generic coff version and
2150 add code to handle the funky TI "internal relocations".
2151
2152end-sanitize-tic80
94ba939a
ILT
2153Thu Mar 13 14:08:53 1997 Ian Lance Taylor <ian@cygnus.com>
2154
37897db0
ILT
2155 * elflink.h (elf_link_add_object_symbols): Don't warn about type
2156 or size changes because of a weak symbol.
2157
94ba939a
ILT
2158 * cisco-core.c (SIGEMT): Define if not defined.
2159
e549b1d2
ILT
2160Wed Mar 12 21:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
2161
2162 * elflink.h (elf_link_add_object_symbols): Use extsymoff when
2163 setting ever. Sanity check the version number. Sort out copying
2164 flags and other information when adding an indirect symbol.
2165 (NAME(bfd_elf,size_dynamic_sections)): Preserve any dynamic
2166 symbols added by the backend. Clear the entire contents of the
2167 versym section.
2168 (elf_export_symbol): Ignore indirect symbols.
2169 (elf_link_output_extsym): Accept a section without an owner in an
2170 assert.
2171 * elfcode.h (elf_slurp_symbol_table): Add a sanity check on the
2172 version count. Correct the allocation of x_versymp.
2173
2174 * elf32-mips.c (mips_elf_add_symbol_hook): Don't set the owner of
2175 the magic sections used for SHN_MIPS_TEXT and SHN_MIPS_DATA.
2176 Don't return bfd_und_section_ptr when info->shared.
2177 (mips_elf_final_link): Set the alignment of .rtproc to 4, not 12.
2178 (mips_elf_create_dynamic_sections): Correct type: ^= for &=.
2179 (mips_elf_check_relocs): Resolve an indirect symbol in
2180 sym_hashes.
2181 (mips_elf_finish_dynamic_symbol): Don't change SHN_ABS into
2182 SHN_MIPS_TEXT or SHN_MIPS_DATA.
2183
2184 * elf.c (bfd_elf_print_symbol): Tweak version output slightly.
2185
2186Tue Mar 11 01:38:36 1997 Ian Lance Taylor <ian@cygnus.com>
2187
2188 From Eric Youngdale <eric@andante.jic.com>:
2189 * elf-bfd.h (ELF_LINK_FORCED_LOCAL): Define.
2190 * elf.c (bfd_elf_print_symbol): Correct errors in last change.
2191 * elflink.h (elf_link_add_object_symbols): Handle cases in which a
2192 versioned symbol appears in both a regular and a shared object.
2193 (elf_link_assign_sym_version): Set ELF_LINK_FORCED_LOCAL when
2194 appropriate. Improve error message.
2195 (struct elf_outext_info): Rename from elf_finfo_failed. Change
2196 all uses. Add localsyms field.
2197 (elf_bfd_final_link): When generating a shared library, call
2198 elf_link_output_extsym to output all local symbols.
2199 (elf_link_output_extsym): Handle symbols which were forced to
2200 become local.
2201
d6bfcdb5
ILT
2202Sun Mar 9 23:08:49 1997 Ian Lance Taylor <ian@cygnus.com>
2203
2204 From Eric Youngdale <eric@andante.jic.com>:
2205 * elf-bfd.h (elf_symbol_type): Add version field.
2206 * elfcode.h (elf_slurp_symbol_table): Set version field.
2207 * elflink.h (elf_link_add_object_symbols): When creating an
2208 indirect symbol for a default version symbol, set DEF_DYNAMIC if
2209 appropriate. Set up an indirection from the nondefault version of
2210 the symbol as well.
2211 (NAME(bfd_elf,size_dynamic_sections)): Call
2212 elf_link_assign_sym_version before checking whether there are any
2213 versions. Always record the version name as a dynamic symbol.
2214 Initialize counters.
2215 (elf_link_assign_sym_version): After finding a version, see if a
2216 symbol should be forced to local scope. Create a new version
2217 definition if appropriate.
2218 (elf_link_output_extsym): Correct indirect symbol handling.
2219 * elf.c (bfd_elf_print_symbol): Print version information.
2220 (bfd_section_from_shdr): Turn version sections into BFD sections.
2221 (elf_fake_sections): Only copy cverdefs and cverrefs into sh_info
2222 if sh_info is not already set.
2223 (_bfd_elf_copy_private_section_data): Copy sh_info for version
2224 sections.
2225 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Tell
2226 _bfd_stringtab_add to copy the name into permanent memory if
2227 appropriate.
2228
7debe20c
ILT
2229Fri Mar 7 11:55:31 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
2230
2231 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Fully parenthesize.
2232
358bb592
ILT
2233Fri Mar 7 10:37:30 1997 Ian Lance Taylor <ian@cygnus.com>
2234
ccd0e5e2
ILT
2235 * coffcode.h (bfd_coff_backend_data): Change
2236 _bfd_coff_compute_section_file_positions to return a boolean
2237 value. Change all callers.
2238 (coff_compute_section_file_positions): Change return type to
2239 boolean. If the size of the last section changed, then output a
2240 zero byte at the end of the file.
2241 * libcoff.h: Rebuild.
2242
e8c4696e
ILT
2243 * xcofflink.c (_bfd_xcoff_bfd_final_link): Always allocate space
2244 for at least 6 output symbols.
2245 (xcoff_write_global_symbol): When emitting TOC entry relocs, also
2246 emit a TC csect to represent the space they take up. For an XO
2247 symbol, just emit a reference, not a csect.
2248
4104dff6
ILT
2249 * Makefile.in ($(SHLINK)): Just use ln -s, not ln -sf, since
2250 Solaris doesn't like the combined options, and the -f is
2251 unnecessary.
5bd7c941 2252 (stamp-tshlink, install): Likewise.
4104dff6 2253
358bb592
ILT
2254 * elf32-mips.c (mips_elf_relocate_section): Correct R_MIPS16_26
2255 handling when little endian.
2256
77bf22e6
JL
2257Thu Mar 6 13:51:51 1997 Jeffrey A Law (law@cygnus.com)
2258
5847e6dd
JL
2259 * elf32-mn10300.c (mn10300_elf_final_link_relocate): New function.
2260 (mn10300_elf_relocate_section): Likewise.
2261 (elf_backend_relocate_section): Define.
2262
77bf22e6
JL
2263 * elf32-mn10300.c (reloc_type): Remove PCREL{8,16,32}_{1,2}BYTE
2264 relocs. Replace them with generic PCREL_{8,16,32} relocs.
2265 (elf32_mn10300_howto_table): Likewise.
2266 (elf32_mn10300_reloc_map): Likewise.
2267 (bfd_elf32_mn10300_reloc): Delete unused function.
2268
13b58694
FF
2269Thu Mar 6 12:19:59 1997 Fred Fish <fnf@cygnus.com>
2270
2271start-sanitize-tic80
2272 * coff-tic80.c (rtype2howto): If passed a relocation type we don't
2273 understand, just set the howto field to NULL, and the caller will
2274 print an appropriate error message.
2275end-sanitize-tic80
2276 * coffcode.h (coff_slurp_reloc_table): Pull duplicate declarations and
2277 code fragment out of both legs of #ifdef RELOC_PROCESSING ... #endif
2278 block. Use NULL for initializations of "ptr" rather than bare 0.
2279 * coff-h8300.c: Fix typo in comment.
2280 * coff-h8500.c: Ditto.
2281 * coff-w65.c: Ditto
2282 * coff-z8k.c: Ditto.
cf2cd4cf 2283
da171461
DE
2284Wed Mar 5 13:59:09 1997 Doug Evans <dje@seba.cygnus.com>
2285
2286 * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc): Fix overflow calc.
2287 (m32r_elf_relax_section, m32r_elf_relax_delete_bytes,
2288 m32r_elf_get_relocated_section_contents): First pass at relax support.
2289
da171461
DE
2290Mon Mar 3 13:27:09 1997 Ulrich Drepper <drepper@rtl.cygnus.com>
2291
2292 * elflink.h (elf_link_add_object_symbols): Use correct sh_size
2293 entry for reading verdef records.
2294 Use correct braces for computing increments of extverdaux and
2295 exteverdef record pointers.
2296
4b4ac3ae
FF
2297start-sanitize-tic80
2298Sun Mar 2 22:47:54 1997 Fred Fish <fnf@cygnus.com>
2299
2300 * coff-tic80.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Set this to 2
2301 instead of 4.
2302
2303end-sanitize-tic80
a48ef404
ILT
2304Sun Mar 2 16:25:35 1997 Ian Lance Taylor <ian@cygnus.com>
2305
2306 * elflink.h (elf_link_find_version_dependencies): Check that
2307 DEF_REGULAR is not set as well as checking that DEF_DYNAMIC is
2308 set.
2309
84fd6e7e
FF
2310start-sanitize-tic80
2311Fri Feb 28 16:52:40 1997 Fred Fish <fnf@cygnus.com>
2312
2313 * coffcode.h (coff_set_flags): Add case for TIC80_ARCH_MAGIC.
2314
2315end-sanitize-tic80
af4dffff
ILT
2316Fri Feb 28 15:06:45 1997 Ian Lance Taylor <ian@cygnus.com>
2317
73769e1f
ILT
2318 * targets.c (bfd_default_vector): Make non-const.
2319 (find_target): New static function, broken out of
2320 bfd_find_target.
2321 (bfd_set_default_target): New function.
2322 (bfd_find_target): Call find_target. When defaulting, use
2323 bfd_default_vector[0] if it is not NULL.
2324 * libbfd-in.h (bfd_default_vector): Adjust declaration.
2325 * bfd-in2.h, libbfd.h: Rebuild.
2326
af4dffff
ILT
2327 * syms.c (bfd_is_local_label): Return false if the symbol has no
2328 name.
2329 * coff-i960.c (coff_i960_is_local_label_name): New function.
2330 (coff_bfd_is_local_label_name): Define.
2331 * coff-m68k.c (m68k_coff_is_local_label_name): New function.
2332 (coff_bfd_is_local_label_name): Define.
2333 * coff-rs6000.c (xcoff_is_local_label_name): New function.
2334 (coff_bfd_is_local_label_name): Define.
2335 * elf.c (_bfd_elf_is_local_label_name): Treat symbols beginning
2336 with .. or _.L_ as local.
2337 * elf32-i386.c (elf_i386_is_local_label_name): New function.
2338 (bfd_elf32_bfd_is_local_label_name): Define.
2339 * evax-alpha.c (evax_bfd_is_local_label_name): Treat symbols
2340 beginning with $ as local.
2341
85d6f0b4
ILT
2342Thu Feb 27 18:36:23 1997 Ian Lance Taylor <ian@cygnus.com>
2343
e316f514
ILT
2344 * aoutx.h (aout_link_write_symbols): Use bfd_is_local_label_name
2345 rather than comparing against info->lprefix.
2346 * cofflink.c (_bfd_coff_link_input_bfd): Likewise.
2347 * elflink.h (elf_link_input_bfd): Likewise.
2348 * linker.c (_bfd_generic_link_output_symbols): Likewise.
2349 * xcofflink.c (xcoff_link_input_bfd): Likewise.
2350
2351 * elfxx-target.h (bfd_elfNN_bfd_is_local_label_name): Define as
2352 _bfd_elf_is_local_label_name if not already defined.
2353 * elf.c (_bfd_elf_is_local_label_name): New function.
2354 * elf-bfd.h (_bfd_elf_is_local_label_name): Declare.
2355
2356 * coff-m88k.c (coff_bfd_is_local_label_name): Define.
2357 (m88k_is_local_label_name): New static function.
2358
2359 * coffcode.h (coff_bfd_is_local_label_name): Define as
2360 _bfd_coff_is_local_label_name if not already defined.
2361 * coffgen.c (_bfd_coff_is_local_label_name): New function.
2362 * libcoff-in.h (_bfd_coff_is_local_label_name): Declare.
2363 * libcoff.h: Rebuild.
cf2cd4cf 2364
35a3e78e
ILT
2365 * targets.c (BFD_JUMP_TABLE_SYMBOLS): Change _bfd_is_local_label
2366 to _bfd_is_local_label_name.
2367 (bfd_target): Likewise.
2368 * syms.c (bfd_is_local_label): Define as function, not macro.
2369 (bfd_is_local_name): Define.
2370 * libbfd.c (bfd_generic_is_local_label_name): Rename from
2371 bfd_generic_is_local_label, and take a string rather than a
2372 symbol.
2373 * libbfd-in.h (_bfd_nosymbols_bfd_is_local_label): Don't define.
2374 (_bfd_nosymbols_bfd_is_local_label_name): Define.
2375 (bfd_generic_is_local_label): Don't declare.
2376 (bfd_generic_is_local_label_name): Declare.
2377 * bfd-in2.h, libbfd.h: Rebuild.
2378 * All backends: Change local_label to local_label_name.
2379
85d6f0b4
ILT
2380 * elf32-mips.c (struct mips_got_info): Add assigned_gotno field.
2381 (mips_elf_relocate_got_local): Change return type to boolean.
2382 Don't assume that the first zero entry is unassigned; instead, use
2383 assigned_gotno.
2384 (mips_elf_relocate_section): Check return value of
2385 mips_elf_relocate_got_local.
2386 (mips_elf_create_got_section): Initialize assigned_gotno field.
2387
56819c99
MH
2388start-sanitize-d30v
2389Wed Feb 26 15:19:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
2390
2391 * elf32-d30v.c (bfd_elf_d30v_reloc): Add code to do 32-bit
2392 relocations.
2393
cf2cd4cf 2394end-sanitize-d30v
fa802cb0
ILT
2395Wed Feb 26 13:33:03 1997 Ian Lance Taylor <ian@cygnus.com>
2396
2397 * elflink.h (elf_link_input_bfd): Don't skip symbols from sections
2398 that have no contents merely because linker_mark is not set.
2399
2400Tue Feb 25 18:51:35 1997 Stan Shebs <shebs@andros.cygnus.com>
2401
2402 * config.bfd (mips*-*-lnews*): New target.
2403 * coff-mips.c (mips_relocate_section): Make assert compare
2404 content byteorder instead of header byteorder.
2405 (ecoff_biglittle_vec): New BFD, big-endian headers, little-endian
2406 data.
55ef0d90 2407 * targets.c (bfd_target_vector): Add ecoff_biglittle_vec.
fa802cb0
ILT
2408 * configure.in (ecoff_biglittle_vec): Add case.
2409 * configure: Update.
2410
7b4be668
ILT
2411Tue Feb 25 00:32:49 1997 Ian Lance Taylor <ian@cygnus.com>
2412
b08f5ac2
ILT
2413 * elf.c (elf_fake_sections): Use SHT_NOTE for any section whose
2414 name begins with ".note".
2415 (map_sections_to_segments): Add a PT_NOTE segment for any loadable
2416 section whose name begins with ".note".
2417 (get_program_header_size): Corresponding change.
2418
7b4be668
ILT
2419 * elf32-mips.c (mips_elf_relocate_section): Check for misaligned
2420 jal and for jal overflow.
2421
2422Mon Feb 24 17:53:14 1997 Ian Lance Taylor <ian@cygnus.com>
2423
2424 From Eric Youngdale <eric@andante.jic.com>:
2425 * elflink.h (elf_link_add_archive_symbols): If a default symbol is
2426 not found, try looking it up again without the version name.
2427 (elf_link_add_object_symbols): Always link against the dynamic
2428 symbol table of a dynamic object. When linking against a dynamic
2429 object, include version strings in symbol names, and set up
2430 version information. Add indirect symbols for default versions.
2431 (elf_link_create_dynamic_sections): Add special version sections.
2432 (struct elf_assign_sym_version_info): Define.
2433 (struct elf_find_verdep_info): Define.
2434 (NAME(bfd_elf,size_dynamic_sections)): Add verdefs parameter. Set
2435 up version sections.
2436 (elf_adjust_dynamic_symbol): Ignore indirect symbols.
2437 (elf_link_find_version_dependencies): New static function.
2438 (elf_link_assign_sym_version): New static function.
2439 (elf_link_renumber_dynsyms): New static function.
2440 (struct elf_final_link_info): Add symver_sec field.
2441 (elf_bfd_final_link): Initialize finfo.symver_sec. Don't count
2442 local symbols of a dynamic object. Handle DT_VER* constants.
2443 (elf_link_output_extsym): Simplify BFD_ASSERT checking for a
2444 dynamic object. Skip indirect symbols from ELF objects. Remove
2445 the version name before choosing a hash bucket. Write out the
2446 version information if appropriate.
2447 (elf_link_input_bfd): Check for DYNAMIC, not ET_DYN.
2448 * bfd-in.h (bfd_elf32_size_dynamic_sections): Update declaration.
2449 (bfd_elf64_size_dynamic_sections): Likewise.
2450 * bfd-in2.h: Rebuild.
2451 * elf-bfd.h (struct elf_link_hash_entry): Add verinfo field.
2452 Change elf_link_hash_flags to unsigned short.
2453 (ELF_LINK_HIDDEN): Define.
2454 (struct elf_obj_tdata): Add fields dynversym_hdr, dynverref_hdr,
2455 dynverdef_hdr, dynversym_section, dynverdef_section,
2456 dynverref_section, cverdefs, cverrefs, verdef, verref.
2457 (elf_dynversym, elf_dynverdef, elf_dynverref): Define.
2458 (_bfd_elf_swap_verdef_in, _bfd_elf_swap_verdef_out): Declare.
2459 (_bfd_elf_swap_verdaux_in, _bfd_elf_swap_verdaux_out): Declare.
2460 (_bfd_elf_swap_verneed_in, _bfd_elf_swap_verneed_out): Declare.
2461 (_bfd_elf_swap_vernaux_in, _bfd_elf_swap_vernaux_out): Declare.
2462 (_bfd_elf_swap_versym_in, _bfd_elf_swap_versym_out): Declare.
2463 (_bfd_elf_slurp_version_tables): Declare.
2464 * elf.c (_bfd_elf_swap_verdef_in): New function.
2465 (_bfd_elf_swap_verdef_out): Likewise.
2466 (_bfd_elf_swap_verdaux_in, _bfd_elf_swap_verdaux_out): Likewise.
2467 (_bfd_elf_swap_verneed_in, _bfd_elf_swap_verneed_out): Likewise.
2468 (_bfd_elf_swap_vernaux_in, _bfd_elf_swap_vernaux_out): Likewise.
2469 (_bfd_elf_swap_versym_in, _bfd_elf_swap_versym_out): Likewise.
2470 (_bfd_elf_print_private_bfd_data): Add DT_VER* constants. Print
2471 version information if there is any.
2472 (_bfd_elf_link_hash_newfunc): Initialize verinfo field.
2473 (bfd_section_from_shdr): Handle SHT_GNU_ver* section types.
2474 (elf_fake_sections): Handle .gnu.version* section names.
2475 (assign_section_numbers): Handle SHT_GNU_ver* section types.
2476 (_bfd_elf_slurp_version_tables): New function.
2477 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't include
2478 version name in string entered in dynamic hash table.
2479 * elfcode.h: Include fnmatch.h.
2480 * elf32-i386.c (elf_i386_relocate_section): Handle a dynamic
2481 symbol which was forced to become local.
2482 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
2483 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
2484 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2485 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
2486
7b951eed
JL
2487Fri Feb 21 16:15:18 1997 Jeffrey A Law (law@cygnus.com)
2488
2489 * elf32-mn10200.c (mn10200_elf_final_link_relocate): Simplify
2490 somewhat.
2491 (mn10200_elf_relax_section): Correctly compute a symbol's value
2492 when the symbol is local, but not in the same section as we are
2493 relaxing. Implement abs24 -> abs16, imm24 -> imm16 and d24 -> d16
2494 relaxing.
2495
77dd1a25
DE
2496Fri Feb 21 13:55:14 1997 Doug Evans <dje@seba.cygnus.com>
2497
2498 * elf32-m32r.c: Rewrite to use ELF backend linker.
2499 Store lower 16 bits of addend in R_M32R_HI16_[SU]LO insns.
2500 Add small data area support (R_M32R_SDA16).
2501 * reloc.c: Document BFD_RELOC_M32R_SDA16.
2502 * bfd-in2.h,libbfd.h: Regenerated.
2503
fd395661
JL
2504Thu Feb 20 23:50:31 1997 Jeffrey A Law (law@cygnus.com)
2505
2506 * elf32-mn10200.c (mn10200_elf_relax_section): New function.
2507 (mn10200_elf_relax_delete_bytes): Likewise.
2508 (mn10200_elf_symbol_address_p): Likewise.
2509 (mn10200_elf_get_relocated_section_contents): Likewise.
2510 (bfd_elf32_bfd_relax_section): Define.
2511 (bfd_elf32_bfd_get_relocated_section_contents): Likewise.
64af6679
JL
2512
2513 * elf32-mn10200.c (mn10200_elf_final_link_relocate): New function.
2514 (mn10200_elf_relocate_section): Likewise.
2515 (elf_backend_relocate_section): Define.
2516
fd8d7c31
MH
2517start-sanitize-d30v
2518Tue Feb 18 17:22:59 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
2519
2520 * Makefile.in, archures.c, config.bfd, configure.in, elf.c,
cf2cd4cf 2521 reloc.c, targets.c: New target, elf-*-D30V.
fd8d7c31
MH
2522
2523 * bfd-in2.h, configure, libbfd.h: Rebuilt.
2524
2525 * cpu-d30v.c, elf32-d30v.c: New files.
cf2cd4cf
UD
2526
2527end-sanitize-d30v
92a956e8
FF
2528Tue Feb 18 15:31:48 1997 Fred Fish <fnf@cygnus.com>
2529
2530 * reloc.c (struct reloc_howto_struct): Fix typo in comment.
2531 * bfd-in2.h: Regenerated.
2532start-sanitize-tic80
2533 * coff-tic80.c (RTYPE2HOWTO): Replace abort with real function.
2534 (rtype2howto): Add function.
2535 (tic80_howto_table): Add.
2536end-sanitize-tic80
cf2cd4cf 2537
92a956e8
FF
2538Tue Feb 18 11:41:00 1996 Dawn Perchik <dawn@cygnus.com>
2539
2540 * sysdep.h: Don't define errno in MSVC if error.h is included.
2541
8d1ba96e
JL
2542Tue Feb 18 10:04:13 1997 Jeffrey A Law (law@cygnus.com)
2543
2544 * elf32-v850.c (v850_elf_relocate_section): Make sure r_symndx
2545 is initialized before it is used.
2546
8ceca983
ILT
2547Mon Feb 17 11:28:40 1997 Ian Lance Taylor <ian@cygnus.com>
2548
2549 * hp300hpux.c (convert_sym_type): Don't convert a secondary common
2550 symbol into a weak undefined symbol; leave it as a common symbol.
2551
54626f1a
ILT
2552Fri Feb 14 19:08:03 1997 Ian Lance Taylor <ian@cygnus.com>
2553
2554 * elflink.h (elf_link_add_object_symbols): Don't issue a warning
2555 about a symbol defined in a dynamic object if it has already been
2556 defined in a regular object.
2557
236969ac
ILT
2558Thu Feb 13 20:53:22 1997 Klaus Kaempf (kkaempf@progis.de)
2559
2560 * makefile.vms: Add gcc flags to allow compiling with current gcc
2561 snapshot
2562 (targmatch.h): New dependency.
2563
54626f1a
ILT
2564 * reloc.c (BFD_RELOC_ALPHA_CODEADDR): New relocation for
2565 openVMS/Alpha.
2566 * evax.h (ALPHA_R_CODEADDR): New relocation.
2567 * evax-alpha.c (ALPHA_R_CODEADDR): 64 bit procedure relocation for
2568 openVMS/Alpha.
2569 * evax-etir.c (ALPHA_R_CODEADDR): Output object code for this
2570 relocation.
2571 * bfd-in2.h, libbfd.h: Rebuild.
2572
2573 Restrict symbol length to 64 bytes, case preserving:
2574 * evax-emh.c (_bfd_evax_write_emh): Remove case hacking.
2575 * evax-misc.c (_bfd_evax_case_hack_symbol): Remove.
2576 (_bfd_evax_length_hash_symbol): Added.
2577 * evax-etir.c (_bfd_evax_write_etir): Call
2578 _bfd_evax_length_hash_symbol before output of symbol.
2579 * evax-egsd.c (_bfd_evax_write_egsd): Likewise.
2580 * evax.h (flag_hash_long_names, flag_show_after_trunc): Remove.
2581
2582 * evax-emh.c: Output filename to object file without path.
2583
2584 * evax-egsd.c: New sections for local and global commons.
2585
2586 * evax-alpha.c, evax-emh.c, evax-egsd.c, evax-etir.c,
2587 evax-misc.c, evax.h: Remove 8 bit characters from copyright
2588 notices. Replace AXP with Alpha.
2589
62332d05
ILT
2590Wed Feb 12 18:10:30 1997 Ian Lance Taylor <ian@cygnus.com>
2591
2592 * sunos.c (sunos_create_dynamic_sections): We need the dynamic
2593 sections if we are creating a shared library.
2594
3883007e
DE
2595Tue Feb 11 15:45:43 1997 Doug Evans <dje@canuck.cygnus.com>
2596
2597 * configure.host (i386-windows): Don't set host64=true.
2598
a4183ba5
ILT
2599Tue Feb 11 15:27:32 1997 Ian Lance Taylor <ian@cygnus.com>
2600
2601 * elf32-mips.c (reloc_type): Add R_MIPS16_GPREL.
2602 (elf_mips16_gprel_howto): New static variable.
2603 (mips16_gprel_reloc): New static function.
2604 (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_MIPS16_GPREL.
2605 (mips_info_to_howto_rel): Handle R_MIPS16_GPREL.
2606 (mips_elf_relocate_section): Handle R_MIPS16_GPREL.
2607 * reloc.c (BFD_RELOC_MIPS16_GPREL): Define.
2608 * bfd-in2.h, libbfd.h: Rebuild.
2609
97cbfc23 2610Mon Feb 10 23:25:00 1997 Doug Evans <dje@seba.cygnus.com>
b9c5ee68
DE
2611
2612 * elf32-m32r.c (elf_m32r_howto_table): Change partial_inplace to true
2613 for R_M32R_{16,32,24,HI16_ULO,HI16_SLO,LO16}.
2614
276c2d7d
GRK
2615start-sanitize-r5900
2616 Fri Feb 7 16:20:17 1997 Gavin Koch <gavin@cygnus.com>
cf2cd4cf 2617
276c2d7d 2618 * config.bfd: add r5900
cf2cd4cf
UD
2619
2620end-sanitize-r5900
ba4a4594
ILT
2621Fri Feb 7 12:39:11 1997 Ian Lance Taylor <ian@cygnus.com>
2622
2623 * elflink.h (elf_link_input_bfd): If we've discarded a section,
2624 the output section will be the absolute section; don't print an
2625 assertion message for that case when doing a relocateable link.
2626
e900e695
ILT
2627Thu Feb 6 16:55:43 1997 Ian Lance Taylor <ian@cygnus.com>
2628
2629 * elf32-mips.c (FN_STUB, CALL_STUB, CALL_FP_STUB): Define.
2630 (struct mips_elf_link_hash_entry): Add new fields fn_stub,
2631 need_fn_sub, call_stub, and call_fp_stub.
2632 (struct mips_elf_link_hash_table): Add field mips16_stubs_seen.
2633 (mips_elf_link_hash_newfunc): Initialize new fields.
2634 (mips_elf_link_hash_table_create): Likewise.
2635 (mips_elf_relocate_section): Redirect relocations to use mips16
2636 stubs when appropriate.
2637 (mips_elf_check_relocs): Attach stub sections to the appropriate
2638 symbol. Set need_fn_stub when appropriate.
2639 (mips_elf_always_size_sections): New static function.
2640 (mips_elf_check_mips16_stubs): New static function.
2641 (elf_backend_always_size_sections): Define.
2642 * elf-bfd.h (struct elf_obj_tdata): Add local_stubs field.
2643
2644 * elflink.h (elf_link_input_bfd): Discard local symbols that are
2645 attached to sections which are not being included in the link.
2646
5b61a02a
ILT
2647Wed Feb 5 13:20:17 1997 Ian Lance Taylor <ian@cygnus.com>
2648
2649 * cofflink.c (_bfd_coff_generic_relocate_section): Ignore the
2650 symbol value when computing the addend for a pc_relative
2651 pcrel_offset reloc.
2652
bcb686ca
ILT
2653Mon Feb 3 11:54:06 1997 Ian Lance Taylor <ian@cygnus.com>
2654
5a50eec6
ILT
2655 * cofflink.c (_bfd_coff_generic_relocate_section): If doing a
2656 relocateable link, just skip pc_relative pcrel_offset relocs.
2657 * coff-arm.c (coff_arm_rtype_to_howto): Return a different howto
2658 structure for an ARM26 reloc which can be resolved.
2659 (coff_arm_adjust_symndx): Only convert ARM26 to ARM26D if the
2660 reloc can be resolved.
2661
bcb686ca
ILT
2662 * coff-h8300.c (h8300_reloc16_extra_cases): Correct off by one
2663 error in overflow check for R_RELBYTE.
2664
167dc907
ILT
2665Fri Jan 31 14:07:27 1997 Ian Lance Taylor <ian@cygnus.com>
2666
6c58561e
ILT
2667 * ieee.c (ieee_slurp_section_data): Pick up the start address.
2668 From Mark Rasin <mark.rasin@telrad.co.il>.
2669
167dc907
ILT
2670 * aoutx.h (aout_link_write_symbols): Don't apply discard_l to
2671 debugging symbols.
2672
1a2faf1f
JL
2673Wed Jan 29 00:00:49 1997 Jeffrey A Law (law@cygnus.com)
2674
2675 * elf32-mn10200.c (reloc_type): Add 16bit pc-relative reloc.
2676 (elf_mn10200_howto_table): Likewise.
2677 (mn10200_reloc_map): Likewise.
2678
1d5c6cfd
DE
2679Mon Jan 27 12:07:35 1997 Doug Evans <dje@seba.cygnus.com>
2680
2681 * reloc.c: Add relocs BFD_RELOC_M32R_{HI16_[US]LO,LO16}.
2682 * bfd-in2.h, libbfd.h: Regenerated.
2683 * elf32-m32r.c: Add support for them.
2684
9950f925
ILT
2685Mon Jan 27 12:25:02 1997 Ian Lance Taylor <ian@cygnus.com>
2686
54aa1dea
ILT
2687 * aout-arm.c (MY_swap_std_reloc_in): Remove unused r_length.
2688 * elf32-ppc.c (ppc_elf_check_relocs): Remove unused plt.
54aa1dea
ILT
2689 * elf32-v850.c (v850_elf_final_link_relocate): Remove used
2690 r_format and r_pcrel. Always return a value.
54aa1dea
ILT
2691 * riscix.c (MY_final_link_callback): Define to dummy value.
2692
9950f925
ILT
2693 * elf32-i386.c (elf_i386_size_dynamic_sections): When checking for
2694 relocations against the text segment, look up the output name of
2695 the reloc section.
2696 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
2697 * elf32-mips.c (mips_elf_size_dynamic_sections): Likewise.
2698 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
2699 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
2700 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
2701
0716c2e9 2702start-sanitize-tic80
8c00b01d
FF
2703Wed Jan 22 15:40:28 1997 Fred Fish <fnf@cygnus.com>
2704
2705 * coff-tic80.c (tic80coff_vec): Use correct data put/get
2706 routines for little endian data.
2707 * coffcode.h (coff_write_object_contents): Set magic to
2708 TIC80_ARCH_MAGIC for TIc80.
2709
0716c2e9
FF
2710Tue Jan 21 12:32:43 1997 Fred Fish <fnf@cygnus.com>
2711
2712 * coff-tic80.c (tic80coff_vec): Change to little endian data
2713 as the default.
2714
2715end-sanitize-tic80
db109ca2
ILT
2716Thu Jan 16 17:45:57 1997 Ian Lance Taylor <ian@cygnus.com>
2717
2718 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Change type of
2719 auxiliary_filters parameter to be const char * const *. Accept a
2720 NULL terminated array.
2721 * bfd-in.h (bfd_elf32_size_dynamic_sections): Update declaration.
2722 (bfd_elf32_size_dynamic_sections): Update declaration.
2723 * bfd-in2.h: Rebuild.
2724
2725Wed Jan 15 11:21:32 1997 Ian Lance Taylor <ian@cygnus.com>
2726
2727 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Treat a
2728 NOTYPE symbol in a text section as a FUNC symbol.
2729
2730 * coffcode.h (coff_compute_section_file_positions): Force
2731 relocbase to be aligned to COFF_DEFAULT_SECTION_ALIGNMENT_POWER.
2732
e1616e16
DE
2733Tue Jan 14 08:46:33 1997 Doug Evans <dje@canuck.cygnus.com>
2734
2735 * libaout.h (machine_type): Reserve several values for sparclet.
2736
4af93ad0
MM
2737start-sanitize-tic80
2738Mon Jan 13 22:39:08 1997 Michael Meissner <meissner@tiktok.cygnus.com>
2739
2740 * config.bfd (tic80-*-*): Don't require 'coff'.
2741
91eb4378 2742end-sanitize-tic80
0ce71ebd
MM
2743Mon Jan 13 19:36:25 1997 Michael Meissner <meissner@tiktok.cygnus.com>
2744
2745 * elf32-v850.c (v850_elf_howto_table): Set the special_function
2746 table to v850_elf_reloc for all non-standard relocations.
2747 (v850_elf_check_relocs): Add check for h being non-null.
2748 (v850_elf_reloc): Add R_V850_ZDA_OFFSET support. Use switch
2749 statement instead of multiple ifs.
2750 (v850_elf_relocate_section): Fix up error message, don't just call
2751 abort.
2752
483e1b91
JL
2753Mon Jan 6 13:28:35 1997 Jeffrey A Law (law@cygnus.com)
2754
09a7bde3 2755 * elf32-mn10200.c (elf_mn10200_howto): Don't ever set partial-inplace.
40131692
JL
2756 Use bfd_elf_generic_reloc as special function for all relocs.
2757 (bfd_elf32_mn10200_reloc): Remove unnecessary function.
2758
2759 * elf32-mn10200.c (elf_mn10200_howto): Set pcrel_offset for
483e1b91
JL
2760 24bit pc-relative reloc.
2761
28eb95aa
FF
2762start-sanitize-tic80
2763Fri Jan 3 16:33:00 1997 Fred Fish <fnf@cygnus.com>
2764
2765 * Makefile.in (coff-tic80.o): Add coffcode.h to dependency list.
2766 * coff-tic80.c (tic80coff_vec): Data byte order is big endian and
2767 header byte order is little endian. Use correct bfd_get and
2768 bfd_put routines for little endian headers.
2769 * coffcode.h (coff_set_arch_mach_hook): Set arch to
2770 bfd_arch_tic80 for TIC80_ARCH_MAGIC number.
2771
2772end-sanitize-tic80
b3ef3894
JL
2773Fri Jan 3 16:54:08 1997 Jeffrey A Law (law@cygnus.com)
2774
2775 * reloc.c: Add BFD_RELOC_24.
2776 * elf32-mn10200.c (enum reloc_type): Add 24bit and pcrel relocs.
2777 (elf_mn10200_howto, mn10200_reloc_map): Corresponding changes.
2778 * bfd-in2.h, libbfd.h: Rebuilt.
2779
ff12f303
ILT
2780Fri Jan 3 16:58:31 1997 Richard Henderson <rth@tamu.edu>
2781
2782 elf64-alpha multiple .got rewrite:
2783
2784 * elf-bfd.h (struct elf_backend_data): Add always_size_sections entry.
2785 (bfd_elf*_mkobject): Don't define here ...
2786 * elfxx-target.h: ... but rather here. Default always_size_sections
2787 hook to NULL.
cf2cd4cf 2788 * elf.c (elf_mkobject): Rename to bfd_elf_mkobject, since that was
ff12f303
ILT
2789 what the #defines in elf-bfd.h transmuted it to anyway.
2790
2791 * section.c: Add SEC_LINKER_CREATED flag.
2792 * bfd-in2.h: Rebuild.
2793 * elf32-i386.c (elf_i386_check_relocs): Add SEC_LINKER_CREATED to
2794 relocation section flags.
2795 (elf_i386_size_dynamic_sections): Use SEC_LINKER_CREATED instead of
2796 SEC_IN_MEMORY to recognize generated bits.
2797 * elf32-m68k.c (elf_m68k_check_relocs, elf_m68k_size_dynamic_sections):
2798 Likewise.
2799 * elf32-mips.c (mips_elf_final_link, mips_elf_create_dynamic_sections,
2800 mips_elf_create_compact_rel_section, mips_elf_create_got_section,
2801 mips_elf_check_relocs, mips_elf_size_dynamic_sections): Likewise.
2802 * elf32-ppc.c (ppc_elf_create_linker_section,
2803 ppc_elf_size_dynamic_sections): Likewise.
2804 * elf32-sparc.c (elf32_sparc_check_relocs,
2805 elf32_sparc_size_dynamic_sections): Likewise.
cf2cd4cf 2806 * elflink.c (_bfd_elf_create_got_section): Add SEC_LINKER_CREATED to
ff12f303
ILT
2807 section flags.
2808 (_bfd_elf_create_dynamic_sections): Likewise.
2809 (_bfd_elf_make_linker_section_rela): Likewise.
2810 * elflink.h (elf_link_create_dynamic_sections): Likewise.
2811 (bfd_elf,size_dynamic_sections): Call the always_size_sections hook.
2812 (elf_bfd_final_link): Use SEC_LINKER_CREATED instead of SEC_IN_MEMORY
2813 to identify generated bits.
2814 (elf_link_input_bfd): Likewise.
2815
2816 * elf64-alpha.c: Rewrite everything touching relocations.
2817
de224d6a
MM
2818Fri Jan 3 11:42:53 1997 Michael Meissner <meissner@tiktok.cygnus.com>
2819
2820 * elf32-v850.c (all functions and static variables): Go through
2821 and regularize names to be of the form v850_elf_<xxx>.
2822 (toplevel): Include <elf/v850.h>.
2823 (enum reloc_type): Move to include/elf/v850.h.
2824 (v850_elf_check_relocs): For common variables, if the variable is
2825 referenced by a R_V850_{SDA,ZDA,TDA} relocation, put the variable
2826 into the appropriate section.
2827 (elf_backend_check_relocs): Define.
2828
afaed5e9
MM
2829Tue Dec 31 15:15:28 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2830
2831 * elf32-v850.c (elf_v850_howto_table): Fix some spacing.
2832
148437ec
ILT
2833Tue Dec 31 14:44:50 1996 Ian Lance Taylor <ian@cygnus.com>
2834
7c342fc5
ILT
2835 * config.bfd (mips*el-*-linux*): New target.
2836 (mips*-*-linux*): New target.
2837
2838 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Clean up.
2839 Return a useful value.
2840
6ded6615
ILT
2841 * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
2842
dda7af9f
ILT
2843 * configure.in: Check ac_cv_func_mmap_fixed_mapped, not
2844 ac_cv_func_mmap.
2845 * configure: Rebuild.
ab98712a
ILT
2846 * configure.host: Use ac_cv_func_mmap_fixed_mapped instead of
2847 ac_cv_func_mmap in bfd/configure.host.
dda7af9f 2848
148437ec
ILT
2849 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Add
2850 filter_shlib and auxiliary_filter_shlib parameters.
2851 * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_AUXILIARY and
2852 DT_FILTER.
2853 * bfd-in.h (bfd_elf32_size_dynamic_sections): Update declaration.
2854 (bfd_elf64_size_dynamic_sections): Likewise.
2855 * bfd-in2.h: Rebuild.
2856
1eeccb22
ILT
2857Mon Dec 30 18:48:52 1996 Ian Lance Taylor <ian@cygnus.com>
2858
2859 * xcofflink.c (xcoff_build_ldsyms): When exporting all defined
2860 symbols, don't export a symbol which is defined by an object in an
2861 archive which contains shared objects.
2862
60b26712 2863start-sanitize-tic80
fc46a9ec
FF
2864Mon Dec 30 16:12:58 1996 Fred Fish <fnf@cygnus.com>
2865
2866 * archures.c (enum bfd_architecture): Add bfd_arch_tic80
2867 for TI TMS320c80 (MVP).
2868 (bfd_archures_list): Add bfd_tic80_arch.
2869 * bfd-in2.h: Regenerate by running "make headers".
2870
60b26712
FF
2871Sun Dec 29 16:18:52 1996 Fred Fish <fnf@cygnus.com>
2872
2873 * cpu-tic80.c (bfd_tic80_arch): Add struct.
2874 * configure.in (case $vec): Correct typo, "tb" not "tp".
2875 Also add cofflink.o for tic80coff_vec.
2876 * configure: Regenerate with autoconf.
2877
2878end-sanitize-tic80
412f8c93
ILT
2879Mon Dec 30 11:54:56 1996 Ian Lance Taylor <ian@cygnus.com>
2880
2881 * libbfd.c: Patch up the mmap code so that it is only built if BFD
2882 is configured with --with-mmap.
2883
5a608f5b 2884start-sanitize-tic80
fc46a9ec 2885Sun Dec 29 10:48:57 1996 Fred Fish <fnf@cygnus.com>
5a608f5b
FF
2886
2887 * Makefile.in (BFD32_BACKENDS): Add coff-tic80.o
2888 (ALL_MACHINES): Add cpu-tic80.o
2889 (cpu-tic80.o, coff-tic80.o): Add dependencies.
2890 * coff-tic80.c: Add skeleton, cloned from another coff config.
2891 * coffcode.h (coff_write_object_contents): Set magic to TIC80MAGIC
2892 for TIc80.
2893
2894end-sanitize-tic80
60b26712 2895Fri Dec 27 20:56:41 1996 Fred Fish <fnf@cygnus.com>
cd6213ff
FF
2896
2897 * TODO: Correct a misspelling.
2898start-sanitize-tic80
2899 * coff-tic80.c: New file for TI TMS320C80 (MVP).
2900 * cpu-tic80.c: New file for TI TMS320C80 (MVP).
2901 * configure.in (case $vec): Add tic80coff_vec entry.
2902 * configure: Regenerate with autoconf.
2903 * archures.c (bfd_tic80_arch): Declare.
2904 * bfd-in2.h (enum bfd_architecture): Add bfd_arch_tic80.
2905 * config.bfd (case ${targ}): Add tic80*-*-coff* target.
2906 * targets.c (tic80coff_vec): Add decl as extern bfd_target.
2907 (bfd_target_vector): Add tic80coff_vec entry.
2908end-sanitize-tic80
2909
6b8ec6f3
ILT
2910Fri Dec 27 11:48:12 1996 H.J. Lu <hjl@lucon.org>
2911
2912 * elflink.h (elf_buckets): Add some more values for larger
2913 binaries.
2914
78650abd
ILT
2915Thu Dec 26 18:36:54 1996 Ian Lance Taylor <ian@cygnus.com>
2916
2917 * Makefile.in (install): Move subdir_do out of conditional. From
2918 Fred Fish <fnf@cygnus.com>.
2919
8d16fe5c
JL
2920Wed Dec 18 10:04:30 1996 Jeffrey A Law (law@cygnus.com)
2921
2922 * elf32-mn10200.c (enum reloc_type): Enable basic 8, 16, and
2923 32 bit relocs.
2924 (elf_mn10200_howto_table): Likewise.
2925 (mn10200_reloc_map): Likewise.
2926
69e2ff18
ILT
2927Tue Dec 17 11:09:36 1996 Ian Lance Taylor <ian@cygnus.com>
2928
e4f4813f
ILT
2929 * elf32-mips.c (mips_elf_add_symbol_hook): Add 1 to the value of a
2930 mips16 symbol during the link.
2931 (mips_elf_finish_dynamic_symbol): Subtract 1 from the value of a
2932 mips16 symbol.
2933 (mips_elf_link_output_symbol_hook): New static function.
2934 (elf_backend_link_output_symbol_hook): Define.
2935
69e2ff18
ILT
2936 * elf.c (bfd_elf_print_symbol): Print the st_other field if it is
2937 not zero.
2938
e85f2fbd
ILT
2939Mon Dec 16 14:38:39 1996 Ian Lance Taylor <ian@cygnus.com>
2940
2941 * elf.c (bfd_section_from_shdr): Don't check for reloc sections
2942 against SEC_DEBUGGING sections here (revert patch of December 5).
2943 * elfcode.h (elf_object_p): Check for them here, instead.
2944
e35765a9
ILT
2945Sun Dec 15 14:46:06 1996 Ian Lance Taylor <ian@cygnus.com>
2946
2947 * elfcode.h (elf_slurp_reloc_table): Add dynamic parameter.
2948 * elf.c (_bfd_elf_canonicalize_reloc): Pass new argument to
2949 slurp_reloc_table.
2950 (_bfd_elf_get_dynamic_reloc_upper_bound): New function.
2951 (_bfd_elf_canonicalize_dynamic_reloc): New function.
2952 * elf-bfd.h (struct elf_size_info): Update declaration of
2953 slurp_reloc_table.
2954 (_bfd_elf_get_dynamic_reloc_upper_bound): Declare.
2955 (_bfd_elf_canonicalize_dynamic_reloc): Declare.
2956 * elfxx-target.h: Use new dynamic reloc routines by default.
2957 * elf64-mips.c (mips_elf64_slurp_reloc_table): Add dynamic
2958 parameter.
2959
6270adfb
ILT
2960Fri Dec 13 13:18:49 1996 Dan Wilder <dan@gasboy.com>
2961
2962 * coffcode.h (coff_set_flags): Use MC68KBCSMAGIC for bfd_arch_m68k
2963 if NAMES_HAVE_UNDERSCORE is defined.
2964
21e45f82
DE
2965Fri Dec 13 11:13:23 1996 Doug Evans <dje@canuck.cygnus.com>
2966
2967 * libaout.h (enum machine_type): Change M_SPARCLET from 142 to 131.
2968
e7bab9df
MM
2969Thu Dec 12 15:07:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2970
2971 * elf32-ppc.c (ppc_elf_check_relocs): Move R_PPC_PLTREL24 into the
2972 supported relocs.
2973
a5147005
ILT
2974Thu Dec 12 14:55:41 1996 Ian Lance Taylor <ian@cygnus.com>
2975
440f3914
ILT
2976 * elflink.h (elf_link_add_object_symbols): Only add a weak
2977 symbol if the real definition is in the dynamic symbol table.
2978 After finding the real definition, then, if it is dynamic, add the
2979 weak symbol to the dynamic symbol table.
2980
e5c3708d
ILT
2981 * coff-aux.c (coff_m68k_aux_link_add_one_symbol): Make static.
2982
a5147005
ILT
2983 * ppcboot.c (ppcboot_set_arch_mach): Don't define; it's a
2984 function.
2985 (ppcboot_bfd_print_private_bfd_data): Don't take the address of an
2986 array.
2987
2988Tue Dec 10 23:23:52 1996 Jeffrey A Law (law@cygnus.com)
2989
2990 * elf32-mn10300.c (reloc_type): Remove big endian mn10300 reloc
2991 variants.
2992 (elf32_mn10300_howto_table, mn10300_reloc_map): Likewise.
2993 (bfd_elf32_mn10300_reloc): Write data in little endian format.
2994 * reloc.c: Remove mn10300 big endian relocs.
2995 * bfd-in2.h, libbfd.h: Rebuilt.
2996
2997 * elf32-mn10200.c: Update from elf32-mn10300.c.
cf2cd4cf 2998
207e944c
JL
2999Fri Dec 6 15:18:05 1996 Jeffrey A Law (law@cygnus.com)
3000
31cffd2e
JL
3001 * elf32-mn10300.c (elf_symbol_leading_char): Define.
3002
207e944c
JL
3003 * elf32-mn10300.c: Add some comments.
3004
6dcf1ef5
ILT
3005Fri Dec 6 17:16:43 1996 Ian Lance Taylor <ian@cygnus.com>
3006
3007 * ihex.c (ihex_scan): Always initialize buf before jumping to
3008 error_return.
3009 (ihex_read_section): Likewise.
3010
d28f058e
JL
3011Thu Dec 5 22:29:18 1996 Jeffrey A Law (law@cygnus.com)
3012
3013 * elf32-mn10300.c (elf_mn10300_howto_table): Don't set partial-
3014 inplace for most relocs.
3015
80be821d
ILT
3016Thu Dec 5 13:24:46 1996 Ian Lance Taylor <ian@cygnus.com>
3017
3018 * elflink.h (elf_link_add_object_symbols): Calling check_relocs
3019 even if SEC_ALLOC is not set.
3020 * elf32-i386.c (elf_i386_check_relocs): Don't check SEC_ALLOC
3021 when deciding whether to copy a reloc into a shared object.
3022 (elf_i386_relocate_section): Likewise.
3023 * elf32-sparc.c (elf32_sparc_check_relocs): Likewise.
3024 (elf32_sparc_relocate_section): Likewise.
3025 * elf32-i386.c (elf_i386_check_relocs): Don't set SEC_ALLOC in a
3026 reloc section if it is not set in the source section.
3027 * elf32-sparc.c (elf32_sparc_check_relocs): Likewise.
3028 * elf.c (bfd_section_from_shdr): Mark a reloc section associated
3029 with a SEC_DEBUGGING section as SEC_DEBUGGING.
3030
e5c4495c
MM
3031Wed Dec 4 14:18:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3032
3033 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): #if 0 code that
3034 expects a .got.plt until we actually create it.
3035
179b58d9
ILT
3036Mon Dec 2 12:13:51 1996 Ian Lance Taylor <ian@cygnus.com>
3037
e5c4495c
MM
3038 * cofflink.c (_bfd_coff_generic_relocate_section): Print an error
3039 message for bfd_reloc_outofrange, rather than aborting. From
3040 Philippe De Muyter <phdm@info.ucl.ac.be>.
3041
179b58d9
ILT
3042 * cofflink.c (_bfd_coff_final_link): If there aren't any relocs in
3043 a relocateable link, don't try to process them. From Heinz Wrobel
3044 <wrobel@lpr.e-technik.tu-muenchen.de>.
3045
943686fa
JL
3046Mon Dec 2 00:39:24 1996 Jeffrey A Law (law@cygnus.com)
3047
3048 * elf32-mn10300.c (mn10300_info_howto): Renamed from
a5147005 3049 mn10300_info_howto_rel. Tweak reloc argument to be an
943686fa
JL
3050 Elf32_Internal_Rela.
3051 (USE_RELA): Define instead of USE_REL.
3052 (elf_info_to_howto, elf_info_howto_rel): Corresponding changes.
3053
0e0f4106
PS
3054Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3055
3056 * configure.in, configure: Handle mips*-sgi-irix6*.
3057 * irix-core.c (irix_core_core_file_p): Accept CORE_MAGICN32
3058 core files.
3059
15aafe49
ILT
3060Wed Nov 27 12:10:25 1996 Ian Lance Taylor <ian@cygnus.com>
3061
3062 * elf32-i386.c (elf_i386_relocate_section): Warn about a
3063 relocation against a symbol defined in a section with no output
3064 section.
3065
6c02f1a0
ILT
3066Tue Nov 26 11:07:31 1996 Ian Lance Taylor <ian@cygnus.com>
3067
dfc7020d
ILT
3068 * aclocal.m4 (BFD_CC_FOR_BUILD): Don't require AC_C_CROSS.
3069 * configure, config.in: Rebuild with autoconf 2.12.
3070
6c02f1a0
ILT
3071 * elf-bfd.h (struct elf_link_hash_entry): Add other field.
3072 * elf.c (_bfd_elf_link_hash_newfunc): Initialize other field.
3073 (swap_out_syms): Set st_other from existing st_other field.
3074 * elflink.h (elf_link_add_object_symbols): Store st_other in hash
3075 table other field.
3076 (elf_link_output_extsym): Set the other field from the global hash
3077 table entry.
3078 * elf32-mips.c (enum reloc_type): Add R_MIPS16_26.
3079 (elf_mips16_jump_howto): New static variable.
3080 (mips16_jump_reloc): New static function.
3081 (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_MIPS16_JMP.
3082 (mips_info_to_howto_rel): Handle R_MIPS16_26.
3083 (mips_elf_relocate_section): Handle R_MIPS16_26. Handle R_MIPS_26
3084 to a mips16 symbol.
3085 * reloc.c (BFD_RELOC_MIPS16_JMP): Add to list of relocs.
3086 * bfd-in2.h, libbfd.h: Rebuild.
3087 * cpu-mips.c (arch_info_struct): Add mips:16 entry.
3088
f082b5ea
ILT
3089Mon Nov 25 11:23:32 1996 Ian Lance Taylor <ian@cygnus.com>
3090
3091 * configure.host: Use long long for mips-sgi-irix6*.
3092
3093 * coffswap.h (coff_swap_scnhdr_out): Make line number overflow
3094 only a warning. From Philippe De Muyter <phdemuyt@ulb.ac.be>.
3095
12fdaaf8
JL
3096Mon Nov 25 08:52:29 1996 Jeffrey A Law (law@cygnus.com)
3097
3098 * elf32-mn10300.c (bfd_elf32_mn10300_reloc): New function.
3099 (enum reloc_type): Add more reloc types.
3100 (elf32_mn10300_howto_table): Update for new reloc types.
3101 (elf32_mn10300_reloc_map): Update for new reloc types.
3102 * reloc.c: Add some new relocs for the mn10300 series.
3103 * bfd-in2.h, libbfd.h: Rebuilt.
cf2cd4cf 3104
23def276
JL
3105Sat Nov 23 13:26:18 1996 Jeffrey A Law (law@cygnus.com)
3106
3107 * som.c (setup_sections): Don't lose for a space which has
3108 no data, but some symbols.
3109
a600a89e
ILT
3110Fri Nov 22 11:32:13 1996 Ian Lance Taylor <ian@cygnus.com>
3111
3112 * sunos.c (struct sunos_link_hash_table): Add got_needed field.
3113 (sunos_link_hash_table_create): Initialize got_needed.
3114 (sunos_create_dynamic_sections): Only set .got section size if it
3115 is not already set. Set got_needed.
3116 (bfd_sunos_size_dynamic_sections): Check got_needed. Only set
3117 sdynptr, and only handle dynamic sections, if dynamic sections are
3118 needed.
3119 (sunos_scan_std_relocs): Pass false to create_dynamic_sections.
3120 Initialize .got section.
3121 (sunos_scan_ext_relocs): Likewise.
3122 (sunos_write_dynamic_symbol): Set up PLT entry even if this is not
3123 a dynamic symbol.
3124 (sunos_finish_dynamic_link): Check got_needed. Only set up
3125 dynamic linking information if needed.
3126
aa09d6b2 3127Thu Nov 21 10:31:31 1996 Rob Savoye (rob@cygnus.com)
cf2cd4cf 3128
aa09d6b2
RS
3129 * config.bfd: Added VersaDOS format to the Ericsson configuration.
3130
c3239e66
JL
3131Wed Nov 20 16:31:31 1996 Jeffrey A Law (law@cygnus.com)
3132
3133 * elf32-mn10300.c: Rough cut at relocs for the mn10300.
3134
c3239e66
JL
3135Wed Nov 13 08:12:38 1996 Jeffrey A Law (law@cygnus.com)
3136
3137 * Makefile.in (elf32-d10v.o): Don't depend on elf/d10v.h
3138 anymore.
3139
c3239e66
JL
3140Tue Nov 12 13:30:00 1996 Dawn Perchik <dawn@cygnus.com>
3141
3142 * filemode.c: Include sysdep.h.
3143 * ihex.c: Add casts to eliminate compiler warnings.
3144 * sunos.c: Add casts to eliminate compiler warnings.
3145
9e23db76
MM
3146Mon Nov 11 10:37:02 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3147
3148 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Create .got.plt
3149 section.
3150 (ppc_elf_check_relocs): Add support for R_PPC_LOCAL24PC. Make
3151 appropriate relocations in the .so file if shared.
3152 (ppc_elf_relocate_section): Ditto.
3153
affcfcf9
DE
3154Tue Oct 29 15:03:02 1996 Doug Evans <dje@canuck.cygnus.com>
3155
3156 * elf32-m32r.c (elf_m32r_howto_table, R_M32R_24): Use
3157 complain_overflow_unsigned.
3158
421a2956
MH
3159Tue Oct 29 12:53:46 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3160
3161 * elf32-d10v.c (elf_d10v_howto_table): Don't complain on
3162 overflows for R_D10V_16 and R_D10V_18.
3163
061cc10b
ILT
3164Tue Oct 29 13:23:53 1996 Ian Lance Taylor <ian@cygnus.com>
3165
3166 * ieee.c (ieee_write_section_part): Use LMA rather than VMA.
3167 (do_with_relocs): Likewise.
3168 (do_as_repeat): Likewise.
3169 (copy_expression): Likewise.
3170
3171Fri Oct 25 16:56:40 1996 Ian Lance Taylor <ian@cygnus.com>
3172
3173 * ieee.c (ieee_write_external_part): Correctly record whether
3174 there is an external part.
3175
061cc10b
ILT
3176Thu Oct 24 14:32:52 1996 Jeffrey A Law (law@cygnus.com)
3177
3178 * elf32-v850.c (elf32_v850_bfd_final_link_relocate): Correctly
3179 handle tda offsets for sld.w and sst.w instructions.
3180 Fix alignment check in sld.w and sst.w tda reloc handling.
3181
27c7e907
SG
3182Thu Oct 24 09:08:47 1996 Stu Grossman (grossman@critters.cygnus.com)
3183
3184 * aclocal.m4, configure: Set USE_BINARY_FOPEN for *-*-windows.
3185
90ffe48b
JL
3186Wed Oct 23 00:53:16 1996 Jeffrey A Law (law@cygnus.com)
3187
3188 * elf32-v850.c: Add comments about assumptions about
3189 char, short & long sizes.
3190 (elf32_v850_bfd_final_link_relocate): Fix sign extension
3191 problems for several relocs.
3192
3193 * elf32-v850.c (elf32_v850_howto_table): Fix typo in
3194 R_V850_SDA_OFFSET entry.
3195
84be2a8f
ILT
3196Wed Oct 23 00:20:34 1996 Ian Lance Taylor <ian@cygnus.com>
3197
3198 * xcofflink.c (bfd_xcoff_import_symbol): Don't allocate ldsym.
3199 Store import file index in ldindx.
3200 (xcoff_build_ldsyms): Assume that ldsym was not previously
3201 allocated. For an imported symbol, copy ldindx into l_ifile.
3202
725b96f5
JL
3203Tue Oct 22 19:20:38 1996 Jeffrey A Law (law@cygnus.com)
3204
c322f1b5 3205 * elf32-v850.c (elf_v850_howto_table): Fix ordering of
90ffe48b
JL
3206 R_V850_ZDA_OFFSET and R_V850_TDA_OFFSET. Fix various
3207 fields in R_V850_TDA_OFFSET.
c322f1b5 3208 (elf32_v850_bfd_final_link_relocate): Tweak pc-relative
90ffe48b 3209 relocs to work more like other relocs. Handle R_V850_TDA_OFFSET
c322f1b5
JL
3210 relocations.
3211
725b96f5
JL
3212 * elf32-v850.c: Include bfdlink.h.
3213 (bfd_elf32_v850_reloc): Return an error if we get a reloc
3214 we can't handle.
3215 (elf32_v850_bfd_final_link_relocate): New function.
3216 (v850_elf_relocation_section): Likewise.
3217 (elf_backend_relocate_section): Define.
3218
40c0ea5a
ILT
3219Tue Oct 22 17:22:43 1996 Ian Lance Taylor <ian@cygnus.com>
3220
3221 * binary.c (binary_set_section_contents): Ignore sections which
3222 don't have SEC_LOAD and SEC_ALLOC set.
3223
9c52f4b2
JL
3224Mon Oct 21 12:13:05 1996 Jeffrey A Law (law@cygnus.com)
3225
3226 * linker.c (_bfd_generic_final_link): Avoid losing static
3227 symbols in the .bss section.
3228
bd4dd3d0
ILT
3229Mon Oct 21 10:54:58 1996 Ian Lance Taylor <ian@cygnus.com>
3230
68553b63
ILT
3231 * elf32-mips.c (elf_mips_howto_table): Describe R_MIPS_64.
3232 (mips32_64bit_reloc): New static function.
3233 (mips_reloc_map): Add entry for BFD_RELOC_64.
3234 (mips_elf_relocate_section): Handle R_MIPS_64.
3235
bd4dd3d0
ILT
3236 * linker.c (default_indirect_link_order): Print an error message
3237 when attempting to do a relocateable link with different object
3238 file formats, rather than calling abort.
3239
56910544
DE
3240Thu Oct 17 10:43:29 1996 Doug Evans <dje@canuck.cygnus.com>
3241
3242 * reloc.c (m32r relocs): Rename them.
3243 * bfd-in2.h, libbfd.h: Regenerated.
3244 * elf32-m32r.c: Update.
3245 (m32r_elf_10_pcrel_reloc): New function.
3246 (elf_m32r_howto_table, R_M32R_10_PCREL entry): Use it.
3247 (elf_m32r_howto_table, R_M32R_24 entry): Fix {src,dst}_masks.
3248
e1d98a0a
JL
3249Wed Oct 16 11:24:35 1996 Jeffrey A Law (law@cygnus.com)
3250
4948949e
JL
3251 * linker.c (_bfd_generic_final_link): Set "linker_mark" for
3252 all sections that will be included in the output file.
3253 (_bfd_generic_link_output_symbols): Discard symbols in sections
3254 which are being discarded.
b6d08fce
JL
3255 * elf32-v850.c (enum reloc_type): Add R_V850_SDA_OFFSET,
3256 R_V850_TDA_OFFSET and R_V850_ZDA_OFFSET.
3257 (elf_v850_howto_table): Corresponding changes.
3258 (elf_v850_reloc_map): Corresponding changes.
3259 * reloc.c: Add additional V850 relocations.
3260 * bfd-in2.h, libbfd.h: Rebuilt.
3261
e1d98a0a
JL
3262 * elf32-v850.c (bfd_elf32_v850_reloc): Mask out bits we
3263 no longer want in pc-relative relocs.
3264
05f1baaa
JL
3265Tue Oct 15 22:17:37 1996 Jeffrey A Law (law@cygnus.com)
3266
3267 * elf32-v850.c (bfd_elf32_v850_reloc): Don't silently
3268 accept a reloc against an undefined sybmol!
3269
1336da39
SG
3270Tue Oct 15 16:17:28 1996 Stu Grossman (grossman@critters.cygnus.com)
3271
3272 * elf32-v850.c: Define elf_symbol_leading_char to be '_'.
3273
c24453fe
ILT
3274Tue Oct 15 12:40:41 1996 Ian Lance Taylor <ian@cygnus.com>
3275
ede836b9
ILT
3276 * VERSION: Bump for new relocation.
3277
c24453fe
ILT
3278 * hosts/i386bsd.h: If NBPG is not defined, define it as
3279 PAGE_SIZE, for recent versions of FreeBSD.
3280
e7a50458
ILT
3281Mon Oct 14 12:37:26 1996 Ian Lance Taylor <ian@cygnus.com>
3282
3283 * configure.host: Use `long long' as the 64 bit type on a Solaris
3284 host, since both gcc and the SunPRO compilers support it.
3285
6b31fd3a
ILT
3286Mon Oct 14 11:17:24 1996 Richard Henderson <rth@tamu.edu>
3287
cf2cd4cf 3288 * reloc.c: Create a new BFD_RELOC_ALPHA_ELF_LITERAL. It was a
6b31fd3a
ILT
3289 mistake to have reused the ECOFF LITERAL for ELF since they have
3290 different semantics.
3291 * elf64-alpha.c (elf_reloc_map): Map from ELF_LITERAL.
3292 * bfd-in2.h, libbfd.h: Rebuild.
3293
3294 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Trap .got
3295 section overflow.
3296
3297 * elf64-alpha.c (elf64_alpha_relocate_section): Do not emit a
3298 dynamic relocation for an undefweak symbol when we are building
3299 a static executable.
3300
f20f2474
SS
3301Thu Oct 10 11:15:06 1996 Stan Shebs <shebs@andros.cygnus.com>
3302
3303 * mpw-make.sed (config.bfd, targmatch.sed): Edit references to
3304 point explicitly to srcdir.
3305 (targmatch.h): Edit references to point explicitly to objdir.
3306
3e222a5a
ILT
3307Thu Oct 10 14:14:23 1996 Ian Lance Taylor <ian@cygnus.com>
3308
3309 * config.bfd: When setting targ_cpu, don't get confused by
3310 linux-gnu.
3311
81501797
SG
3312Tue Oct 8 08:51:19 1996 Stu Grossman (grossman@critters.cygnus.com)
3313
3314 * configure.host: Add support for windows host (a build done
3315 under the Microsoft build environment).
3316
fe4ff515
ILT
3317Tue Oct 8 11:40:16 1996 Ian Lance Taylor <ian@cygnus.com>
3318
1c4794f5
ILT
3319 * elflink.h (elf_link_add_object_symbols): If a symbol is a weak
3320 definition in a dynamic object, add it to the dynamic symbol table
3321 if any dynamic object mentions it. Reverts part of last patch.
3322
9d81de19
ILT
3323 * sunos.c (struct sunos_link_hash_table): Add got_base field.
3324 (sunos_link_hash_table_create): Initialize got_base.
3325 (bfd_sunos_size_dynamic_sections): If the .got section is more
3326 than 0x1000 bytes, set __GLOBAL_OFFSET_TABLE_ and got_base to
3327 0x1000.
3328 (sunos_check_dynamic_reloc): Subtract got_base from a base
3329 relative relocation.
3330
fe4ff515
ILT
3331 * elf32-mips.c (elf_mips_isa): New static function.
3332 (_bfd_mips_elf_merge_private_bfd_data): Don't warn about linking
3333 -mips1 and -mips2 code together, or -mips3 and -mips4 code.
3334
1233f74b
ILT
3335Mon Oct 7 11:44:17 1996 Ian Lance Taylor <ian@cygnus.com>
3336
3337 * archive.c (do_slurp_coff_armap): Only treat archive as little
3338 endian for i960 COFF.
3339
a3d5a706
ILT
3340Fri Oct 4 13:49:01 1996 Ian Lance Taylor <ian@cygnus.com>
3341
65f56a58
ILT
3342 * coffcode.h (coff_compute_section_file_positions): Adjust sofar
3343 by the change in size of the section when EXEC_P is not set.
3344
a9dd34a9
ILT
3345 * coff-m68k.c (coff_rtype_to_howto): Define if not defined.
3346 (m68kcoff_rtype_to_howto): New static function.
3347 * cf-m68klynx.c (coff_m68k_lynx_rtype_to_howto): Add the section
3348 VMA to the addend for a PC relative reloc.
3349
05a68c24
ILT
3350 * dep-in.sed: Rework backslash loop a bit to avoid bug in sed on
3351 HP/UX 10.20.
3352 * Makefile.in: Rebuild dependencies.
3353
a3d5a706
ILT
3354 * dep-in.sed: Remove ../bfd/sysdep.h, since it will appear when
3355 som.h is included.
3356
c00ae065
JL
3357Fri Oct 4 11:41:39 1996 Jeffrey A Law (law@cygnus.com)
3358
3359 * Makefile.in: Remove explicit dependencies for mn10200 and
3360 mn10300 files.
3361 (ALL_MACHINE_CFILES): Add cpu-mn10200.c and cpu-mn10300.c.
3362 (BFD32_BACKENDS_CFILES): Add elf32-mn10200.c and elf32-mn10300.c
3363 (dependencies): Rebuilt.
3364
dee99794
ILT
3365Thu Oct 3 16:57:51 1996 Ian Lance Taylor <ian@cygnus.com>
3366
1d871eb7
ILT
3367 * cofflink.c (coff_link_add_symbols): Set obj_coff_keep_syms
3368 during this function.
3369
6b5af55c
ILT
3370 * elflink.c (_bfd_elf_create_linker_section): Only use an existing
3371 section if the flags are compatible.
3372
dee99794
ILT
3373 * configure.in: Add havevecs, and put it in tdefaults.
3374 * mpw-config.in: Likewise.
3375 * configure: Rebuild.
3376 * targmatch.sed: New file; a sed script to build targmatch.h from
3377 config.bfd.
3378 * config.bfd: Add #if, #endif, and comments for targmatch.h.
3379 * targets.c: Include "fnmatch.h".
3380 (struct targmatch): Define.
3381 (bfd_target_match): Define by including targmatch.h.
3382 (bfd_find_target): If the target is not found by name, search for
3383 it as a configuration triplet.
3384 * Makefile.in: Rebuild dependencies.
3385 (BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
3386 i386dynix.o, m68k4knetbsd.o, and riscix.o.
3387 (BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
3388 hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
3389 (HFILES): Add targmatch.h. Also, alphabetize and reindent.
3390 (CFILES): Remove i386dynix.c and hp300bsd.c.
3391 (targmatch.h): New target.
3392 (do_clean): Remove targmatch.h.
3393
3394 * configure.in: Add BFD_NEED_DECLARATION(getenv).
3395 * acconfig.h: Add NEED_DECLARATION_GETENV.
3396 * configure, config.in: Rebuild.
3397 * sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
3398 * aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
3399
ae1b99e4
JL
3400Thu Oct 3 09:29:09 1996 Jeffrey A Law (law@cygnus.com)
3401
3402 * cpu-mn10x00.c, elf32-mn10x00: Removed.
3403 * cpu-mn10200.c, cpu-mn10300.c: New files.
3404 * elf32-mn10200.c, elf32-mn10300.c: New files.
3405 * Makefile.in: Break mn10x00 support into two separate
3406 configurations, mn10200 and mn10300.
3407 * archures.c, config.bfd, configure.in, elf.c, targets.c: Likewise.
3408 * bfd-in2.h, configure: Rebuilt.
3409
4c7f3fde
JM
3410Thu Oct 3 15:38:19 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
3411
3412 * Makefile.in (do_clean): Move config.log to do_distclean.
3413
efc2b064
JL
3414Wed Oct 2 21:40:55 1996 Jeffrey A Law (law@cygnus.com)
3415
3416 * cpu-mn10x00.c, elf32-mn10x00.c: New files.
3417 * Makefile.in (ALL_MACHINES): Add cpu-mn10x00.o.
3418 (BFD32_BACKENDS): Similarly for elf32-mn10x00.o.
3419 (elf32-mn10x00.o): Add dependencies.
3420 * archures.c (enum bfd_architecture): Add bfd_arch_mn10x00.
3421 (bfd_mn10x00_arch): Declare.
3422 (bfd_archures_list): Add bfd_mn10x00_arch.
3423 * config.bfd: Add mn10x00-*-*.
3424 * configure.in: Add bfd_elf32_mn10x00_vec.
3425 * elf.c (prep_headers): Handle bfd_arch_mn10x00.
3426 * targets.c (bfd_elf32_mn10x00_vec): Declare.
3427 (bfd_target_vector): Add bfd_elf32_mn10x00_vec.
3428 * bfd-in2.h, configure: Rebuilt.
cf2cd4cf 3429
bf53bd9f
ILT
3430Wed Oct 2 15:46:45 1996 Klaus Kaempf <kkaempf@progis.de>
3431
3432 openVMS/Alpha: Provide filename and case_hack flags via
3433 symbol table from gas.
3434 Add case_hack code for symbol output from vax/vms.
3435 * evax-alpha.c (evax_initialize): Remove filename handling,
3436 filename is provided via symbol table.
3437 (evax_get_symtab): Use local symbol count when setting up table.
3438 * evax-egsd.c (_bfd_evax_slurp_egsd): Print correct name when
3439 debugging.
3440 (_bfd_evax_write_egsd): Skip file name symbol.
3441 * evax-emh.c (get_vms_time_string): Local function now.
3442 (_bfd_evax_write_emh): Extract source filename and case_hack flags
3443 from symbol table.
3444 * evax_write_etir (_bfd_evax_write_etir): Pass all symbol names
3445 through _bfd_evax_case_hack_symbol.
3446 * evax-misc.c (hash_string, _bfd_evax_case_hack_symbol): New
3447 functions.
3448 (_bfd_evax_basename): Removed.
3449 (_bfd_get_vms_time_string): Moved to evax-emh.c.
3450 * evax.h (evax_private_data_struct): Remove filename.
3451 (flag_hash_long_names, flag_show_after_trunc,
3452 flag_no_hash_mixed_case, vms_name_mapping): New flags for
3453 vms_case_hack.
3454
263d4a62
ILT
3455Wed Oct 2 12:02:02 1996 Ian Lance Taylor <ian@cygnus.com>
3456
a0fe6c2d
ILT
3457 * freebsd.h (N_GET_MAGIC_NET): Don't use ntohl.
3458 (N_GETMID_NET, N_GETFLAG_NET): Likewise.
3459 (NO_SWAP_MAGIC): Don't define.
3460 (SWAP_MAGIC): Define.
3461
263d4a62
ILT
3462 * cofflink.c (_bfd_coff_link_input_bfd): Don't crash if there is
3463 no hash table entry for a global symbol.
3464
161ac690
ILT
3465Tue Oct 1 16:14:22 1996 Joel Sherrill <joel@oarcorp.com>
3466
3467 * config.bfd (mips*-*-rtems*): New target, like mips*-*-elf*.
3468
0db6249c
ILT
3469Tue Oct 1 12:31:39 1996 Ian Lance Taylor <ian@cygnus.com>
3470
8dd53b5c
ILT
3471 * cofflink.c (coff_link_add_symbols): Don't override a meaningful
3472 symbol type with T_NULL. Warn if symbol type changes. Based on
e5c4495c 3473 patch from Philippe De Muyter <phdm@info.ucl.ac.be>.
8dd53b5c 3474
0db6249c
ILT
3475 * elflink.h (elf_link_add_object_symbols): Only put a symbol from
3476 a dynamic object in the dynamic symbol table if it is referenced
3477 or defined by a regular object.
3478
0db6249c
ILT
3479Fri Sep 27 18:41:07 1996 Stu Grossman (grossman@critters.cygnus.com)
3480
3481 * elf32-v850.c (bfd_elf32_v850_is_local_label): New function to
3482 remove dwarf local labels. Shrinks binaries by a factor of 3!
3483
0db6249c
ILT
3484Mon Sep 23 13:33:00 1996 Ian Lance Taylor <ian@cygnus.com>
3485
3486 * elf32-ppc.c (ppc_elf_add_symbol_hook): Create the .sbss section
3487 by hand, rather than by calling bfd_make_section.
3488
80675684
DE
3489Mon Sep 23 09:23:41 1996 Doug Evans <dje@seba.cygnus.com>
3490
3491 * reloc.c: Rename m32r relocs.
3492 * bfd-in2.h, libbfd.h: Rebuilt.
3493 * elf32-m32r.c: Update.
80675684 3494
a5a43df1
ILT
3495Fri Sep 20 11:43:43 1996 Ian Lance Taylor <ian@cygnus.com>
3496
e12ab364
ILT
3497 * aoutx.h (aout_link_input_section_ext): When doing a relocateable
3498 link, adjust the symbol index of a base relative reloc. Don't
3499 change the addend of a PC relative reloc if pcrel_offset is set.
3500 * sunos.c (bfd_sunos_size_dynamic_sections): Don't do anything for
3501 a relocateable link.
3502
a5a43df1
ILT
3503 * reloc.c (bfd_perform_relocation): Apply the relocation even if
3504 it is zero, in case src_mask matters.
3505 (bfd_install_relocation): Likewise.
3506
e425358f
ILT
3507Thu Sep 19 11:03:06 1996 Ian Lance Taylor <ian@cygnus.com>
3508
3509 * xcofflink.c (xcoff_link_add_symbols): Always initialize
3510 keep_syms.
3511 (_bfd_xcoff_bfd_final_link): Don't set target_index
3512 to an uninitialized value.
3513
7f21c97c
ILT
3514Tue Sep 17 14:18:31 1996 Ian Lance Taylor <ian@cygnus.com>
3515
3516 * coffcode.h (coff_slurp_line_table): Warn about illegal symbol
3517 indices, rather than crashing.
3518 (coff_slurp_reloc_table): Likewise. Check whether the howto field
3519 is NULL.
8d784abe
ILT
3520 * coff-sh.c (sh_relocate_section): Check for an illegal symbol
3521 index.
7f21c97c 3522
9859bc31
ILT
3523Mon Sep 16 12:39:36 1996 Ian Lance Taylor <ian@cygnus.com>
3524
1153e84b
ILT
3525 * coff-arm.c (aoutarm_std_reloc_howto): Change dst_mask for ARM26D
3526 reloc to 0.
3527 (coff_arm_adjust_symndx): New static function.
3528 (coff_adjust_symndx): Define.
3529
9859bc31
ILT
3530 * srec.c (srec_scan): Accept multiple symbols on a single line.
3531 From Pascal Martin <pmartin@alsys.com>.
3532
3533 * README: New file.
3534
f8b82e49
DE
3535Fri Sep 13 14:32:42 1996 Doug Evans <dje@canuck.cygnus.com>
3536
3537 * aoutf1.h (MY_bfd_merge_private_bfd_data): Define.
3538 (sunos_merge_private_bfd_data): New function.
3539
0a7b8735
ILT
3540Fri Sep 13 15:50:57 1996 Ian Lance Taylor <ian@cygnus.com>
3541
76d30c3f
ILT
3542 * bfd.c (bfd_copy_private_bfd_data): Switch on output BFD rather
3543 than input BFD.
3544 (bfd_merge_private_bfd_data): Likewise.
3545 * section.c (bfd_copy_private_section_data): Likewise.
3546 * syms.c (bfd_copy_private_symbol_data): Likewise.
3547 * bfd-in2.h: Rebuild.
3548 * aout-target.h (MY_bfd_copy_private_section_data): Check that
3549 both BFD's are the right flavour.
3550 * ecoff.c (_bfd_ecoff_bfd_copy_private_bfd_data): Likewise.
3551 * elf.c (_bfd_elf_copy_private_symbol_data): Likewise.
3552 * elf32-mips.c (_bfd_mips_elf_copy_private_bfd_data): Likewise.
3553 (_bfd_mips_elf_merge_private_bfd_data): Likewise.
3554 * elf32-ppc.c (ppc_elf_copy_private_bfd_data): Likewise.
3555 (ppc_elf_merge_private_bfd_data): Likewise.
3556 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Likewise.
3557 * peicode.h (pe_bfd_copy_private_section_data): Likewise.
3558
0a7b8735
ILT
3559 * elf32-hppa.c (elf_hppa_howto_table): Fill in some fields for
3560 R_PARISC_DIR32, so that _bfd_stab_section_find_nearest_line passes
3561 its sanity check.
3562
3ebefb07
DE
3563Thu Sep 12 11:45:57 1996 Doug Evans <dje@seba.cygnus.com>
3564
3565 * reloc.c: Add m32r relocs.
3566 * bfd-in2.h, libbfd.h: Rebuilt.
6cb9c903 3567 * cpu-m32r.c,elf32-m32r.c: New files.
3ebefb07 3568
cacfb845
ILT
3569Thu Sep 12 11:10:05 1996 Ian Lance Taylor <ian@cygnus.com>
3570
3571 * ieee.c (ieee_vec): Set symbol_leading_char field to '_'.
3572
d7775b43
ILT
3573Wed Sep 11 11:57:56 1996 Ian Lance Taylor <ian@cygnus.com>
3574
e461da9b
ILT
3575 * tekhex.c (first_phase): Change type parameter from char to int.
3576 (out): Likewise.
3577 (pass_over): Change func to expect int, not char.
3578
d7775b43
ILT
3579 * elf.c (assign_file_positions_for_segments): Test SEC_ALLOC
3580 rather than SEC_LOAD when aligning the file offset for the first
3581 section in a segment.
3582
ea3f0585
FF
3583Tue Sep 10 16:18:30 1996 Fred Fish <fnf@cygnus.com>
3584
3585 * syms.c (coff_section_type): Make arg const.
3586 * irix-core.c (irix_core_core_file_p): Remove extraneous extra arg
3587 to make_bfd_asection().
3588 * elf-bfd.h (bfd_section_from_phdr): Add prototype.
3589 * elfcode.h (bfd_section_from_phdr): Remove prototype.
3590 (_bfd_elf_stringtab_init): Remove prototype.
3591
3592 * netbsd-core.c (swap_abort): Add prototype.
3593 * aix386-core.c (swap_abort): Ditto & make static
3594 * hpux-core.c (swap_abort): Ditto & make static.
3595 * irix-core.c (swap_abort): Ditto & make static.
3596 * ptrace-core.c (swap_abort): Ditto & make static.
3597 * trad-core.c (swap_abort): Ditto & make static.
3598 * coffswap.h (coff_swap_reloc_in): Ditto.
3599 (coff_swap_reloc_out): Ditto.
3600 (coff_swap_filehdr_in): Ditto.
3601 (coff_swap_filehdr_out): Ditto.
3602 (coff_swap_sym_in): Ditto.
3603 (coff_swap_sym_out): Ditto.
3604 (coff_swap_aux_in): Ditto.
3605 (coff_swap_aux_out): Ditto.
3606 (coff_swap_lineno_in): Ditto.
3607 (coff_swap_lineno_out): Ditto.
3608 (coff_swap_aouthdr_in): Ditto.
3609 (coff_swap_aouthdr_out): Ditto.
3610 (coff_swap_scnhdr_in): Ditto.
3611 (coff_swap_scnhdr_out): Ditto.
3612 * ihex.c (ihex_sizeof_headers): Ditto.
3613 * tekhex.c (getsym): Ditto.
3614 (find_chunk): Ditto & make static.
3615 (insert_byte): Ditto.
3616 (first_phase): Ditto.
3617 (pass_over): Ditto.
3618 (tekhex_get_symtab): Ditto & make static.
3619 (tekhex_get_symtab_upper_bound): Ditto & make static.
3620 (tekhex_mkobject): Ditto.
3621 (tekhex_object_p): Ditto.
3622 (move_section_contents): Ditto.
3623 (tekhex_get_section_contents): Ditto.
3624 (tekhex_set_arch_mach): Ditto & make static.
3625 (tekhex_set_section_contents): Ditto.
3626 (writevalue): Ditto.
3627 (writesym): Ditto.
3628 (out): Ditto.
3629 (tekhex_write_object_contents): Ditto.
3630 (tekhex_sizeof_headers): Ditto.
3631 (tekhex_make_empty_symbol): Ditto.
3632 (tekhex_get_symbol_info): Ditto.
3633 (tekhex_print_symbol): Ditto.
3634 * irix-core.c (make_bfd_asection): Ditto.
3635 (irix_core_core_file_p): Ditto.
3636 (irix_core_core_file_failing_command): Ditto.
3637 (irix_core_core_file_failing_signal): Ditto.
3638 (irix_core_core_file_matches_executable_p): Ditto.
3639 (irix_core_make_empty_symbol): Ditto.
3640 * coff-mips.c (mips_bfd_reloc_type_lookup): Ditto.
3641 * srec.c (srec_new_symbol): Ditto.
3642 (srec_get_section_contents): Ditto.
3643 (srec_set_arch_mach): Ditto.
3644 (srec_set_section_contents): Ditto.
3645 (internal_srec_write_object_contents): Ditto.
3646 (srec_write_object_contents): Ditto.
3647 (symbolsrec_write_object_contents): Ditto.
3648 (srec_sizeof_headers): Ditto.
3649 (srec_make_empty_symbol): Ditto.
3650 (srec_get_symtab_upper_bound): Ditto.
3651 (srec_get_symtab): Ditto.
3652 (srec_print_symbol): Ditto and make static.
3653 * elf.c (elf_read): Ditto
3654 (assign_section_numbers): Ditto.
3655 (elf_fake_sections): Ditto.
3656 (sym_is_global): Ditto.
3657 (elf_map_symbols): Ditto.
3658 (get_program_header_size): Ditto.
3659 * coffgen.c (make_a_section_from_file): Ditto.
3660 (coff_real_object_p): Ditto.
3661 (fixup_symbol_value): Ditto.
3662 (build_debug_section): Ditto.
3663 (copy_name): Ditto.
3664 * syms.c (coff_section_type): Ditto.
cf2cd4cf 3665
00d7a64b
JL
3666Mon Sep 9 22:36:01 1996 Jeffrey A Law (law@cygnus.com)
3667
3668 * bfd-in2.h: Rebuilt after m32r changes.
3669
71d7d44f
DE
3670Mon Sep 9 12:31:22 1996 Doug Evans <dje@canuck.cygnus.com>
3671
66e4c229 3672 * config.bfd,configure.in,configure: Add m32r support.
f0c12b73 3673 * Makefile.in,archures.c,elf.c,targets.c: Likewise.
71d7d44f
DE
3674 * config.bfd: Keep target list alphabetically sorted.
3675
629f776a
JL
3676Mon Sep 9 11:48:41 1996 Jeffrey A Law (law@cygnus.com)
3677
3678 * elf32-v850.c (bfd_elf32_v850_reloc, case R_V850_HI16): Don't forget
3679 to add in the constant part found in the instruction itself.
3680 (case R_V850_HI16_S): Likewise.
3681
9c85b19d
MH
3682Fri Sep 6 17:04:39 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3683
3684 * elf32-d10v.c (elf_d10v_howto_table): Modify the size of R_D10V_16
3685 and R_D10V_18 to be 1 (word).
3686
4be2140e
ILT
3687Thu Sep 5 15:23:08 1996 Ian Lance Taylor <ian@cygnus.com>
3688
3689 * stabs.c (_bfd_link_section_stabs): If the output_section field
3690 of either section is bfd_abs_section, then the linker is
3691 discarding the section and we should not optimize it.
3692
0cd98b92
DE
3693Tue Sep 3 12:16:20 1996 Doug Evans <dje@canuck.cygnus.com>
3694
3695 * Makefile.in (aout-sparcle.o): New target.
3696 * aoutf1.h (TARGET_IS_BIG_ENDIAN_P): Don't define if little endian.
3697 * config.bfd (sparclet-*-aout*): Add case.
3698 * configure.in (sparcle_aout_vec): Add case.
3699 * configure: Regenerated.
0cd98b92
DE
3700 * targets.c (sparcle_aout_vec): Declare.
3701 (bfd_target_vector): Add sparcle_aout_vec.
3702 * aout-sparcle.c: New file.
3703
7b0af209 3704Tue Sep 3 00:57:02 1996 Jeffrey A Law (law@cygnus.com)
b5ef63c4 3705
e73b6ae6
JL
3706 * elf32-v850.c (bfd_elf32_v850_reloc): Fix handling of
3707 low order sign bit propogation for R_V850_HI16_S.
3708
3709 * elf32-v850.c (bfd_elf32_v850_reloc): New function for
7b0af209
JL
3710 handling V850 specific relocs.
3711 (elf_v850_howto_table): Use the new function for some
3712 relocations. Twiddle masks & shifts for some relocs.
3713 Set partial_inplace where needed.
3714
7b0af209
JL
3715Mon Sep 2 12:12:34 1996 Ian Lance Taylor <ian@cygnus.com>
3716
3717 * cpu-mips.c: Add an explicit mips:3000 entry, and change the
3718 default architecture to a machine number of 0.
3719 * elf32-mips.c (_bfd_mips_elf_object_p): Set the machine number
3720 for E_MIPS_ARCH_1.
3721 (_bfd_mips_elf_merge_private_bfd_data): If the machine number of
3722 the output BFD is the default, set it from the first input BFD.
3723
7b0af209
JL
3724Sun Sep 1 18:38:01 1996 Jeffrey A Law (law@cygnus.com)
3725
3726 * elf32-v850.c (elf_v850_howto_table): All the 16bit relocs
3727 insert at bitpos zero. The HI16 relocs are shifted right
3728 by 16 bits. Fix src_mask for all relocs.
3729 (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME): Define. The V850 is
3730 little endian!
3731 (TARGET_BIG_SYM, TARGET_BIG_NAME): Remove. The V850 is little
3732 endian!
b5ef63c4 3733
bde9d875
ILT
3734Sun Sep 1 15:41:08 1996 Ian Lance Taylor <ian@cygnus.com>
3735
3736 * rs6000-core.c (rs6000coff_core_file_matches_executable_p):
3737 Rewrite to use BFD file read routines and to avoid using a fixed
3738 length for the file name.
3739
237b5c4c
JL
3740Sat Aug 31 10:22:25 1996 Jeffrey A Law (law@cygnus.com)
3741
3742 * elf32-v850.c (enum reloc_type): Add R_V850_{32,16,8}.
3743 (elf_v850_howto_table): Add support for R_V850_{32,16,8}.
3744 (v850_reloc_map): Add translation from BFD_RELOC_{32,16,8}
3745 to R_V850_{32,16,8}.
3746
01b49cb3
C
3747Fri Aug 30 18:06:04 1996 J.T. Conklin <jtc@hippo.cygnus.com>
3748
3749 * elf32-v850.c (reloc_type): Add R_V850_HI16_S.
3750 (elf_v850_howto_table): Add info for HI16_S reloc.
3751 (v850_reloc_map): Add HI_16_S reloc.
3752 * reloc.c: Define BFD_RELOC_V850_* relocs.
3753
492cfc71
ILT
3754Fri Aug 30 11:49:19 1996 Ian Lance Taylor <ian@cygnus.com>
3755
c86158e5
ILT
3756 Add SH ELF support.
3757 * elf32-sh.c: New file.
3758 * elf.c (prep_headers): Handle bfd_arch_sh.
3759 * elfcode.h (write_relocs): Handle absolute symbol.
3760 * elf-bfd.h (_bfd_elf32_link_read_relocs): Declare.
3761 (_bfd_elf64_link_read_relocs): Declare.
3762 * elflink.h (NAME(_bfd_elf,link_read_relocs)): Rename from
3763 elf_link_read_relocs. Make globally visible. Change all
3764 callers.
3765 (elf_link_input_bfd): Get external symbols from cache in
3766 symtab_hdr->contents. Get contents from cache in
3767 elf_section_data.
3768 * elfxx-target.h (bfD_elfNN_bfd_relax_section): Only define if not
3769 already defined.
3770 * reloc.c: Define BFD_RELOC_SH_* relocs.
3771 * libbfd-in.h (_bfd_sh_align_load_span): Declare.
3772 * coff-sh.c (sh_insns_conflict): Fix a return value.
3773 (_bfd_sh_align_load_span): New globally visible function, broken
3774 out of sh_align_load.
3775 (sh_align_load): Call _bfd_sh_align_load_span.
3776 (sh_swap_insns): Change relocs parameter to PTR.
3777 * bfd-in2.h, libbfd.h: Rebuild.
3778 * targets.c (bfd_elf32_sh_vec): Declare.
3779 (bfd_elf32_shl_vec): Declare.
3780 * config.bfd (sh-*-elf*): New target.
3781 * configure.in (bfd_elf32_sh_vec): New target vector.
3782 (bfd_elf32_shl_vec): New target vector.
3783 * configure: Rebuild.
3784 * Makefile.in: Rebuild dependencies.
3785 (BFD32_BACKENDS): Add elf32-sh.o.
3786 (BFD32_BACKENDS_CFILES): Add elf32-sh.c.
3787
3788 * elf.c (map_sections_to_segments): Check that LMA does not skip a
3789 page before checking D_PAGED.
3790
492cfc71
ILT
3791 * ihex.c (ihex_scan): Removed unnecessary extbase variable.
3792 (ihex_write_object_contents): Remove extbase; always use segbase
3793 instead.
3794
f7954d86
MM
3795Thu Aug 29 16:52:17 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3796
3797 * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
3798 * configure.host (i[345]86-*-*): Ditto.
3799 * config.bfd (i[345]86-*-*): Ditto.
3800 * configure: Regenerate.
3801
3802 * config.bfd (i[3456]86-*-dgux*): Recognize as a synonym for x86
3803 elf.
3804
3805Tue Aug 27 09:18:18 1996 Jeffrey A Law (law@cygnus.com)
3806
3807 * elf32-hppa.c (hppa_elf_gen_reloc_type): Add new argument.
3808 * elf32-hppa.h (hppa_elf_gen_reloc_type): Update prototype.
3809 * som.c (hppa_som_gen_reloc_type): Add new argument. If
3810 we encounter an R_DATA_ONE_SYMBOL reloc against a symbol that
3811 will have an ST_CODE type, change the symbol's type to ST_DATA.
3812 * som.c (hppa_som_gen_reloc_type): Update prototype.
3813
4da624dd
ILT
3814Tue Aug 27 00:12:22 1996 Ian Lance Taylor <ian@cygnus.com>
3815
3816 * elf32-mips.c (mips_elf_check_relocs): Set dynobj if needed for
3817 R_MIPS_32 and R_MIPS_REL32. Set sgot and g as soon as possible.
3818 (mips_elf_size_dynamic_sections): Don't require .got to exist.
3819 (mips_elf_finish_dynamic_sections): Likewise.
3820
9461513b
ILT
3821Thu Aug 22 10:54:38 1996 Ian Lance Taylor <ian@cygnus.com>
3822
1c952df6
ILT
3823 * configure.host (HLDENV): New variable to set. Set it for
3824 *-*-sysv4*, since those linkers may not support -R but they always
3825 support LD_RUN_PATH.
3826
9461513b
ILT
3827 * libieee.h (NSECTIONS): Don't define.
3828 (ieee_data_struct): Change section_table to asection **. Add
3829 section_table_size.
3830 * ieee.c (get_section_entry): If the table isn't big enough, make
3831 it bigger.
3832 (ieee_slurp_sections): Remove assertion about number of sections.
3833 (ieee_object_p): Adjust initialization of ieee to match changes to
3834 the structure.
3835
3836 * xcofflink.c (xcoff_mark): Don't copy relocs for undefined
3837 symbols merely because we are generating a shared library.
3838 (xcoff_build_ldsyms): Don't set up global linkage code for an
3839 undefined symbol merely because we are generating a shared
3840 library.
3841
0c1d95c7 3842Tue Aug 20 15:06:05 1996 J.T. Conklin <jtc@hippo.cygnus.com>
cf2cd4cf 3843
0c1d95c7
C
3844 * Makefile.in (ALL_MACHINES): Add cpu-v850.o.
3845 (BFD32_BACKENDS) Add elf32-v850.o.
3846 * archures.c: Add bfd_v850_arch.
3847 * bfd-in2.h: Add bfd_v850_arch.
3848 * config.bfd (v850-*-*): New target.
3849 * configure: (bfd_elf32_v850_vec) New vector.
3850 * configure.in: (bfd_elf32_v850_vec) New vector.
3851 * cpu-v850.c: New file.
3852 * elf.c (prep_headers): Added case bfd_arch_v850.
3853 * elf32-v850.c: New file.
3854 * targets.c (bfd_elf32_v850_vec): New vector.
cf2cd4cf 3855
0c1d95c7
C
3856Fri Aug 16 16:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
3857
3858 * xcofflink.c (xcoff_link_add_dynamic_symbols): Create and define
3859 a function code symbol for an XMC_XO symbol.
3860
22edd547
SS
3861Thu Aug 15 12:33:29 1996 Stan Shebs <shebs@andros.cygnus.com>
3862
3863 * mpw-config.in: Update editing of autoconf vars to reflect
3864 Jul 18 configure.in change.
3865 * mpw-make.sed: Update editing of include pathnames to be
3866 more general, add @DASH_C_FLAG@ to explicit compile rule edit.
3867
3868Thu Aug 15 10:35:13 1996 Richard Henderson <rth@tamu.edu>
3869
3870 * elf64-alpha.c (elf64_alpha_output_extsym): The section from
3871 which to offset to get the .plt entry address is ".plt".
3872
53ef6e60
JSC
3873Thu Aug 15 16:40:30 1996 James G. Smith <jsmith@cygnus.co.uk>
3874
3875 * reloc.c: (BFD_RELOC_ARM_THUMB_ADD, BFD_RELOC_ARM_THUMB_IMM,
3876 BFD_RELOC_ARM_THUMB_SHIFT, BFD_RELOC_ARM_THUMB_OFFSET):
3877 Added, for internal use by the ARM gas.
3878 * libbfd.h: Rebuilt
3879 * bfd-in2.h: Rebuilt
3880
37d7888d
ILT
3881Wed Aug 14 17:02:09 1996 Richard Henderson <rth@tamu.edu>
3882
3883 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Correct typo
3884 in section dynidx start.
3885
e38d6d36
ILT
3886Tue Aug 13 14:35:38 1996 Ian Lance Taylor <ian@cygnus.com>
3887
3888 * elf.c (_bfd_elf_make_section_from_shdr): Treat sections whose
3889 name begins with .gnu.linkonce as SEC_LINK_ONCE. This is an
3890 optimization for g++.
3891
ae20860e
MM
3892Tue Aug 13 17:04:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3893
3894 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): If one module has
3895 the -mrelocatable-lib bit set and the other doesn't, clear the
3896 -mrelocatable-lib bit in the header.
3897
4596421b
ILT
3898Sat Aug 10 22:59:17 1996 Ian Lance Taylor <ian@cygnus.com>
3899
3900 * elflink.h (elf_link_add_object_symbols): Do not resolve a common
3901 symbol against a STT_FUNC symbol in a shared library.
3902
f11e3f62
ILT
3903Fri Aug 9 12:44:57 1996 Ian Lance Taylor <ian@cygnus.com>
3904
410bc61d
ILT
3905 * xcofflink.c (xcoff_link_add_dynamic_symbols): If a descriptor
3906 symbol is found, automatically define the corresponding function
3907 code.
3908
d92099f1
ILT
3909 * cofflink.c (coff_link_add_symbols): Only set (*sym_hash)->numaux
3910 if sym.n_numaux is not zero.
3911 (_bfd_coff_link_input_bfd): Permit the symbol and the hash table
3912 entry to disagree about the number of aux entries if the symbol
3913 has zero.
3914
f11e3f62
ILT
3915 * elf32-mips.c (mips_elf_check_relocs): Create the .rel.dyn
3916 section if it might be needed, not just if info->shared.
3917 (mips_elf_adjust_dynamic_symbol): Make room for a null element at
3918 the start of .rel.dyn if we are going to use it.
3919 (mips_elf_finish_dynamic_sections): Only clear the first element
3920 of .rel.dyn if the size is greater than zero.
3921
fbc4ed7d
ILT
3922Thu Aug 8 16:24:55 1996 Ian Lance Taylor <ian@cygnus.com>
3923
b2a05baf
ILT
3924 * xcofflink.c (xcoff_link_input_bfd): If we already called the
3925 undefined_symbol callback for a symbol, then don't issue any more
3926 warnings about loader relocs.
3927 (_bfd_ppc_xcoff_relocate_section): Don't do any further processing
3928 after calling the undefined_symbol callback.
3929
fbc4ed7d
ILT
3930 * xcofflink.c (XCOFF_MULTIPLY_DEFINED): Define.
3931 (xcoff_link_add_symbols): Permit multiple definitions of a symbol
3932 as the AIX linker seems to do.
3933
8612a388
ILT
3934Thu Aug 8 12:21:56 1996 Klaus Kaempf <kkaempf@progis.de>
3935
3936 * evax-alpha.c (evax_alpha_vec): Corrected flags, cleanup.
3937 (evax_initialize): Remove evax_reloc_table.
3938 (evax_close_and_cleanup): Ditto.
3939 (reloc_nil): Ditto.
3940 (alpha_howto_table): Remove ALPHA_R_SWREL32 and ALPHA_R_SWREL64
3941 entries.
3942 (evax_bfd_reloc_type_lookup): Ditto.
3943 * evax-egsd.c (_bfd_evax_slurp_egsd): Add a few casts; set
3944 cooked_size == raw_size.
3945 * evax-emh.c (_bfd_evax_register_filename): Remove.
3946 * evax-etir.c (etir_stc): Allow ETIR_S_C_STC_xx commands.
3947 * evax-misc.c (add_new_contents): Malloc section at full size.
3948 (_bfd_save_evax_section): Memcpy section contents directly.
3949 * evax.h (ALPHA_R_SWREL32, ALPHA_R_SWREL64): Remove.
3950 (evax_reloc_table): Remove.
3951
3952 * hosts/alphavms.h (O_ACCMODE): Define if needed.
3953
3954 * makefile.vms: Add better support for DEC C compilation
3955 Add evax.h dependencies
3956
3957 * reloc.c (bfd_get_reloc_size): Add case for 16 byte reloc.
3958 (BFD_RELOC_SWREL32,BFD_RELOC_SWREL64): Remove.
3959 (BFD_RELOC_ALPHA_BASEREG): Remove.
3960 * bfd-in2.h, libbfd.h: Rebuild.
3961
320a5c6b
SG
3962Thu Aug 8 08:17:32 1996 Stu Grossman (grossman@critters.cygnus.com)
3963
3964 * archive.c (bsd_write_armap): Ifdef around calls to getuid and
3965 getgid if _WIN32 is defined.
3966 * opncls.c (bfd_fdopenr): Remove unnecessary WINGDB ifdef.
3967
2055bf85
SG
3968Wed Aug 7 23:19:00 1996 Stu Grossman (grossman@critters.cygnus.com)
3969
3970 * aoutx.h bfd-in.h bfd-in2.h opncls.c riscix.c som.c targets.c:
3971 Change NO_FLAGS to BFD_NO_FLAGS to avoid conflict with an HPUX
3972 include file.
3973 * libbfd.c: Create dummy getpagesize() macro if HAVE_GETPAGESIZE
3974 isn't defined.
3975
85fe9d3e
ILT
3976Wed Aug 7 14:11:44 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
3977
3978 * configure.in: Call BFD_NEEDED_DECLARATION on strstr and
3979 realloc.
3980 * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
3981 (NEED_DECLARATION_REALLOC): New macro.
3982 * configure, config.in: Rebuild.
3983 * sysdep.h (strstr): Declare if NEED_DECLARATION_STRSTR.
3984 (realloc): Declare if NEED_DECLARATION_REALLOC.
3985
3986 * aclocal.m4 (BFD_NEED_DECLARATION): Include <string.h> or
3987 <strings.h> if they exist.
3988
3989 * ieee.c (ieee_set_section_contents): Cast bfd_alloc return.
3990
9b3307b0
ILT
3991Wed Aug 7 12:12:03 1996 Ian Lance Taylor <ian@cygnus.com>
3992
cc425b55
ILT
3993 * cpu-i386.c (i8086_arch): Architecture info for the i8086.
3994
9b3307b0
ILT
3995 Based on patches from Eric Valette <valette@crf.canon.fr>:
3996 * elf32-i386.c (enum reloc_type): Add FIRST_INVALID_RELOC,
3997 LAST_INVALID_RELOC, R_386_16, R_386_PC16, R_386_8, R_386_PC8.
3998 (elf_howto_table): Add entries for new relocs.
3999 (elf_i386_reloc_type_lookup): Handle new relocs.
4000 (elf_i386_info_to_howto): Just call abort.
4001 (elf_i386_info_to_howto_rel): Check that the reloc type is valid.
4002 (elf_i386_relocate_section): Likewise.
4003
75e3a45a
MH
4004Tue Aug 6 12:54:56 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
4005
4006 * elf32-d10v.c (elf_d10v_howto_table): Added R_D10V_32.
4007
191d910c
ILT
4008Mon Aug 5 13:42:41 1996 Ian Lance Taylor <ian@cygnus.com>
4009
b944e7e8
ILT
4010 * elf.c (_bfd_elf_make_section_from_shdr): For a loadable section,
4011 only get the LMA from the phdr if they are in the same part of the
4012 file.
4013
191d910c
ILT
4014 * elf.c (map_sections_to_segments): Rewrite tests for starting a
4015 new segment to make them more comprehensible. If the relationship
4016 between the LMA and the VMA changed, start a new segment. Don't
4017 check dynsec when deciding whether to start a new segment for a
4018 writeable section; -N will now handle this.
4019
e751d506
JL
4020Thu Aug 1 22:43:08 1996 Jeffrey A Law (law@cygnus.com)
4021
4022 * libhppa.h: Remove "esel" changes. Not the right approach.
4023 * som.c: Corresponding changes.
4024 (som_bfd_derive_misc_symbol_info): Use ST_DATA for symbols
4025 which don't have a SOM symbol type associated with them.
4026 Reverses a 1994 change.
4027
cdb88e87
ILT
4028Wed Jul 31 15:50:55 1996 Ian Lance Taylor <ian@cygnus.com>
4029
4030 Make ld -N more reasonable for ELF:
4031 * elf.c (map_sections_to_segments): If D_PAGED is not set, set
4032 phdr_in_section to false, and always use a single load segment.
4033 (elf_sort_sections): Sort sections by LMA after VMA.
4034 (assign_file_positions_for_segments): If D_PAGED is not set, don't
4035 align to maxpagesize.
4036 (assign_file_positions_except_relocs): Likewise.
4037 * elfcode.h (elf_object_p): If a section is loaded but not page
4038 aligned, clear D_PAGED.
4039
d1b40d8e
JSC
4040Wed Jul 31 15:00:12 1996 James G. Smith <jsmith@cygnus.co.uk>
4041
4042 * reloc.c: (BFD_RELOC_ARM_OFFSETIMM8, BFD_RELOC_ARM_HWLITERAL):
4043 Added, for internal use by the ARM gas.
4044 * libbfd.h: Rebuilt
4045 * bfd-in2.h: Rebuilt
4046
ad240a82
JL
4047Tue Jul 30 14:14:57 1996 Jeffrey A Law (law@cygnus.com)
4048
4049 * libhppa.h (R_HPPA_ESEL): New field selector.
4050 (e_esel): Similarly.
4051 * som.c (hppa_som_gen_reloc_type): If we encounter an e_esel,
4052 then generate R_COMP2 (PUSH_SYM), R_DATA_EXPR fixup stream.
4053 (som_write_fixups): Handle R_DATA_EXPR just like R_CODE_EXPR.
4054
fb4dc1eb
ILT
4055Tue Jul 30 13:31:27 1996 Ian Lance Taylor <ian@cygnus.com>
4056
4057 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Do the regular
4058 archive search before looking for stripped dynamic objects.
4059
b223f950
ILT
4060Fri Jul 26 17:51:39 1996 Ian Lance Taylor <ian@cygnus.com>
4061
4062 * xcofflink.c (xcoff_build_ldsyms): Make exporting an undefined
4063 symbol a warning rather than an error.
4064
64f808f9
ILT
4065Wed Jul 24 12:02:53 1996 Ian Lance Taylor <ian@cygnus.com>
4066
4067 * elf.c (assign_file_positions_for_segments): Track the virtual
4068 memory position separately from the file position, and use it to
4069 compute the alignment adjustment.
4070
11609502
MH
4071Tue Jul 23 10:43:31 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
4072
4073 * elf32-d10v.c (elf_d10v_howto_table): Changed all relocs to "long"
4074 and fixed mask on R_D10V_10_PCREL_L.
4075
9bd65136
ILT
4076Mon Jul 22 15:30:30 1996 Ian Lance Taylor <ian@cygnus.com>
4077
bf9884d4
ILT
4078 * elf64-mips.c: Include "aout/ar.h".
4079 (mips_elf64_slurp_armap): New static function.
4080 (mips_elf64_write_armap): New static function.
4081 (bfd_elf64_archive_*): Define.
4082 * elfxx-target.h (bfd_elfNN_archive_p): Define if not defined.
4083 Use instead of bfd_generic_archive_p.
4084 (bfd_elfNN_write_archive_contents): Define if not defined. Use
4085 instead of _bfd_write_archive_contents.
4086 (bfd_elfNN_mkdarchive): Define if not defined. Use instead of
4087 _bfd_generic_mkarchive.
4088 (TARGET_BIG_SYM): If bfd_elfNN_archive_functions is defined, use
4089 bfd_elfNN_archive in BFD_JUMP_TABLE_ARCHIVE rather than
4090 _bfd_archive_coff.
4091 (TARGET_LITTLE_SYM): Likewise.
4092 * archive.c (bfd_slurp_armap): Check for and reject an archive map
4093 name of /SYM64/.
4094 * Makefile.in: Rebuild dependencies.
4095
4096 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Handle
4097 SHT_MIPS_LIBLIST, SHT_MIPS_CONTENT, SHT_MIPS_SYMBOL_LIB, and
4098 SHT_MIPS_EVENTS sections.
4099 (_bfd_mips_elf_section_from_shdr): Handle SHT_MIPS_IFACE,
4100 SHT_MIPS_CONTENT, SHT_MIPS_SYMBOL_LIB, and SHT_MIPS_EVENTS
4101 sections.
4102 (_bfd_mips_elf_fake_sections): Likewise.
4103
9bd65136
ILT
4104 * libecoff.h (ecoff_data_type): Add rdata_in_text field.
4105 * ecoff.c (ecoff_compute_section_file_positions): Copy
4106 rdata_in_text from backend info to tdata. Clear it if any data
4107 section comes before .rdata.
4108 (_bfd_ecoff_write_object_contents): Use rdata_in_text field in
4109 tdata rather than backend info.
4110
194141a9
ILT
4111Fri Jul 19 18:15:51 1996 Ian Lance Taylor <ian@cygnus.com>
4112
4113 * configure.in: Fix test for whether a compiler has a 64 bit
4114 type. From Jim Wilson <wilson@cygnus.com>.
4115
a8a3d83a
ILT
4116Thu Jul 18 15:39:10 1996 Ian Lance Taylor <ian@cygnus.com>
4117
f4e14cb9
ILT
4118 * configure.host (mips-sgi-irix6*): New host.
4119
4120 * configure.in: Set and substitute VERSION, BFD_HOST_64BIT_LONG
4121 (replacing HOST_64BITLONG), BFD_HOST_64_BIT_DEFINED,
4122 BFD_HOST_64_BIT, and BFD_HOST_U_64_BIT. Add bfd-in2.h:bfd-in2.h
4123 to AC_OUTPUT call.
4124 * configure: Rebuild.
4125 * bfd-in.h (BFD_ARCH_SIZE): Define as @wordsize@, not @WORDSIZE@.
4126 (BFD_HOST_64_BIT): Define conditionally.
4127 (BFD_HOST_U_64_BIT): Define when BFD_HOST_64_BIT is defined.
4128 (bfd_vma): Typedef as BFD_HOST_U_64_BIT.
4129 (symvalue, bfd_size_type): Likewise.
4130 * bfd-in2.h: Rebuild.
4131 * Makefile.in (do_clean): Remove bfd-tmp.h.
4132 (do_distclean): Remove bfd-in3.h.
4133 (stmp-bfd.h): Just do copy-if-change bfd-in3.h bfd.h.
4134 (bfd-in3.h): New target.
4135
74556b94
ILT
4136 * config.bfd (sparc-*-sysv4*): Don't build sunos_big_vec. From
4137 Andrew Gierth <ANDREWG@microlise.co.uk>.
4138
ab659fd6
ILT
4139 * configure.host: Set INSTALL_SHLIB.
4140 * configure.in: Call AC_SUBST (INSTALL_SHLIB).
4141 * configure: Rebuild.
4142 * Makefile.in (install): Use @INSTALL_SHLIB@.
4143
e8c249cb
ILT
4144 * config.bfd (mips*-*-irix6*): New target.
4145 * configure.host: Handle Irix 6 shared library like Irix 5.
4146
a8a3d83a
ILT
4147 * xcofflink.c (xcoff_link_add_symbols): Don't check an XMC_TD
4148 symbol for a magic name.
4149 (xcoff_link_input_bfd): Don't change the reloc symbol for an
4150 XMC_TD symbol.
4151 (_bfd_ppc_xcoff_relocate_section): Don't get the TOC offset for an
4152 XMC_TD symbol.
4153
b576c7b3
SS
4154Thu Jul 18 11:36:31 1996 Stan Shebs <shebs@andros.cygnus.com>
4155
4156 * mpw-config.in: Add ELF support to mips config, create the
4157 elf32-target.h file in the object dir.
4158 * mpw-make.sed: Edit elfXX-target.h refs at beginnings of lines.
4159
2ba0d82d
KK
4160Wed Jul 17 18:02:32 1996 Kim Knuttila <krk@cygnus.com>
4161
4162 * coff-ppc.c: Redid debug scheme - numerous fprintf's gone.
4163 Also removed most abort calls, in favor of using bfd reporting.
4164
b576c7b3 4165Wed Jul 17 14:51:52 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
50bd50d4 4166
b576c7b3
SS
4167 * Makefile.in (ALL_MACHINES): Add cpu-d10v.o.
4168 (BFD32_BACKENDS) Add elf32-d10v.o.
50bd50d4
MH
4169 * archures.c: Add bfd_d10v_arch.
4170 * bfd-in2.h: Add bfd_d10v_arch.
4171 * config.bfd (d10v-*-*): New target.
4172 * configure: (bfd_elf32_d10v_vec) New vector.
4173 * configure.in: (bfd_elf32_d10v_vec) New vector.
4174 * cpu-d10v.c: New file.
4175 * elf.c (prep_headers): Added case bfd_arch_d10v.
4176 * elf32-d10v.c: New file.
4177 * libbfd.h: Rebuild.
b576c7b3
SS
4178 * reloc.c (BFD_RELOC_D10V_10_PCREL_R, BFD_RELOC_D10V_10_PCREL_L,
4179 BFD_RELOC_D10V_18, BFD_RELOC_D10V_18_PCREL): Define.
50bd50d4 4180 * targets.c (bfd_elf32_d10v_vec): New vector.
cf2cd4cf 4181
2ce9802e
KK
4182Wed Jul 17 10:58:55 1996 Kim Knuttila <krk@cygnus.com>
4183
4184 * coff-ppc.c (coff_ppc_relocate_section): Removed bogus fprintf
4185
9676e446 4186Tue Jul 16 23:49:02 1996 Stu Grossman (grossman@critters.cygnus.com)
3cc21bf6 4187
9676e446
SG
4188 * archures.c bfd-in2.h: Add bfd_mach_i386_i386 and
4189 bfd_mach_i386_i8086 machine types.
3cc21bf6 4190
f7171978
ILT
4191Wed Jul 10 12:42:56 1996 Ian Lance Taylor <ian@cygnus.com>
4192
4193 * ecoff.c (_bfd_ecoff_new_section_hook): Set SEC_CODE for _INIT
4194 and _FINI sections.
4195
74e2ab38
ILT
4196Wed Jul 10 11:18:21 1996 Richard Henderson <rth@tamu.edu>
4197
4198 * coffcode.h (coff_set_section_contents): A/UX does not require
4199 special handling of the _LIB section.
4200
01cfaa6b
JL
4201Tue Jul 9 15:52:20 1996 Jeffrey A Law (law@cygnus.com)
4202
4203 * coff-h8300.c (h8300_reloc16_extra_cases): Use the correct
4204 value for R_RELBYTE.
4205
4206 * reloc16.c (bfd_coff_reloc16_relax_section): Only "shrinks"
4207 array if one was allocated.
4208
eb52b9dc
ILT
4209Tue Jul 9 12:21:54 1996 Ian Lance Taylor <ian@cygnus.com>
4210
4211 From Kazumoto Kojima <kkojima@kk.info.kanagawa-u.ac.jp>:
4212 * elf32-mips.c (struct mips_elf_link_hash_table): Add new fields
4213 use_rld_obj_head and rld_value.
4214 (mips_elf_link_hash_table_create): Initialize new fields.
4215 (mips_elf_add_symbol_hook): Mark __rld_obj_head symbol as
4216 dynamic.
4217 (mips_elf_create_dynamic_sections): Create .rld_map section. If
4218 __rld_obj_head symbol not seen, create an __rld_map symbol.
4219 (mips_elf_size_dynamic_sections): Make space in .rld_map section.
4220 Create a DT_MIPS_RLD_MAP entry rather than a DT_DEBUG entry.
4221 (mips_elf_finish_dynamic_symbol): Save value of __rld_map or
4222 __rld_obj_head symbol.
4223 (mips_elf_finish_dynamic_sections): Handle DT_MIPS_RLD_MAP.
4224
56b4cbaa
ILT
4225Mon Jul 8 16:18:03 1996 Ian Lance Taylor <ian@cygnus.com>
4226
9b292d4c
ILT
4227 * elf32-mips.c (mips_reloc_map): Remove BFD_RELOC_32_PCREL entry.
4228
dab45734
ILT
4229 * elf32-ppc.c (ppc_elf_howto_raw): For R_PPC_ADDR16_HA, use
4230 ppc_elf_addr16_ha_reloc.
4231 (ppc_elf_addr16_ha_reloc): New static function.
4232
56b4cbaa
ILT
4233 * coff-mips.c (struct mips_hi): Define.
4234 (mips_refhi_list): New static variable.
4235 (mips_refhi_addr, mips_refhi_addend): Remove.
4236 (mips_refhi_reloc): Maintain a list of unmatched REFHI relocs.
4237 (mips_reflo_reloc): Process mips_refhi_list.
4238 (mips_relhi_list): New static variable.
4239 (mips_relhi_addr, mips_relhi_addend): Remove.
4240 (mips_relhi_reloc): Maintain a list of unmatched RELHI relocs.
4241 (mips_rello_reloc): Process mips_relhi_list.
4242 (mips_relocate_section): Permit an arbitrary number of REFHI or
4243 RELHI relocs before the associated REFLO or RELLO reloc.
4244
b777c6a7
ILT
4245Fri Jul 5 19:27:49 1996 Ian Lance Taylor <ian@cygnus.com>
4246
4247 * aout-target.h (MY(callback)): Set reloc_count fields.
4248
100b65dd
ILT
4249Thu Jul 4 12:00:37 1996 Ian Lance Taylor <ian@cygnus.com>
4250
48f3aaf3
ILT
4251 * sunos.c (sunos_add_dynamic_symbols): Don't create dynamic
4252 sections unless this is a SunOS link.
4253
100b65dd
ILT
4254 * VERSION: Set to 2.7.1.
4255
4256 * Released binutils 2.7.
4257
a31e14f4
ILT
4258Wed Jul 3 14:59:47 1996 Ian Lance Taylor <ian@cygnus.com>
4259
4d3daf4f
ILT
4260 * i386aout.c: Include "aout/aout64.h".
4261 (i386aout_write_object_contents): New static function.
4262 (MY_write_object_contents): Define.
4263
a31e14f4
ILT
4264 * netbsd.h (MY(write_object_contents)): Make sure that
4265 adjust_sizes_and_vmas is called before fiddling with the magic
4266 number.
4267
d2d04f7a
ILT
4268Tue Jul 2 23:30:39 1996 Ian Lance Taylor <ian@cygnus.com>
4269
4270 * stabs.c (_bfd_link_section_stabs): Fix casts of psinfo.
4271
4f6ee760
ILT
4272Sun Jun 30 13:34:33 1996 Ian Lance Taylor <ian@cygnus.com>
4273
4274 * libbfd-in.h (itos, stoi): Don't define.
4275 * libbfd.h: Rebuild.
4276 * i386lynx.c (KEEPIT): Define as udata.i.
4277 (NAME(lynx,swap_std_reloc_out)): Don't use stoi.
4278 (NAME(lynx,swap_ext_reloc_out)): Likewise.
4279 * riscix.c (riscix_swap_std_reloc_out): Use udata.i rather than
4280 flags. Don't use stoi.
4281
4282 * elf32-mips.c (ELF_MAGPAGESIZE): Change definition to 0x1000.
4283
4284 * elf.c (map_sections_to_segments): Don't start a new segment for
4285 a writable section if it's on the same page as the previous
4286 segment. Reset the writable variable for a readonly section.
4287
dfb89b82
KK
4288Sat Jun 29 16:18:51 1996 Kim Knuttila <krk@cygnus.com>
4289
4290 * peicode.h (coff_swap_aouthdr_in): Missing initializations of
4291 first_thunk_address, thunk_size, and import_table_size.
4292 * peicode.h: Improved some diagnostics regarding edata sections.
4293
4294 * coff-ppc.c (coff_ppc_relocate_section): Earlier error check
4295 on IMGLUE relocs.
4296 (coff_ppc_relocate_section): Improved diagnostic for large TOCDEFN's.
4297 (TARGET_LITTLE_SYM): Added missing D_PAGED.
4298
8e80606f
ILT
4299Fri Jun 28 13:48:45 1996 Ian Lance Taylor <ian@cygnus.com>
4300
f93fb275
ILT
4301 * xcofflink.c (xcoff_link_check_ar_symbols): An undefined symbol
4302 with XCOFF_DEF_DYNAMIC set is really defined.
4303 (xcoff_link_check_dynamic_ar_symbols): Likewise.
4304 (xcoff_link_add_symbols): Only create special sections if using an
4305 XCOFF hash table.
4306
8e80606f
ILT
4307 * reloc.c (bfd_perform_relocation): Handle xcoff-powermac like
4308 aixcoff-rs6000.
4309 (bfd_install_relocation): Likewise.
4310
eec2f824
ILT
4311Fri Jun 28 11:17:00 1996 Richard Henderson <rth@tamu.edu>
4312
4313 * elf64-alpha.c (struct alpha_elf_link_hash_entry): Add flags
4314 field.
4315 (ALPHA_ELF_LINK_HASH_LU_ADDR): Define.
4316 (ALPHA_ELF_LINK_HASH_LU_MEM): Define.
4317 (ALPHA_ELF_LINK_HASH_LU_FUNC): Define.
4318 (elf64_alpha_link_hash_newfunc): Initialize flags field.
4319 (elf64_alpha_check_relocs): Record types of LITUSE entries that
4320 are found for LITERAL relocs.
4321 (elf64_alpha_adjust_dynamic_symbol): If a symbol has its address
4322 taken, we cannot generate a .plt entry for the symbol.
4323
5304aea9
ILT
4324Thu Jun 27 11:24:29 1996 Ian Lance Taylor <ian@cygnus.com>
4325
4326 * configure.in: Add AC_ISC_POSIX, and check for setitimer and
4327 sysconf functions (for gprof).
4328 * configure, config.in: Rebuild.
4329
017047d4
ILT
4330Wed Jun 26 16:29:02 1996 Ian Lance Taylor <ian@cygnus.com>
4331
f292bbe9
ILT
4332 * ecoff.c (_bfd_ecoff_archive_p): Check the first object file in
4333 an archive if it has a map. If the object file has the wrong
4334 xvec, reject it.
4335
566e2325
ILT
4336 * coff-alpha.c (alpha_adjust_reloc_in): Set the addend for a
4337 BRADDR, SREL16, SREL32, or SREL64 reloc against an external
4338 symbol.
4339 (alpha_relocate_section): Likewise.
4340
017047d4
ILT
4341 * coffswap.h (coff_swap_reloc_out): Use RELSZ, not sizeof.
4342 (coff_swap_filehdr_out): Use FILHSZ, not sizeof.
4343 (coff_swap_sym_out): Use SYMESZ, not sizeof.
4344 (coff_swap_aux_out): Use AUXESZ, not sizeof.
4345 (coff_swap_lineno_out): Use LINESZ, not sizeof.
4346 (coff_swap_aouthdr_out): Use AOUTSZ, not sizeof.
4347 (coff_swap_scnhdr_out): Use SCNHSZ, not sizeof.
4348 * peicode.h: Corresponding changes.
4349
cb73f5d7
MM
4350Tue Jun 25 15:28:34 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4351
4352 * elflink.h (elf_create_pointer_linker_section): Comment out code
4353 dealing with making GOT pointers negative of the GOT symbol for
4354 now.
4355
297a4f1a
ILT
4356Tue Jun 25 11:41:24 1996 Richard Henderson <rth@tamu.edu>
4357
4358 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't
4359 increment the .rela.plt size until after we're done creating the
4360 .plt entry.
4361 (elf64_alpha_finish_dynamic_symbol): Change .plt entry to load the
4362 .rela.plt offset directly rather than calculating it.
4363
dbbfec07 4364Mon Jun 24 17:15:10 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
cf2cd4cf
UD
4365
4366 * Makefile.in, (bindir, libdir, datadir, mandir, infodir, includedir):
01e58ff6 4367 Use autoconf-set values.
cf2cd4cf
UD
4368 * doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
4369 includedir, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set
01e58ff6 4370 values.
dbbfec07
JM
4371 (docdir): Deleted.
4372 * configure.in (AC_PREREQ): autoconf v2.5 or higher.
4373 * configure: Rebuilt.
cf2cd4cf 4374
50004d8d
JL
4375Mon Jun 24 22:50:35 1996 Jeffrey A Law (law@cygnus.com)
4376
4377 * som.c (som_write_fixups): Fix typo in R_END_TRY for exception
4378 handling code > 1k away.
4379
4380Mon Jun 24 18:41:06 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4381
4382 * elflink.h (elf_create_pointer_linker_section): If DEBUG is
4383 defined, output whenever the symbol is updated.
4384
2e0567eb
ILT
4385Mon Jun 24 17:58:12 1996 Jouke Numan <jnuman@bazis.nl>
4386
4387 * elf.c (elf_fake_sections): Don't set sh_addr of a non SEC_ALLOC
4388 section to 0 if user_set_vma is set.
4389 * elflink.h (elf_bfd_final_link): Likewise.
4390
4391Sun Jun 23 20:42:51 1996 Doug Evans <dje@canuck.cygnus.com>
4392
4393 Partially undo patch of Jun 20.
4394 * coffcode.h (coff_set_alignment_hook): Use COFF_IMAGE_WITH_PE.
4395 (coff_compute_section_file_positions): Likewise.
4396 (coff_write_object_contents): Likewise. Re-add deleted code, but
4397 use #ifdef COFF_WITH_PE, not COFF_OBJ_WITH_PE.
4398 * peicode.h (pe_bfd_copy_private_bfd_data): Re-add #ifdef.
4399
bff4a496
ILT
4400Fri Jun 21 17:38:15 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
4401
4402 * config.bfd: Add support for *-*-rtems* configurations.
cf2cd4cf 4403
7ae6550f
ILT
4404Fri Jun 21 15:19:59 1996 Ian Lance Taylor <ian@cygnus.com>
4405
4406 * elf.c (prep_headers): Add bfd_arch_alpha case.
4407
e8f46717
ILT
4408Fri Jun 21 12:35:27 1996 Richard Henderson <rth@tamu.edu>
4409
4410 * elf64-alpha.c: New file.
4411 * config.bfd (alpha-*-linuxecoff*): New target.
4412 (alpha-*-linux*, alpha-*-elf*): New targets.
4413 * configure.in (bfd_elf64_alpha_vec): New vector.
4414 * configure: Rebuild.
4415 * targets.c (bfd_elf64_alpha_vec): Declare.
4416 (bfd_target_vector): Add bfd_elf64_alpha_vec if BFD64.
4417 * reloc.c (BFD_RELOC_ALPHA_GPDISP): Define.
4418 * bfd-in2.h, libbfd.h: Rebuild.
4419 * Makefile.in: Rebuild dependencies.
4420 (BFD64_BACKENDS): Add elf64-alpha.o.
4421 (BFD64_BACKENDS_CFILES): Add elf64-alpha.c.
4422
bacecac8
ILT
4423Thu Jun 20 18:14:25 1996 Ian Lance Taylor <ian@cygnus.com>
4424
4425 * ecoff.c (ecoff_armap_hash): If hlog is 0, just return 0, rather
4426 than relying on a right shift of 32.
4427
9ca108cd
DE
4428Thu Jun 20 11:00:57 1996 Doug Evans <dje@canuck.cygnus.com>
4429
b9110a3c
DE
4430 * coffcode.h (coff_set_alignment_hook): Change COFF_IMAGE_WITH_PE
4431 ifdef to COFF_WITH_PE.
4432 (coff_compute_section_file_positions): Likewise.
4433 (coff_write_object_contents): Likewise. Delete COFF_OBJ_WITH_PE.
4434 * pe-{arm,i386,ppc}.c (COFF_OBJ_WITH_PE): Delete.
4435 * peicode.h (pe_bfd_copy_private_bfd_data): Delete ifdef
4436 COFF_IMAGE_WITH_PE, always include.
4437
9ca108cd
DE
4438 * peicode.h (coff_swap_scnhdr_out): ".drectve" doesn't have trailing 0.
4439
c2073f05
ILT
4440Wed Jun 19 11:37:52 1996 Ian Lance Taylor <ian@cygnus.com>
4441
7fc6a16a
ILT
4442 * elf.c (map_sections_to_segments): Fix up the test for -Ttext to
4443 approximate the correct answer if SIZEOF_HEADERS was not used.
4444
c2073f05
ILT
4445 * binary.c (binary_set_section_contents): Set section file
4446 position based on LMA rather than VMA.
4447
4838929e
ILT
4448Wed Jun 19 11:19:25 1996 Manfred Hollstein KS/EIC5 60/3/142 #40283 <manfred@lts.sel.alcatel.de>
4449
4450 * linker.c (_bfd_generic_link_output_symbols): Don't output any
4451 symbols if info->strip == strip_all.
4452
4453Tue Jun 18 15:17:36 1996 Jeffrey A. Law <law@rtl.cygnus.com>
4454
4455 * coff-h8300.c: Remove #if 0 code.
4456 (compatable): Don't allow mixing/matching of different architectures.
cf2cd4cf 4457
4838929e
ILT
4458 * archures.c (bfd_mach_h8300s): Add.
4459 * bfd-in2.h: Rebuilt.
4460 * coff-h8300.c (funcvec_hash_newfunc): Handle H8/S too.
4461 (BADMAG): Likewise.
4462 (h8300_reloc16_estimate): Likewise.
4463 (h8300_reloc16_extra_cases): Likewise.
4464 (h8300_bfd_link_add_symbols): Likewise.
4465 * coffcode.h (coff_set_arch_mach_hook): Likewise.
4466 (coff_set_flags): Likewise.
4467 * cpu-h8300.c (h8300_scan): Likewise.
4468 Add H8/S to bfd_h8300_arch list.
4469
c3d8e071
ILT
4470Tue Jun 18 14:42:58 1996 Klaus Kaempf <kkaempf@progis.de>
4471
4472 Added support for Alpha OpenVMS:
4473 * evax.h, evax-alpha.c, evax-egsd.c, evax-emh.c: New files.
4474 * evax-etir.c, evax-misc.c, hosts/alphavms.h: New files.
4475 * config.h-vms, makefile.vms: New files.
4476 * config.bfd (alpha-*-*vms*): New target.
4477 * configure.in (evax_alpha_vec): New target vector.
4478 * configure: Rebuild.
4479 * reloc.c (BFD_RELOC_SWREL32, BFD_RELOC_SWREL64): Define.
4480 (BFD_RELOC_ALPHA_LINKAGE, BFD_RELOC_ALPHA_BASEREG): Define.
4481 * targets.c (bfd_target_evax_flavour): Define.
4482 (evax_alpha_vec): Declare.
4483 (bfd_target_vector): Add ecoffalpha_little_vec and evax_alpha_vec
4484 if BFD64 is defined.
4485 * bfd-in2.h, libbfd.h: Rebuild.
4486 * Makefile.in: Rebuild dependencies.
4487 (BFD64_BACKENDS): Add evax-alpha.o, evax-egsd.o, evax-etir.o,
4488 evax-emh.o, and evax-misc.o.
4489 (BFD64_BACKENDS_CFILES): Add evax-alpha.c, evax-egsd.c,
4490 evax-etir.c, evax-emh.c, and evax-misc.c.
4491 (HFILES): Add evax.h.
4492
142aa7d9
ILT
4493Tue Jun 18 13:54:18 1996 Ian Lance Taylor <ian@cygnus.com>
4494
4495 * coff-h8300.c (h8300_reloc16_extra_cases): Make name a const
4496 pointer.
4497 (h8300_bfd_link_add_symbols): Likewise.
4498
b658d64d
JL
4499Mon Jun 17 10:06:50 1996 Jeffrey A. Law <law@rtl.cygnus.com>
4500
4501 * som.h (R_HPPA_BEGIN_TRY, R_HPPA_END_TRY): Define.
4502 * som.c (som_write_fixups): Handle R_BEGIN_TRY and R_END_TRY.
4503
2df1e84b
ILT
4504Mon Jun 17 12:49:11 1996 Ian Lance Taylor <ian@cygnus.com>
4505
4506 * elf32-mips.c (mips_elf_relocate_section): Don't create a reloc
4507 for R_MIPS_REL32 and R_MIPS_32 relocs if no dynamic sections were
4508 created.
4509 (mips_elf_check_relocs): Only create .rel.dyn for R_MIPS_REL32 and
4510 R_MIPS_32 relocs if creating a shared library.
4511
4512Thu Jun 13 20:14:51 1996 Doug Evans <dje@canuck.cygnus.com>
4513
4514 * peicode.h (add_data_entry): Use pei_section_data rather than
4515 _cooked_size. Corresponds to May 13 change in coffcode.h.
4516
8100e72c
ILT
4517Thu Jun 13 10:23:40 1996 Ian Lance Taylor <ian@cygnus.com>
4518
51bc9642
ILT
4519 * cofflink.c (_bfd_coff_final_link): Handle long section names.
4520 * coffcode.h (coff_write_object_contents): If there are long
4521 section names, always set the f_symptr field, even if there are no
4522 symbols.
4523 * peicode.h (coff_swap_filehdr_in): Don't clear the f_symptr field
4524 if there are no symbols.
4525
8100e72c
ILT
4526 * coffgen.c (make_a_section_from_file): Check return value of
4527 _bfd_coff_read_string_table.
4528 (coff_real_object_p): Check return value of
4529 make_a_section_from_file.
4530 (_bfd_coff_read_string_table): Check that there are some symbols
4531 before trying to read the string table size.
4532
0e3bd85e
ILT
4533Wed Jun 12 11:16:37 1996 Ian Lance Taylor <ian@cygnus.com>
4534
ed675a04
ILT
4535 * xcofflink.c (xcoff_link_add_symbols): When considering whether
4536 to replace a symbol in a dynamic object with a symbol from another
4537 dynamic object, do the replacement if the existing symbol is
4538 global linkage code.
4539
49144784
ILT
4540 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Check explicitly
4541 for _ptrgl, and treat it as global linkage code.
4542
0e3bd85e
ILT
4543 * aoutx.h (NAME(aout,find_nearest_line)): Notice if we find a
4544 filename or N_SO symbol past the offset, and use it to indicate
4545 that there is no line number or function when appropriate.
4546
a5c7acea
ILT
4547Tue Jun 11 15:24:48 1996 Ian Lance Taylor <ian@cygnus.com>
4548
4549 * xcofflink.c (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR for a
4550 common symbol defined by the linker. Don't export function code
4551 even if export_defineds is set.
4552
4553Mon Jun 10 11:57:27 1996 Jeffrey A Law (law@cygnus.com)
4554
4555 * coff-h8300.c (howto_table): Add new entries for R_BCC_INV
4556 and R_JMP_DEL.
4557 (rtype2howto): Handle R_BCC_INV and R_JMP_DEL.
4558 (h8300_symbol_address_p): New function.
4559 (h8300_reloc16_estimate): Eliminate jumps made unnecessary by
4560 relaxing.
4561
890f5b7f
JL
4562Sun Jun 9 16:30:20 1996 Jeffrey A Law (law@cygnus.com)
4563
4564 * coff-h8300.c (h8300_reloc16_estimate): Fix many minor spacing
4565 problems.
4566 (h8300_reloc16_estimate, cases R_JMP1, R_JMP2): Adjust "dot"
4567 correctly for the two variants. Allow relaxing if the target
4568 is 128 bytes away since after relaxation it'll be 126 bytes away.
4569 (h8300_reloc16_estimate, case R_PCRWORD): Correctly adjust
4570 "dot" and "value". Allow relaxing if the target is 128 bytes
4571 away since after relaxation it'll be 126 bytes away.
4572 * reloc16.c (bfd_coff_reloc16_relax_section): Keep relaxing
4573 the given section until nothing changes.
4574
0593fc16
ILT
4575Thu Jun 6 15:24:45 1996 Richard Henderson <rth@tamu.edu>
4576
4577 * ecoff.c (_bfd_ecoff_new_section_hook): Remove the _PDATA
4578 alignment hack--we can get the lnnoptr info another way without
4579 suddenly increasing the alignment requirements. Set the flags for
4580 the _PDATA section.
4581 (ecoff_compute_section_file_positions): Do so.
4582
9b263b79
ILT
4583Thu Jun 6 11:24:37 1996 Ian Lance Taylor <ian@cygnus.com>
4584
bbf7c335
ILT
4585 * ieee.c (ieee_write_object_contents): Put a timestamp in the file
4586 to keep the HP emulator database happy.
4587
9b263b79
ILT
4588 * config.bfd: Recognize powerpc-*-linux* and powerpcle-*-linux*.
4589 From Kevin Buettner <kev@primenet.com>.
4590
4591Wed Jun 5 15:16:04 1996 Ian Lance Taylor <ian@cygnus.com>
4592
4593 * aoutx.h (translate_to_native_sym_flags): Don't try to print the
4594 name of a NULL section.
4595
26145b15
ILT
4596Tue Jun 4 18:53:58 1996 Ian Lance Taylor <ian@cygnus.com>
4597
4598 * linker.c (_bfd_generic_link_add_one_symbol): If notice_all is
4599 set, always call the notice callback.
4600
4601 * VERSION: Increment for bfdlink.h change.
4602
3a2080d8
ILT
4603Mon Jun 3 11:01:53 1996 Ian Lance Taylor <ian@cygnus.com>
4604
9d175198
ILT
4605 * coff-sh.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Set to 4.
4606 (sh_relax_delete_bytes): Correct handling of differently sized
4607 trailing alignment reloc.
4608
5a04f1bd
ILT
4609 * bfd-in.h: Use #error if BFD_HOST_64_BIT can not be defined.
4610 * bfd-in2.h: Rebuild.
4611 * configure.in: Warn if there is no known 64 bit type.
4612 * configure: Rebuild.
4613
60c8b04f
ILT
4614 * Makefile.in: Rebuild dependencies.
4615 (BFD32_BACKENDS): Add ppcboot.o.
4616 (BFD32_BACKENDS_CFILES): Add ppcboot.c.
4617
3a2080d8
ILT
4618 * elf32-mips.c (mips_elf_size_dynamic_sections): Initialize c.
4619 From Per Fogelstrom <per.fogelstrom@mailbox200.swipnet.se>.
4620
903612a2
ILT
4621Sat Jun 1 21:49:58 1996 Ian Lance Taylor <ian@cygnus.com>
4622
4623 * elf64-mips.c (bfd_mips_elf64_swap_reginfo_in)
4624 (bfd_mips_elf64_swap_reginfo_out): Move from here...
4625 * elf32-mips.c (bfd_mips_elf64_swap_reginfo_in)
4626 (bfd_mips_elf64_swap_reginfo_out): ...to here.
4627
38893c8c
ILT
4628Fri May 31 13:51:28 1996 Ian Lance Taylor <ian@cygnus.com>
4629
bc05732b
ILT
4630 * elf64-mips.c: Improve reloc special_functions and handling of
4631 SHT_MIPS_OPTIONS section.
4632 * elf32-mips.c (_bfd_mips_elf_hi16_reloc): Rename from
4633 mips_elf_hi16_reloc and make globally visible.
4634 (_bfd_mips_elf_lo16_reloc): Rename from mips_elf_lo16_reloc and
4635 make globally visible.
4636 (_bfd_mips_elf_got16_reloc): Rename from mips_elf_got16_reloc and
4637 make globally visible.
4638 (_bfd_mips_elf_gprel16_reloc): Rename from mips_elf_gprel16_reloc
4639 and make globally visible.
4640 (gprel16_with_gp): Check howto->src_mask before using value in
4641 insn.
4642 (_bfd_mips_elf_gprel32_reloc): Rename from mips_elf_gprel32_reloc
4643 and make globally visible.
4644 (gprel32_with_gp): Check howto->src_mask before fetching value.
4645 (bfd_mips_elf_swap_options_in): New function.
4646 (bfd_mips_elf_swap_options_out): New function.
4647 (_bfd_mips_elf_set_private_flags): Rename from
4648 mips_elf_set_private_flags and make globally visible.
4649 (_bfd_mips_elf_copy_private_bfd_data): Rename from
4650 mips_elf_copy_private_bfd_data and make globally visible.
4651 (_bfd_mips_elf_merge_private_bfd_data): Rename from
4652 mips_elf_merge_private_bfd_data and make globally visible.
4653 (_bfd_mips_elf_section_from_shdr): Accept .MIPS.options as a name
4654 for a SHT_MIPS_OPTIONS section.
4655 (mips_elf32_section_from_shdr): Handle SHT_MIPS_OPTIONS section.
4656 (_bfd_mips_elf_fake_sections): Consider .MIPS.options to be the
4657 name of a SHT_MIPS_OPTIONS section.
4658 (_bfd_mips_elf_set_section_contents): New function.
4659 (mips_elf32_section_processing): Set the GP value in a
4660 SHT_MIPS_OPTIONS section.
4661 (_bfd_mips_elf_find_nearest_line): Rename from
4662 mips_elf_find_nearest_line and make globally visible.
4663 (bfd_elf32_set_section_contents): Define.
4664 * elf-bfd.h (_bfd_mips_elf_hi16_reloc): Declare.
4665 (_bfd_mips_elf_lo16_reloc): Declare.
4666 (_bfd_mips_elf_gprel16_reloc): Declare.
4667 (_bfd_mips_elf_got16_reloc): Declare.
4668 (_bfd_mips_elf_gprel32_reloc): Declare.
4669 (_bfd_mips_elf_set_private_flags): Declare.
4670 (_bfd_mips_elf_copy_private_bfd_data): Declare.
4671 (_bfd_mips_elf_merge_private_bfd_data): Declare.
4672 (_bfd_mips_elf_find_nearest_line): Declare.
4673 (_bfd_mips_elf_set_section_contents): Declare.
4674
38893c8c
ILT
4675 * elf32-hppa.c (elf32_hppa_info_to_howto): Rename from
4676 elf_info_to_howto.
4677 (elf_info_to_howto): Define.
4678 * elf32-sparc.c (elf32_sparc_info_to_howto): Rename from
4679 elf_info_to_howto.
4680 (elf_info_to_howto): Define.
4681 * elf64-sparc.c (sparc64_elf_info_to_howto): Rename from
4682 elf_info_to_howto.
4683 (elf_info_to_howto): Define.
4684
4685 * coff-w65.c (h8300_reloc16_estimate): Rename R_MOVB[12] to
4686 R_MOV16B[12], to match change in coff/internal.h.
4687
cabd8fa0
ILT
4688Thu May 30 12:38:49 1996 Ian Lance Taylor <ian@cygnus.com>
4689
00176555
ILT
4690 * elf64-mips.c: Extensive additions to provide better support for
4691 writing files and for gas.
4692 * elf32-mips.c (_bfd_mips_elf_object_p): New function, broken out
4693 of mips_elf_object_p.
4694 (mips_elf32_object_p): Rename from mips_elf_object_p; call
4695 _bfd_mips_elf_object_p.
4696 (_bfd_mips_elf_final_write_processing): Rename from
4697 mips_elf_final_write_processing and make globally visible.
4698 (_bfd_mips_elf_fake_sections): Rename from
4699 mips_elf_fake_sections and make globally visible.
4700 (_bfd_mips_elf_section_from_bfd_section): Rename from
4701 mips_elf_section_from_bfd_section and make globally visible.
4702 (_bfd_mips_elf_section_processing): New function, broken out of
4703 mips_elf_section_processing.
4704 (mips_elf32_section_processing): Rename from
4705 mips_elf_section_processing; call
4706 _bfd_mips_elf_section_processing.
4707 (_bfd_mips_elf_symbol_processing): Rename from
4708 mips_elf_symbol_processing and make globally visible.
4709 (_bfd_mips_elf_read_ecoff_info): Rename from
4710 mips_elf_read_ecoff_info and make globally visible.
4711 (mips_elf32_ecoff_debug_swap): Rename from
4712 mips_elf_ecoff_debug_swap.
4713 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Use asymbol rather than
4714 struct symbol_cache_entry.
4715 (_bfd_elf_validate_reloc): New function, moved in from
4716 elfcode.h:validate_reloc.
4717 * elfcode.h (validate_reloc): Remove; moved into elf.c and renamed
4718 to _bfd_elf_validate_reloc. Change all callers.
4719 * elf-bfd.h (bfd_section_from_shdr): Declare.
4720 (_bfd_elf_symbol_from_bfd_symbol): Declare.
4721 (_bfd_elf_validate_reloc): Declare.
4722 (_bfd_mips_elf_object_p): Declare.
4723 (_bfd_mips_elf_fake_sections): Declare.
4724 (_bfd_mips_elf_section_from_bfd_section): Declare.
4725 (_bfd_mips_elf_section_processing): Declare.
4726 (_bfd_mips_elf_symbol_processing): Declare.
4727 (_bfd_mips_elf_read_ecoff_info): Declare.
4728 (_bfd_mips_elf_final_write_processing): Declare.
4729 * elfxx-target.h (bfd_elfNN_get_reloc_upper_bound): Don't define
4730 if already defined.
4731
cabd8fa0
ILT
4732 * elf32-mips.c (mips_elf_object_p): Handle E_MIPS_ARCH_4.
4733 (mips_elf_final_write_processing): Likewise.
4734
d1bf45aa
ILT
4735Wed May 29 16:15:29 1996 Ian Lance Taylor <ian@cygnus.com>
4736
4737 64-bit MIPS ELF ABI objdump support:
4738 * elf64-mips.c: New file.
4739 * Makefile.in: Rebuild dependencies.
4740 (BFD64_BACKENDS): Add elf64-mips.o.
4741 (BFD64_BACKENDS_CFILES): Add elf64-mips.c.
4742 * config.bfd (mips*el-*-elf*) Add bfd_elf64_bigmips_vec and
4743 bfd_elf64_littlemips_vec to targ_selvecs.
4744 (mips*-*-elf*): Likewise.
4745 * confingure.in: Add bfd_elf64_bigmips_vec and
4746 bfd_elf64_littlemips_vec to vector switch.
4747 * configure: Rebuild.
4748 * elf32-mips.c (_bfd_mips_elf_section_from_shdr): New function,
4749 broken out of mips_elf_section_from_shdr.
4750 (mips_elf32_section_from_shdr): Rename from
4751 mips_elf_section_from_shdr. Call new function.
4752 (elf_backend_section_from_shdr): Update name of renamed function.
4753 * elf-bfd.h (struct elf_size_info): Change second parameter of
4754 write_out_phdrs to be const. Likewise for second parameter of
4755 swap_symbol_out.
4756 (struct bfd_elf_section_data): Add rel_hdr2 field.
4757 (bfd_elf32_swap_symbol_in): Change second parameter to be const.
4758 (bfd_elf32_swap_symbol_out): Likewise.
4759 (bfd_elf32_swap_reloc_in): Likewise.
4760 (bfd_elf32_swap_reloc_out): Likewise.
4761 (bfd_elf32_swap_reloca_in): Likewise.
4762 (bfd_elf32_swap_reloca_out): Likewise.
4763 (bfd_elf32_swap_phdr_in): Likewise.
4764 (bfd_elf32_swap_phdr_out): Likewise.
4765 (bfd_elf32_swap_dyn_in): Likewise.
4766 (bfd_elf32_swap_dyn_out): Likewise.
4767 (bfd_elf32_slurp_symbol_table): Declare.
4768 (bfd_elf32_write_shdrs_and_ehdr): Declare.
4769 (bfd_elf32_write_out_phdrs): Declare.
4770 (bfd_elf64_swap_symbol_in): Change second parameter to be const.
4771 (bfd_elf64_swap_symbol_out): Likewise.
4772 (bfd_elf64_swap_reloc_in): Likewise.
4773 (bfd_elf64_swap_reloc_out): Likewise.
4774 (bfd_elf64_swap_reloca_in): Likewise.
4775 (bfd_elf64_swap_reloca_out): Likewise.
4776 (bfd_elf64_swap_phdr_in): Likewise.
4777 (bfd_elf64_swap_phdr_out): Likewise.
4778 (bfd_elf64_swap_dyn_in): Likewise.
4779 (bfd_elf64_swap_dyn_out): Likewise.
4780 (bfd_elf64_slurp_symbol_table): Declare.
4781 (bfd_elf64_write_shdrs_and_ehdr): Declare.
4782 (bfd_elf64_write_out_phdrs): Declare.
4783 (_bfd_mips_elf_section_from_shdr): Declare.
4784 * elf.c (bfd_section_from_shdr): Remove assertion requiring
4785 SHT_REL/SHT_RELA to match use_rela_p. If there is already a reloc
4786 section for the section, add the new one to rel_hdr2. Increment
4787 reloc_count rather than setting it.
4788 * elfcode.h (elf_slurp_symbol_table): Define name as macro.
4789 Remove static declaration.
4790 (elf_write_shdrs_and_ehdr): Define name as macro.
4791 (elf_write_out_phdrs): Likewise.
4792 (elf_swap_ehdr_in, elf_swap_ehdr_out): Declare.
4793 (elf_swap_shdr_in, elf_swap_shdr_out): Declare.
4794 (elf_swap_symbol_in): Change second parameter to be const.
4795 (elf_swap_symbol_out): Likewise.
4796 (elf_swap_ehdr_in, elf_swap_ehdr_out): Likewise.
4797 (elf_swap_shdr_in, elf_swap_shdr_out): Likewise.
4798 (elf_swap_phdr_in, elf_swap_phdr_out): Likewise.
4799 (elf_swap_reloc_in, elf_swap_reloc_out): Likewise.
4800 (elf_swap_reloca_in, elf_swap_reloca_out): Likewise.
4801 (elf_write_out_phdrs): Rename from write_out_phdrs. Change second
4802 parameter to be const. Make non-static.
4803 (elf_write_shdrs_and_ehdr): Rename from write_shdrs_and_ehdr.
4804 Make non-static.
4805 (elf_slurp_symbol_table): Make non-static.
4806 (NAME(_bfd_elf,size_info)): Update names of renamed functions.
4807 * elfxx-target.h (elf_info_to_howto): Define if not defined.
4808 (elf_backend_size_info): Likewise.
4809 (elfNN_bed): Use elf_backend_size_info.
4810 * targets.c (bfd_elf64_bigmips_vec): Declare.
4811 (bfd_elf64_littlemips_vec): Declare.
4812 (bfd_target_vector): Add bfd_elf64_bigmips_vec and
4813 bfd_elf64_littlemips_vec if BFD64 is defined.
cf2cd4cf 4814
d1bf45aa
ILT
4815 * libbfd.c (bfd_get_file_window): Add cast to fprintf argument.
4816
7dd3d45a
ILT
4817Tue May 28 11:42:08 1996 Ian Lance Taylor <ian@cygnus.com>
4818
07692951
ILT
4819 * coff-sh.c (sh_relax_delete_bytes): Insert nop instructions, not
4820 zeroes, in alignment holes.
4821
a4322a77
ILT
4822 * configure: Rebuild with autoconf 2.10.
4823
7dd3d45a
ILT
4824 * aoutx.h (NAME(aout,find_nearest_line)): Make room for the
4825 potential leading underscore in the allocated buffer.
4826
0293d5b0
MM
4827Fri May 24 14:28:38 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4828
4829 * elf32-ppc.c (ppc_elf_add_symbol_hook): Do not put small common
4830 symbols into .sbss if this is a relocatable link.
4831
a5d0cd50
ILT
4832Thu May 23 12:26:24 1996 Ian Lance Taylor <ian@cygnus.com>
4833
4834 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Warn about
4835 undefined symbols when creating a shared library.
4836
4837Fri May 17 13:54:15 1996 Ian Lance Taylor <ian@cygnus.com>
4838
4839 * coff-sh.c: Add a bunch of new code and static const arrays to
4840 support aligning loads and stores on four byte memory boundaries.
4841 Also:
4842 (sh_coff_howtos): Add entries for R_SH_CODE, R_SH_DATA and
4843 R_SH_LABEL.
4844 (sh_relax_section): Look for R_SH_CODE relocs. If we find one,
4845 call sh_align_loads.
4846 (sh_relax_delete_bytes): Don't mark R_SH_CODE or R_SH_DATA relocs
4847 as unused.
4848
c403d358
ILT
4849Thu May 16 16:34:13 1996 Ian Lance Taylor <ian@cygnus.com>
4850
4851 * cache.c (bfd_open_file): Unlink the file before opening it for
4852 write. From Marty Leisner <leisner@sdsp.mc.xerox.com>.
4853
4854 * opncls.c (bfd_fdopenr): Set opened_once.
4855
2f710e17
ILT
4856Tue May 14 12:35:32 1996 Ian Lance Taylor <ian@cygnus.com>
4857
ff60fc3a
ILT
4858 * som.c (som_slurp_reloc_table): Clear external_relocs cache after
4859 freeing it.
4860
2f710e17
ILT
4861 * libbfd.c: Remove #ifdef FILE_OFFSET_IS_CHAR_INDEX, and compile
4862 the code unconditionally.
4863
efb33f6b
ILT
4864Mon May 13 19:51:37 1996 Ian Lance Taylor <ian@cygnus.com>
4865
4866 * libcoff-in.h (struct pei_section_tdata): Define structure.
4867 (pei_section_data): Define macro.
4868 * libcoff.h: Rebuild.
4869 * coffcode.h (coff_set_alignment_hook): If COFF_IMAGE_WITH_PE,
4870 store s_paddr field in pei_section_data.
4871 (coff_compute_section_file_positions): Use pei_section_data rather
4872 than _cooked_size, and don't overwrite an existing value.
4873 (coff_write_object_contents): If COFF_OBJ_WITH_PE, set s_paddr to
4874 0. If COFF_IMAGE_WITH_PE, set s_paddr to pei_section_data.
4875 * peicode.h (coff_bfd_copy_private_section_data): Define if
4876 COFF_IMAGE_WITH_PE.
4877 (pe_bfd_copy_private_section_data): New static function if
4878 COFF_IMAGE_WITH_PE.
4879
5ecd6d7f
ILT
4880Wed May 8 16:10:38 1996 Ian Lance Taylor <ian@cygnus.com>
4881
db1e2aa7
ILT
4882 * srec.c (srec_set_arch_mach): Write as a function rather than a
4883 macro definition.
4884
5ecd6d7f
ILT
4885 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): If an archive has
4886 no map, just check each member in turn to see whether it is
4887 required.
4888
aefee5c8
MM
4889Wed May 8 09:17:34 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4890
4891 * ppcboot.c (ppcboot_object_p): Check for type 0x41 in partition
4892 table. Call BFD_ASSERT to validate header size, instead of
4893 calling fatal.
4894 (ppcboot_bfd_print_private_bfd_data): Put quotes around partition
4895 name.
4896
0d1fcbbb
MM
4897Tue May 7 16:10:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4898
4899 * ppcboot.c: New target for looking at PPCbug boot records.
4900
4901 * config{ure.in,.bfd}: Add support for ppcboot target.
4902 * targets.c: Ditto.
4903 * configure: Regenerate.
cf2cd4cf 4904
f4597f8c
JL
4905Tue May 7 11:15:19 1996 Jeffrey A Law (law@cygnus.com)
4906
4907 * coff-h8300.c (howto_table): Update names to match recent
4908 changes to include/coff/internal.h. Fix minor errors in the
4909 existing relocs. Add R_MOVL1 and R_MOVL2.
4910 (rtype2howto): Similarly.
4911 (h8300_reloc16_estimate): Rewrite to simplify, fix bugs in the
4912 existing relaxing code and peform more relaxing.
4913 (h8300_reloc16_extra_cases): Likewise.
4914
0dc70e1a
JL
4915Mon May 6 18:24:09 1996 Jeffrey A Law (law@cygnus.com)
4916
4917 * reloc16.c (bfd_coff_reloc16_get_value): Handle common
4918 symbols correctly.
4919
d1b8ccb0
PS
4920Sat May 4 05:08:45 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4921
4922 * elfcode.h (elf_object_p): Reject generic ELF target if
4923 e_machine matches an alternate machine code in a specific backend.
4924
4925 * netbsd-core.c (netbsd_core_vec): Remove initializer for
4926 obsolete align_power_min field.
4927
c9f5444e
JL
4928Fri May 3 13:07:35 1996 Jeffrey A Law (law@cygnus.com)
4929
4930 * coff-h8300.c (reloc_howto_type): Add howto entry for
4931 R_PCRWORD_B.
4932 (rtype2howto): Handle R_PCRWORD_B.
4933 (h8300_reloc16_extra_cases): Handle R_PCRWORD_B.
4934 (h8300_reloc_16_estimate): Likewise. Try to turn a 16bit
4935 pc-relative branch (R_PCRWORD) into an 8bit pc-relative
4936 branch (R_PCWORD_B).
4937
4ad842aa
ILT
4938Fri May 3 10:47:41 1996 Ian Lance Taylor <ian@cygnus.com>
4939
340d654f
ILT
4940 * aoutx.h (translate_from_native_sym_flags): Set the section for
4941 BSF_CONSTRUCTOR symbols.
4942
4ad842aa
ILT
4943 * cofflink.c (_bfd_coff_link_input_bfd): Correct setting of
4944 last_bf_index.
4945
9c7a5748
DE
4946Wed May 1 18:39:32 1996 Doug Evans <dje@canuck.cygnus.com>
4947
4948 * coffcode.h (coff_write_object_contents): In comdat section lookup,
4949 stop looking when section is found.
4950
622c93a3
ILT
4951Wed May 1 14:17:57 1996 Ian Lance Taylor <ian@cygnus.com>
4952
e8f3bb64 4953 * coffcode.h (STRING_SIZE_SIZE): Define.
9aac8e83
ILT
4954 (styp_to_sec_flags): Handle long symbol names when looking for the
4955 section symbol.
e8f3bb64
ILT
4956 (bfd_coff_backend_data): Add _bfd_coff_long_section_names field.
4957 (bfd_coff_long_section_names): Define.
4958 (coff_write_object_contents): Handle long section names.
4959 (bfd_coff_std_swap_table): Initialize new field.
4960 * libcoff.h: Rebuild.
4961 * coffgen.c (make_a_section_from_file): Handle long section
4962 names.
4963 (coff_write_symbols): Handle long section names.
4964 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
4965 * coff-mips.c (mips_ecoff_backend_data): Likewise.
4966 * pe-arm.c (COFF_LONG_SECTION_NAMES): Define.
4967 * pei-arm.c (COFF_LONG_SECTION_NAMES): Define.
4968 * pe-i386.c (COFF_LONG_SECTION_NAMES): Define.
4969 * pei-i386.c (COFF_LONG_SECTION_NAMES): Define.
4970 * pe-ppc.c (COFF_LONG_SECTION_NAMES): Define.
4971 * pei-ppc.c (COFF_LONG_SECTION_NAMES): Define.
4972
622c93a3
ILT
4973 * bout.c (b_out_callback): Set lma of sections.
4974 (b_out_bfd_get_relocated_section_contents): Rename in_abfd
4975 parameter to output_bfd. Used input_bfd instead of output_bfd in
4976 several places.
4977
6b725f83
ILT
4978Tue Apr 30 17:56:39 1996 Ian Lance Taylor <ian@cygnus.com>
4979
b7d1158a
ILT
4980 * aoutx.h (translate_from_native_sym_flags): Don't create
4981 SEC_CONSTRUCTOR sections.
4982 * ecoff.c (ecoff_set_symbol_info): Likewise.
4983
6b725f83
ILT
4984 * elf32-mips.c (mips_elf_copy_private_bfd_data): Copy elf_gp.
4985 From Don Bowman <bowman@waterloo.hp.com>.
4986
e28a1e77
DE
4987Tue Apr 30 17:06:32 1996 Doug Evans <dje@canuck.cygnus.com>
4988
4989 * coff-arm.c (armcoff_little_vec): If COFF_WITH_PE is defined, add
4990 SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.
4991
abec70b9
ILT
4992Mon Apr 29 13:15:17 1996 Ian Lance Taylor <ian@cygnus.com>
4993
4994 * elf32-mips.c (struct mips_elf_link_hash_entry): Add
4995 mips_32_relocs field.
4996 (mips_elf_link_hash_newfunc): Initialize mips_32_relocs field.
4997 (mips_elf_relocate_section): Copy R_MIPS_REL32 and R_MIPS_32
4998 relocs against a global symbol which is not defined in a regular
4999 file.
5000 (mips_elf_check_relocs): For a R_MIPS_REL32 or R_MIPS_32 reloc
5001 against a global symbol, increment mips_32_relocs.
5002 (mips_elf_adjust_dynamic_symbol): If mips_32_relocs is set, and
5003 the symbol is not defined in a regular file, make room in the
5004 .rel.dyn section.
5005
ecba7a3a
ILT
5006Fri Apr 26 18:00:37 1996 Ian Lance Taylor <ian@cygnus.com>
5007
656c5b6d
ILT
5008 * ecoff.c (ecoff_compute_section_file_positions): Track the real
5009 file position and the virtual file position separately. Set
5010 filepos information bsaed on the real file position.
5011 (_bfd_ecoff_set_section_contents): Handle .lib sections like the
5012 Jan 23 change to coffcode.h.
5013
ecba7a3a
ILT
5014 * som.c (som_slurp_symbol_table): Set the symbol count to the
5015 number of BFD symbols created.
5016
e25a7988
MM
5017Fri Apr 26 12:34:29 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5018
5019 * elf32-ppc.c (ppc_elf_check_relocs): Forward relocations to the
5020 output file if linking shared objects. Loop to check all relocs,
5021 rather than returning false on first error.
5022
5c28a96e
MM
5023Thu Apr 25 13:25:12 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5024
3f7ca26b
MM
5025 * elf32-ppc.c (ppc_elf_create_linker_section): Add PLT case.
5026 (ppc_elf_additional_program_headers): If .interp section, bump #
5027 of program headers by 1.
5028 (ppc_elf_adjust_dynamic_symbol): Flesh out support.
5029 (ppc_elf_size_dynamic_sections): Add support for .plt section.
5030 (ppc_elf_check_relocs): Print out filename in debug code. Enable
5031 PLT support.
5032 (ppc_elf_finish_dynamic_symbol): Add support for PLT's, beef up
5033 debug output.
5034 (ppc_elf_relocate_section): If the output section isn't defined,
5035 don't abort, just give an error message.
5036
5c28a96e
MM
5037 * elflink.c (_bfd_elf_create_dynamic_sections): If the section
5038 being created is .sdata or .sdata2, don't make the symbol dynamic.
5039
f5d65485
ILT
5040Wed Apr 24 14:04:07 1996 Ian Lance Taylor <ian@cygnus.com>
5041
5042 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through the
5043 members of an archive for dynamic objects with no symbols, and
5044 pass them directly to check_archive_element.
5045 (xcoff_link_check_ar_symbols): Pass dynamic objects to
5046 xcoff_link_check_dynamic_ar_symbols.
5047 (xcoff_link_check_dynamic_ar_symbols): New static function.
5048
5049 * coff-rs6000.c (rs6000coff_vec): Change BFD_JUMP_TABLE_DYNAMIC
5050 from _bfd_nodynamic to _bfd_xcoff.
5051 * libcoff-in.h (_bfd_xcoff_get_dynamic_symtab_upper_bound):
5052 Declare.
5053 (_bfd_xcoff_canonicalize_dynamic_symtab): Declare.
5054 (_bfd_xcoff_get_dynamic_reloc_upper_bound): Declare.
5055 (_bfd_xcoff_canonicalize_dynamic_reloc): Declare.
5056 * libcoff.h: Rebuild.
5057 * xcofflink.c (xcoff_swap_ldrel_in): New static function.
5058 (xcoff_get_section_contents): New static function.
5059 (_bfd_xcoff_get_dynamic_symtab_upper_bound): New function.
5060 (_bfd_xcoff_canonicalize_dynamic_symtab): New function.
5061 (_bfd_xcoff_get_dynamic_reloc_upper_bound): New function.
5062 (xcoff_dynamic_reloc): New static variable.
5063 (_bfd_xcoff_canonicalize_dynamic_reloc): New function.
5064 (xcoff_link_add_dynamic_symbols): Use xcoff_get_section_contents.
cf2cd4cf 5065
f5d65485
ILT
5066Tue Apr 23 12:48:42 1996 Ian Lance Taylor <ian@cygnus.com>
5067
5068 * coff-sparc.c (bfd_coff_generic_reloc): Return bfd_reloc_ok even
5069 if reloc_entry->addend is not 0.
5070 (CALC_ADDEND): Just set the addend to reloc.r_offset.
5071
34249b2f
DE
5072Mon Apr 22 18:29:01 1996 Doug Evans <dje@canuck.cygnus.com>
5073
5074 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix spelling of
5075 R_SPARC_GLOB_JMP.
5076 * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
5077 Add entries for R_SPARC_[56].
5078 (sparc_reloc_map): Add entries for R_SPARC_[56].
5079
af50cd91
ILT
5080Mon Apr 22 15:07:24 1996 Ian Lance Taylor <ian@cygnus.com>
5081
1726b8f0
ILT
5082 Optimize linking of stabs in sections as used in ELF and COFF.
5083 * stabs.c: New file.
5084 * libbfd-in.h (_bfd_link_section_stabs): Declare.
5085 (_bfd_write_section_stabs): Declare.
5086 (_bfd_write_stab_strings): Declare.
5087 * libbfd.h: Rebuild.
5088 * libcoff-in.h (struct coff_section_tdata): Add stab_info field.
5089 (struct coff_link_hash_table): Add stab_info field.
5090 * libcoff.h: Rebuild.
5091 * cofflink.c (_bfd_coff_link_hash_table_init): Initialize
5092 stab_info field.
5093 (coff_link_add_symbols): Call _bfd_link_section_stabs if
5094 appropriate.
5095 (_bfd_coff_final_link): Write out stab strings hash table.
5096 (_bfd_coff_link_input_bfd): Handle optimized stabs sections.
5097 * coff-ppc.c (ppc_bfd_coff_final_link): Write out stab strings
5098 hash table.
5099 * elf-bfd.h (struct elf_link_hash_table): Add stab_info field.
5100 (struct bfd_elf_section_data): Add stab_info field.
5101 * elf.c (_bfd_elf_link_hash_table_init): Initialize stab_info
5102 field.
5103 * elflink.h (elf_link_add_object_symbols): If appropriate, call
5104 _bfd_link_section_stabs.
5105 (elf_bfd_final_link): Write out stab strings hash table.
5106 (elf_link_input_bfd): Handle optimized stabs sections.
5107 * reloc.c (_bfd_final_link_relocate): Check address against
5108 _raw_size rather than _cooked_size.
5109 * Makefile.in: Rebuild dependencies.
5110 (BFD_LIBS): Add stabs.o
5111 (BFD_LIBS_CFILES): Add stabs.c.
5112
5113 * VERSION: Increment for bfdlink.h change.
5114
af50cd91
ILT
5115 * coffgen.c (coff_renumber_symbols): Correct handling of
5116 BSF_NOT_AT_END common symbols.
5117
f9fa5df3
ILT
5118Fri Apr 19 19:21:56 1996 Ian Lance Taylor <ian@cygnus.com>
5119
5120 * coff-ppc.c (record_toc): Add cast to avoid warning.
5121 (ppc_allocate_toc_section): Likewise.
5122 (coff_ppc_relocate_section): Remove ANSI C string concatenation.
5123 (ppc_coff_reloc_type_lookup): Remove unreached code.
5124 * coffcode.h (coff_write_object_contents): Don't take the address
5125 of an array.
5126 * peicode.h (pe_print_idata): Add casts to avoid warning.
5127 (pe_print_edata): Likewise.
5128 (pe_print_reloc): Remove ANSI C string concatenation.
5129
d6e0e2f7
ILT
5130Thu Apr 18 18:51:18 1996 Ian Lance Taylor <ian@cygnus.com>
5131
5132 * libcoff-in.h (struct coff_final_link_info): Add last_bf_index
5133 and last_bf fields.
5134 * libcoff.h: Rebuild.
5135 * coffswap.h (coff_swap_aux_in): Swap endndx field for C_FCN
5136 symbols.
5137 (coff_swap_aux_out): Likewise.
5138 * peicode.h (coff_swap_aux_in): Likewise.
5139 (coff_swap_aux_out): Likewise.
5140 * coffgen.c (coff_pointerize_aux): Check endndx field for C_FCN
5141 symbols.
5142 * cofflink.c (_bfd_coff_final_link): Initialize last_bf_index
5143 field.
5144 (_bfd_coff_link_input_bfd): Check endndx field for C_FCN symbols.
5145 Fix up .bf endndx link fields.
5146 * coff-ppc.c (ppc_bfd_coff_final_link): Initialize last_bf_index
5147 field.
5148 * xcofflink.c (xcoff_link_input_bfd): Check endndx field for C_FCN
5149 symbols.
5150
221d1e19
MM
5151Wed Apr 17 12:08:24 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5152
5153 * pe{,i}-ppc.c (PPC_PE): Define instead of PPC, so that compiling
5154 on Solaris PowerPC systems doesn't get confused.
5155
5156 * ccffcode.h (coff_write_object_contents): Use #ifdef PPC_PE, not
5157 #ifdef PPC.
5158
5159 * elfcore.h (bfd_prstatus, bfd_fpregset): Add thread argument.
5160 (elf_corefile_note): If HAVE_SYS_PROCFS_H is not defined, don't
5161 update did_reg and did_reg2.
5162
8f9a56c6
ILT
5163Wed Apr 17 13:07:37 1996 Ian Lance Taylor <ian@cygnus.com>
5164
f97fca78
ILT
5165 * xcofflink.c (xcoff_link_input_bfd): Check for TOC overflow.
5166
8f9a56c6
ILT
5167 * linker.c (_bfd_generic_link_add_one_symbol): When calling the
5168 callback routines, pass h->root.string rather than name, in case
5169 copy is true and name is transient.
5170
603fdf16
SG
5171Tue Apr 16 16:36:38 1996 Stu Grossman (grossman@lisa.cygnus.com)
5172
5173 * elfcore.h: Add support for core files with multiple threads.
5174 (Primarily for Solaris.)
5175
a2d914e1
ILT
5176Tue Apr 16 13:44:08 1996 Ian Lance Taylor <ian@cygnus.com>
5177
cdf23557
ILT
5178 * aoutx.h (NAME(aout,squirt_out_relocs)): Don't do anything if
5179 section->orelocation is NULL.
5180
a2d914e1
ILT
5181 * coffgen.c (bfd_coff_get_syment): New function.
5182 (bfd_coff_get_auxent): New function.
5183 * bfd-in.h (bfd_coff_get_syment): Declare.
5184 (bfd_coff_get_auxent): Declare.
5185 * bfd-in2.h: Rebuild.
5186
5cf36a32
ILT
5187Mon Apr 15 19:06:59 1996 Ian Lance Taylor <ian@cygnus.com>
5188
5189 * elf32-mips.c (struct mips_hi16): Define.
5190 (mips_hi16_addr, mips_hi16_addend): Remove.
5191 (mips_hi16_list): New static variable.
5192 (mips_elf_hi16_reloc): Maintain a list of unmatched HI16 relocs.
5193 (mips_elf_lo16_reloc): Process mips_hi16_list.
5194 (mips_elf_relocate_section): Permit an arbitrary number of HI16
5195 relocs before the associated LO16 reloc.
5196
b7fce5be
ILT
5197Wed Apr 10 00:23:53 1996 Ian Lance Taylor <ian@cygnus.com>
5198
176512da
ILT
5199 * versados.c (versados_scan): Check bfd_alloc return value.
5200 (versados_object_p): Check all bfd_read return values. Require
5201 that lang field be less than 10, to avoid confusion with Intel Hex
5202 files.
5203
18de3f19
ILT
5204 * libaout.h (WRITE_HEADERS): Write out the relocs even if there
5205 aren't any symbols.
5206 * aoutx.h (NAME(aout,swap_std_reloc_out)): Set r_index to N_ABS,
5207 not 0, for an absolute symbol.
5208 (NAME(aout,swap_ext_reloc_out)): Likewise.
5209
66ab4152
ILT
5210 * ihex.c (ihex_scan): Accept a length of 4 for record type 5.
5211 (ihex_write_object_contents): For a large start address, output
5212 the full 32 bit address in record type 5.
5213
b7fce5be
ILT
5214 * ieee.c (ieee_write_byte): Change second parameter from bfd_byte
5215 to int to avoid promotion problems in prototype.
5216
f1b45745
ILT
5217Tue Apr 9 11:44:21 1996 Ian Lance Taylor <ian@cygnus.com>
5218
f400f358
ILT
5219 * configure.host: Use ${srcdir} when looking for picfrag.
5220
3d9a5986
ILT
5221 * configure.host: Switch on ${libdir}, not $(libdir). From
5222 alan@spri.levels.unisa.edu.au (Alan Modra).
5223
f1b45745
ILT
5224 * aoutx.h (aout_link_add_symbols): Always call add_dynamic_symbols
5225 entry point, not just for DYNAMIC objects.
5226 * sunos.c (sunos_add_dynamic_symbols): Always call
5227 sunos_create_dynamic_sections. If called with a non DYNAMIC
5228 object, don't do anything else.
5229 (sunos_add_one_symbol): Don't call sunos_create_dynamic_sections.
5230
6f21f2e3
ILT
5231Mon Apr 8 12:09:36 1996 Ian Lance Taylor <ian@cygnus.com>
5232
639b5a09
ILT
5233 * configure.in: Permit --enable-shared to specify a list of
5234 directories.
5235 * configure: Rebuild.
5236
6f21f2e3
ILT
5237 * configure.host: Set HLDFLAGS and SHLIB_CFLAGS for *-dec-osf*
5238 host when configuring with --enable-shard.
5239
3f5f565b
ILT
5240Fri Apr 5 12:24:13 1996 Ian Lance Taylor <ian@cygnus.com>
5241
1ac75f5c
ILT
5242 * config.bfd: Add i[345]86-*-freebsdelf* target; from John Polstra
5243 <jdp@polstra.com>.
5244
1a9951a9
ILT
5245 * linker.c (link_action): For WARN_ROW/warn, use MWARN, not CYCLE,
5246 to avoid crashing in bfd_hash_replace.
5247
f1ac3acb 5248 * sysdep.h: Use #ifdef, not #if.
3f5f565b 5249
eb5f58e0
ILT
5250Thu Apr 4 23:32:23 1996 Ian Lance Taylor <ian@cygnus.com>
5251
5252 * config.in: Rebuild.
5253
ab1aa5cd
FF
5254Thu Apr 4 18:49:09 1996 Fred Fish <fnf@cygnus.com>
5255
5256 * configure.in (mips-sony-bsd*): Fix typo in AC_DEFINE.
5257 (AC_CHECK_HEADERS): Check for sys/time.h
5258 (AC_HEADER_TIME): Add macro.
5259 * configure: Rebuild.
5260 * sysdep.h: Use TIME_WITH_SYS_TIME and HAVE_SYS_TIME_H
5261 to control what combination of <time> and <sys/time.h>
5262 get included.
cf2cd4cf 5263
d1f74cd2
DE
5264Tue Apr 2 13:11:53 1996 Doug Evans <dje@canuck.cygnus.com>
5265
5266 * aoutf1.h (sunos_32_set_arch_mach): Handle M_SPARCLET.
5267 (aout_32_sunos4_write_object_contents): Likewise.
5268 * aoutx.h (NAME(aout,machine_type)): Handle
5269 bfd_mach_sparc_{sparclet,sparclite}.
5270 * archures.c (bfd_mach_sparc_{sparclet,sparclite}): Define.
5271 (bfd_mach_sparc_v9_p): Update.
5272 * cpu-sparc.c (arch_info_struct): Add entries for sparclet,sparclite.
5273 * libaout.h (enum machine_type): Add M_SPARCLET.
5274 * sunos.c (MACHTYPE_OK): Define.
5275 * bfd-in2.h: Regenerated.
5276
1dad72bd
ILT
5277Tue Apr 2 00:33:18 1996 Ian Lance Taylor <ian@cygnus.com>
5278
19bfbcbe
ILT
5279 * elf-bfd.h (struct elf_link_hash_table): Add hgot field.
5280 * elf.c (_bfd_elf_link_hash_table_init): Initialize hgot field.
5281 * elflink.c (_bfd_elf_create_got_section): Store the
5282 _GLOBAL_OFFSET_TABLE_ hash table entry in the hgot field.
5283 * elf32-sparc.c (elf32_sparc_check_relocs): If the size of the
5284 global offset table goes over 0x1000, set the value of
5285 _GLOBAL_OFFSET_TABLE_ to 0x1000 into the section.
5286 (elf32_sparc_relocate_section): Subtract the offset of
5287 _GLOBAL_OFFSET_TABLE_ when handling GOT relocations.
5288
1dad72bd
ILT
5289 * elfcode.h: Don't include <string.h>.
5290
ca4e2190
JL
5291Mon Apr 1 10:39:24 1996 Jeffrey A Law (law@cygnus.com)
5292
5293 * linker.c (_bfd_generic_link_hash_newfunc): Renamed from
5294 generic_link_hash_newfunc. All references changed.
5295 * genlink.h (_bfd_generic_link_hash_newfunc): Declaration
5296 moved here from libbfd-in.h.
5297 * libbfd-in.h: Corresponding changes.
5298 * libbfd.h: Regenerated.
5299
ce6a7731
ILT
5300Mon Apr 1 12:35:36 1996 Ian Lance Taylor <ian@cygnus.com>
5301
aad53b0d
ILT
5302 * aoutx.h (aout_link_input_section_std): When reporting an
5303 overflow error, use the name of the symbol in the hash table if
5304 available.
5305 (aout_link_input_section_ext): Likewise.
5306
ce6a7731
ILT
5307 * elflink.h (elf_adjust_dynamic_symbol): If a common symbol got
5308 defined in a regular file, set ELF_LINK_HASH_DEF_REGULAR.
5309
323b430f
SC
5310Sun Mar 31 01:58:41 1996 steve chamberlain <sac@slash.cygnus.com>
5311
5312 * peicode.h (coff_swap_aouthdr_out): Delete test for .junk.
5313 * coffcode.h (coff_compute_section_file_positions): Likewise.
5314 (coff_write_object_contents): Likewise.
cf2cd4cf 5315
7fc1cd16
ILT
5316Fri Mar 29 12:44:36 1996 Ian Lance Taylor <ian@cygnus.com>
5317
5a28331f
ILT
5318 * section.c (SEC_LINK_ONCE): Define.
5319 (SEC_LINK_DUPLICATES): Define.
5320 (SEC_LINK_DUPLICATES_DISCARD): Define.
5321 (SEC_LINK_DUPLICATES_ONE_ONLY): Define.
5322 (SEC_LINK_DUPLICATES_SAME_SIZE): Define.
5323 (SEC_LINK_DUPLICATES_SAME_CONTENTS): Define.
5324 * bfd-in2.h: Rebuild.
5325 * coffcode.h (sec_to_styp_flags): If COFF_WITH_PE, turn
5326 SEC_LINK_ONCE into IMAGE_SCN_LNK_COMDAT.
5327 (styp_to_sec_flags): If COFF_WITH_PE, turn IMAGE_SCN_LNK_REMOVE
5328 into SEC_EXCLUDE. If IMAGE_SCN_LNK_COMDAT is set, set
5329 SEC_LINK_ONCE, and look through the symbol table for the setting
5330 for SEC_LINK_DUPLICATES.
5331 (coff_write_object_contents): If COFF_WITH_PE, if SEC_LINK_ONCE is
5332 set for a section, find the section symbol in the symbol table,
5333 and set the aux entry based on SEC_LINK_DUPLICATES.
5334 * coffgen.c (coff_print_symbol): Add a space before "checksum".
5335 * coff-arm.c (armcoff_big_vec): If COFF_WITH_PE is defined, add
5336 SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.
5337 * coff-i386.c (i386coff_vec): Likewise.
5338 * coff-ppc.c (TARGET_LITTLE_SYM, TARGET_BIG_SYM): Likewise.
5339
7fc1cd16
ILT
5340 * VERSION: Bump to 2.6.1.
5341 * Makefile.in (stamp-h): Depend upon VERSION.
5342
9399a257
JL
5343Thu Mar 28 23:48:49 1996 Jeffrey A Law (law@cygnus.com)
5344
5345 * libbfd-in.h (generic_link_hash_newfunc): Add declaration.
5346 * libbfd.h: Rebuilt.
5347 * linker.c (generic_link_hash_newfunc): No longer static.
5348 * coffcode.h (coff_bfd_link_hash_create): Allow specific targets
5349 to override.
5350 * coff-h8300.c: Add two derived hash tables and their associated
5351 funtions and #defines for use by the h8300 linker.
5352 (h8300_reloc16_extra_cases, case R_MEM_INDIRECT): Create entries in
5353 the function vector as needed. Place the address of the function
5354 vector entry in the location specified by the R_MEM_INDIRECT reloc.
5355 Rewrite the vectors section contents as necessary.
cf2cd4cf 5356 (h8300_bfd_link_add_symbols): New function for the h8300 linker.
9399a257
JL
5357 (coff_bfd_link_add_symbols): Define to use h8300 specific version.
5358 (coff_bfd_link_hash_table_create): Likewise.
5359
506f2bb4
ILT
5360Thu Mar 28 17:44:08 1996 Ian Lance Taylor <ian@cygnus.com>
5361
5362 * libhppa.h: If gcc 2.7 or higher, declare all the functions with
5363 __attribute__ ((__unused__)) so that -Wall doesn't warn about
5364 them.
5365 (hppa_rebuild_insn): Pass pointer to correct type to
5366 low_sign_unext and dis_assemble_21.
5367
05a84ae1
DE
5368Thu Mar 28 11:00:36 1996 Doug Evans <dje@canuck.cygnus.com>
5369
5370 * config.bfd (sparc64-{sysv4*,solaris2*}): Delete.
5371 Stick with sparc-*-{sysv4*,solaris2*}.
5372
919cf4b5
ILT
5373Wed Mar 27 10:43:34 1996 Ian Lance Taylor <ian@cygnus.com>
5374
8230f31c
ILT
5375 * peicode.h (coff_swap_aux_in): Swap in extra PE x_scn fields.
5376 (coff_swap_aux_out): Swap out extra PE x_scn fields.
5377 * coffswap.h (coff_swap_aux_in): Zero out extra PE x_scn fields.
5378 * coffgen.c (coff_print_symbol): If any of the extra PE x_scn
5379 fields is non-zero, print them.
5380
9addd1d4
ILT
5381 * coff-ppc.c (ppc_record_toc_entry): Put inside COFF_IMAGE_WITH_PE
5382 ifdef. Remove unused variables.
5383 (ppc_record_data_in_toc_entry): Ifdef out. Removed unused
5384 variables.
5385 (ppc_mark_symbol_as_glue): Put inside COFF_IMAGE_WITH_PE ifdef.
5386 (get_symbol_value): Ifdef out.
5387 (pe_ppc_reloc): Ifdef out. Remove unused variables.
5388 (coff_ppc_relocate_section): Remove unused variables. Make
5389 fprintf strings and argument types correspond. Put before_addr in
5390 DEBUG_RELOC ifdef.
ff0e4a93
ILT
5391 (dump_toc): Make fprintf strings and argument types correspond.
5392 (ppc_process_before_allocation): Remove unused variables. Always
5393 return a value.
9addd1d4
ILT
5394 (ppc_reflo_reloc): Ifdef out.
5395 (ppc_addr32nb_reloc): Ifdef out.
5396 (ppc_coff_rtype2howto): Make fprintf strings and argument types
5397 correspond.
5398 (coff_ppc_rtype_to_howto): Likewise.
5399 (ppc_coff_swap_sym_in_hook): Remove unused variables.
5400
5401 * peicode.h (pe_print_idata): Move otherwise unused variables into
5402 the #ifdef where they are used. Always return a value.
ff0e4a93
ILT
5403 (pe_print_edata): Make fprintf strings and argument types
5404 correspond. Always return a value.
9addd1d4
ILT
5405 (pe_print_pdata): Removed unused variable addr_value. Always
5406 return a value.
5407 (pe_print_reloc): Remove unused variable onaline. Make fprintf
ff0e4a93 5408 strings and argument types correspond. Always return a value.
9addd1d4
ILT
5409
5410 * elf32-ppc.c (ppc_elf_fake_sections): Return true.
5411 (ppc_elf_finish_dynamic_symbol): Move definition of unused
5412 variable rela inside #if 0 section where it is used.
5413
c877bdf1
ILT
5414 * ns32k.h: New file.
5415 * cpu-ns32k.h: Include ns32k.h. Rename externally visible
5416 functions to start with _bfd_.
5417 * aout-ns32k.c: Include ns32k.h. Change references to renamed
5418 functions in cpu-ns32k.h.
5419 * Makefile.in: Rebuild dependencies.
5420 (HFILES): Add ns32k.h.
5421
ff0e4a93
ILT
5422 * section.c (struct sec): Add linker_mark field. Change
5423 user_set_vma and reloc_done to be single bit fields.
5424 (STD_SECTION): Update accordingly.
7ec49f91
ILT
5425 * bfd-in2.h: Rebuild.
5426 * aoutx.h (NAME(aout,final_link)): Mark sections included in the
5427 link.
5428 (aout_link_input_bfd): Don't link unmarked sections.
5429 * cofflink.c (_bfd_coff_final_link): Mark sections included in the
5430 link.
5431 (_bfd_coff_link_input_bfd): Don't link unmarked sections.
5432 * coff-ppc.c (ppc_bfd_coff_final_link): Mark sections included in
5433 the link.
5434 * elflink.h (elf_bfd_final_link): Mark sections included in the
5435 link.
5436 (elf_link_input_bfd): Don't link unmarked sections.
5437 * xcofflink.c (_bfd_xcoff_bfd_final_link): Mark sections included
5438 in the link.
5439 (xcoff_link_input_bfd): Don't link unmarked sections.
5440
919cf4b5
ILT
5441 * coffswap.h (coff_swap_scnhdr_out): Include section name in
5442 overflow error messages.
5443
986cf3b8
ILT
5444Tue Mar 26 15:46:18 1996 Ian Lance Taylor <ian@cygnus.com>
5445
fd681dcd
ILT
5446 * bfd.c (_bfd_default_error_handler): If _bfd_error_program_name
5447 is not set, print "BFD: " before the error message.
5448
986cf3b8
ILT
5449 * configure.in: Use AC_CHECK_TOOL to find ar and ranlib. From
5450 Miles Bader <miles@gnu.ai.mit.edu>.
5451 * configure: Rebuild.
5452
3998d526
ILT
5453Fri Mar 22 12:17:00 1996 Ian Lance Taylor <ian@cygnus.com>
5454
c3dffbd7
ILT
5455 * xcofflink.c (xcoff_link_input_bfd): Fix scan for C_BINCL/C_EINCL
5456 symbols.
5457
3998d526
ILT
5458 * config.bfd: Add ieee_vec to targ_selvecs for i960 targets and
5459 m68k-aout, m68k-coff, and m68k-elf targets.
5460
e4d27380
ILT
5461Fri Mar 22 11:33:44 1996 Martin Anantharaman <martin@goofy.imech.uni-duisburg.de>
5462
5463 * ieee.c: Changed #ifdef KEEPMINUSPCININST to #if KEEPMINUSPCININST.
5464 (ieee_generic_stat_arch_elt): Restructured to prevent
5465 ieee_object_p from being called repeatedly.
5466
51776a11
SC
5467Thu Mar 21 11:00:47 1996 steve chamberlain <sac@slash.cygnus.com>
5468
5469 * coffcode.h (coff_write_object_contents): Allocate
5470 buffers large enough for any FILEHDR or AOUTHDR.
5471
5472Thu Mar 21 16:28:17 1996 David Mosberger-Tang <davidm@azstarnet.com>
5473
5474 * ecofflink.c (lookup_line): New static function, renamed and
5475 slighly changed from old _bfd_ecoff_locate_line.
5476 (_bfd_ecoff_locate_line): Cache line number information. Use
5477 lookup_line for actual lookup.
5478
9e4ebb1b
MM
5479Thu Mar 21 14:59:11 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5480
5481 * peicode.h (pe_print_pdata): Warn if the .pdata section is not a
5482 multiple of 20 bytes.
5483
9e7427a4
ILT
5484Thu Mar 21 13:54:40 1996 Ian Lance Taylor <ian@cygnus.com>
5485
51776a11
SC
5486 * ecoff.c (_bfd_ecoff_find_nearest_line): Use bfd_zalloc to
5487 allocate ecoff_find_line, and don't initialize by hand.
5488 * elf32-mips.c (mips_elf_find_nearest_line): Use bfd_zalloc for
5489 mips_elf_find_line, and don't call memset.
5490
9e7427a4
ILT
5491 * coffcode.h (coff_compute_section_file_positions): If not
5492 producing a final executable, don't consider sofar when aligning
5493 the section to the correct size.
5494
5495Wed Mar 20 16:53:12 1996 Ian Lance Taylor <ian@cygnus.com>
5496
5497 * coffcode.h (coff_add_missing_symbols): Ifdef out.
5498 (coff_write_object_contents): Don't call coff_add_missing_symbols.
5499 * coffgen.c (coff_section_symbol): Ifdef out.
5500
e7f9ba4f
ILT
5501Mon Mar 18 12:54:41 1996 Ian Lance Taylor <ian@cygnus.com>
5502
5503 * elf32-mips.c (mips_elf_gprel32_reloc): Initialize gp if
5504 output_bfd is not NULL.
5505
34c4d647
DE
5506Thu Mar 14 17:12:06 1996 Doug Evans <dje@charmed.cygnus.com>
5507
5508 * coffgen.c (coff_get_normalized_symtab): Call bfd_zalloc instead
5509 of bfd_alloc (fixes fix_line not being initialized).
5510 Delete zeroing of fix_{value,tag,end,scnlen} fields.
5511
4e054247
JL
5512Thu Mar 14 16:06:06 1996 Jeffrey A Law (law@cygnus.com)
5513
57289b5c
JL
5514 * coffcode.h: Allow specific backends to override the
5515 bfd_link_add_symbols routine.
5516
4e054247
JL
5517 * coff-h8300.c: Include genlink.h.
5518 (howto_table): Add R_MEM_INDIRECT.
5519 (rtype2howto): Support R_MEM_INDIRECT.
5520 (h8300_reloc16_extra_cases): Handle R_MEM_INDIRECT like R_RELBYTE
5521 for now.
cf2cd4cf 5522
a10d3dec
ILT
5523Tue Mar 12 12:41:17 1996 David Mosberger-Tang <davidm@koala.azstarnet.com>
5524
5525 * coff-alpha.c (alpha_relocate_section): Use
5526 info->callbacks_warning, rather than _bfd_error_handler, for
5527 "multiple gp" warning.
5528
ea2488ad
ILT
5529Tue Mar 12 12:10:55 1996 Ian Lance Taylor <ian@cygnus.com>
5530
8881b321
ILT
5531 * linker.c (bfd_wrapped_link_hash_lookup): New function.
5532 (_bfd_generic_link_add_one_symbol): Remove BFD_ASSERT on hash
5533 table string. Use bfd_wrapped_link_hash_lookup.
5534 (_bfd_generic_link_write_global_symbol): Remove BFD_ASSERT on hash
5535 table string.
5536 * aoutx.h (aout_link_write_symbols): Use the name from the hash
5537 table, if any, when writing out symbols.
5538 (aout_link_input_section_std): Use the name from the hash table,
5539 if any, when reporting undefined symbols.
5540 (aout_link_input_section_ext): Likewise.
5541 (aout_link_reloc_link_order): Use bfd_wrapped_link_hash_lookup.
5542 * bout.c (get_value): Likewise.
5543 * cofflink.c (_bfd_coff_reloc_link_order): Likewise.
5544 * ecoff.c (ecoff_reloc_link_order): Likewise.
5545 * elflink.h (elf_link_add_object_symbols): Likewise.
cf2cd4cf 5546 (elf_reloc_link_order): Likewise.
8881b321
ILT
5547 * linker.c (_bfd_generic_link_output_symbols): Likewise.
5548 (_bfd_generic_reloc_link_order): Likewise.
5549 (default_indirect_link_order): Likewise.
5550 * reloc16.c (bfd_coff_reloc16_get_value): Likewise.
5551 * sunos.c (sunos_add_one_symbol): Likewise.
5552 * xcofflink.c (xcoff_link_add_symbols): Likewise.
5553 (bfd_xcoff_link_count_reloc): Likewise.
5554 (xcoff_reloc_link_order): Likewise.
5555
5556 * ecoffswap.h (ecoff_swap_fdr_in): If ECOFF_64, turn 0xffffffff
5557 into -1 for intern->rss.
5558
ea2488ad
ILT
5559 * configure: Rebuild with autoconf 2.8.
5560
c189fdfb
ILT
5561Mon Mar 11 12:28:31 1996 Ian Lance Taylor <ian@cygnus.com>
5562
5563 * stab-syms.c (__define_stab_duplicate): Define.
5564 (bfd_get_stab_name): Rename from aout_stab_name. Rewrite to use a
5565 switch.
5566 * bfd-in.h (bfd_get_stab_name): Declare.
5567 * bfd-in2.h: Rebuild.
5568 * Makefile.in: Rebuild dependencies.
5569 (BFD_LIBS): Add stab-syms.o.
5570 (BFD_LIBS_CFILES): Add stab-syms.c.
5571 (BFD32_BACKENDS): Remove stab-syms.o.
5572 (BFD32_BACKENDS_CFILES): Remove stab-syms.c.
5573 * configure.in: Don't list stab-syms.o in bfd_backends.
5574 * configure: Rebuild.
5575 * libaout.h (aout_stab_name): Don't declare.
5576 * aoutx.h (NAME(aout,get_symbol_info)): Call bfd_get_stab_name,
5577 not aout_stab_name.
5578
5579Fri Mar 8 11:26:20 1996 Ian Lance Taylor <ian@cygnus.com>
5580
5581 * elf.c (assign_file_positions_for_segments): Adjust file offset
5582 for section alignment even if SEC_LOAD is not set.
5583
c5bde1ef
ILT
5584Tue Mar 5 12:02:23 1996 Ian Lance Taylor <ian@cygnus.com>
5585
8f218e05
ILT
5586 * configure.in: Don't set SHLIB or SHLINK to an empty string,
5587 since they appear as targets in Makefile.in.
5588 * configure: Rebuild.
5589
c5bde1ef
ILT
5590 * sunos.c (sunos_scan_ext_relocs): If not making a shared library,
5591 don't fiddle with a symbol which is not defined anywhere.
5592
cb84f028
ILT
5593Mon Mar 4 12:49:16 1996 Ian Lance Taylor <ian@cygnus.com>
5594
4e59f523
ILT
5595 * xcofflink.c (xcoff_mark): Treat undefined imported symbols as
5596 though they are defined in a shared library.
5597 (xcoff_build_ldsyms): Likewise.
5598
ea2504d5
ILT
5599 * coffgen.c (coff_find_nearest_line): Don't look at the line
5600 numbers for the section if section->lineno is NULL.
5601
cb84f028
ILT
5602 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Print a useful error
5603 message rather than calling BFD_ASSERT.
5604 * elfcode.h (write_relocs): Check return value of
5605 _bfd_elf_symbol_from_bfd_symbol.
5606
6e036cf7
MM
5607Fri Mar 1 09:42:59 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5608
5609 * elf32-ppc.c (ppc_elf_add_symbol_hook): Don't set SEC_LOAD flag
5610 for .sbss section.
5611
d08435de
JL
5612Wed Feb 28 11:25:47 1996 Jeffrey A Law (law@cygnus.com)
5613
5614 * libhppa.h (hppa_reloc_field_selector_type): Add R_HPPA_NLSEL
5615 and R_HPPA_NLRSEL.
5616 (e_nsel, e_nlsel, e_nlrsel): Undefine. Add to
5617 hppa_reloc_field_selector_type_alt.
5618 (hppa_field_adjust): Handle e_nlsel, e_nlrsel. Fix e_nsel handling.
5619 * som.c (hppa_som_gen_reloc_type): Handle N', NL' NLR' field
5620 selectors.
5621 (som_write_fixups): Finish handling of R_N0SEL and R_N1SEL.
5622
09609415
ILT
5623Wed Feb 28 11:00:24 1996 Ian Lance Taylor <ian@cygnus.com>
5624
5625 * elf.c (assign_file_positions_for_segments): Adjust the segment
5626 memory size for the alignment of a SEC_ALLOC section, not just a
5627 SEC_LOAD section.
5628
55626bf0
ILT
5629Tue Feb 27 14:17:31 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5630
5631 * m68klinux.c: New file.
5632 * hosts/m68klinux.h: New file.
5633 * config.bfd (m68*-*-linuxaout*, m68*-*-linux*): New targets.
5634 * configure.in (m68*-*-linux*): New native host.
5635 (m68klinux_vec): New vector.
5636 * configure: Rebuild.
5637 * targets.c (m68klinux_vec): Declare.
5638 * i386linux.c (bfd_i386linux_size_dynamic_sections): Renamed from
5639 bfd_linux_size_dynmic_sections to avoid clash with m68klinux.c.
5640 * bfd-in.h (bfd_i386linux_size_dynamic_sections): Rename
5641 declaration from bfd_linux_size_dynamic_sections.
5642 (bfd_m68klinux_size_dynamic_sections): Declare.
5643 * bfd-in2.h: Rebuild.
5644 * Makefile.in: Rebuild dependencies.
5645 (BFD32_BACKENDS): Add m68klinux.o.
5646 (BFD32_BACKENDS_CFILES): Add m68klinux.c.
5647
6c7b3090
JL
5648Tue Feb 27 11:31:34 1996 Jeffrey A Law (law@cygnus.com)
5649
5650 * libhppa.h (pa_arch): Add pa20.
5651 (hppa_reloc_field_selector_type): Add R_HPPA_NSEL.
5652 (e_nsel): Undefine. Add to hppa_reloc_field_selector_type_alt.
5653 (hppa_field_adjust): Handle e_nsel.
5654 * som.c: Provide default definitions for many new relocs found only
5655 in hpux10 include files.
5656 (som_fixup_formats): Add several new relocs from hpux10.
5657 (som_hppa_howto_table): Add hpux10 relocs.
5658 (som_write_fixups): Handle R_N0SEL and R_N1SEL hpux10 relocs.
5659
14fd4616
SS
5660Mon Feb 26 12:52:48 1996 Stan Shebs <shebs@andros.cygnus.com>
5661
5662 * mpw-make.sed: Edit out recent shared library support, and
5663 rules to rebuild .h files using doc/chew.
5664
3d9f042c
ILT
5665Mon Feb 26 14:48:39 1996 David Mosberger-Tang <davidm@AZStarNet.com>
5666
5667 * ecoff.c (ecoff_compute_section_file_positions): Adjust the file
5668 size even of sections with no contents.
5669
bdec6228
ILT
5670Mon Feb 26 14:01:13 1996 Ian Lance Taylor <ian@cygnus.com>
5671
88358469
ILT
5672 * cofflink.c (_bfd_coff_link_input_bfd): When merging, skip names
5673 starting with '$' the way we skip names starting with '.'. When
5674 updating x_endndx, don't be fooled by an index which has been
5675 merged.
5676
bdec6228
ILT
5677 * cofflink.c (_bfd_coff_link_input_bfd): Don't try to optimize a
5678 struct/union/enum type with no elements.
5679
053ae1d7
ILT
5680Sat Feb 24 11:38:58 1996 Ian Lance Taylor <ian@cygnus.com>
5681
15f4406c
ILT
5682 * bfd.c (bfd_errmsg): Handle a NULL return from strerror.
5683
c8435133
ILT
5684 * archive.c (bfd_generic_archive_p): If the first file in the
5685 archive can not be recognized as an object, don't assume that this
5686 is the wrong format.
5687
053ae1d7
ILT
5688 * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
5689 format is not bfd_object.
5690 (bfd_elf_get_dt_soname): Likewise.
5691
ea74d979
ILT
5692Wed Feb 21 13:58:04 1996 Ian Lance Taylor <ian@cygnus.com>
5693
5694 * coff-sh.c (sh_relax_delete_bytes): Correct range of R_SH_USES
5695 reloc.
5696
871a3f3b
C
5697Tue Feb 20 16:22:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
5698
5699 * bfd.c (tdata): Add netbsd_core_data.
5700 * bfd-in2.h: Regenerated.
5701
5702Tue Feb 20 16:50:02 1996 Ian Lance Taylor <ian@cygnus.com>
5703
fe6fc35f
ILT
5704 * sunos.c (SUNOS_CONSTRUCTOR): Define.
5705 (sunos_add_one_symbol): Don't let a symbol from a dynamic object
5706 override a constructor symbol. Set SUNOS_CONSTRUCTOR when
5707 appropriate.
5708
871a3f3b
C
5709 * bout.c (b_out_squirt_out_relocs): Use udata.i rather than flags
5710 to get the symbol index, matching 14 Jul 95 change.
5711
d3785301
FF
5712Tue Feb 20 08:26:27 1996 Fred Fish <fnf@phydeaux.cygnus.com>
5713
5714 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents):
5715 Remove duplicate definition of gp.
5716
60a49e7f
ILT
5717Mon Feb 19 12:37:41 1996 Ian Lance Taylor <ian@cygnus.com>
5718
81bdcecf
ILT
5719 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Don't
5720 assume that we can set the GP value and then get the same value,
5721 since it won't be true if the output file is neither ELF nor
5722 ECOFF.
5723 * coff-mips.c (mips_adjust_reloc_in): Don't bother to use
5724 _bfd_get_gp_value here.
5725 (mips_gprel_reloc): Don't assume we can set and get the GP value.
5726 * elf32-mips.c (mips_elf_hi16_reloc): Get gp value from
5727 mips_elf_final_gp.
5728 (mips_elf_lo16_reloc): Likewise.
5729 (mips_elf_final_gp): Add pgp parameter. Set it to the GP value.
5730 Don't require that the BFD be ELF.
5731 (mips_elf_gprel16_reloc): Get gp value from mips_elf_final_gp.
5732 (mips_elf_gprel32_reloc): Likewise.
5733 (mips_elf_relocate_section): Don't assume we can set and get the
5734 GP value.
5735 (mips_elf_finish_dynamic_symbol): Don't bother to use
5736 _bfd_get_gp_value here.
5737
5738 * elf32-mips.c (mips_elf_create_procedure_table): Initialize sv.
5739 Don't change epdr between malloc and free. Be careful not to free
5740 NULL pointers. Zero out the first RPDR.
5741
7b61165a
ILT
5742 * configure.host: On Linux, only pass -rpath option if $(libdir)
5743 is neither /lib nor /usr/lib. From Alan Modra
5744 <alan@mullet.Levels.UniSA.Edu.Au>.
5745
60a49e7f
ILT
5746 * elf-bfd.h (struct elf_obj_tdata): Rename dt_needed_name to
5747 dt_name.
5748 (elf_dt_name): Rename from elf_dt_needed_name.
5749 * elf.c (bfd_elf_set_dt_needed_name): Use elf_dt_name, not
5750 elf_dt_needed_name.
5751 (bfd_elf_get_dt_soname): New function.
5752 * elflink.h (elf_link_add_object_symbols): Use elf_dt_name, not
5753 elf_dt_needed_name. Save the SONAME back in elf_dt_name.
5754 * bfd-in.h (bfd_elf_get_dt_soname): Declare.
5755 * bfd-in2.h: Rebuild.
5756
b268e261
DE
5757Mon Feb 19 02:50:23 1996 Doug Evans <dje@charmed.cygnus.com>
5758
5759 * elf32-sparc.c (elf32_sparc_reloc_type_lookup): Renamed from
5760 _bfd_sparc_elf_reloc_type_lookup.
5761 (bfd_elf32_bfd_reloc_type_lookup): Update.
5762 * elf64-sparc.c (SPARC64_OLD_RELOCS): Define.
5763 (sparc64_elf_howto_table): Define.
5764 (sparc_reloc_map): Define.
5765 (sparc64_elf_reloc_type_lookup): New function.
5766 (sparc_elf_wdisp16_reloc): New function.
5767 (elf_info_to_howto): Use sparc64_elf_howto_table.
5768 (sparc64_elf_relocate_section): Likewise.
5769 (bfd_elf64_bfd_reloc_type_lookup): Update.
5770
9e2ef098
ILT
5771Sun Feb 18 15:02:25 1996 Ian Lance Taylor <ian@cygnus.com>
5772
5773 * configure.host: Check for 'do not mix' from native linker before
5774 trying to use -rpath.
5775
4c70373f
ILT
5776Fri Feb 16 12:46:18 1996 Ian Lance Taylor <ian@cygnus.com>
5777
cba3f8a9
ILT
5778 * bfd.c (_bfd_get_gp_value): New function.
5779 (_bfd_set_gp_value): New function.
5780 * libbfd-in.h (_bfd_get_gp_value): Declare.
5781 (_bfd_set_gp_value): Declare.
5782 * libbfd.h: Rebuild.
5783 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Use
5784 _bfd_get_gp_value and _bfd_set_gp_value rather than referring
5785 directly to the fields in the tdata information.
5786 (alpha_relocate_section): Likewise.
5787 * coff-mips.c (mips_adjust_reloc_in): Likewise.
5788 (mips_gprel_reloc): Likewise.
5789 (mips_relocate_section): Likewise.
5790 * elf32-mips.c (mips_elf_hi16_reloc): Likewise.
5791 (mips_elf_lo16_reloc): Likewise.
5792 (mips_elf_final_gp): Likewise.
5793 (mips_elf_gprel16_reloc): Likewise.
5794 (mips_elf_gprel32_reloc): Likewise.
5795 (mips_elf_relocate_section): Likewise.
5796 (mips_elf_finish_dynamic_symbol): Likewise.
5797
4c70373f
ILT
5798 * bout.c (b_out_set_arch_mach): Recognize bfd_mach_i960_jx.
5799
a0a2dd54
ILT
5800Thu Feb 15 11:29:13 1996 Ian Lance Taylor <ian@cygnus.com>
5801
f54c7482 5802 * configure.in: Call AC_PROG_CC before configure.host.
65eed095
ILT
5803 * configure: Rebuild.
5804 * configure.host: Don't set information which autoconf should
5805 figure out, namely CC, CFLAGS, LDFLAGS, AR, and RANLIB.
65eed095 5806
14293419
ILT
5807 * configure.host: Remove go32 and win32 host information, since it
5808 should no longer be needed.
5809
edf3fe48
ILT
5810 * elf.c (map_sections_to_segments): If we have a .dynamic section,
5811 then start a new segment rather than put a writable section in a
5812 readonly segment.
5813
b5e4f369
ILT
5814 * configure.host: Set RPATH_ENVVAR.
5815
f2e33e27
ILT
5816 * Makefile.in: Rebuild dependencies.
5817
a0a2dd54
ILT
5818 * elflink.c (_bfd_elf_create_linker_section): Remove unused
5819 zero_section variable.
5820
52c6bc4d
ILT
5821Thu Feb 15 10:39:17 1996 H.J. Lu <hjl@zoom.com>
5822
5823 * Makefile.in ($(srcdir)/bfd-in2.h): Rename target from bfd-in2.h.
5824 ($(srcdir)/libbfd.h): Rename from libbfd.h.
5825 ($(srcdir)/libcoff.h): Rename from libcoff.h.
5826
c9e5279f
ILT
5827Wed Feb 14 16:29:07 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de>
5828
cb50baea
ILT
5829 * ieee.c (ieee_write_expression): Only use an R variable for a
5830 local symbol. Don't output a zero offset. Handle a zero address.
5831 (SRC_MASK, PCREL_OFFSET): Define based on KEEPMINUSPCININST.
5832 (rel32_howto, rel16_howto, rel8_howto): Use SRC_MASK and
5833 PCREL_OFFSET.
5834 (parse_expression): Don't try to handle multiple occurrences of a
5835 P variable. Handle I variables differently from X variables. Fix
5836 the order of minus expressions.
5837 (ieee_slurp_external_symbols): Generate an I variable for an NN
5838 record. Fix handling of ATI and ATX records.
5839 (ieee_slurp_sections): Only set minimal section attributes.
5840 Adjust them later, based on the section contents.
5841 (ieee_object_p): Read in the file until just after the ME record.
5842 Call ieee_slurp_section_data to set the section flags.
5843 (do_one): Add iterations parameter. Only repeat the first load
5844 item. Set the section and file reloc flags.
5845 (ieee_slurp_section_data): Set section flags. Pass iterations to
5846 do_one.
5847 (ieee_canonicalize_reloc): Handle I variables.
5848 (do_with_relocs): Only emit relocation size when necessary.
5849 Increase MAXRUN to 127. Change ov to be assigned, and take
5850 src_mask and pcrel_offset into account.
5851 (ieee_write_data_part): Skip sections that are not loaded.
5852 (ieee_write_external_part): Don't output optional last entry of WX
5853 records.
5854 (ieee_write_me_part): Make setting of me_record neater.
5855 (ieee_generic_stat_arch_elt): Get the size of an archive element.
5856
c9e5279f
ILT
5857 * syms.c (stt): Add entries for zerovars, vars, and code.
5858
5859 * elfcode.h (validate_reloc): New static function.
5860 (write_relocs): Call validate_reloc for non ELF relocs.
5861
5862 * elfxx-target.h (elf_symbol_leading_char): Define if not defined.
5863 (TARGET_BIG_SYM): Use elf_symbol_leading_char.
5864 (TARGET_LITTLE_SYM): Likewise.
5865
5866 * config.bfd (m68*-*-psos*): New target.
5867
d9d65be6
ILT
5868Tue Feb 13 15:56:22 1996 Bryan Ford <baford@snake.cs.utah.edu>
5869
5870 * i386msdos.c: Remove some #if 0 code.
5871 (msdos_write_object_contents): Don't include empty sections in the
5872 size computation, regardless of their address.
5873
5874Tue Feb 13 15:36:37 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5875
5876 * elf32-ppc.c (ppc_elf_relocate_section): Don't segfault if dynboj
5877 is NULL, ie, the -r switch is used.
5878
db5970c7
ILT
5879Tue Feb 13 14:35:15 1996 Ian Lance Taylor <ian@cygnus.com>
5880
e9f03cd4
ILT
5881 * reloc.c (BFD_RELOC_MIPS_GOT_HI16): Define.
5882 (BFD_RELOC_MIPS_GOT_LO16): Define.
b7384d22 5883 (BFD_RELOC_MIPS_CALL_HI16, BFD_RELOC_MIPS_CALL_LO16): Define.
e9f03cd4
ILT
5884 * bfd-in2.h, libbfd.h: Rebuild.
5885 * elf32-mips.c (mips_reloc_map): Map new relocs.
5886
fe7c066a
ILT
5887 * configure.host: Set HDLFLAGS for *-*-hpux with --enable-shared.
5888
1ab628e4
ILT
5889 * Makefile.in ($(SHLINK)): Check ts against $(SHLIB), not
5890 $(SHLINK).
5891
db5970c7
ILT
5892 * ieee.c (get_symbol): Set the section to bfd_abs_section.
5893 (do_with_relocs): If EXEC_P is set and there are no relocs, use a
5894 simple number for the section address, rather than an expression.
5895 Limit the number of bytes between relocs to MAXRUN.
5896 (ieee_write_me_part): Set me_record to the file offset after the
5897 start address.
5898 (ieee_write_processor): New static function.
5899 (ieee_write_object_contents): Use ieee_write_processor.
5900
318b7c18
ILT
5901Fri Feb 9 10:53:00 1996 Ian Lance Taylor <ian@cygnus.com>
5902
db5970c7
ILT
5903 * configure.host: Use ${CC-gcc} when testing for -rpath on SunOS.
5904
5905 * coff-aux.c: Change include of aux.h to aux-coff.h.
318b7c18 5906
56b64690
ILT
5907Thu Feb 8 14:01:03 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5908
5909 * elf32-m68k.c (elf_m68k_relocate_section): For a R_68K_RELATIVE
5910 relocation put the addend both in the reloc entry and the data.
5911 (elf_m68k_finish_dynamic_symbol): Likewise. Mask out marker in
5912 GOT offset value.
5913
5914 * elf32-m68k.c (elf_m68k_relocate_section): If -Bsymbolic, resolve
5915 a R_68K_PCxx reloc against a defined global symbol directly.
5916 (elf_m68k_check_relocs): Don't count such a reloc.
5917
5918 * elf32-m68k.c (elf_m68k_check_relocs): Don't record a symbol with
5919 a PLTxx reloc as dynamic. Disallow PLTxxO reloc against a local
5920 symbol for now, otherwise always record the symbol as dynamic.
5921 (elf_m68k_adjust_dynamic_symbol): If a symbol with a PLTxx reloc
5922 is not referenced by a dynamic object, and we are not making a
5923 shared object, then don't make a PLT entry. If we do make a PLT
5924 entry, make sure the symbol has been recorded as dynamic.
5925
5d649ca8
ILT
5926Wed Feb 7 13:56:06 1996 Ian Lance Taylor <ian@cygnus.com>
5927
5928 * configure.host: When making a shared library, set HLDFLAGS to
5929 pass an appropriate -rpath option. Use the make variable SONAME
5930 as the shared library soname, rather than computing it here. On
5931 SunOS, build stamp-tshlink in place of $(SHLINK).
5932 * Makefile.in (SONAME): New variable.
5933 ($(SHLINK)): Make a link to the transformed name, as well.
5934 (stamp-tshlink): New target.
5935 (install): Skip stamp-tshlink during install.
5936
8cc98cd5
MM
5937Wed Feb 7 13:37:39 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5938
56b64690
ILT
5939 * elf32-ppc.c (ppc_elf_add_symbol_hook): Do not assume that the
5940 linker sections have been set up yet.
5941
8cc98cd5
MM
5942 * elf.c (make_mapping): Add an additional argument to suppress
5943 making the first section include the program headers.
5944 (map_sections_to_segments): If the user used -Ttext such that the
5945 program headers are on a different page, do not set the flags
5946 saying that this section includes the program headers.
5947
fe16107d
C
5948Tue Feb 6 14:04:49 1996 J.T. Conklin <jtc@rtl.cygnus.com>
5949
5950 * configure.in (*-*-netbsd*): Set COREFILE to netbsd-core.c.
5951 don't define TRAD_HEADER.
5952 * configure: Rebuild.
5953
5954 * netbsd-core.c: New file, support for NetBSD core files.
5955 * hosts/*nbsd.h: Removed.
5956
f1783016
DE
5957Tue Feb 6 11:47:49 1996 Doug Evans <dje@charmed.cygnus.com>
5958
5959 * reloc.c (BFD_RELOC_SPARC_[567]): New reloc types.
5960 (BFD_RELOC_SPARC_LO7 reloc type): Deleted.
5961 * libbfd.h, bfd-in2.h: Regenerated.
5962 * elf32-sparc.c (_bfd_sparc_elf_reloc_type_lookup): Renamed from
5963 bfd_elf32_bfd_reloc_type_lookup.
5964 (reloc_type{,_names}): Deleted.
5965 (_bfd_sparc_elf_howto_table): Renamed from elf_sparc_howto_table.
5966 Add sparc64 relocs.
5967 (sparc_reloc_map): Add sparc64 relocs.
5968 (sparc_elf_notsupported_reloc): New static function.
5969 (sparc_elf_wdisp16_reloc): New static function.
5970 (elf32_sparc_check_relocs): Handle R_SPARC_WDISP{16,19}.
5971 (elf32_sparc_relocate_section): Likewise.
5972 (bfd_elf32_bfd_reloc_type_lookup): Define.
5973 * elf64-sparc.c (sparc64_elf_wdisp16_reloc): Deleted.
5974 (reloc_type{,_names}): Deleted.
5975 (elf_sparc_howto_table): Deleted.
5976 (sparc_reloc_map): Deleted.
5977 (_bfd_sparc_elf_howto_table): Renamed from elf_sparc_howto_table.
5978 (bfd_elf64_bfd_reloc_type_lookup): Change from function to #define.
5979
48fd00b6
ILT
5980Tue Feb 6 12:12:22 1996 Ian Lance Taylor <ian@cygnus.com>
5981
2300e217
ILT
5982 * configure.host: Make SHLIB_CFLAGS include $(PICFLAG) on a
5983 *-*-hpux* host.
5984
48fd00b6
ILT
5985 * Makefile.in (program_transform_name): New variable.
5986 (install): Transform library name before installing it.
5987
8adca582
ILT
5988Mon Feb 5 10:38:27 1996 Ian Lance Taylor <ian@cygnus.com>
5989
cbe75cb6
ILT
5990 * archures.c (bfd_mach_i960_hx): Define.
5991 * bfd-in2.h: Rebuild.
5992 * cpu-i960.c (scan_960_mach): Accept machine "hx".
5993 (MATRIX): Expand entries for HX.
5994 (arch_info_struct): Add i960:hx entry.
5995 * bout.c (b_out_set_arch_mach): Handle bfd_mach_i960_hx.
5996 * coffcode.h (coff_set_arch_mach_hook): Handle F_I960HX.
5997 (coff_set_flags): Handle bfd_mach_i960_hx.
5998
44f795f7
ILT
5999 Support for building as a shared library, based on patches from
6000 Alan Modra <alan@spri.levels.unisa.edu.au>:
6001 * configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
6002 New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
6003 SHLIB_CFLAGS, COMMON_SHLIB, PICLIST, SHLINK.
6004 * configure: Rebuild.
6005 * configure.host: If --enable-shared, adjust shared library stuff
6006 based on the host. If the host is SunOS, and the linker supports
6007 -rpath, set HLDFLAGS to use it.
6008 * Makefile.in (ALLLIBS): New variable.
6009 (PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
6010 (COMMON_SHLIB, SHLINK): New variables.
6011 (.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
6012 (STAGESTUFF): Remove variable.
6013 (all): Depend upon $(ALLLIBS) and @PICLIST@ rather than
6014 $(TARGETLIB).
6015 (stamp-ofiles): New target, like old ofiles target, but build
6016 using a temporary file and move-if-change, and touch stamp-ofiles
6017 when done.
6018 (ofiles): Just depend upon stamp-ofiles.
6019 (stamp-piclist, piclist): New targets.
6020 ($(SHLIB), $(SHLINK)): New targets.
6021 (targets.o, archures.o): Build twice if PICFLAG is set.
6022 (do_mostlyclean): Remove pic/*.o.
6023 (do_clean): Remove stamp-ofiles, $(SHLIB), $(SHLINK), piclist, and
6024 stamp-piclist.
6025 (do_distclean): Remove pic and stamp-picdir.
6026 (install): Install shared libraries.
6027 ($(OFILES)): Depend upon stamp-picdir.
6028 (stamp-picdir): New target.
6029
cb62d2bc
ILT
6030 * libcoff-in.h: Add comment reminding people that libcoff.h is a
6031 generated file.
6032 * libcoff.h: Rebuild.
6033
8adca582
ILT
6034 * elflink.h (elf_adjust_dynamic_symbol): Don't try to get the
6035 flavour of a section with no owner.
6036
6037 * elf32-mips.c (mips_elf_create_dynamic_sections): Clear
6038 ELF_LINK_NON_ELF flag.
6039 (mips_elf_create_got_section): Likewise.
6040
6041 * elf.c: Revert last change, since it breaks dynamic linking.
6042 * elf-bfd.h (struct elf_backend_data): Remove want_hdr_in_seg
6043 field.
6044 * elf32-mips.c (elf_backend_want_hdr_in_seg): Don't define.
6045 * elfxx-target.h (elf_backend_want_hdr_in_seg): Don't define.
6046 (elfNN_bed): Don't initialize want_hdr_in_seg field.
6047
6048Sun Feb 4 20:45:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6049
6050 * elf.c (assign_file_positions_for_segments): If the backend does
6051 not want the elf header or the program headers in the address
6052 space, do not include them in the calculations.
6053
6054 * elf32-ppc.c (ppc_elf_additional_program_headers): New hook
6055 function to determine if we need additional program headers.
6056 (ppc_elf_modify_segment_map): Define as a NOP function for now.
6057 (ppc_elf_create_linker_section): .sdata2 is a read-only section.
6058
0f09ddd4
ILT
6059Sat Feb 3 23:00:03 1996 Ian Lance Taylor <ian@cygnus.com>
6060
6061 * coffcode.h: Move today's libcoff.h change into coffcode.h.
6062
b48f10ba
FF
6063Sat Feb 3 15:43:44 1996 Fred Fish <fnf@cygnus.com>
6064
0f09ddd4
ILT
6065 * libcoff.h (bfd_coff_link_add_one_symbol): Combine macro args
6066 back into one line. Some compilers (sunos 4.1.3 for example)
6067 won't accept args split across more than one line.
b48f10ba 6068
50761d3b
SC
6069Fri Feb 2 11:42:15 1996 Steve Chamberlain <sac@slash.cygnus.com>
6070
6071 * aclocal.m4 (BFD_BINARY_FOPEN): Understand cygwin32.
6072 * configure: Regenerate.
6073
9dce8260
JL
6074Fri Feb 2 12:12:16 1996 Jeffrey A Law (law@cygnus.com)
6075
6076 * elf32-hppa.c (elf32_hppa_backend_symbol_table_processing): Don't
6077 try to do arithmetic on a void *, cast it to a unsigned char * first.
6078
6c55897c
ILT
6079Thu Feb 1 16:04:06 1996 Ian Lance Taylor <ian@cygnus.com>
6080
869b7d80
ILT
6081 * elf-bfd.h (ELF_LINK_NON_ELF): Define.
6082 * elf.c (_bfd_elf_link_hash_newfunc): Set elf_link_hash_flags to
6083 ELF_LINK_NON_ELF.
6084 * elflink.h (elf_link_add_object_symbols): Reset ELF_LINK_NON_ELF
6085 flag for a newly defined symbol.
6086 (NAME(bfd_elf,record_link_assignment)): Likewise.
6087 (elf_adjust_dynamic_symbol): If ELF_LINK_NON_ELF is set, try to
6088 set the DEF or REF_REGULAR flags correctly.
6089
6f6956c6
ILT
6090 * Makefile.in (bfd-in2.h): Make bfd.h, not protos, in docdir.
6091 (libbfd.h, libcoff.h): Corresponding change.
6092
6c55897c
ILT
6093 * elf32-i386.c (elf_i386_check_relocs): Don't record a symbol with
6094 a PLT32 reloc as dynamic.
6095 (elf_i386_adjust_dynamic_symbol): If a symbol with a PLT32 reloc
6096 is not referenced by a dynamic object, and we are not making a
6097 shared object, then don't make a PLT entry. If we do make a PLT
6098 entry, make sure the symbol has been recorded as dynamic.
6099
b06136f2
SC
6100Wed Jan 31 17:23:32 1996 Steve Chamberlain <sac@slash.cygnus.com>
6101
6102 * coff-i386.c (coff_i386_reloc_type_lookup): Add BFD_RELOC_32_PCREL.
6103 * config.bfd (i[345]86-*-win32): Becomes i[345]86-*-cygwin32.
6104 (powerpcle-*-cygwin32): New.
6105 * peicode.h (add_data_entry): Get address from vma.
6106
5c867ecd
MM
6107Wed Jan 31 16:23:57 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6108
6109 * elflink.c (_bfd_elf_create_linker_section): If the symbol
6110 attached to the section has already been created as an undefined
6111 symbol, treat it as if it hasn't been created yet.
6112
28c16b55
ILT
6113Wed Jan 31 16:16:53 1996 Ian Lance Taylor <ian@cygnus.com>
6114
6115 * elflink.h (elf_bfd_final_link): Don't output initial dummy
6116 symbol or section symbols if stripping all symbols and this is not
6117 a relocateable link. Don't output the symbol string table if
6118 there are no symbols.
6119 (elf_link_flush_output_syms): Don't do anything if there are no
6120 symbols to flush.
6121
d19df9b5
ILT
6122Wed Jan 31 12:55:49 1996 Richard Henderson <rth@tamu.edu>
6123
6124 * coff-aux.c: New file.
6125 * hosts/m68kaux.h: New file.
6126 * config.bfd (m68*-apple-aux*): New target.
6127 * configure.in (m68*-apple-aux*): New native host.
6128 (m68kaux_coff_vec): New vector.
6129 * configure: Rebuild.
6130 * targets.c (m68kaux_coff_vec): Declare.
6131 * coffcode.h (bfd_coff_backend_data): Add field
6132 _bfd_coff_link_add_one_symbol.
6133 (bfd_coff_link_add_one_symbol): Define.
6134 (compare_arelent_ptr): New static function if TARG_AUX.
6135 (coff_write_relocs): If TARG_AUX, sort the relocs.
6136 (coff_write_object_contents): Set A/UX aouthdr magic number.
6137 (coff_link_add_one_symbol): Define if not defined.
6138 (bfd_coff_std_swap_table): Initialize new field.
6139 * libcoff.h: Rebuild.
6140 * cofflink.c (coff_link_add_symbols): Call
6141 bfd_coff_link_add_one_symbol rather than
6142 _bfd_generic_link_add_one_symbol.
6143 * coff-m68k.c (COFF_PAGE_SIZE): Don't define if already defined.
6144 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
6145 * coff-mips.c (mips_ecoff_backend_data): Likewise.
6146 * Makefile.in: Rebuild dependencies.
6147 (BFD32_BACKENDS): Add coff-aux.o.
6148 (BFD32_BACKENDS_CFILES): Add coff-aux.c.
6149
a796aafd
ILT
6150Wed Jan 31 11:37:46 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6151
6152 * elf32-m68k.c (elf_m68k_relocate_section): Fix R_68K_GOT*
6153 relocation; ignore addend with R_68K_{GOT,PLT}*O relocation.
6154
a8763553
ILT
6155Tue Jan 30 12:09:04 1996 Ian Lance Taylor <ian@cygnus.com>
6156
66761e59
ILT
6157 * Makefile.in (do_maintainer_clean): Remove $(srcdir)/bfd-in2.h,
6158 $(srcdir)/libbfd.h and $(srcdir)/libcoff.h.
6159 (maintainer-clean): Warn about deleting special files.
6160 (bfd-in2.h, libbfd.h, libcoff.h): New targets.
6161
cf5138e3
ILT
6162 * elf32-hppa.c (elf32_hppa_relocate_section): Handle indirect and
6163 warning symbols correctly.
6164 * elf32-i386.c (elf_i386_relocate_section): Likewise.
6165 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
6166 * elf32-mips.c (mips_elf_relocate_section): Likewise.
6167 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
6168 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
6169 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
6170
a8763553
ILT
6171 * syms.c (_bfd_stab_section_find_nearest_line): Add casts to avoid
6172 warnings.
6173
bdd2e7f1
KK
6174Mon Jan 29 14:27:24 1996 Kim Knuttila <krk@cygnus.com>
6175
cf2cd4cf 6176 * libcoff-in.h: aligned newly exported names with bfd naming
bdd2e7f1
KK
6177 conventions. Removed an erroneous define of POWERPC_LE_PE.
6178 * libcoff.h: Rebuild.
6179 * cofflink.c, coff-ppc.c: the above function name changes
6180
d2bb6c79
ILT
6181Mon Jan 29 13:06:28 1996 Ian Lance Taylor <ian@cygnus.com>
6182
eb5bc1f3
ILT
6183 From Basim Kadhim <kadhim@spock.cs.colorado.edu>:
6184 * ecoff.c (struct extsym_info): Define.
6185 (_bfd_ecoff_bfd_final_link): Pass a pointer to struct extsym_info
6186 to ecoff_link_write_external.
6187 (ecoff_link_write_external): Accept a struct extsym_info pointer.
6188 Strip symbols when appropriate.
6189
052b35d2
ILT
6190 Based on patches from Ronald F. Guilmette <rfg@monkeys.com>:
6191 * syms.c (BSF_OBJECT): Define.
6192 (bfd_print_symbol_vandf): Print 'O' for BSF_OBJECT.
6193 * bfd-in2.h: Rebuild.
6194 * elfcode.h (elf_slurp_symbol_table): Set BSF_OBJECT for an
6195 STT_OBJECT symbol.
6196 * elf.c (swap_out_syms): Only set type to STT_OBJECT if BSF_OBJECT
6197 is set.
6198
53787b23
ILT
6199 * elf32-i386.c (elf_i386_relocate_section): If -Bsymbolic, when
6200 copying relocs into a shared object, treat a defined global symbol
6201 as a local symbol.
6202 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
6203 * elf32-mips.c (mips_elf_relocate_section): Likewise.
6204 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
6205
d2bb6c79
ILT
6206 * elflink.h (elf_link_add_object_symbols): Only set weakdef to a
6207 real defined symbol, not to a weak defined symbol.
6208
13d1a4dd
KK
6209Mon Jan 29 11:34:36 1996 Kim Knuttila <krk@cygnus.com>
6210
6211 * cofflink.c: removed the POWERPC_LE_PE hack, promoted some types
6212 and made a few static functions externs.
6213
6214 * coff-ppc.c (ppc_bfd_coff_final_link): new function, replaces the
6215 POWERPC_LE_PE hack in cofflink.
6216
6217 * libcoff-in.h: promoted the following from cofflink.c to allow
6218 _bfd_coff_final_link to be overridden - STRING_SIZE_SIZE,
cf2cd4cf 6219 coff_debug_merge_element, struct coff_debug_merge_type,
13d1a4dd
KK
6220 coff_debug_merge_hash_entry, coff_debug_merge_hash_table,
6221 coff_debug_merge_hash_table_init, coff_debug_merge_hash_table_free,
cf2cd4cf 6222 coff_debug_merge_hash_lookup, coff_link_section_info,
13d1a4dd
KK
6223 coff_final_link_info, coff_debug_merge_hash_newfunc,
6224 coff_write_global_sym, coff_link_input_bfd, coff_reloc_link_order.
6225
6226 * libcoff.h: re-gen'd
6227
86aac8ea
ILT
6228Fri Jan 26 18:33:35 1996 Ian Lance Taylor <ian@cygnus.com>
6229
6230 * syms.c: Include "bfdlink.h".
6231 (struct stab_find_info): Define.
6232 (_bfd_stab_section_find_nearest_line): New function.
6233 * libbfd-in.h (_bfd_stab_section_find_nearest_line): Declare.
6234 * libbfd.h: Rebuild.
6235 * elf-bfd.h (struct elf_obj_tdata): Add line_info field.
6236 * elf.c (_bfd_elf_find_nearest_line): Try calling
6237 _bfd_stab_section_find_nearest_line before searching the ELF
6238 symbol table. Find the closest STT_FUNC symbol, not the last one.
6239 * libcoff-in.h (coff_data_type): Add line_info field.
bdd2e7f1 6240 * libcoff.h: Rebuild.
86aac8ea
ILT
6241 * coffgen.c (coff_find_nearest_line): Try calling
6242 _bfd_stab_section_find_nearest_line before searching the COFF
6243 symbol table.
6244 * Makefile.in: Rebuild dependencies.
6245
6246Fri Jan 26 16:11:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6247
6248 * elf32-ppc.c (R_PPC_EMB_SDA21 relocations): Make relocation size
6249 4 bytes, so we get the correct value when updating the register
6250 field in little endian mode.
6251
43d36aad
ILT
6252Thu Jan 25 12:14:16 1996 Ian Lance Taylor <ian@cygnus.com>
6253
f0a97077
ILT
6254 * libcoff-in.h (struct xcoff_tdata): Remove toc_section and
6255 entry_section fields. Add sntoc and snentry fields.
6256 * libcoff.h: Rebuild.
6257 * coffcode.h (coff_mkobject_hook): Initialize sntoc and snentry,
6258 not toc_section and entry_section (the COFF file does not have any
6259 sections at this point).
6260 (coff_write_object_contents): Set o_snentry and o_sntoc from
6261 snentry and sntoc rather than entry_section and toc_section.
6262 * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy sntoc and
6263 snentry, not toc_section and entry_section.
6264 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Don't set
6265 entry_section from hentry.
6266 (xcoff_link_input_bfd): If a defined symbol has XCOFF_ENTRY set,
ea2504d5 6267 set snenty.
f0a97077
ILT
6268 (xcoff_link_input_bfd): Set sntoc, not toc_section.
6269 (xcoff_write_global_symbol): Get toc_section from sntoc, rather
6270 than using toc_section directly.
6271
9b4598d0
ILT
6272 * archures.c: Add missing `.' in enum bfd_architecture.
6273 * bfd-in2.h: Rebuild.
6274
43d36aad
ILT
6275 * config.bfd (i[345]86-*-sco*elf*): Use bfd_elf32_i386_vec. From
6276 Robert Lipe <robertl@arnet.com>.
6277
eb82bc60
MM
6278Thu Jan 25 12:08:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6279
6280 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Add .rela.sdata{,2}
6281 to sections we allocate. Use bfd_zalloc to allocate initialial
6282 sections, not bfd_alloc.
6283 (ppc_elf_check_relocs): Remove BFD_ASSERTs for !shared from
6284 SDA{,2}I16 relocations.
6285 (ppc_elf_add_symbol_hook): Use the value of -G nn to determine
6286 whether to put something in .sbss or not.
6287 (ppc_elf_relocate_section): Add support for more relocations. Add
c1e65e24
MM
6288 in sec->output_offset where appropriate. Make error messages
6289 include the symbol name.
eb82bc60
MM
6290
6291 * elflink.c (_bfd_elf_create_linker_section): Lookup symbol before
6292 trying to add it to the symbol table, so _GLOBAL_OFFSET_TABLE_
6293 doesn't get redefined messages if -shared.
6294
6295 * elflink.h (elf_create_pointer_linker_section) Only bump RELA
6296 section if the rel_section field has been set up.
6297
9d621c7d
MM
6298Wed Jan 24 20:40:26 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6299
6300 * elf32-ppc.c (ppc_elf_relocate_section): Fix typo in eabi
6301 relocations.
6302
75c9ddc9
DE
6303Wed Jan 24 10:38:34 1996 Doug Evans <dje@charmed.cygnus.com>
6304
6305 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Delete checking
6306 of flags, only flags used are controlled by mach number. Bump up
6307 output file mach number to highest of input file mach numbers.
6308 (elf32_sparc_object_p): Watch for EF_SPARC_SUN_US1.
6309 (elf32_sparc_final_write_processing): Set EF_SPARC_SUN_US1 if v8plusa.
6310
72c513bc
DE
6311 * config.bfd (sparc64-*-{sysv4*,solaris2*}): Comment out
6312 bfd_elf64_sparc_vec support.
6313
3cbe19d2
MM
6314Tue Jan 23 14:33:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6315
6316 * elf32-ppc.c (ppc_elf_copy_private_bfd_data): Don't complain if
6317 the embedded bit is set on some objects and not on others. Just
6318 or it together.
d8fd85ad
MM
6319 (ppc_elf_relocate_section): Implement R_PPC_EMB_{SDA21,RELSDA}
6320 relocations.
3cbe19d2 6321
5eb83ede
ILT
6322Tue Jan 23 14:22:45 1996 Ian Lance Taylor <ian@cygnus.com>
6323
4a3d3b42
ILT
6324 * coffcode.h (coff_new_section_hook): Don't try to align the
6325 .stabstr section.
6326
5eb83ede
ILT
6327 * coffcode.h (coff_set_section_contents): Fix the handling of the
6328 .lib section to work even if the entire section contents are
6329 written at once. From Gvran Uddeborg <gvran@uddeborg.pp.se> and
6330 Robert Lipe <robertl@arnet.com>.
6331
05f927dd
MM
6332Mon Jan 22 18:45:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6333
6334 * elflink.h (elf_finish_pointer_linker_section): Don't allocate
6335 memory here for contents.
6336
6337 * elf32-ppc.c (ppc_elf_relocate_section): Bump up _SDA_BASE_ and
6338 _SDA2_BASE_ by 32768.
6339 (ppc_elf_size_dynamic_sections): #if out PLT code which we haven't
6340 started using. Allocate contents for .sdata and .sdata2 sections
6341 also.
6342 (ppc_elf_check_relocs): Use bfd_get_section_name in debug message,
6343 rather than _name.
6344 (ppc_elf_finish_dynamic_symbol): Remove code that attempted to
6345 size _SDA{,2}_BASE_.
6346 (ppc_elf_relocate_section): Change how sdata{,2} relocations are
6347 done.
6348
5bc513b4
DE
6349Mon Jan 22 08:52:04 1996 Doug Evans <dje@charmed.cygnus.com>
6350
5a5bac64
DE
6351 * elflink.h (elf_finish_pointer_linker_section): Fix typo.
6352
5bc513b4 6353 * archures.c (bfd_mach_sparc_v9): Renamed from bfd_mach_sparc64.
5bc513b4 6354 (bfd_mach_sparc_{v8plus,v8plusa}): Define.
5bc513b4 6355 (bfd_mach_sparc_v9a): Define.
049f3d4c 6356 (bfd_mach_sparc_v9_p): Define.
5bc513b4
DE
6357 * bfd-in2.h: Regenerated.
6358 * aoutx.h (aout,machine_type): bfd_mach_sparc64 renamed to
6359 bfd_mach_sparc_v9.
d3366d23 6360 * elf64-sparc.c (sparc64_elf_object_p): Likewise.
5bc513b4
DE
6361 * config.bfd (sparc64-*-sysv4*,sparc64-*-solaris2*): Set targ_defvec
6362 to bfd_elf32_sparc_vec.
6363 * cpu-sparc.c (arch_info_struct): Renamed from sparc_arch_info.
5bc513b4 6364 Add v8plus{,a} support.
5bc513b4 6365 Add v9a support.
768b8ade 6366 (sparc_compatible): New function.
5bc513b4 6367 * elf32-sparc.h: #include "elf/sparc.h".
75c9ddc9 6368 (elf32_sparc_merge_private_bfd_data, elf32_sparc_object_p,
5bc513b4 6369 elf32_sparc_final_write_processing): New functions.
75c9ddc9 6370 (bfd_elf32_bfd_merge_private_bfd_data, elf_backend_object_p,
5bc513b4 6371 elf_backend_final_write_processing): Define.
5bc513b4 6372
3b3753b8
MM
6373Mon Jan 22 11:21:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6374
6375 * elf-bfd.h (struct elf_link_hash_entry): Add
6376 linker_section_pointer field.
6377 (enum elf_linker_section_enum): Enumeration for new way of
6378 creating linker dynamic sections and symbols.
6379 (elf_linker_section{,_pointers}): New structures for creating
6380 dynamic sections and symbols.
6381 (elf_obj_tdata): Add linker_section_pointers and linker_section
6382 fields.
6383 (elf_local_ptr_offsets,elf_linker_section): New accessor macros.
6384 (_bfd_elf_create_linker_section): New declarations.
6385 (_bfd_elf_find_pointer_linker_section): Ditto.
6386 (bfd_elf{32,64}_{create,finish}_pointer_linker_section): Ditto.
6387 (_bfd_elf_make_linker_section_rela): Ditto.
6388
6389 * elf.c (_bfd_elf_link_hash_newfunc): Initialize new fields.
6390
6391 * elf32-ppc.c (ppc_elf_create_dynamic_sections): Delete.
6392 (ppc_elf_create_linker_section): New function to create the
6393 sections .got, .sdata, and .sdata2.
6394 (ppc_elf_size_dynamic_sections): Zap .rela.{sdata,sdata2} if
6395 needed.
6396 (ppc_elf_check_relocs): Support more of the eabi relocations.
6397 (ppc_elf_relocate_section): Ditto.
6398 (ppc_elf_finish_dynamic_symbols): Adjust _SDA{,2}_BASE_ by 32768
6399 if the .sdata{,2} + .sbss{,2} section size is > 32k.
6400
6401 * elflink.h (elf_create_pointer_linker_section): New function to
6402 create initialized pointers in dynamic linker sections.
6403 (elf_finish_pointer_linker_section): Actually intialize the
6404 pointers created above.
6405
6406 * elfcode.h (bfd_elf{32,64}_create_pointer_linker_section): New
6407 macros to provide both 32 and 64 bit versions of
6408 elf_create_pointer_linker_section.
6409 (bfd_elf{32,64}_finish_pointer_linker_section): New macros to
6410 provide both 32 and 64 bit versions of
6411 elf_finish_pointer_linker_section.
6412
6413 * elflink.c (_bfd_elf_create_linker_section): New function to
6414 create a linker section.
6415 (_bfd_elf_find_pointer_linker_section): Find a unique pointer to a
6416 given address in the linker pointer offsets created for a given
6417 symbol.
6418 (_bfd_elf_make_linker_section_rela): Make a RELA section
6419 corresponding to the generated linker section.
6420
6b3eb07e
DE
6421Sat Jan 20 08:36:10 1996 Doug Evans <dje@canuck.cygnus.com>
6422
6423 * elf32-sparc.c (ELF_MACHINE_ALT1): Define.
6424
e7894f6b
KK
6425Thu Jan 18 18:25:34 1996 Kim Knuttila <krk@cygnus.com>
6426
6427 * coff-ppc.c (coff_ppc_relocate_section): changed TOCDEFN relocs.
6428 (coff_ppc_relocate_section): Handle special values for gcc built dlls.
6429 (dump_toc): fix diagnosing code to identify out-of-toc-bounds entries.
6430 Also begin the toc at 4 as an eye catcher ('31313131' marks the first
6431 toc entry in an objdump) for now.
cf2cd4cf 6432 (ppc_do_last, ppc_get_last): New function - needed to save processing
e7894f6b 6433 the toc owner to the end.
cf2cd4cf 6434 (ppc_coff_swap_sym_in_hook): Removed an incorrect hack for doing the
e7894f6b
KK
6435 toc owner last.
6436
cf2cd4cf
UD
6437 * cofflink.c (_bfd_coff_final_link): Added a new hack to keep the
6438 toc owner from being done till last. Must define POWERPC_LE_PC
e7894f6b
KK
6439 to enable it.
6440
6441 * coffcode.h (coff_set_alignment_hook): alignment setting for .stab
6442
6443 * peicode.h (coff_swap_scnhdr_out): set section flags for stab/str
6444 to INFO.
6445 (coff_swap_aouthdr_out): Removed a non-working hack for computing the
6446 SizeOfImage for PowerPC. Ignore the size of the .junk section.
6447
80b99ca0
ILT
6448Thu Jan 18 17:42:12 1996 Ian Lance Taylor <ian@cygnus.com>
6449
6450 * elfcore.h: Include <signal.h> before <sys/procfs.h>.
6451
df96df4c
ILT
6452Wed Jan 17 12:40:14 1996 Ian Lance Taylor <ian@cygnus.com>
6453
6454 * cpu-powerpc.c (arch_info_struct): Change last entry to not point
6455 back to first.
6456 (bfd_powerpc_arch): Point at first entry in arch_info_struct.
6457
d49ddb85
ILT
6458Tue Jan 16 15:10:49 1996 Ian Lance Taylor <ian@cygnus.com>
6459
6460 * elf.c (assign_file_positions_for_segments): Don't increment file
6461 offset for a segment which contains no loadable sections.
6462
4500a112
MM
6463Mon Jan 15 17:46:27 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6464
6465 * reloc.c: Add new PowerPC relocations.
6466 * {bfd-in2,libbfd}.h: Regenerate.
6467
6468 * elf32-ppc.c (ppc_elf_howto_raw): Add more PPC relocations.
6469 (ppc_elf_reloc_type_lookup): Lookup new relocations.
6470
252239f8
ILT
6471Mon Jan 15 14:29:44 1996 Ian Lance Taylor <ian@cygnus.com>
6472
20ab764e
ILT
6473 * aoutx.h (howto_table_ext): Fix RELOC_BASE10 and RELOC_BASE22
6474 entries.
6475
0a4ffa2d
ILT
6476 * sunos.c (sunos_scan_ext_relocs): Don't fail assert if
6477 info->shared.
6478
45ca3195
ILT
6479 * coffgen.c (coff_find_nearest_line): Don't try to cache
6480 information in sections that are not owned by a BFD. From Richard
6481 Henderson <richard@atheist.tamu.edu>.
6482
252239f8
ILT
6483 * elf32-mips.c: Numerous changes to dynamic linking code, mostly
6484 from Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>.
6485 * elflink.h (elf_link_output_extsym): Remove special check for
6486 _rld_new_interface.
6487
6488 * ecoffswap.h: Add prototypes for static functions.
6489
bd2d10c0
MM
6490Sun Jan 14 21:36:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6491
6492 * elf32-ppc.c (ppc_elf_{unsupported,std}_reloc): Remove functions.
6493 (ppc_elf_howto_raw): Remove ppc_elf_{unsupported,std}_reloc
6494 references.
6495 (ppc_elf_relocate_section): No longer allow .sdata/.sbss sections
6496 to satisfy a TOC16 relocation. Rewrite unsupported relocation
6497 support. Begin support for R_PPC_SDA{2,}REL.
6498
1c3a295b
MM
6499Sat Jan 13 09:36:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6500
6501 * elf32-ppc.c (ppc_elf_create_dynamic_sections): New function to
6502 create the .got and .got.neg sections.
6503 (ppc_elf_size_dynamic_sections): Call it.
6504 (ppc_elf_check_relocs): Call it.
6505 (ppc_elf_size_dynamic_sections): Support .got.neg, just like .got.
6506 (ppc_elf_check_relocs): Add error messages for relocations we
6507 don't yet support. Do not include R_PPC_SDAREL16 like a GOT
6508 relocation.
6509
57081126
MM
6510Fri Jan 12 15:27:59 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6511
6512 * elf32-ppc.c (ppc_elf_fake_sections): Define, and handle the new
6513 section flags for V.4 and eabi.
6514
3c38b3df
ILT
6515Fri Jan 12 13:59:16 1996 Ian Lance Taylor <ian@cygnus.com>
6516
14899eb7
ILT
6517 * elf.c (assign_file_positions_for_segments): If a segment
6518 contains no sections, don't mark it as readable.
6519
98bb57ad
ILT
6520 * elf-bfd.h (_bfd_elf_section_from_bfd_section): Declare.
6521 * elfcode.h (_bfd_elf_section_from_bfd_section): Don't declare.
6522
02fcd126
ILT
6523 * elf.c (_bfd_elf_print_private_bfd_data): Dump contents of
6524 dynamic section, if there is one.
6525 * elf-bfd.h (struct elf_size_info): Add swap_dyn_in field.
6526 (bfd_elf32_swap_dyn_in): Change type of second parameter to PTR.
6527 (bfd_elf64_swap_dyn_in): Likewise.
6528 * elfcode.h (elf_swap_dyn_in): Change type of second parameter to
6529 PTR.
6530 (NAME(_bfd_elf,size_info)): Initialize swap_dyn_in field.
6531
3c38b3df
ILT
6532 * elf32-i386.c (elf_i386_size_dynamic_sections): Don't create a
6533 DT_TEXTREL entry because of .rel.plt. From Martin Pirker
6534 <pirker@eiunix.tuwien.ac.at>.
6535
83f4323e
MM
6536Thu Jan 11 17:06:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6537
6538 * section.c (SEC_{EXCLUDE,SORT_ENTRIES}): New section flags for
6539 PowerPC V.4 and eabi.
6540 * bfd-in2.h: Regenerate.
6541 * libfd.h: Regenerate.
6542
6543 * elfxx-target.h (TARGET_{BIG,LITTLE}_SYM): Add new flags.
6544
6545 * elf32-ppc.c (ppc_elf_section_from_shdr): Support SHT_ORDERED
6546 section type and SHF_EXCLUDE section flag, turning them into the
6547 appropriate bfd section flag.
6548
a0271667
ILT
6549Thu Jan 11 11:23:30 1996 Ian Lance Taylor <ian@cygnus.com>
6550
c9746fb6
ILT
6551 * xcofflink.c (xcoff_link_add_symbols): Create the special
6552 sections if we see a DYNAMIC object, in case that is the only
6553 XCOFF input object we see.
cf2cd4cf 6554
5b3b9ff6
ILT
6555 * elf32-mips.c: Extensive changes for a start at dynamic linking
6556 support, from Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>.
6557
6558 * elf-bfd.h (struct elf_backend_data): Add type_change_ok field.
6559 (struct elf_backend_data): Remove
6560 elf_backend_create_program_headers field. Add
6561 elf_backend_additional_program_headers and
6562 elf_backend_modify_segment_map fields.
6563 * elfxx-target.h (elf_backend_type_change_ok): Define if not
6564 defined.
6565 (elf_backend_additional_program_headers): Likewise.
6566 (elf_backend_modify_segment_map): Likewise.
6567 (elf_backend_create_program_headers): Don't define.
6568 (elfNN_bed): Change to account for field changes.
6569 * elf.c (assign_file_positions_for_segments): Call new
6570 modify_segment_map backend function. Don't call old
6571 create_program_headers backend function.
6572 (get_program_header_size): Call additional_program_headers rather
6573 than create_program_headers.
6574 * elflink.h (elf_link_add_object_symbols): Initialize
6575 type_change_ok from new backend field.
6576 (elf_link_output_extsym): Don't warn if _rld_new_interface is
6577 defined.
6578 (elf_reloc_link_order): Treat a reloc against a defined symbol as
6579 a reloc against the appropriate section.
6580
761f377f
ILT
6581 * elf-bfd.h (struct bfd_elf_section_data): Add tdata field.
6582 (struct elf_obj_tdata): Rename ppc_flags_init field to flags_init.
6583 (elf_flags_init): Rename from elf_ppc_flags_init.
6584 * elf32-ppc.c (ppc_elf_set_private_flags): Use elf_flags_init, not
6585 elf_ppc_flags_init.
6586 (ppc_elf_copy_private_bfd_data): Likewise.
6587 (ppc_elf_merge_private_bfd_data): Likewise.
6588
a0271667
ILT
6589 * elf32-m68k.c (howto_table): Change src_mask to 0 for all
6590 relocation entries.
6591
64d5f5d0
ILT
6592Tue Jan 9 15:22:53 1996 David Mosberger-Tang <davidm@azstarnet.com>
6593
6594 * coff-alpha.c (alpha_relocate_section): During final link, allow
6595 output .lita section to be bigger than 64k by adjusting gp value
6596 on a per-input section basis.
6597 * libecoff.h (struct ecoff_tdata): Add issued_multiple_gp_warning
6598 field.
6599 (struct ecoff_section_tdata): Add gp field.
6600
c40d9c77
ILT
6601Tue Jan 9 12:00:36 1996 Ian Lance Taylor <ian@cygnus.com>
6602
64d5f5d0
ILT
6603 Handle Alpha ECOFF changes in OSF/1 3.2.
6604 * libecoff.h (struct ecoff_backend_data): Add get_elt_at_filepos
6605 field.
6606 * coff-alpha.c: Include "aout/ar.h".
6607 (alpha_ecoff_get_relocated_section_contents): Don't require an
6608 ALPHA_R_IGNORE reloc after an ALPHA_R_GPDISP reloc, since OSF/1
6609 3.2 doesn't generate one.
6610 (alpha_relocate_section): Likewise.
6611 (alpha_ecoff_slurp_armap): Define.
6612 (alpha_ecoff_slurp_extended_name_table): Define.
6613 (alpha_ecoff_construct_extended_name_table): Define.
6614 (alpha_ecoff_truncate_arname): Define.
6615 (alpha_ecoff_write_armap): Define.
6616 (alpha_ecoff_generic_stat_arch_elt): Define.
6617 (alpha_ecoff_update_armap_timestamp): Define.
6618 (ARFZMAG): Define.
6619 (alpha_ecoff_read_ar_hdr): New static function.
6620 (alpha_ecoff_get_elt_at_filepos): New static function.
6621 (alpha_ecoff_openr_next_archived_file): New static function.
6622 (alpha_ecoff_get_elt_at_index): New static function.
6623 (alpha_ecoff_backend_data): Initialize get_elt_at_filepos field.
6624 (ecoffalpha_little_vec): Change BFD_JUMP_TABLE_ARCHIVE from
6625 _bfd_ecoff to alpha_ecoff.
6626 * ecoff.c (ecoff_link_add_archive_symbols): Use get_elt_at_filepos
6627 field from backend structure, rather than always calling
6628 _bfd_get_elt_at_filepos.
6629 * coff-mips.c (mips_ecoff_backend_data): Initialize
6630 get_elt_at_filepos field.
6631 * archive.c (_bfd_generic_read_ar_hdr_mag): New function, copied
6632 from _bfd_generic_read_ar_hdr with minor changes.
6633 (_bfd_generic_read_ar_hdr): Use _bfd_generic_read_ar_hdr_mag.
6634 * libbfd-in.h (_bfd_generic_read_ar_hdr_mag): Declare.
6635 * libbfd.h: Rebuild.
6636
6637 * bfd-in.h (BFD_IN_MEMORY): Define.
6638 * libbfd-in.h (struct bfd_in_memory): Define.
6639 * libbfd.c (bfd_read): Handle BFD_IN_MEMORY flag.
6640 (bfd_get_file_window): Don't try to map a BFD_IN_MEMORY file.
6641 (bfd_write, bfd_stat): Abort if BFD_IN_MEMORY is set.
6642 (bfd_tell, bfd_flush, bfd_seek): Handle BFD_IN_MEMORY flag.
6643 * bfd.c (struct _bfd): Change iostream field from char * to PTR.
6644 (bfd_get_size): Handle BFD_IN_MEMORY flag.
6645 * cache.c (bfd_cache_close): Ignore BFD_IN_MEMORY files.
6646 (bfd_open_file): Cast to PTR, not char *, when setting iostream.
6647 (bfd_cache_lookup_worker): Abort if BFD_IN_MEMORY is set.
6648 * opncls.c (bfd_fdopenr): Cast to PTR, not char *, when setting
6649 iostream.
6650 (bfd_openstreamr): Likewise.
6651 * aoutx.h (NAME(aout,some_aout_object_p)): Only fstat iostream if
6652 BFD_IN_MEMORY is not set.
6653 * riscix.c (riscix_some_aout_object_p): Likewise.
6654 * bfd-in2.h, libbfd.h: Rebuild.
6655
6656 * targets.c (bfd_target): Add _bfd_get_elt_at_index field.
6657 (BFD_JUMP_TABLE_ARCHIVE): Add _get_elt_at_index.
6658 (bfd_get_elt_at_index): Define.
6659 * archive.c (_bfd_generic_get_elt_at_index): Rename from
6660 bfd_get_elt_at_index. Change index parameter from int to
6661 symindex.
6662 * libbfd-in.h (_bfd_generic_get_elt_at_index): Declare.
6663 (_bfd_noarchive_get_elt_at_index): Define.
6664 (_bfd_archive_bsd_get_elt_at_index): Define.
6665 (_bfd_archive_coff_get_elt_at_index): Define.
6666 * bfd-in2.h, libbfd.h: Rebuild.
6667 * aout-target.h (MY_get_elt_at_index): Define if not defined.
6668 * coff-rs6000.c (xcoff_get_elt_at_index): Define.
6669 * ieee.c (ieee_get_elt_at_index): Define.
6670 * libecoff.h (_bfd_ecoff_get_elt_at_index): Define.
6671 * oasys.c (oasys_get_elt_at_index): Define.
6672 * som.c (som_get_elt_at_index): Define.
6673
c40d9c77
ILT
6674 * ecoff.c (_bfd_ecoff_find_nearest_line): Don't restrict line
6675 numbers to the .text section.
6676
efa77952
ILT
6677Mon Jan 8 17:00:57 1996 Ian Lance Taylor <ian@cygnus.com>
6678
6679 * ieee.c (ieee_write_debug_part): Change return type to boolean.
6680 If there is a SEC_DEBUGGING section, get the contents of the debug
6681 information part from it.
6682 (ieee_set_section_contents): Store the contents of a SEC_DEBUGGING
6683 section in memory.
6684 (ieee_write_object_contents): Check ieee_write_debug_part return.
6685
767f22d5
FF
6686Thu Jan 4 17:12:37 1996 Fred Fish <fnf@cygnus.com>
6687
6688 * config.bfd (i[345]86-*-freebsd*): Add target.
6689 * configure.in (i386freebsd_vec): Add vec.
6690 * configure: Regenerate.
6691 * Makefile.in (BFD32_BACKENDS): Add i386freebsd.o.
6692 (BFD32_BACKENDS_CFILES): Add i386freebsd.c.
6693 Rebuild dependencies..
6694 * freebsd.h: New file.
6695 * i386freebsd.c: New file.
6696 * targets.c (i386freebsd_vec): Declare.
6697 (bfd_target_vector): Add i386freebsd_vec.
6698 * i386linux.c (SEGMENT_SIZE): Define as TARGET_PAGE_SIZE
6699 * i386netbsd.c (SEGMENT_SIZE): Define as TARGET_PAGE_SIZE
cf2cd4cf 6700
f8254a3c
ILT
6701Thu Jan 4 16:27:46 1996 Ian Lance Taylor <ian@cygnus.com>
6702
6703 * ieee.c (ieee_slurp_debug): New static function.
6704 (ieee_object_p): Call it.
6705 (ieee_slurp_section_data): Skip debugging sections.
6706 (ieee_get_reloc_upper_bound): Likewise.
6707 (ieee_get_section_contents): Likewise.
6708 (ieee_canonicalize_reloc): Likewise.
6709 (ieee_write_section_part): Likewise.
6710 (ieee_write_debug_part): Likewise.
6711 (ieee_write_data_part): Likewise.
6712 (init_for_output): Likewise.
6713
07a159db
MM
6714Wed Jan 3 19:42:47 1996 Michael Meissner <meissner@wogglebug.tiac.net>
6715
6716 * elf32-ppc.c (ppc_elf_relocate_section): Make @GOT relocations
6717 work.
6718 (ppc_elf_howto_raw): Just use bfd_elf_generic_reloc for all howto
6719 relocs, since ppc_elf_relocate_section handles the linker case.
6720 (ppc_elf_{addr16_ha,got16,toc16,brtaken}_reloc): Delete, no longer
6721 used.
6722 (ppc_elf_{addr16_ha,got16,toc16,brtaken}_inner): Merge these into
6723 ppc_elf_relocate_section since that is now the only caller.
6724 (ppc_elf_relocate_section): Ditto.
6725
d812945a
ILT
6726Wed Jan 3 15:11:30 1996 Ian Lance Taylor <ian@cygnus.com>
6727
6728 * coffcode.h (coff_write_object_contents): If we don't know the
6729 section of the entry point for an XCOFF executable, always set the
6730 entry address to -1.
6731
3a56d0b4
MM
6732Tue Jan 2 14:17:15 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6733
6734 * elf.c (bfd_section_from_shdr): Add support for note sections.
6735
c4406e50
ILT
6736Tue Jan 2 13:10:25 1996 Ian Lance Taylor <ian@cygnus.com>
6737
d812945a
ILT
6738 * bfd-in.h (struct _symbol_info): Add stab_type field.
6739 * bfd-in2.h: Rebuild.
6740 * aoutx.h (NAME(aout,get_symbol_info)): Set stab_type.
6741
c4406e50
ILT
6742 * elf32-ppc.c: Remove trailing newline from calls to
6743 _bfd_error_handler.
6744 (ppc_elf_merge_private_bfd_data): Only warn about endianness
6745 difference if target endianness is known.
6746
08556813
MM
6747Thu Dec 21 12:43:49 1995 Michael Meissner <meissner@tiktok.cygnus.com>
6748
6749 * elf32-ppc.c (ppc_elf_howto_raw): Add a phony reloc to handle the
6750 old style TOC16 references without using R_PPC_GOT.
6751 (ppc_reloc_type): Ditto.
6752 (ppc_elf_reloc_type_lookup): Add support for TOC16.
6753 (ppc_elf_toc16_inner): Renamed from ppc_elf_got16_inner.
6754 (ppc_elf_toc16_reloc): Renamed from ppc_elf_toc16_reloc.
6755 (ppc_elf_got16_{inner,reloc}): Stubs for real GOT support.
6756 (ppc_elf_check_relocs): New function for GOT/PLT support that is
6757 work in progress.
6758 (ppc_elf_adjust_dynamic_symbol): Ditto.
6759 (ppc_elf_adjust_dynindx): Ditto.
6760 (ppc_elf_size_dynamic_sections): Ditto.
6761 (ppc_elf_finish_dynamic_symbol): Ditto.
6762 (ppc_elf_finish_dynamic_sections): Ditto.
6763 (ELF_DYNAMIC_INTERPRETER): Define.
6764
86587dd4
KR
6765Wed Dec 20 19:14:18 1995 Ken Raeburn <raeburn@cygnus.com>
6766
6767 * elf.c (copy_private_bfd_data): When attaching sections to
6768 segments ignore sections that won't be allocated. Patch from
6769 Andreas Schwab.
6770
bf7f243f
KR
6771Tue Dec 19 20:01:43 1995 Ken Raeburn <raeburn@cygnus.com>
6772
6773 * config.bfd: Match on m68k-cbm-* only if OS doesn't match
6774 anything else.
6775
d9518e2e
ILT
6776Tue Dec 19 16:38:59 1995 Ian Lance Taylor <ian@cygnus.com>
6777
6778 * coff-i960.c (CALC_ADDEND): Define.
6779 (coff_i960_relocate_section): Add the input section VMA to the
6780 addend for PC relative relocs.
6781
6782Sun Dec 17 20:11:55 1995 Kim Knuttila <krk@cygnus.com>
6783
6784 * peicode.h (pe_print_pdata): Must test the entire entry for zero
6785 to correctly terminate.
6786
010a405a
ILT
6787Fri Dec 15 12:05:57 1995 Ian Lance Taylor <ian@cygnus.com>
6788
dc092b6b
ILT
6789 * targets.c (enum bfd_endian): Define.
6790 (bfd_target): Rename byteorder_big_p to byteorder, and change it
6791 from boolean to enum bfd_endian. Change header_byteorder_big_p
6792 correspondingly.
6793 * bfd-in.h (bfd_big_endian, bfd_little_endian): New macros.
6794 (bfd_header_big_endian, bfd_header_little_endian): New macros.
6795 * bfd-in2.h: Rebuild.
6796 * All targets: Change initialization of byteorder and
6797 header_byteorder to use enum bfd_endian values rather than
6798 booleans.
6799 * All files: Change all references to byteorder_big_p and
6800 header_byteorder_big_p to use new bfd_*_endian macros.
6801
010a405a
ILT
6802 * coffgen.c (make_a_section_from_file): Set lma to s_paddr, not
6803 s_vaddr.
6804 * coffcode.h (coff_write_object_contents): Set s_paddr to lma, not
6805 vma.
6806 * ecoff.c (_bfd_ecoff_write_object_contents): Likewise.
6807
fcb43906
SC
6808Fri Dec 15 07:32:09 1995 steve chamberlain <sac@slash.cygnus.com>
6809
6810 * pe[i]-i386.c (TARGET_UNDERSCORE): Define to '_'.
6811
0d709d31
ILT
6812Thu Dec 14 13:45:37 1995 Ian Lance Taylor <ian@cygnus.com>
6813
14578105
ILT
6814 * ieee.c: Lots of minor cleanups. Make many functions return
6815 errors rather than calling abort. Also:
6816 (ieee_write_twobyte): Remove; change callers to call existing
6817 ieee_write_2bytes function.
6818 (ieee_write_expression): Don't output the section twice when
6819 outputting a local symbol. Don't emit an extraneous zero if there
6820 is only one term.
6821 (ieee_slurp_sections): Set the lma as well as the vma.
6822 (ieee_archive_p): Use bfd_alloc_grow rather than an obstack.
6823
0d709d31
ILT
6824 * ihex.c (ihex_set_arch_mach): Don't accept any architecture, just
6825 a recognized one or bfd_arch_unknown.
6826 (ihex_get_symtab_upper_bound): Define as bfd_0l, to permit objcopy
6827 to succeed.
6828 (ihex_get_symtab): Likewise.
6829
14dc2f77
ILT
6830Wed Dec 13 15:44:06 1995 Ian Lance Taylor <ian@cygnus.com>
6831
6832 * aoutx.h: Include <ctype.h>.
6833 (struct aout_link_includes_table): Define.
6834 (struct aout_link_includes_totals): Define.
6835 (struct aout_link_includes_entry): Define.
6836 (aout_link_includes_lookup): Define macro.
6837 (struct aout_final_link_info): Add includes field.
6838 (aout_link_includes_newfunc): New static function.
6839 (NAME(aout,final_link)): Initialize includes hash table.
6840 (aout_link_write_symbols): Eliminate duplicate N_BINCL entries.
6841
480ccad5
SS
6842Wed Dec 13 10:52:14 1995 Stan Shebs <shebs@andros.cygnus.com>
6843
6844 * mpw-config.in: Match on mips-*-* instead of mips-idt-ecoff.
6845
3920d9c9
KK
6846Wed Dec 13 11:07:45 1995 Kim Knuttila <krk@cygnus.com>
6847
6848 * coff-ppc.c (coff_ppc_relocate_section): removed debugging code.
6849
207345f2
KK
6850Tue Dec 12 17:42:06 1995 Kim Knuttila <krk@cygnus.com>
6851
6852 * peicode.h (pe_print_reloc): New function to dump the .reloc section.
6853 (pe_print_private_bfd_data): call pe_print_reloc.
6854 * coffcode.h (coff_set_alignment_hook): .reloc section alignment.
6855 * coff-ppc.c (in_reloc_p): Added missing non-eligible relocs. Spiffed
6856 up some debugging as well.
6857
273c019e
ILT
6858Tue Dec 12 11:34:23 1995 Ian Lance Taylor <ian@cygnus.com>
6859
6860 * config.bfd: Handle sparc-*-elf*. From Ronald F. Guilmette
6861 <rfg@monkeys.com>.
6862
010d9f2d
ILT
6863Fri Dec 8 17:47:07 1995 Ian Lance Taylor <ian@cygnus.com>
6864
6865 * elflink.h (elf_link_add_object_symbols): Set section_count to 0
6866 when setting sections to NULL.
6867
4a4a66bd
ILT
6868Wed Dec 6 17:05:37 1995 Ian Lance Taylor <ian@cygnus.com>
6869
6870 * xcofflink.c (struct xcoff_loader_info): Add export_defineds
6871 field.
6872 (bfd_xcoff_size_dynamic_sections): Add export_defineds parameter.
6873 (xcoff_build_ldsyms): If export_defineds is set, set XCOFF_EXPORT
6874 for all symbols.
6875 * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
6876 * bfd-in2.h: Rebuild.
6877
545bf026
KK
6878Mon Dec 4 16:40:47 1995 Kim Knuttila <krk@cygnus.com>
6879
6880 * coffcode.h (coff_set_alignment_hook): Removed some debugging printf's
6881
1f4ae0d6
ILT
6882Mon Dec 4 11:25:39 1995 Ian Lance Taylor <ian@cygnus.com>
6883
55cac920
ILT
6884 * ihex.c (ihex_scan): Handle record types 4 and 5.
6885 (ihex_object_p): Permit types 4 and 5.
6886 (ihex_set_section_contents): Remove check for out of range
6887 addresses.
6888 (ihex_write_object_contents): Generate types 4 and 5.
6889
1f4ae0d6
ILT
6890 * elflink.h (elf_link_output_extsym): Just ignore warning and
6891 indirect references to symbols which don't really exist.
6892
53d45489
KK
6893Sun Dec 3 19:00:27 1995 Kim Knuttila <krk@cygnus.com>
6894
6895 * peicode.h (pe_print_idata): Minor format fixes
6896 (pe_print_edata): New function. Under private printing, this formats
6897 the edata section of a PE file.
6898 (pe_print_private_bfd_data): Added call to pe_print_edata.
6899
361e8876
DE
6900Sun Dec 3 16:46:54 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
6901
6902 * aout-arm.c (MY_swap_std_reloc_out): Use KEEPIT to get the symbol
6903 index, don't call stoi.
6904
58142f10
ILT
6905Fri Dec 1 14:46:51 1995 Ian Lance Taylor <ian@cygnus.com>
6906
ffd15489
ILT
6907 * srec.c (srec_scan): Set lma as well as vma.
6908
6909 * ihex.c: New file; support for Intel Hex format.
6910 * targets.c (enum bfd_flavour): Add bfd_target_ihex_flavour.
6911 (ihex_vec): Declare.
6912 (bfd_target_vector): Always include ihex_vec.
6913 * bfd.c (struct _bfd): Add ihex_data field to tdata union.
6914 * Makefile.in: Rebuild dependencies.
6915 (BFD_LIBS): Add ihex.o
6916 (BFD_LIBS_CFILES): Add ihex.c.
6917 * bfd-in2.h: Rebuild.
6918
ae0a6bea
ILT
6919 * elf.c (assign_file_positions_for_segments): Sort the sections in
6920 each segment.
6921 (get_program_header_size): Return the right size if segment_map is
6922 not NULL.
6923 (copy_private_bfd_data): Don't bother to sort the sections.
6924
6925 * bfd.c (bfd_record_phdr): New function.
6926 * bfd-in.h (bfd_record_phdr): Declare.
6927 * bfd_in2.h: Rebuild.
6928
ce0ee4bf
ILT
6929 * elf32-sparc.c (elf32_sparc_relocate_section): Remove bogus
6930 BFD_ASSERT.
6931
58142f10
ILT
6932 * libbfd.c (bfd_malloc, bfd_realloc): New functions.
6933 (bfd_zmalloc): Return PTR, not char *. Take size_t, not
6934 bfd_size_type.
6935 * libbfd-in.h (bfd_malloc, bfd_realloc): Declare.
6936 (bfd_zmalloc): Change declaration.
6937 * libbfd.h: Rebuild.
6938 * Many files: Use bfd_malloc and bfd_realloc rather than malloc
6939 and realloc. Don't set bfd_error_no_memory if they fail.
6940
59066248
KK
6941Thu Nov 30 19:32:26 1995 Kim Knuttila <krk@cygnus.com>
6942
6943 * coff-ppc.c: Added macros to tidy up toc cell treatment. Numerous
cf2cd4cf 6944 uses as well. Added a new howto to deal with TOCREL16 relocs that
59066248
KK
6945 are TOCDEFN as well.
6946 (coff_ppc_relocate_section): Expanded treatment of ADDR32NB relocs
6947 to handle RVA relocs from dlltool.
6948 (ppc_coff_rtype2howto): TOCDEFN reloc addition.
6949 (coff_ppc_rtype_to_howto): TOCDEFN reloc addition.
6950 (ppc_coff_reloc_type_lookup): TOCDEFN reloc addition.
6951
cf2cd4cf 6952 * coffcode.h (coff_set_alignment_hook): check idata$X sections
59066248
KK
6953 to get the right section alignment.
6954
6933148a
ILT
6955Thu Nov 30 16:48:18 1995 Ian Lance Taylor <ian@cygnus.com>
6956
6957 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
6958 p_paddr if p_paddr is zero.
6959 (make_mapping): Set includes_filehdr and includes_phdrs for first
6960 PT_LOAD segment.
6961 (map_sections_to_segments): Set includes_phdrs for PT_PHDR
6962 segment.
6963 (assign_file_positions_for_segments): Handle includes_filehdr and
6964 includes_phdrs. Remove special handling of PT_PHDR and first
6965 PT_LOAD segments.
6966 (copy_private_bfd_data): Set includes_filehdr and includes_phdr
6967 when appropriate. Remove special handling of PT_PHDR segment.
6968 Use a more complex condition for when a section is included in a
6969 segment to handle Solaris linker oddities.
6970
f62fed1c
ILT
6971Thu Nov 30 11:17:33 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
6972
6973 * coff-m88k.c (howto_table): Reformatted for easier reading;
6974 special_function now points to new function m88k_special_reloc.
6975 (howto_hvrt16): Function previously used for handling HVRT16 relocs
6976 removed.
6977 (rtype2howto): Do not add reloc's r_offset to the addend, this will
6978 be done correctly by m88k_special_reloc.
6979 (reloc_processing): New function to be used by RELOC_PROCESSING.
6980 (RELOC_PROCESSING): Define to call reloc_processing.
6981
64ecde46
ILT
6982Wed Nov 29 12:42:36 1995 Ian Lance Taylor <ian@cygnus.com>
6983
b00c57ec
ILT
6984 * peicode.h (pe_print_idata): Call malloc rather than xmalloc.
6985 (pe_print_pdata): Likewise.
6986
a9713b91
ILT
6987 * opncls.c (bfd_alloc_by_size_t): Set bfd_error_no_memory if
6988 obstack_alloc fails.
6989 (bfd_alloc_finish): Set bfd_error_no_memory if obstack_finish
6990 fails.
6991 * libbfd.c (bfd_zmalloc): Set bfd_error_no_memory if malloc fails.
6992 * Many files: don't set bfd_error_no_memory if one of the above
6993 routines fails.
6994
3dbf33ee
ILT
6995 * elf.c (assign_file_positions_for_segments): Don't adjust p_paddr
6996 if p_paddr_valid is set.
6997 (copy_private_bfd_data): New static function.
6998 (_bfd_elf_copy_private_section_data): Call copy_private_bfd_data.
6999
44ef8897
ILT
7000 * elf.c (assign_file_positions_for_segments): Fix case where extra
7001 program headers were allocated.
7002
27fb8f29
ILT
7003 * elf.c (_bfd_elf_print_private_bfd_data): New function.
7004 * elf-bfd.h (_bfd_elf_print_private_bfd_data): Declare.
7005 * elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define to
7006 _bfd_elf_print_private_bfd_data.
7007
64ecde46
ILT
7008 * coff-alpha.c (alpha_ecoff_swap_reloc_in): Don't abort if
7009 r_symndx is RELOC_SECTION_NONE for an ALPHA_R_IGNORE reloc.
7010 Change a RELOC_SECTION_LITA symndx to RELOC_SECTION_ABS.
7011 (alpha_ecoff_swap_reloc_out): Change RELOC_SECTION_ABS to
7012 RELOC_SECTION_LITA for ALPHA_R_IGNORE.
7013 (alpha_adjust_reloc_out): For ALPHA_R_IGNORE, don't change
7014 RELOC_SECTION_ABS to RELOC_SECTION_NONE.
7015
fd0198f0
ILT
7016Tue Nov 28 16:59:50 1995 Ian Lance Taylor <ian@cygnus.com>
7017
7018 * elf-bfd.h (struct elf_obj_tdata): Add segment_map field.
7019 * elf.c (make_mapping): New static function.
7020 (map_sections_to_segments): New static function.
7021 (elf_sort_sections): New static function.
7022 (assign_file_positions_for_segments): New static function.
7023 (map_program_segments): Remove.
7024 (get_program_header_size): Remove sorted_hdrs, count, and
7025 maxpagesize parameters. Simplify.
7026 (assign_file_positions_except_relocs): When generating an
7027 executable, use assign_file_positions_for_segments.
7028 (elf_sort_hdrs): Remove.
7029 (_bfd_elf_sizeof_headers): Remove eliminated parameters from call
7030 to get_program_header_size.
7031
3b3f7625
ILT
7032Mon Nov 27 12:27:46 1995 Ian Lance Taylor <ian@cygnus.com>
7033
1ff0461b
ILT
7034 * hp300hpux.c (MY(callback)): Set lma as well as vma.
7035
80c8485c
ILT
7036 * configure, config.in: Regenerate with autoconf 2.7.
7037
3b3f7625
ILT
7038 * elf32-i386.c (elf_backend_plt_readonly): Set correctly, to 1.
7039 * elf32-sparc.c (elf_backend_plt_readonly): Set correctly, to 0.
7040
fa63d1ef
ILT
7041Wed Nov 22 12:02:09 1995 Ian Lance Taylor <ian@cygnus.com>
7042
a877f591
ILT
7043 * ecoff.c (_bfd_ecoff_new_section_hook): Handle .rconst section.
7044 (ecoff_sec_to_styp_flags): Likewise.
7045 (_bfd_ecoff_styp_to_sec_flags): Handle STYP_RCONST.
7046 (ecoff_set_symbol_info): Handle scRConst.
7047 (ecoff_slurp_reloc_table): Handle RELOC_SECTION_RCONST.
7048 (ecoff_compute_section_file_positions): Handle .rconst section.
7049 (_bfd_ecoff_write_object_contents): Likewise.
7050 (ecoff_link_check_archive_element): Handle scRConst.
7051 (ecoff_link_add_externals): Likewise.
7052 (ecoff_link_write_external): Handle .rconst section.
7053 (ecoff_reloc_link_order): Likewise.
7054 * ecofflink.c (bfd_ecoff_debug_accumulate): Handle scRConst.
7055 * coff-alpha.c (alpha_convert_external_reloc): Handle .rconst
7056 section.
7057 (alpha_relocate_section): Handle RELOC_SECTION_RCONST.
7058
fa63d1ef
ILT
7059 * sunos.c (sunos_scan_dynamic_symbol): Only set written if the
7060 DEF_DYNAMIC flag is set.
7061
25bada65
KR
7062Tue Nov 21 13:25:29 1995 Ken Raeburn <raeburn@cygnus.com>
7063
7064 * host-aout.c: If TRAD_HEADER is defined, include it.
7065
7938b4cb
ILT
7066Tue Nov 21 13:03:57 1995 Ian Lance Taylor <ian@cygnus.com>
7067
85e493f0
ILT
7068 * aclocal.m4 (AC_PROG_CC): Remove local definition.
7069 (BFD_BINARY_FOPEN): Require AC_CANONICAL_SYSTEM.
7070 (BFD_NEED_DECLARATION): New function.
7071 * configure.in: Use BFD_NEED_DECLARATION.
bd77213b
ILT
7072 * acconfig.h: Put NEED_DECLARATION_* in @TOP@ section.
7073 * configure, config.in: Rebuild with autoconf 2.6.
85e493f0 7074
83dcdc61
ILT
7075 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Clear
7076 special_sections before returning when called with a non XCOFF
7077 BFD.
7078
7938b4cb
ILT
7079 * coffgen.c (coff_renumber_symbols): Sort common symbols with
7080 global symbols.
7081
7082 * coffcode.h (coff_compute_section_file_positions): Only pad the
7083 previous section to force file alignment when creating an
7084 executable.
7085
b5403ad7
ILT
7086Mon Nov 20 14:54:09 1995 Ian Lance Taylor <ian@cygnus.com>
7087
a418e05d
ILT
7088 * coffcode.h (coff_compute_section_file_positions): If
7089 RS6000COFF_C, set up the .debug section.
7090
b5403ad7
ILT
7091 * xcofflink.c (xcoff_link_input_bfd): Adjust the TOC anchor value
7092 if it is not large enough to accomodate the entire TOC area with
7093 signed 16 bit offsets.
7094 (xcoff_write_global_symbol): Handle negative TOC offsets in global
7095 linkage code.
7096 (_bfd_ppc_xcoff_relocate_section): Adjust relocations against a
7097 TOC anchor to use the TOC value used in the output file.
7098
90a7abbc
ILT
7099Sat Nov 18 18:01:41 1995 Ian Lance Taylor <ian@cygnus.com>
7100
7101 * coffgen.c (_bfd_coff_get_external_symbols): Cast malloc return.
7102 (_bfd_coff_read_string_table): Likewise.
7103
177b1932
DE
7104Sat Nov 18 19:43:04 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
7105
7106 * pe-arm.c: Fix typos.
7107 * coff-arm.c: Likewise.
7108
7109Fri Nov 17 16:22:04 1995 Kim Knuttila <krk@cygnus.com>
7110
7111 * coff-ppc.c (list_ele): Added "cat"egory member.
7112 (record_toc): New category parameter (priv or pub).
7113 (ppc_record_toc_entry): Check to see if toc bounds exceeded.
7114 (ppc_process_before_allocation): Removed embrionic data-in-toc from
7115 the mainline. It addes extra toc cells in error.
7116 (ppc_coff_swap_sym_in_hook): Added some documentation.
7117 (dump_toc): Can now diagnose "virtual toc" chicanery.
7118
e34314c4
ILT
7119Fri Nov 17 10:41:25 1995 Philippe De Muyter <phdm@info.ucl.ac.be>
7120
7121 * elf-bfd.h (struct elf_link_hash_table): Change type of
7122 dynsymcount and bucketcount fields from size_t to bfd_size_type.
7123
73a68447
ILT
7124Fri Nov 17 10:02:58 1995 Ian Lance Taylor <ian@cygnus.com>
7125
535e9e29
ILT
7126 * coffcode.h (coff_pointerize_aux_hook): I960 version: don't
7127 pointerize C_LEAFSTAT or C_LEAFEXT entries.
7128
73a68447
ILT
7129 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Only create
7130 DT_INIT and DT_FINI entries if the _init or _fini symbol is
7131 defined or mentioned in a regular file.
7132
cd2b2402
KK
7133Thu Nov 16 15:16:42 1995 Kim Knuttila <krk@cygnus.com>
7134
7135 * coff-ppc.c (ppc_record_data_in_toc_entry): new function
7136 (coff_ppc_relocate_section): Handle TOCDEFN attribute
7137 (coff_ppc_relocate_section): Correct REL24 handling
7138 (ppc_process_before_allocation): Correct TOCDEFN handling
7139
7140 * peicode.h (dir_names): Added name descriptions
7141
b218076e
KR
7142Thu Nov 16 03:38:03 1995 Ken Raeburn <raeburn@cygnus.com>
7143
7144 * VERSION: Updated to cygnus-2.6.
7145
7146Wed Nov 15 19:30:07 1995 Ken Raeburn <raeburn@cygnus.com>
7147
7148 * targets.c (m68k4knetbsd_vec): Declare.
7149
e9f30616
ILT
7150Wed Nov 15 18:05:52 1995 Ian Lance Taylor <ian@cygnus.com>
7151
7152 * targets.c (bfd_target): Change type of second argument to
7153 _bfd_print_private_bfd_data from void * to PTR.
7154 * libbfd-in.h (_bfd_generic_bfd_print_private_bfd_data): Cast
7155 using PTR rather than void *.
7156 * bfd-in2, libbfd.h: Rebuild.
7157 * peicode.h (pe_print_private_bfd_data): Change vfile from void *
7158 to PTR.
7159 * elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define as
7160 _bfd_generic_bfd_print_private_bfd_data rather than casting
7161 bfd_true.
7162
ae75c4a4
KR
7163Wed Nov 15 04:09:14 1995 Ken Raeburn <raeburn@cygnus.com>
7164
7165 * Makefile.in (.dep1): Fix stupid typo in last change. Remove any
7166 "DO NOT DELETE" lines or blank lines that mkdep writes on some
7167 systems.
7168 (BFD_LIBS_CFILES, ALL_MACHINES_CFILES, BFD32_BACKENDS_CFILES,
7169 BFD64_BACKENDS_CFILES): New variables.
7170 (CFILES): Use them.
cf2cd4cf 7171
bebcd3db
ILT
7172Tue Nov 14 11:52:23 1995 Ian Lance Taylor <ian@cygnus.com>
7173
4b71e164
ILT
7174 * peicode.h (coff_swap_aouthdr_out): For PPC PE, start isize at 0,
7175 not at the file position of the first section.
7176 * coffcode.h (coff_compute_section_file_positions): Avoid using
7177 unportable #elif.
7178 (coff_write_object_contents): When generating a PPC PE executable
7179 with no symbols, round up the file size to a COFF_PAGE_SIZE
7180 boundary.
7181 * cofflink.c (_bfd_coff_final_link): If there are no symbols,
7182 don't write out a string table.
7183
631b10f4
ILT
7184 * elf.c (bfd_section_from_shdr): When using a different section
7185 header, pass the new one to _bfd_elf_make_section_from_shdr.
7186 (elf_fake_sections): Don't set sh_info and sh_entsize fields.
7187 (elf_map_symbols): Add section VMA to symbol value when comparing
7188 against 0.
7189 (_bfd_elf_compute_section_file_positions): Only build symbol table
7190 if there are some symbols. Set file offset of symtab and strtab
7191 sections.
7192 (assign_file_positions_except_relocs): Remove dosyms parameter.
7193 Change all callers. Never set file offset of symtab and strtab
7194 sections.
7195 (_bfd_elf_copy_private_section_data): New function.
7196 (MAP_ONESYMTAB, MAP_DYNSYMTAB, MAP_STRTAB, MAP_SHSTRTAB): Define.
7197 (_bfd_elf_copy_private_symbol_data): New function.
7198 (swap_out_syms): Check for special mapping of st_shndx created by
7199 copy_private_symbol_data.
7200 * elfxx-target.h: Use new copy routines.
7201 * elf-bfd.h (_bfd_elf_copy_private_symbol_data): Declare.
7202 (_bfd_elf_copy_private_section_data): Declare.
7203
7204 * config.bfd (sh-*-*): Set targ_defvec to shcoff_vec.
7205
7206 * coffcode.h (coff_slurp_symbol_table): If COFF_WITH_PE, handle
7207 C_NT_WEAK.
7208
bebcd3db
ILT
7209 * coff-sh.c (shlcoff_vec): Use _bfd_generic_archive_p, not
7210 _bfd_dummy_target, matching the recent change to archive
7211 recognition.
7212
7ad4ba81
ILT
7213Mon Nov 13 13:24:38 1995 Ian Lance Taylor <ian@cygnus.com>
7214
afa67334
ILT
7215 * libbfd.c (bfd_get_file_window): Use casts to avoid doing
7216 arithmetic on PTR types.
7217
f2bd8915
ILT
7218 * aout-target.h (MY(callback)): Set the lma of the sections.
7219
7ad4ba81
ILT
7220 * ecoff.c (ecoff_reloc_link_order): Turn a reloc against a defined
7221 symbol into a reloc against the section.
7222
93b6a3f8
KK
7223Mon Nov 13 07:31:35 1995 Kim Knuttila <krk@cygnus.com>
7224
7225 * coff-ppc.c (ppc_coff_link_hash_entry): added support for inline
7226 glue for the relocs: IMGLUE and IFGLUE.
7227 (record_toc): new function - tracks toc contents
7228 (ppc_mark_symbol_as_glue): new function - supports the IMGLUE reloc
7229 (coff_ppc_relocate_section): Added support and fixes for IMGLUE/IFGLUE
7230 (ppc_coff_rtype2howto): removed invalid IMGLUE hack
7231 (coff_ppc_rtype_to_howto): removed invalid IMGLUE hack
125d37c4 7232 (ppc_record_toc_entry): Removed a debug define (duh)
93b6a3f8
KK
7233
7234 * peicode.h (coff_swap_scnhdr_out): Fixed invalid strcmp for ".reldata"
7235 (pe_print_idata): New function - formats the idata section data
7236 (pe_print_pdata): New function - formats the pdata section data
7237 (pe_print_private_bfd_data): calls to above
7238
c769947b
SS
7239Sun Nov 12 12:23:24 1995 Stan Shebs <shebs@andros.cygnus.com>
7240
7241 * Makefile.in (bfd_libs_here, etc): Provide empty definitions.
7242 * coff-rs6000.c (rs6000coff_vec): Add conditional defines
7243 TARGET_SYM and TARGET_NAME for vector and BFD name.
7244 * coff-pmac.c (pmac_xcoff_vec): Remove.
7245 (TARGET_SYM, TARGET_NAME): Define.
7246 * coffcode.h (coff_set_arch_mach_hook) [POWERMAC]: Set the
7247 machine to 0, not all PowerMacs are 601s.
7248
7249Fri Nov 10 12:10:14 1995 Ian Lance Taylor <ian@cygnus.com>
7250
7251 * elfcode.h (elf_object_p): Read in any program headers.
7252 * elf.c (_bfd_elf_make_section_from_shdr): Adjust section lma
7253 based on the program headers, if any.
7254 (elf_fake_sections): Set sh_addr from the vma, not the lma.
7255 (map_program_segments): Set p_paddr of program headers based on
7256 the lma.
7257
ee174815
ILT
7258Thu Nov 9 13:01:31 1995 Ian Lance Taylor <ian@cygnus.com>
7259
839087b7
ILT
7260 * archive.c (bfd_generic_archive_p): Preserve tdata in case of
7261 failure.
7262
922530a6
ILT
7263 * aoutx.h (NAME(aout,final_link)): Report a reasonable error when
7264 trying to do a relocateable link with a non-a.out object file.
7265
7266 * archive.c (bfd_generic_archive_p): Check the first object file
7267 in an archive even if target_defaulted is set. If the object file
7268 has the wrong xvec, reject it.
7269
a1774c51
ILT
7270 * aoutx.h (NAME(aout,set_section_contents)): If a section can not
7271 be represented, report the name via _bfd_error_handler.
7272 (translate_to_native_sym_flags): Likewise.
7273 * elf32-mips.c (mips_elf_final_link): Likewise.
7274 * oasys.c (oasys_write_sections): Likewise.
7275
4a378b13
ILT
7276 * coffcode.h (coff_set_alignment_hook): Write RS6000COFF_C version
7277 which checks for STYP_OVRFLO sections.
7278 (coff_compute_section_file_positions): If RS6000COFF_C, handle
7279 reloc and lineno count overflows.
7280 (coff_write_object_contents): Call coff_count_linenumbers before
7281 coff_compute_section_file_positions. If RS6000COFF_C, handle
7282 reloc and lineno count overflows.
7283 * xcofflink.c (_bfd_xcoff_bfd_final_link): Count line numbers and
7284 relocs before dealing with .pad sections. Count overflow section
7285 headers when handling .pad sections.
7286
7906bf87
ILT
7287 * coffcode.h (coff_write_object_contents): Set a.out vstamp to 1
7288 if RS6000COFF_C.
7289
ee174815
ILT
7290 * xcofflink.c (XCOFF_DESCRIPTOR): Define.
7291 (struct xcoff_link_hash_table): Add descriptor_section and
7292 special_sections fields.
7293 (_bfd_xcoff_bfd_link_hash_table_create): Initialize new fields.
7294 (xcoff_link_add_symbols): Set linkage section alignment. Create
7295 descriptor section. Check for magic symbol names (_text, etc.),
7296 and record them in special_sections if found. Set
7297 XCOFF_DESCRIPTOR flag for a function descriptor, and set its
7298 descriptor field to point back to the function code symbol.
7299 (xcoff_sweep): Always mark the special descriptor_section.
7300 (bfd_xcoff_export_symbol): Check whether the symbol might be a
7301 function descriptor, and mark it if it is.
7302 (bfd_xcoff_size_dynamic_sections): Add new special_sections
7303 parameter, and fill it in. Allocate space for the descriptor
7304 section.
7305 (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR flag when defining
7306 global linkage code. If an undefined function descriptor is
7307 exported, arrange to define it. Warn about any other undefined
7308 exported symbol.
7309 (_bfd_xcoff_bfd_final_link): Write out the descriptor section.
7310 (xcoff_write_global_symbol): Create a function descriptor when
7311 necessary.
7312 * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
7313 * bfd-in2.h: Rebuild.
7314
0e829f18
KK
7315Thu Nov 9 08:40:23 1995 Kim Knuttila <krk@cygnus.com>
7316
7317 * coff-ppc.c (ppc_coff_link_hash_entry): new types for hashing
7318 (ppc_coff_link_hash_table): new types for hashing
7319 (ppc_coff_link_hash_newfunc): hash entry constructor
7320 (ppc_coff_link_hash_table_init): hash table initializer
7321 (ppc_coff_link_hash_table_create): hash table constructor
7322 (ppc_record_toc_entry): changed references to hash table
7323 (coff_ppc_relocate_section): changed references to hash table
7324
7325 * libcoff-in.h (coff_link_hash_entry): removed toc_offset
7326 * libcoff.h: Rebuild
7327
7328 * cofflink.c (_bfd_coff_link_hash_newfunc): removed toc_offset init
7329 (coff_link_add_symbols): removed toc_offset init
7330
7ac84736
KR
7331Thu Nov 9 04:00:38 1995 Ken Raeburn <raeburn@cygnus.com>
7332
b27cc4bc
KR
7333 * Makefile.in (.dep1): Make sure the file mkdep is to write exists
7334 first.
7335
7ac84736
KR
7336 * configure.in: Added new option --with[out]-mmap. Set USE_MMAP
7337 if it is given and mmep is available.
7338 * acconfig.h: Undef USE_MMAP.
7339 * configure, config.in: Regenerated.
7340 * aoutx.h: If USE_MMAP is not defined, do all symbol and string
7341 table handling the old way.
7342 (aout_get_external_symbols): Don't complain if last byte of string
7343 table is nonzero.
7344 * libbfd.c [HAVE_MADVISE]: Include sys/types.h and sys/mman.h.
7345 (bfd_free_window) [! USE_MMAP]: Don't define.
7346 (bfd_get_file_window,
7347 _bfd_generic_get_section_contents_in_window) [! USE_MMAP]: Abort.
7348
1b3b0c03
ILT
7349Wed Nov 8 20:03:44 1995 Eric Freudenthal <freudenthal@nyu.edu>
7350
7351 * coff-a29k.c (SIGN_EXTEND_HWORD): Use ~0xffff rather than
7352 0xffff0000.
7353
092abcdf
ILT
7354Wed Nov 8 11:31:11 1995 Ian Lance Taylor <ian@cygnus.com>
7355
33698029
ILT
7356 * coff-a29k.c (a29k_reloc): Change handling of R_IREL reloc to be
7357 compatible with AMD generated COFF files. Try to support both AMD
7358 and GNU formats simultaneously.
7359 (coff_a29k_relocate_section): Likewise.
7360
0bb8ff19
ILT
7361 * libbfd.c (bfd_get_file_window): Change writable parameter from
7362 int to boolean; update all callers. Pass MAP_SHARED if not
7363 writable--it's required on Solaris. Cast fprintf argument to
7364 avoid warning.
7365 * bfd-in.h (bfd_get_file_window): Update declaration.
7366 * bfd-in2.h: Rebuild.
7367 * aoutx.h: Update calls to bfd_get_file_window.
7368
0634a431
ILT
7369 * xcofflink.c (XCOFF_DEF_DYNAMIC): Rename from XCOFF_REF_DYNAMIC.
7370 Change all uses.
7371 (xcoff_swap_ldhdr_in): New static function.
7372 (xcoff_swap_ldsym_in): New static function.
7812bf9c 7373 (xcoff_find_reloc): Handle the case of a single reloc correctly.
0634a431
ILT
7374 (xcoff_link_add_symbols): If we just created a descriptor, pass it
7375 to _bfd_generic_link_add_one_symbol, to save a hash lookup.
417acf22 7376 Handle XTY_ER/XMC_XO symbols correctly.
0634a431
ILT
7377 (xcoff_link_add_dynamic_symbols): Rewrite to read .loader symbols
7378 rather than normal symbol table.
417acf22
ILT
7379 (bfd_xcoff_import_symbol): It's not an error if the symbol is
7380 already defined with the same absolute value.
0634a431
ILT
7381 (xcoff_mark): When considering called symbols, check whether the
7382 descriptor is from a dynamic object, rather than the symbol
7383 itself.
7384 (xcoff_build_ldsyms): Likewise.
7385
092abcdf
ILT
7386 * libbfd.c (bfd_get_file_window): Change return type to boolean.
7387 Cast realloc and malloc return values. If malloc or realloc fail,
7388 set bfd_error_no_memory.
7389 * bfd-in.h (bfd_get_file_window): Change type to boolean.
7390 * bfd-in2.h: Rebuild.
7391
d6f41a7d
KK
7392Tue Nov 7 11:53:48 1995 Kim Knuttila <krk@cygnus.com>
7393
7394 * coff-ppc.c (ppc_record_toc_entry): new function.
7395 (in_reloc_p): changed return value.
7396 (coff_ppc_relocate_section): much rework.
7397 (ppc_allocate_toc_section): new function.
7398 (ppc_process_before_allocation): new function.
7399 (ppc_coff_swap_sym_in_hook): new function.
7400
7401 * cofflink.c (_bfd_coff_link_hash_newfunc): initialize toc_offset.
7402 (coff_link_add_symbols): initialize toc_offset.
7403
7404 * peicode.h (coff_swap_sym_in): Added coff_swap_sym_in_hook
7405 (coff_swap_aouthdr_out): Added more sections to the data
7406 dictionary for the pe file header. Also changed linker version
7407 number on the ppc side.
7408 (dir_names): small improvements to the dictionary printing.
7409 (pe_mkobject_hook): save the file level flags.
7410
7411 * libcoff-in.h (coff_link_hash_entry): added toc_offset field
7412 (pe_tdata): added real_flags field
7413 (coff_tdata): added local_toc_sym_map and access macro
7414
7415 * libcoff.h (coff_link_hash_entry): added toc_offset field
7416 (pe_tdata): added real_flags field
7417 (coff_tdata): added local_toc_sym_map and access macro
7418
7419 * coffcode.h (coff_set_alignment_hook): added hook for PE.
7420 (coff_mkobject): init for local_toc_sym_map
7421 (coff_write_object_contents): set the internal_a.magic to
7422 IMAGE_NT_OPTIONAL_HDR_MAGIC which appears to be what other
7423 ppc compilers use.
7424
6bc200f2
ILT
7425Tue Nov 7 13:48:58 1995 Ian Lance Taylor <ian@cygnus.com>
7426
c0971298
ILT
7427 * ecofflink.c (_bfd_ecoff_locate_line): Keep looking through stabs
7428 entries until both the line number address and the function name
7429 address are too large.
7430
6a468850
ILT
7431 * configure.in: Call AC_CHECK_PROG to find and cache AR.
7432 * configure: Rebuilt.
7433
6bc200f2
ILT
7434 * aclocal.m4 (BFD_CC_FOR_BUILD): Don't define CC_FOR_BUILD if it
7435 is defined in the environment.
7436
c44bf94c
JL
7437Tue Nov 7 10:57:24 1995 Jeffrey A Law (law@cygnus.com)
7438
7439 * som.c (som_get_section_contents_in_window): Define to use
7440 generic version.
7441
cf587de8
ILT
7442Mon Nov 6 17:13:15 1995 Harry Dolan <dolan@ssd.intel.com>
7443
7444 * coff-i860.c: New file, based on coff-i386.c.
7445 * cpu-i860.c: New file, based on cpu-i386.c.
7446 * hosts/i860mach3.h: New file, based on hosts/i386mach3.h.
7447 * config.bfd (i860-*-mach3*, i860-*-osf1*, i860-*-coff*): New
7448 targets, using i860coff_vec.
7449 * configure.in (i860-*-mach3*, i860-*-osf1*): New hosts, using
7450 trad-core.o and hosts/i860mach3.h.
7451 (i860coff_vec): Use coff-i860.o and cofflink.o.
7452 * configure: Rebuild.
7453 * Makefile.in: Rebuild dependencies.
7454 (ALL_MACHINES): Add cpu-i860.o.
7455 (BFD32_BACKENDS): Add coff-i860.o.
7456 (CFILES): Add cpu-i860.c and coff-i860.c.
7457 * targets.c (i860coff_vec): Declare.
cf2cd4cf 7458 (bfd_target_vector): Add &i860coff_vec.
cf587de8
ILT
7459 * archures.c (bfd_i860_arch): Declare.
7460 (bfd_archures_list): Add &bfd_i860_arch.
7461 * coffcode.h (coff_set_arch_mach_hook): Handle I860 magic number.
7462 (coff_set_flags): Handle bfd_arch_i860.
7463 (coff_write_object_contents): Handle I860 a.out magic number.
7464
83c23fca
ILT
7465Mon Nov 6 14:34:07 1995 Ian Lance Taylor <ian@cygnus.com>
7466
7467 * xcofflink.c (xcoff_link_add_symbols): Set the alignment power of
7468 the created .tc section to 2.
7469 (xcoff_mark): Don't keep a .loader reloc for a call to an
7470 undefined symbol when creating a shared library.
7471 (xcoff_build_ldsyms): When creating a shared library, generate
7472 global linkage code for a call to an undefined symbol.
7473
5d9eb9c3
KR
7474Sun Nov 5 21:44:13 1995 Ken Raeburn <raeburn@cygnus.com>
7475
7476 * Makefile.in (CFILES): Rebuild list from BFD_LIBS, ALL_MACHINES,
7477 BFD32_BACKENDS, BFD64_BACKENDS.
7478 (.dep1): Put mkdep output in a separate file.
7479 Rebuilt dependencies.
7480
ffacb892
KR
7481 * ecoff.c (_bfd_ecoff_slurp_armap): Cast _bfd_read_ar_hdr return
7482 value.
7483
4fe6d901
KR
7484 Permit use of mmap when available:
7485
7486 * configure.in: Check for mmap, madvise, mprotect.
7487 * config.in, configure: Regenerated.
7488
7489 * libbfd.c (struct _bfd_window_internal): Define type.
7490 (bfd_init_window, bfd_free_window, bfd_get_file_window): New
7491 functions.
7492 (ok_to_map): New static variable for debugging.
7493 (_bfd_generic_get_section_contents_in_window): New function.
7494 * bfd-in.h (bfd_window_internal): Declare type.
7495 (bfd_window): Define type.
7496 (bfd_init_window, bfd_free_window, bfd_get_file_window): Declare.
7497 * libbfd-in.h (_bfd_generic_get_section_contents_in_window):
7498 Declare.
7499
7500 * libaout.h (struct aoutdata): Add two window fields.
7501 (obj_aout_sym_window, obj_aout_string_window): New macros.
7502 * aoutx.h (some_aout_object_p): Initialize windows.
7503 (aout_get_external_symbols): Get symbol data and strings in
7504 windows instead of explicitly allocated buffers.
7505 (slurp_symbol_table): Free window instead of memory.
7506 (bfd_free_cached_info): Release windows instead of freeing storage
7507 directly.
7508 (aout_link_free_symbols): Ditto.
7509
7510 * targets.c (bfd_target): Add new field for
7511 get_section_contents_in_window.
7512 (BFD_JUMP_TABLE_GENERIC): Updated.
7513 * aout-adobe.c, aout-target.h, binary.c, bout.c, coff-alpha.c,
7514 coff-mips.c, elfxx-target.h, i386msdos.c, i386os9k.c, ieee.c,
7515 libcoff-in.h, oasys.c, srec.c, tekhex.c, versados.c: Added new
7516 macros for get_section_contents_in_window field.
7517
d9e771e3
FF
7518Sat Nov 4 12:23:26 1995 Fred Fish <fnf@cygnus.com>
7519
7520 * core.c: Renamed to corefile.c
7521 * makefile.dos (OBJS): Change core.o to corefile.o
7522 * Makefile.in (CFILES, BFD_LIBS): Use corefile.c instead of core.c
cf2cd4cf 7523
583db7a8
ILT
7524Fri Nov 3 15:54:59 1995 Ian Lance Taylor <ian@cygnus.com>
7525
7526 * xcofflink.c (xcoff_link_add_symbols): Rename local variable sub
7527 to o. Clobber and restore the list of new csects around the call
7528 to _bfd_generic_link_add_one_symbol, in case it wants to report a
7529 linker error and the linker wants to read the symbol table. Reset
7530 the line number count of a real section even if it has no relocs.
7531 (_bfd_xcoff_bfd_final_link): If shared, set the DYNAMIC flag.
7532
7533 * coffgen.c (_bfd_coff_read_string_table): Warn if the string size
7534 is too small.
7535
68aed7db
ILT
7536Thu Nov 2 23:16:39 1995 Ian Lance Taylor <ian@cygnus.com>
7537
18a9609c
ILT
7538 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Don't warn about
7539 an undefined symbol in a shared link.
7540
68aed7db
ILT
7541 * linker.c (_bfd_generic_link_add_one_symbol): Correct type of
7542 oldtype from bfd_link_order_type to bfd_link_hash_type. From
7543 phdm@info.ucl.ac.be (Philippe De Muyter).
7544
7f82c7e1
ILT
7545Wed Nov 1 14:26:02 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
7546
7547 * coff-m88k.c (rtype2howto): New static function.
7548 (RTYPE2HOWTO): Use it rather than a macro definition.
7549
7550 * coffcode.h (coff_write_object_contents): set internal_a.magic
7551 to PAGEMAGICPEXECPAGED #if defined (M68) && !defined (LYNXOS).
7552
4c8b9746 7553 * configure.in: m68*-motorola-sysv* does not use ptrace-core.o;
7f82c7e1
ILT
7554 define TRAD_HEADER to new file hosts/delta68.h.
7555 m88*-motorola-sysv*, however, does use ptrace-core.o.
7556 * hosts/delta68.h: New file.
7557
7558 * ptrace-core.c (ptrace_unix_core_file_p): change bfd_zmalloc to
7559 bfd_zalloc; provide proper parm abfd to calls to bfd_zalloc.
7560
619c7730
KR
7561Wed Nov 1 13:51:54 1995 Ken Raeburn <raeburn@cygnus.com>
7562
7563 * i386linux.c (MY(vec)): Declare before use.
7564
73246ff8
ILT
7565Wed Nov 1 11:45:07 1995 Ian Lance Taylor <ian@cygnus.com>
7566
e8d6d5d0
ILT
7567 * reloc16.c (bfd_coff_reloc16_get_relocated_section_contents):
7568 Pass input_bfd, not in_bfd, to bfd_coff_reloc16_extra_cases.
7569
b2193cc5
ILT
7570 * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
7571 BFD is not of the right type.
7572 (bfd_elf_get_needed_list): Likewise.
7573 * i386linux.c (bfd_linux_size_dynamic_sections): Likewise.
7574 * sunos.c (bfd_sunos_get_needed_list): Likewise.
7575 * xcofflink.c (XCOFF_XVECP): Define.
7576 (bfd_xcoff_link_record_set): Don't do anything if the BFD is not
7577 of the right type.
7578 (bfd_xcoff_import_symbol): Likewise.
7579 (bfd_xcoff_export_symbol): Likewise.
7580 (bfd_xcoff_link_count_reloc): Likewise.
7581 (bfd_xcoff_record_link_assignment): Likewise.
7582 (bfd_xcoff_size_dynamic_sections): Likewise.
7583
baabeb74
ILT
7584 * sunos.c (sunos_scan_ext_relocs): Only check the reloc symbol
7585 table index against the number of symbols for a base relative
7586 reloc.
7587
73246ff8
ILT
7588 * coff-rs6000.c (_bfd_xcoff_sizeof_headers): Change from macro to
7589 static function.
7590 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Set
7591 full_aouthdr flag here...
7592 (_bfd_xcoff_bfd_final_link): ...not here.
7593
6ab826bd
FF
7594Tue Oct 31 12:52:02 1995 Fred Fish <fnf@cygnus.com>
7595
7596 * libelf.h: Rename to elf-bfd.h to avoid conflict with
7597 systems that have a system <libelf.h>.
7598 * Makefile.in: Globally replace libelf.h with elf-bfd.h.
7599 * bfd.c, elf.c, elf32-arc.c, elf32-gen.c, elf32-hppa.c,
7600 elf32-hppa.h, elf32-i386.c, elf32-i860.c, elf32-m68k.c,
7601 elf32-m88k.c, elf32-mips.c, elf32-ppc.c, elf32-sparc.c,
7602 elf64-gen.c, elf64-sparc.c, elfcode.h, elflink.c,
7603 elfxx-target.h: Include elf-bfd.h rather than libelf.h.
7604 * elfxx-target.h: Change libelf.h reference to elf-bfd.h.
7605
999cc186
ILT
7606Tue Oct 31 15:30:07 1995 David Mosberger-Tang <davidm@azstarnet.com>
7607
0652d579
ILT
7608 * ecoff.c (ecoff_set_symbol_info): Add new parameter weak. If
7609 set, set BSF_WEAK in symbol. Change all callers.
7610 (ecoff_get_extr): Set weakext based on BSF_WEAK.
7611 (ecoff_link_add_externals): If weakext is set, pass BSF_WEAK to
7612 _bfd_generic_link_add_one_symbol.
7613 (ecoff_indirect_link_order): Check that the section tdata relocs
7614 are not NULL before using them.
7615
999cc186
ILT
7616 * configure.in (alpha*-*-linux*): Set COREFILE to trad-core.o and
7617 define TRAD_HEADER as hosts/alphalinux.h.
7618 * configure: Rebuild.
7619 * hosts/alphalinux.h: New file.
7620 * trad-core.c (trad_unix_core_file_p): Cast u.u_ar0 to bfd_vma,
7621 not int.
7622
e6080520
ILT
7623Tue Oct 31 12:34:11 1995 Ian Lance Taylor <ian@cygnus.com>
7624
2bd0aeb9
ILT
7625 * coffcode.h (coff_slurp_symbol_table): Accept C_BCOMM and
7626 C_ECOMM storage classes.
7627
e6080520
ILT
7628 * xcofflink.c (xcoff_mark_symbol): New static function, broken out
7629 of xcoff_mark.
7630 (xcoff_mark): Call xcoff_mark_symbol.
7631 (bfd_xcoff_export_symbol): Call xcoff_mark_symbol.
7632 (bfd_xcoff_link_count_reloc): Call xcoff_mark_symbol rather than
7633 doing it by hand.
7634 (xcoff_build_ldsyms): Build a .loader symbol for an export symbol.
7635
5fe14a9f
ILT
7636Mon Oct 30 14:53:48 1995 Ian Lance Taylor <ian@cygnus.com>
7637
f630a0a4
ILT
7638 * xcofflink.c (struct xcoff_final_link_info): Add new line_filepos
7639 field.
7640 (xcoff_find_reloc): New static function.
7641 (xcoff_link_add_symbols): Use it.
7642 (_bfd_xcoff_bfd_final_link): Set finfo.line_filepos.
7643 (xcoff_link_input_bfd): Handle C_BINCL and C_EINCL. Don't
7644 relocate the value of C_DECL.
7645
5fe14a9f
ILT
7646 * elf.c (elf_fake_sections): Remove bogus BFD_ASSERT.
7647
dff77ed7
SC
7648Sat Oct 28 01:25:34 1995 steve chamberlain <sac@slash.cygnus.com>
7649
7650 * cofflink.c (_bfd_coff_generic_relocate_section): Make
7651 callback decide what goes in .relocs.
7652 * pe[i]-i386.c (TARGET_UNDERSCORE): Define.
7653 * peicode.h (pe_mkobject_hook): Only copy aouthdr if
7654 there is one.
7655
697a8fe8
ILT
7656Sat Oct 28 01:51:02 1995 Ian Lance Taylor <ian@cygnus.com>
7657
7658 * xcofflink.c (xcoff_link_add_symbols): Handle csects in the
7659 absolute section.
7660
2d7de17d
ILT
7661Fri Oct 27 18:14:39 1995 Ian Lance Taylor <ian@cygnus.com>
7662
7663 * xcofflink.c: More improvements, mostly to fix handling of
7664 constructors and a few other special cases.
7665 * coff-rs6000.c (rs6000coff_vec): Set symbol_leading_char back to
7666 zero, reverting yesterday's change.
7667 * bfd-in.h (bfd_xcoff_link_record_set): Declare.
7668 (bfd_xcoff_link_count_reloc): Declare.
7669 (bfd_xcoff_record_link_assignment): Declare.
7670 * bfd-in2.h: Rebuild.
7671
f552f751
NH
7672Fri Oct 27 14:42:15 1995 Niklas Hallqvist <niklas@appli.se>
7673
4906b2a3 7674 * PORTING, aout-arm.c, aout-encap.c, aout-target.h,
f552f751
NH
7675 aoutx.h, gen-aout.c, host-aout.c, hp300bsd.c, i386aout.c
7676 i386bsd.c, i386dynix.c, i386linux.c, i386lynx.c, i386mach3.c,
7677 i386netbsd.c, m68klynx.c, m88kmach3.c, mipsbsd.c, newsos3.c,
7678 ns32knetbsd.c, pc532-mach.c, riscix.c, sparclynx.c, sparcnetbsd.c:
7679 Change PAGE_SIZE to TARGET_PAGE_SIZE.
7680
7681 * m68knetbsd.c: Ditto as well as add support for the m68k4k object
7682 format.
7683
7684 * netbsd.h: Double ditto (incl. m68k4k support). NetBSD's text
7685 segments includes the a.out header. See to that the magic number
7686 *always* is big-endian.
7687
7688 * config.bfd: Add m68*-hp*-netbsd* case. Cross-pollinate m68k and
7689 m68k4k NetBSD configurations.
7690
7691 * configure.in, configure: Separate i386 & mips NetBSD
7692 configurations from other BSD ones. Don't assume DEC is the only
7693 thing NetBSD/mips run on. Add {m68k,ns32k,sparc}-*-netbsd*
7694 configurations. Add support for m68k4k NetBSD object format.
7695
7696 * libaout.h: Added M_68K4K_NETBSD magic.
6fd1f40d
NH
7697
7698 * m68k4knetbsd.c: New file.
cf2cd4cf 7699
f552f751
NH
7700 * hosts/{m68k,sparc}nbsd.h: Don't define HOST_BIG_ENDIAN_P.
7701
7702 * hosts/nbsd.h: Define HOST_BIG_ENDIAN_P according to
7703 <machine/endian.h>.
7704
6fd1f40d 7705 * hosts/mipsnbsd.h: New file.
cf2cd4cf 7706
867d923d
ILT
7707Thu Oct 26 14:16:47 1995 Ian Lance Taylor <ian@cygnus.com>
7708
7709 * xcofflink.c: Numerous changes to get closer to a working XCOFF
7710 linker.
7711 * libcoff-in.h (struct xcoff_tdata): Add full_aouthdr,
7712 toc_section, and entry_section fields.
7713 (struct xcoff_section_tdata): Remove ldrel_count field.
7714 * libcoff.h: Rebuild.
7715 * coffcode.h (coff_mkobject_hook): Initialize new xcoff_data
7716 fields.
7717 (coff_compute_section_file_positions): If RS6000COFF_C, generate
7718 full a.out header if full_aouthdr is set in xcoff_data.
7719 (coff_write_object_contents): Likewise. Set o_snentry and o_sntoc
7720 based on sections stored in xcoff_data.
7721 * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy new xcoff_data
7722 fields.
aad2c618
ILT
7723 (xcoff_reloc_type_lookup): Handle BFD_RELOC_CTOR.
7724 (rs6000coff_vec): Set symbol_leading_char to '.'.
867d923d
ILT
7725 * coffgen.c (coff_get_symbol_info): If fix_value is set, fix the
7726 value stored in ret rather than returning a pointer value.
cf2cd4cf 7727
6bd9ffdb
MM
7728Wed Oct 25 23:10:39 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7729
7730 * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Remove MAC
7731 format for now.
7732
9d14250f
JL
7733Wed Oct 25 16:19:27 1995 Jeffrey A Law (law@cygnus.com)
7734
7735 * som.c (som_slurp_string_table): Allocate the strings with malloc
7736 since they're free'd by free_cached_info.
7737 (som_slurp_symbol_table): Similarly for the symbol table.
7738
a2bd0529
PB
7739Wed Oct 25 14:59:22 1995 Per Bothner <bothner@kalessin.cygnus.com>
7740
7741 * Makefile.in (diststuff): Don't make headers.
7742
28a0c103
ILT
7743Wed Oct 25 11:32:54 1995 Ian Lance Taylor <ian@cygnus.com>
7744
356cd465
ILT
7745 * Makefile.in: Rebuild dependencies.
7746
1edd3a7b
ILT
7747 * sunos.c (bfd_sunos_record_link_assignment): Don't do anything if
7748 output_bfd is not SunOS.
7749 (bfd_sunos_size_dynamic_sections): Likewise. Don't scan relocs of
7750 non-SunOS input files.
7751
28a0c103
ILT
7752 * xcofflink.c: Extensive changes to support linking shared objects
7753 and generating a .loader section.
7754 * libcoff-in.h (struct xcoff_tdata): Add import_file_id field.
b73322d9
ILT
7755 (struct xcoff_section_tdata): Add lineno_count, first_symndx,
7756 last_symndx, and ldrel_count fields.
28a0c103
ILT
7757 * libcoff.h: Rebuild.
7758 * coff-rs6000.c (xcoff_howto_table): Correct reloc names.
7759 * coffcode.h (styp_to_sec_flags): Don't set any flags if STYP_PAD
7760 is set.
7761 * bfd-in.h (bfd_xcoff_import_symbol): Declare.
7762 (bfd_xcoff_export_symbol): Declare.
7763 (bfd_xcoff_size_dynamic_sections): Declare.
7764 * bfd-in2.h: Rebuild.
7765
aadf04f7
SS
7766Tue Oct 24 17:44:20 1995 Stan Shebs <shebs@andros.cygnus.com>
7767
7768 * configure.in: Add xcofflink.o to pmac_xcoff_vec.
7769 * configure: Rebuild.
7770 * mpw-config.in: Add xcofflink.c.o to powerpc-apple-macos.
7771 * coff-pmac.c: Include coff-rs6000.c instead of duplicating its
7772 contents.
7773 (pmac_xcoff_vec): Update to use new xcoff support.
7774 * coff-rs6000.c (xcoff_generic_stat_arch_elt): Make static.
7775 (xcoff_write_armap): Declare buf as unsigned char.
7776 * xcofflink.c (xcoff_link_add_symbols): Declare a local as PTR.
7777
7778 * mpw-make.sed: Generalize subdir_do edit.
cf2cd4cf 7779
ddf4639b
JL
7780Tue Oct 24 10:25:01 1995 Jeffrey A Law (law@cygnus.com)
7781
7782 * hppabsd-core.c (make_bfd_asection): Initialize asect->filepos
7783 correctly. Don't initialize asect->vma.
7784
e7bedf65
KR
7785Fri Oct 20 13:23:48 1995 Ken Raeburn <raeburn@cygnus.com>
7786
7787 * opncls.c (_bfd_new_bfd): If _bfd_chunksize wasn't preset, use
7788 something a little less than the page size.
7789
7790Thu Oct 19 13:06:09 1995 Ian Lance Taylor <ian@cygnus.com>
7791
7792 * coff-i960.c (coff_i960_adjust_symndx): Clear *adjustedp.
7793
3a70e298
SC
7794Wed Oct 18 16:20:08 1995 steve chamberlain <sac@slash.cygnus.com>
7795
7796 * coff-i386.c (coff_i386_reloc_type_lookup): New.
7797 * coffcode.h (coff_write_object_contents): If .bss is before
7798 .data us that as data_start.
7799 * cofflink.c (_bfd_coff_generic_relocate_section): Get reloc
7800 calc correct.
7801 * peicode.h (add_data_entry): Use _cooked_size of data directory.
7802 (coff_swap_outhdr_out): Hardwire in version number.
cf2cd4cf 7803
5a2846e3
KR
7804Wed Oct 18 16:50:54 1995 Ken Raeburn <raeburn@cygnus.com>
7805
3c3a5268
KR
7806 * sunos.c (sunos_add_dynamic_symbols): Rename local variables
7807 major and minor to *_vno, since the former are also macros in
7808 SunOS header files. Cast result of bfd_alloc to appropriate
7809 type.
7810
5a2846e3
KR
7811 * coffgen.c (coff_find_nearest_line): Cast used_by_bfd value
7812 before assigning to sec_data.
7813
0f6c885e
ILT
7814Wed Oct 18 13:25:17 1995 Ian Lance Taylor <ian@cygnus.com>
7815
7816 * ecoff.c (_bfd_ecoff_find_nearest_line): The offset argument is
7817 now relative to the section, not absolute.
7818 * ecofflink.c (_bfd_ecoff_locate_line): Use the right symbol to
7819 get the file name when there is a N_SO directory name. When
7820 handling stabs, remember that section->vma was added to the
7821 offset.
7822
11fa6636
ILT
7823Tue Oct 17 18:24:54 1995 Ian Lance Taylor <ian@cygnus.com>
7824
7825 * sunos.c (struct sunos_link_hash_table): Add needed field.
7826 (sunos_link_hash_table_create): Call bfd_release, not free.
7827 (sunos_link_hash_table_create): Initialize needed field.
7828 (sunos_add_dynamic_symbols): Record needed objects.
7829 (bfd_sunos_get_needed_list): New function.
7830 * bfd-in.h (bfd_sunos_get_needed_list): Declare.
7831 * bfd-in2.h: Rebuild.
7832
c974e19e
SC
7833Mon Oct 16 14:43:59 1995 steve chamberlain <sac@slash.cygnus.com>
7834
7835 * libcoff-in.h (pe_data_type.in_reloc_p): New.
7836
22a35f0b
ILT
7837Mon Oct 16 10:52:50 1995 Ian Lance Taylor <ian@cygnus.com>
7838
54406786
ILT
7839 * bfd-in.h (struct bfd_link_needed_list): Rename from
7840 bfd_elf_link_needed_list.
7841 * bfd-in2.h: Rebuild.
7842 * elf.c, elflink.h, libelf.h: Corresponding changes.
7843
dd984644
ILT
7844 Add start at AIX linker support; no shared libraries yet.
7845 * xcofflink.c: New file.
7846 * configure.in (rs600coff_vec): Use xcofflink.o.
7847 * configure: Rebuild.
7848 * libcoff-in.h (struct xcoff_tdata): Add csects and debug_indices
7849 fields.
7850 (struct xcoff_section_tdata): Define.
7851 (xcoff_section_data): Define macro.
7852 (_bfd_xcoff_bfd_link_hash_table_create): Declare.
7853 (_bfd_xcoff_bfd_link_add_symbols): Declare.
7854 (_bfd_xcoff_bfd_final_link): Declare.
7855 (_bfd_ppc_xcoff_relocate_section): Declare.
7856 * libcoff.h: Rebuild.
7857 * coff-rs6000.c: Clean up a bit.
7858 (xcoff_mkobject): Default modtype to 1L, not RE. Initialize
7859 cputype, csects, and debug_indices.
7860 (xcoff_copy_private_bfd_data): Copy cputype.
7861 (xcoff_howto_table): Rename from rs6000coff_howto_table.
7862 (xcoff_rtype2howto): Rename from rs6000coff_rtype2howto.
7863 (xcoff_reloc_type_lookup): Rename from
7864 rs6000coff_reloc_type_lookup.
7865 (coff_relocate_section): Define.
7866 (_bfd_xcoff_sizeof_headers): Define.
7867 (_bfd_xcoff_bfd_get_relocated_section_contents): Define.
7868 (_bfd_xcoff_bfd_relax_section): Define.
7869 (_bfd_xcoff_bfd_link_split_section): Define.
7870 (rs6000coff_vec): For BFD_JUMP_TABLE_LINK, use _bfd_xcoff, not
7871 coff.
7872 * coffcode.h (coff_compute_section_file_positions): If AIX,
7873 increment sofar by SMALL_AOUTSZ if not executable.
7874 (coff_write_object_contents): If AIX, always output an a.out
7875 header; if not executable, header size of SMALL_AOUTSZ.
7876 * hash.c (struct bfd_strtab_hash): Add xcoff field.
7877 (_bfd_stringtab_init): Initialize xcoff field.
7878 (_bfd_xcoff_stringtab_init): New function.
7879 (_bfd_stringtab_add): In XCOFF mode, leave two bytes for length.
7880 (_bfd_stringtab_emit): In XCOFF mode, write out length.
7881 * libbfd-in.h (_bfd_xcoff_stringtab_init): Declare.
7882 * libbfd.h: Rebuild.
7883 * Makefile.in: Rebuild dependencies.
7884 (BFD32_BACKENDS): Add xcofflink.o.
7885 (CFILES): Add xcofflink.c.
7886
22a35f0b
ILT
7887 * elf32-mips.c (mips_elf_symbol_processing): Set SEC_ALLOC, not
7888 SEC_NO_FLAGS, for .acommon section. From Peter Schauer
7889 <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>.
7890
fb417a21
MM
7891Sat Oct 14 21:36:02 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7892
7893 * coff-ppc.c (in_reloc_p): Add, clone from coff-i386.c.
7894
7895Fri Oct 13 17:48:43 1995 Ken Raeburn <raeburn@cygnus.com>
7896
7897 * acconfig.h (HAVE_SYS_PROCFS_H): Undef, with comment.
7898 * config.in: Regenerated.
7899
7900 * opncls.c (getpagesize) [!HAVE_GETPAGESIZE]: Define as 2048.
7901 (_bfd_chunksize): New variable.
7902 (_bfd_new_bfd): Set it to getpagesize() if negative, and use it
7903 for obstack chunk size.
7904 * configure.in: Check for getpagesize.
7905 * configure: Regenerated.
7906
7907 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7908
7909 * trad-core.c (rawptr): Make it a local variable of
7910 ptrace_unix_core_file_p.
7911
b1e46369
SC
7912Fri Oct 13 11:22:01 1995 steve chamberlain <sac@slash.cygnus.com>
7913
7914 * coff-arm.c (in_reloc_p): New.
7915 * coff-i386.c (in_reloc_p): New.
7916 * coffcode.h: Allways include peicode.h if COFF_WITH_PE.
7917 (coff_write_object_contents): Only set has_reloc_section
7918 if PE_IMAGE.
7919 * cofflink.c (_bfd_coff_generic_relocate_section): Call
7920 in_reloc_p to decide if reloc should be emitted.
7921 * libcoff.h (pe_data_type.in_reloc_p): New.
7922 * peicode.h (pe_mkobject): Initialize in_reloc_p.
7923
ee9f09cd
ILT
7924Wed Oct 11 00:49:29 1995 Ian Lance Taylor <ian@cygnus.com>
7925
b1e46369
SC
7926 * cofflink.c (_bfd_coff_internal_syment_name): Move to coffgen.c.
7927 (_bfd_coff_read_internal_relocs): Likewise.
7928 * coffgen.c (_bfd_coff_internal_syment_name): Copy from coffgen.c.
7929 (_bfd_coff_read_internal_relocs): Likewise.
7930
ee9f09cd
ILT
7931 * elflink.h (elf_link_add_object_symbols): Correct conditions
7932 under which type and size change warnings are issued.
7933
78b31b6b
ILT
7934Tue Oct 10 18:32:46 1995 Ian Lance Taylor <ian@cygnus.com>
7935
7936 * coffgen.c (coff_count_linenumbers): Don't count line numbers for
7937 a symbol which is not in a real section.
7938 (coff_write_native_symbol): Corresponding change.
7939
7940 * cofflink.c (_bfd_coff_link_hash_newfunc): Rename from
7941 coff_link_hash_newfunc and make non-static.
7942 (_bfd_coff_link_hash_table_init): New function, broken out of
7943 _bfd_coff_link_hash_table_create.
7944 (_bfd_coff_link_hash_table_create): Use it.
7945 (process_embedded_commands): Make static.
7946 * libcoff-in.h ((_bfd_coff_link_hash_newfunc): Declare.
7947 (_bfd_coff_link_hash_table_init): Declare.
7948 * libcoff.h: Rebuild.
7949
7950 * coffcode.h (coff_mkobject_hook): If RS6000COFF_C, set cputype
7951 field in XCOFF tdata.
7952 (coff_set_arch_mach_hook): Check ifdef RS6000COFF_C, not ifdef
7953 U802ROMAGIC, for clarity. Try to set arch and machine correctly
7954 based on cputype stored in a.out header, or in n_type of initial
7955 .file symbol.
7956 (coff_write_object_contents): Set cputype correctly in a.out
7957 header.
7958 (coff_slurp_symbol_table): Add casts to file_ptr to avoid
7959 warnings.
7960 * coffswap.h (coff_swap_aouthdr_in): Swap in cputype field.
7961 (coff_swap_aouthdr_out): Swap out cputype field. Don't clear
7962 old resv1 field.
7963 * libcoff-in.h (struct xcoff_tdata): Add cputype field.
7964 * libcoff.h: Rebuild.
7965
7966 * cpu-rs6000.c (rs6000_compatible): New static function.
7967 (bfd_rs6000_arch): Use it.
7968 * cpu-powerpc.c (powerpc_compatible): New static function.
7969 (arch_info_struct): Define various flavours of PowerPC.
7970 (bfd_powerpc_arch): Use powerpc_compatible. Point at
7971 arch_info_struct.
7972
9dd7e56f
FF
7973Tue Oct 10 10:50:46 1995 Fred Fish <fnf@cygnus.com>
7974
78b31b6b 7975 * Makefile.in (FLAGS_TO_PASS): Remove BISON.
9dd7e56f 7976
8235c112
ILT
7977Tue Oct 10 01:28:29 1995 Ian Lance Taylor <ian@cygnus.com>
7978
7979 * elflink.h (elf_link_add_object_symbols): Don't warn about
7980 changing the size or type if the old definition was weak.
7981
0322af0d
ILT
7982Mon Oct 9 11:24:08 1995 Ian Lance Taylor <ian@cygnus.com>
7983
49488f2b
ILT
7984 * coffcode.h (combined_entry_type): Add fix_line field.
7985 (coff_slurp_line_table): Warn if we try to set the lineno field of
7986 a symbol twice.
7987 (coff_slurp_symbol_table): If RS6000COFF_C, handle C_BINCL and
7988 C_EINCL by setting fix_line. Fix C_BSTAT symbol value.
7989 * coffgen.c (coff_mangle_symbols): Handle fix_line.
7990 (coff_write_symbol): Only use N_DEBUG if the symbol is in the
7991 absolute section.
7992 (coff_print_symbol): Print fix_value symbols in a useful fashion.
7993 * libcoff.h: Rebuild.
7994
5f710a3a
ILT
7995 * libcoff-in.h (struct xcoff_tdata): Define.
7996 (xcoff_data): Define.
7997 * bfd.c (struct _bfd): Add xcoff_obj_data field to tdata union.
7998 * bfd-in2.h, libcoff.h: Rebuild.
7999 * coff-rs6000.c (xcoff_mkobject): New static function.
8000 (coff_mkobject): Define.
8001 (xcoff_copy_private_bfd_data): New static function.
8002 (coff_bfd_copy_private_bfd_data): Define.
8003 (rs6000coff_howto_table): Change R_TOC complain_on_overflow from
8004 signed to bitfield.
8005 (rs6000coff_vec): Add DYNAMIC to object_flags.
8006 * coffcode.h (sec_to_styp_flags): If RS6000COFF_C, handle .pad and
8007 .loader sections specially.
8008 (coff_new_section_hook): If RS6000COFF_C, get the .text and .data
8009 section alignment from the XCOFF tdata information.
8010 (coff_mkobject_hook): If RS6000COFF_C, set DYNAMIC based on
8011 F_SHROBJ, and copy the extra a.out header information into the
8012 XCOFF tdata structure.
8013 (coff_write_object_contents): If RS6000COFF_C, set F_SHROBJ,
8014 F_DYNLOAD and the extra a.out header information.
8015 (coff_slurp_symbol_table): Set BSF_NOT_AT_END for a C_EXT or
8016 C_HIDEXT symbol with attached csect information.
8017 * coffswap.h (coff_swap_aouthdr_in): If RS6000COFF_C, swap
8018 in the o_maxdata field.
8019 (coff_swap_aouthdr_out): If RS6000COFF_C, swap extra XCOFF fields.
8020 * coffgen.c (coff_renumber_symbols): Don't move any symbol to the
8021 end if BSF_NOT_AT_END is set.
3f2c5b2d 8022
0322af0d
ILT
8023 * targets.c (bfd_target): Rename _bfd_read_ar_hdr field to
8024 _bfd_read_ar_hdr_fn.
8025 * libbfd-in.h (_bfd_read_ar_hdr): Update accordingly.
8026 * bfd-in2.h, libbfd.h: Rebuild.
8027 * archive.c (_bfd_get_elt_at_filepos): Cast _bfd_read_ar_hdr
8028 return value.
8029 (do_slurp_bsd_armap, do_slurp_coff_armap): Likewise.
8030 (bfd_slurp_bsd_armap_f2): Likewise.
8031 (_bfd_slurp_extended_name_table): Likewise.
8032
3266eaff
KR
8033Fri Oct 6 16:18:35 1995 Ken Raeburn <raeburn@cygnus.com>
8034
8035 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8036
8037 * archive.c (bfd_get_next_mapent): Return BFD_NO_MORE_SYMBOLS
8038 when the symbol table is empty.
8039
8040 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Don't reserve
8041 space for section symbols, since we don't output them either.
8042 (elf_m68k_adjust_dynindx): Removed.
8043
8044 * ptrace-core.c (rawptr): Make it a local variable of
8045 ptrace_unix_core_file_p.
3266eaff 8046
249479fa
MM
8047Fri Oct 6 12:24:47 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8048
45b5d2f0
MM
8049 * coff-rs6000.c (xcoff_write_archive_contents): Return false, not
8050 NULL.
8051
249479fa
MM
8052 * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Add NT, and
8053 Mac object file formats.
8054
c53fac12
ILT
8055Fri Oct 6 12:04:02 1995 Ian Lance Taylor <ian@cygnus.com>
8056
4372f33f
ILT
8057 * coffgen.c (coff_fix_symbol_name): Don't try to set up file
8058 auxent if there isn't one.
8059 (coff_write_symbols): If there is no file auxent, use SYMNMLEN
8060 rather than FILNMLEN as the maximum name length.
8061
0fc9ada9
ILT
8062 * coffcode.h (bfd_coff_backend_data): Add new field
8063 _bfd_coff_print_aux.
8064 (bfd_coff_print_aux): New static function.
8065 (coff_pointerize_aux_hook (RS6000COFF_C version)): Pointerize the
8066 scnlen field of an XTY_LD csect aux entry.
8067 (coff_print_aux): New static function.
8068 (coff_slurp_symbol_table): Don't pointerize scnlen field; now done
8069 in coff_pointerize_aux_hook.
8070 (bfd_coff_std_swap_table): Initialize new field.
8071 * coffgen.c (coff_print_symbol): Call bfd_coff_print_aux.
8072 * libcoff.h: Rebuild.
8073 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
8074 * coff-mips.c (mips_ecoff_backend_data): Likewise.
8075
7860fe38
ILT
8076 * coffcode.h (coff_write_object_contents): On AIX, clear F_RELFLG
8077 if there are symbols, for native AIX ld compatibility.
8078
c80cc833
ILT
8079 * coffcode.h (bfd_coff_backend_data): Add new field
8080 _bfd_coff_pointerize_aux_hook.
8081 (coff_pointerize_aux_hook): Define as a function if RS6000COFF_C
8082 or I960, and as 0 otherwise.
8083 (bfd_coff_std_swap_table): Initialize new field.
8084 * libcoff.h: Rebuild.
8085 * coffgen.c (coff_pointerize_aux): Change parameters to take
8086 symbol pointer instead of type and class, and to take aux index.
8087 Call _bfd_coff_pointerize_aux_hook if it is defined.
8088 (coff_get_normalized_symtab): Always call coff_pointerize_aux.
8089 * coff-alpha.c (alpha_ecoff_backend_data): Initialize all fields.
8090 * coff-mips.c (mips_ecoff_backend_data): Likewise.
8091
c53fac12
ILT
8092 * coff-rs6000.c: Add full support for AIX archives. Rewrite old
8093 read-only/host-only support.
8094
8095 * coffcode.h (coff_slurp_symbol_table): Set C_HIDEXT symbols to be
8096 BSF_LOCAL.
d11e6b52
ILT
8097 (OTHER_GLOBAL_CLASS): Do not define to be C_HIDEXT if
8098 RS6000COFF_C.
c53fac12
ILT
8099
8100 * targets.c (bfd_target): Add _bfd_read_ar_hdr field. Modify
8101 BFD_JUMP_TABLE_ARCHIVE accordingly.
8102 * libbfd-in.h (_bfd_snarf_ar_hdr): Don't declare.
8103 (_bfd_compute_and_write_armap): Declare.
8104 (_bfd_generic_read_ar_hdr): Declare.
8105 (_bfd_read_ar_hdr): Define.
8106 (_bfd_noarchive_read_ar_hdr): Define.
8107 (_bfd_archive_bsd_read_ar_hdr): Define.
8108 (_bfd_archive_coff_read_ar_hdr): Define.
8109 * archive.c: Change all callers of _bfd_snarf_ar_hdr to call
8110 _bfd_read_ar_hdr instead.
8111 (_bfd_generic_read_ar_hdr): Rename from _bfd_snarf_ar_hdr.
8112 (_bfd_compute_and_write_armap): Rename from
8113 compute_and_write_armap. Make non-static. Change all callers.
8114 * ecoff.c (_bfd_ecoff_slurp_armap): Call _bfd_read_ar_hdr rather
8115 than _bfd_snarf_ar_hdr.
8116 * aout-target.h (MY_read_ar_hdr): Define if not defined.
8117 * ieee.c (ieee_read_ar_hdr): Define.
8118 * libecoff.h (_bfd_ecoff_read_ar_hdr): Define.
8119 * oasys.c (oasys_read_ar_hdr): Define.
8120 * som.c (som_read_ar_hdr): Define.
8121 * bfd-in2.h, libbfd.h: Rebuild.
8122
f8e47484
SC
8123Thu Oct 5 14:04:07 1995 steve chamberlain <sac@slash.cygnus.com>
8124
8125 * peicode.c (coff_swap_filehdr_in): If symptr is
8126 zero, there aren't any symbols, even if nsyms is set.
8127
2b874a2d
ILT
8128Thu Oct 5 11:45:02 1995 Ian Lance Taylor <ian@cygnus.com>
8129
aca73687
ILT
8130 * libecoff.h (struct ecoff_backend_data): Add adjust_headers
8131 field.
8132 * ecoff.c (ecoff_sec_to_styp_flags): Check for various Alpha
8133 sections, and set styp correctly for them: .got, .hash, .dynamic,
8134 .liblist, .rel.dyn, .conflic, .dynstr, .dynsym, .comment.
8135 (_bfd_ecoff_styp_to_sec_flags): Check for various Alpha section
8136 types.
8137 (ecoff_sort_hdrs): New static function.
8138 (ecoff_compute_section_file_positions): Return boolean, not void.
8139 Sort the sections by VMA before looking through them. Put the
8140 first non SEC_ALLOC section on a new page. Put every SEC_ALLOC
8141 section on an appropriate boundary within the page.
8142 (ecoff_compute_reloc_file_positions): Check return value of
8143 ecoff_compute_section_file_positions.
8144 (_bfd_ecoff_set_section_contents): Likewise.
8145 (_bfd_ecoff_write_object_contents): Check for various Alpha
8146 section types when incrementing text_size and data_size. Call
8147 adjust_headers backend function if it exists.
8148 * coff-alpha.c (alpha_adjust_headers): New static function.
8149 (alpha_ecoff_backend_data): Initialize adjust_headers field.
8150 * coff-mips.c (mips_ecoff_backend_data): Likewise.
8151
2b874a2d
ILT
8152 * hosts/i386bsd.h: Restore file incorrectly deleted on Sep 6.
8153
c780e5db
JL
8154Wed Oct 4 18:15:02 1995 Jeff Law (law@hurl.cygnus.com)
8155
8156 * rs6000-core.c (CORE_VERSION_1): Use CORE_VERSION_1 instead
8157 of ALTERNATE_AIX_CORE_FORMAT.
8158 * configure.in (aix4): No longer need CORE_FLAGS.
8159 * configure: Updated.
8160
2a01c351
KR
8161Wed Oct 4 15:36:36 1995 Ken Raeburn <raeburn@cygnus.com>
8162
8163 NS32k changes from Ian Dall:
8164 * aoutx.h (MY_final_link_relocate, MY_relocate_contents): New
8165 macros.
8166 (aout_link_input_section_std, aout_link_input_section_ext,
8167 aout_link_reloc_link_order): Call them instead of _bfd_*
8168 versions.
8169 * aout-target.h (MY_exec_header_not_counted): New macro, defaults
8170 to zero.
8171 (backend_data): Use it instead of hardcoded zero.
8172
8173 * aout-ns32k.c (CTOR_TABLE_RELOC_HOWTO): New macro.
8174 (MY_swap_std_reloc_out): Use udata.i for KEEPIT, don't call stoi.
8175
8176 * ns32knetbsd.c: Include bfd.h.
8177 (MY_text_includes_header, MY_bfd_reloc_type_lookup): New macros.
8178 (MY_bfd_reloc_type_lookup): Declare function too.
8179 * pc532-mach.c (set_sizes): Don't declare.
8180 (MY_text_includes_header, MY_exec_header_not_counted): Define.
8181 (backend_data, MY_backend_data): Don't define.
8182
8183 * config.bfd: Treat ns32k-pc532-ux* like ns32k-pc532-mach*, and
8184 ns32k-*-lites* like ns32k-*-netbsd*.
8185
8186 * hosts/nbsd.h: Swap order of sys/vmparam.h and sys/param.h, to
8187 compile on lites.
8188
5944d75b
ILT
8189Wed Oct 4 14:15:52 1995 Ian Lance Taylor <ian@cygnus.com>
8190
8191 * coffcode.h (coff_write_object_contents): Restore setting
8192 f_timdat to 0, deleted on August 22.
8193
db344f82
SC
8194Tue Oct 3 16:28:32 1995 steve chamberlain <sac@slash.cygnus.com>
8195
8196 * coffcode.h (coff_bfd_copy_private_symbol_data,
8197 coff_bfd_copy_private_section_data,
8198 coff_bfd_copy_private_bfd_data): ifdef to allow overrides.
8199 * peicode.h (coff_bfd_copy_private_bfd_data): New
8200 (pe_bfd_copy_private_bfd_data): New.
8201 (coff_swap_scnhdr_in): Swap bss size into the right place.
8202 (pe_print_private_bfd_data): Add some newlines.
5944d75b 8203
c780e5db 8204Tue Oct 3 11:53:04 1995 Jeff Law (law@hurl.cygnus.com)
97f1feda
JL
8205
8206 * som.c (setup_sections): Don't die if a space has no subspaces.
8207
3d7c42c9
ILT
8208Mon Oct 2 14:08:55 1995 Ian Lance Taylor <ian@cygnus.com>
8209
8210 * elflink.h (elf_link_add_object_symbols): Don't let a weak
8211 dynamic symbol override a common symbol. Don't change the size or
8212 type if they have been set and the new symbol is not a definition.
8213 Warn if the size or type changes.
8214
c780e5db 8215Sun Oct 1 01:34:41 1995 Jeff Law (law@hurl.cygnus.com)
709af562
JL
8216
8217 * som.c (som_begin_writing): Don't write the symbol table or
8218 symbol strings.
8219 (som_finish_writing): Write them here. Place them after the
8220 subspace data, but before the relocs.
8221
8222Fri Sep 29 11:01:55 1995 Ian Lance Taylor <ian@cygnus.com>
8223
8224 * sunos.c (sunos_add_one_symbol): Just pass false, not
8225 info->shared_library, to sunos_create_dynamic_sections.
8226 (sunos_scan_ext_relocs): Don't warn about a reloc in the .text
8227 section.
8228 (sunos_check_dynamic_reloc): Remove .text section assertion.
8229
7009e451
SS
8230Thu Sep 28 18:48:47 1995 Stan Shebs <shebs@andros.cygnus.com>
8231
8232 * config.bfd: Add powerpc-*-macos*, powerpc-*-mpw*.
8233 * configure, configure.in: Add pmac_xcoff_vec case.
8234 * Makefile.in (BFD32_BACKENDS): Add coff-pmac.o.
8235 * coff-pmac.c: New file, PowerMac XCOFF support.
8236 * coffcode.h (coff_set_arch_mach_hook): Add PowerMac case.
8237 * targets.c (pmac_xcoff_vec): Declare.
8238
8239 * mpw-config.in: Various changes to be compatible with the
8240 autoconf-based configury.
8241 * mpw-make.sed: New file, sed commands to translate Unix
8242 makefile into MPW syntax.
8243 * mpw-make.in: Remove.
8244 * hosts/mpw.h: Remove.
8245 * bfd-in.h, bfd-in2.h: If MPW, include the file that defines
8246 true and false as enums, then define TRUE_FALSE_ALREADY_DEFINED.
8247
b91537be
SC
8248Thu Sep 28 17:06:23 1995 steve chamberlain <sac@slash.cygnus.com>
8249
8250 * binary.c (binary_get_symtab): Return an empty string on error.
8251 * opncls.c (bfd_fdpenr): Change WIN32 restriction to WINGDB.
8252
30360a6f
KK
8253Thu Sep 28 15:30:44 1995 Kim Knuttila <krk@nellie>
8254
8255 * coff-ppc.c: Reformatted according to gnu conventions
8256 Removed irrelevant "if 0" code
8257
20d1e233
ILT
8258Thu Sep 28 11:19:53 1995 Ian Lance Taylor <ian@cygnus.com>
8259
69fd4fdd
ILT
8260 * hp300hpux.c (convert_sym_type): Treat secondary symbols as weak
8261 symbols rather than as indirect symbols.
8262 (MY(slurp_symbol_table)): Don't do anything special about
8263 secondary symbols.
8264
46b5a892
ILT
8265 * coffcode.h (coff_new_section_hook): Make sure that the alignment
8266 of .ctors and .dtors sections is no larger than 2.
8267
9db59230
ILT
8268 * sunos.c (sunos_add_one_symbol): Don't change
8269 bfd_link_hash_common to bfd_link_hash_new, since it may be on the
8270 undef list.
8271 (bfd_sunos_record_link_assignment): Don't put __DYNAMIC in the
8272 dynamic symbols when creating a shared library.
8273 (sunos_scan_ext_relocs): Handle relocs correctly when creating a
8274 shared library.
8275 (sunos_scan_dynamic_symbol): Don't mark the __DYNAMIC symbol as
8276 written even if it is not defined in a regular object.
8277 (sunos_write_dynamic_symbol): Use plt_offset for the address of
8278 the jump table reloc. Add an assertion. Use RELOC_JMP_SLOT
8279 rather than the constant 22.
8280 (sunos_check_dynamic_reloc): Handle creating a shared library.
8281 (sunos_finish_dynamic_link): Set the first entry in the GOT to
8282 zero when creating a shared library.
8283 * aoutx.h (NAME(aout,final_link)): If there is a symbol __DYNAMIC,
8284 write it out at the start of the symbol table.
8285
20d1e233
ILT
8286 * Makefile.in (BFD32_BACKENDS): Add coff-arm.o.
8287
a11e10fe
DE
8288Thu Sep 28 00:58:05 1995 Doug Evans <dje@deneb.cygnus.com>
8289
8290 * config.bfd: Add arm-*-coff.
8291 * configure.in, configure: Add armcoff_{little,big}_vec.
8292 * targets.c (armcoff_{little,big}_vec): Declare.
8293 (bfd_target_vector): Add armcoff_{little,big}_vec.
8294 * coff-arm.c (armcoff_{little,big}_vec): Always define.
8295
99062cfc
ILT
8296Wed Sep 27 10:37:14 1995 Ian Lance Taylor <ian@cygnus.com>
8297
8298 * targets.c (bfd_find_target): Remove debugging code.
8299
deacbe0f
KK
8300Wed Sep 27 07:23:39 1995 Kim Knuttila <krk@nellie>
8301
cf2cd4cf 8302 * coff-ppc.c, pe-ppc.c, pei-ppc.c: Initial bfd for coff/PE
deacbe0f
KK
8303 support on powerpc.
8304 * Makefile.in: added *-ppc files
8305 * coffcode.h: ppc MAGIC, and use peicode.h rather than coffswap.h to
8306 allow pe based .o's to be shared with other tools on ppc/NT
8307 * config.bfd: added powerpc[le]-[pe|winnt] config support
cf2cd4cf 8308 * configure, configure.in: added bfd_powerpc[le]_pe[i]_vec
deacbe0f
KK
8309 * peicode.h: Added more section flags for PE on ppc
8310 Added coff_swap_filehdr_out to allow peicode.h to be
8311 used for non-image PE files on ppc.
8312 Check for image, or not, before copying pe_opthdr
8313 * targets.c: Added new bfd's
30360a6f
KK
8314 * targets.c: Removed two inactive bfds that shouldn't have made it this
8315 far.
deacbe0f 8316
d22b02e0
MM
8317Tue Sep 26 14:06:41 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8318
8319 * elf32-ppc.c (ppc_reloc_type): Rename from reloc_type, and use
8320 explicit values to initialize all relocs. Change all users.
8321 (ppc_elf_brtaken_inner): New function to handle branch predicition
8322 relocs.
8323 (ppc_elf_brtaken_reloc): Ditto.
8324 (ppc_elf_howto_raw): Use new functions. Make sure all unsupported
8325 relocs use ppc_elf_unsupported_reloc.
8326 (ppc_elf_merge_private_bfd_data): Keep track of whether an error
8327 needs to be reported.
8328 (ppc_elf_relocate_section): Support branch prediction relocs.
8329
fcf490c0
ILT
8330Tue Sep 26 12:48:05 1995 Ian Lance Taylor <ian@cygnus.com>
8331
e6cb7b41
ILT
8332 * bfd.c (bfd_assert): Remove \n from string passed to
8333 _bfd_error_handler.
8334
1af85fbb
ILT
8335 * coff-i386.c: (TWO_DATA_SECS): Don't define.
8336 * coffcode.h (bfd_coff_backend_data): Remove _bfd_make_section_hook.
8337 (bfd_coff_make_section_hook): Don't define.
8338 (coff_make_section_hook): Remove.
8339 (sec_to_styp_flags): Remove TWO_DATA_SECS case.
8340 (styp_to_sec_flags): Likewise.
8341 (coff_write_object_contents): Likewise.
8342 (bfd_coff_std_swap_table): Don't initialize make_section_hook
8343 field.
8344 * libcoff.h: Rebuild.
8345 * coffgen.c (make_a_section_from_file): Just call
8346 bfd_make_section_anyway, not bfd_make_section or
8347 bfd_coff_make_section_hook.
8348 * ecoff.c (_bfd_ecoff_make_section_hook): Remove.
8349 * libecoff.h (_bfd_ecoff_make_section_hook): Don't declare.
8350 * coff-alpha.c (alpha_ecoff_backend_data): Don't initialize
8351 make_section_hook field.
8352 * coff-mips.c (mips_ecoff_backend_data): Likewise.
8353
fcf490c0
ILT
8354 * aoutx.h (translate_from_native_sym_flags): Don't try to stuff
8355 pointers into value field for warning and indirect symbols; just
8356 leave the value field alone.
8357 * linker.c (generic_link_add_symbol_list): Use next symbol for
8358 warning and indirect symbols, rather than looking in symbol value.
8359 * ecoff.c (ecoff_set_symbol_info): Remove indirect_ptr_ptr
8360 parameter. Change all callers. Remove support for indirect
8361 symbols; it didn't work anyhow.
8362 (_bfd_ecoff_slurp_symbol_table): Remove indirect_ptr variable.
8363 * syms.c: Change comments about BSF_WARNING and BSF_INDIRECT.
8364 * bfd-in2.h: Rebuild.
8365
cc47d19a
MM
8366Mon Sep 25 16:04:09 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8367
8368 * elf32-ppc.c (ppc_elf_howto_raw): For all 14-bit branch relocs,
8369 go back to telling the tools this reloc operates on 32 bits.
8370
81449d47
ILT
8371Mon Sep 25 11:48:02 1995 Ian Lance Taylor <ian@cygnus.com>
8372
7a7fbffb
ILT
8373 * aout-adobe.c (aout_adobe_callback): Use _bfd_error_handler
8374 rather than a direct fprintf.
8375 * archive.c (_bfd_write_archive_contents): Likewise.
8376 * coffcode.h (coff_slurp_symbol_table): Likewise.
8377 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Likewise.
8378 (ppc_elf_unsupported_reloc): Likewise.
8379 (ppc_elf_relocate_section): Likewise.
8380 * i386linux.c (linux_tally_symbols): Likewise.
8381 (linux_finish_dynamic_link): Likewise.
8382 * osf-core.c (osf_core_core_file_p): Likewise.
8383 * rs6000-core.c (rs6000coff_get_section_contents): Likewise.
8384 * som.c (som_sizeof_headers): Likewise.
8385 * srec.c (srec_bad_byte): Likewise.
8386 * bfd.c (bfd_assert): Likewise. Also change file to be const.
8387 * libbfd-in.h (bfd_assert): Declare first parameter const.
8388 * libbfd.h: Rebuild.
8389 * coff-a29k.c (a29k_reloc): Don't bother to fprintf; returning
8390 bfd_reloc_overflow is enough.
8391 * coff-h8300.c (rtype2howto): Don't bother to fprintf; just abort.
8392 * coff-h8500.c (rtype2howto): Likewise.
8393 * coff-z8k.c (rtype2howto): Likewise.
8394 * coffcode.h (dummy_reloc16_extra_cases): Likewise.
8395 * elf.c (_bfd_elf_get_lineno): Likewise.
8396 (_bfd_elf_no_info_to_howto): Likewise.
8397 (_bfd_elf_no_info_to_howto_rel): Likewise.
8398 * hp300hpux.c (convert_sym_type): Likewise.
8399 (MY(swap_std_reloc_in)): Likewise.
8400 * elf.c (bfd_section_from_shdr): Remove #if 0 sections.
8401
f1c6dd5d
ILT
8402 * libaout.h (struct aoutdata): Add line_buf field.
8403 * aoutx.h (NAME(aout,find_nearest_line)): Remove statics buffer
8404 and filename_buffer. Instead, use a malloc buffer stored in the
8405 new line_buf field. Remove length restrictions.
8406
f0500a41
ILT
8407 * coffgen.c (string_size): Remove static variable.
8408 (debug_string_size, debug_string_section): Likewise.
8409 (coff_fix_symbol_name): Add string_size_p, debug_string_section_p,
8410 and debug_string_size_p parameters. Use them instead of the
8411 global variables. Change all callers.
8412 (coff_write_symbol): Likewise.
8413 (coff_write_alien_symbol, coff_write_native_symbol): Likewise.
8414 (coff_write_symbols): Add local variables to replace removed
8415 global variables.
8416
25b5a53d
ILT
8417 * libcoff-in.h (struct coff_section_tdata): Add offset, i,
8418 function, and line_base fields.
8419 * libcoff.h: Rebuild.
8420 * coffgen.c (coff_find_nearest_line): Use section tdata to cache
8421 information, rather than using static variables.
8422
641ac26a
ILT
8423 * sunos.c (sunos_read_dynamic_info): Adjust offsets in an NMAGIC
8424 file. From Peter DeWolf <pld@amt.tay1.dec.com>.
8425
81449d47
ILT
8426 * init.c (initialized): Remove static variable.
8427 (bfd_init): Don't bother setting initialized.
8428 (bfd_check_init): Remove.
8429 * opncls.c (_bfd_new_bfd): Don't call bfd_check_init.
8430 * libbfd.h: Rebuild.
8431
138b9b81
PS
8432Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8433
8434 * rs6000-core.c (rs6000coff_core_p): Don't check the core file
8435 size for full core dumps. Copy core file header to private data.
8436 (rs6000coff_core_file_failing_command,
8437 rs6000coff_core_file_failing_signal): New functions to extract
8438 the file name and terminating signal from the core file.
8439 * coff-rs6000.c: Use them.
8440
2ffbb79a
ILT
8441Fri Sep 22 17:44:47 1995 Ian Lance Taylor <ian@cygnus.com>
8442
8443 Change arch info to be const, initialized at compile time.
8444 * archures.c: Reindent many functions. Change CONST to const.
8445 (bfd_arch_info_type): Make arch_name const. Remove disassemble;
8446 nothing set it anyhow. Make next const.
8447 (bfd_arch_info_list): Remove.
8448 (bfd_archures_list): Rename from archures_init_table. Change from
8449 a table of function pointers to a table of bfd_arch_info_type
8450 structure addresses.
8451 (bfd_scan_arch): Rewrite accordingly. Return a const pointer.
8452 (bfd_lookup_arch): Likewise.
8453 (bfd_set_arch_info): Rewrite accordingly. Change argument to be a
8454 const pointer.
8455 (bfd_default_arch_struct): Make const.
8456 (bfd_arch_init, bfd_arch_linkin): Remove.
8457 (bfd_get_arch_info): Return a const pointer.
8458 * init.c (bfd_init): Don't call bfd_arch_init.
8459 * bfd.c (struct _bfd): Make arch_info const.
8460 * bfd-in2.h: Rebuild.
8461 * libbfd.h: Rebuild.
8462 * configure.in: Put & before everything in $selarchs.
8463 * configure: Rebuild.
8464 * cpu-*.c: Change bfd_*_arch from a function which calls
8465 bfd_arch_linkin to a const structure.
8466 * ieee.c (ieee_object_p): Make arch const.
8467
02f85cda
MM
8468Fri Sep 22 16:23:18 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8469
8470 * reloc.c (bfd_reloc_code_type): Add relocations to support all of
8471 PowerPC V.4.
8472 * bfd-in2.h: Regenerate.
8473 * libbfd.h: Regenerate.
8474
8475 * elf32-ppc.c (reloc_type): Update names to match current draft.
8476 (ppc_elf_howto_raw): Mark 14 bit relocs as short sized and PC
8477 relative. Update names to current V.4 draft.
8478 (ppc_elf_reloc_type_lookup): Add support for more relocations.
8479 (ppc_elf_relocate_section): Rename relocations to match draft.
8480
dd82c578
MM
8481Thu Sep 21 21:53:18 1995 Michael Meissner <meissner@cygnus.com>
8482
8483 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Allow modules
8484 compiled with -mrelocatable-lib to be linked with either normal
8485 modules or -mrelocatable modules.
8486
f69e888e
ILT
8487Wed Sep 20 12:03:26 1995 Ian Lance Taylor <ian@cygnus.com>
8488
e18c4e8f
ILT
8489 * coffcode.h (coff_write_object_contents): Clear the vstamp field
8490 in the a.out header.
8491
f69e888e
ILT
8492 * aoutx.h (NAME(aout,swap_ext_reloc_out)): Don't set r_extern for
8493 a reloc against a local symbol, even if it's not a section.
8494
a5655244
ILT
8495Tue Sep 19 17:02:26 1995 Ian Lance Taylor <ian@cygnus.com>
8496
8497 * targets.c (bfd_target): Remove unused align_power_min field.
8498 * bfd-in2.h: Rebuild.
8499 * All backends: Remove initialization of align_power_min.
8500
500d7394
SC
8501Tue Sep 19 14:02:21 1995 steve chamberlain <sac@slash.cygnus.com>
8502
8503 * peicode.h (coff_swap_scnhdr_out): Get sizes for BSS right.
500d7394 8504
049df0a8
ILT
8505Mon Sep 18 14:35:01 1995 Arne H. Juul <arnej@pvv.unit.no>
8506
8507 * config.bfd (mips-dec-netbsd*): New target.
8508 * configure.host (mips-dec-netbsd*): New host.
8509 * configure.in (mips-dec-netbsd*): New native.
8510 * configure: Rebuild.
8511
1862bbd8
ILT
8512Fri Sep 15 10:24:36 1995 Ian Lance Taylor <ian@cygnus.com>
8513
8514 Make the COFF backend linker merge common types:
8515 * cofflink.c (struct coff_debug_merge_element): Define.
8516 (struct coff_debug_merge_type): Define.
8517 (struct coff_debug_merge_hash_entry): Define.
8518 (struct coff_debug_merge_hash_table): Define.
8519 (coff_debug_merge_hash_table_init): Define.
8520 (coff_debug_merge_hash_table_free): Define.
8521 (coff_debug_merge_hash_lookup): Define.
8522 (struct coff_final_link_info): Add debug_merge field.
8523 (coff_debug_merge_hash_newfunc): New static function.
8524 (_bfd_coff_final_link): Allocate and free debug_merge table.
8525 (coff_link_input_bfd): Merge identical enum, struct and union
8526 types.
8527
a208a70f
ILT
8528Thu Sep 14 14:53:58 1995 Ian Lance Taylor <ian@cygnus.com>
8529
8530 Convert i960 COFF to use COFF backend linker.
8531 * coff-i960.c (coff_i960_relocate): Use a coff_section_data
8532 structure to store the symbol being used.
8533 (coff_i960_start_final_link): New static function.
8534 (coff_i960_relocate_section): New static function.
8535 (coff_i960_adjust_symndx): New static function.
8536 (coff_start_final_link): Define.
8537 (coff_relocate_section): Define.
8538 (coff_adjust_symndx): Define.
8539 * coffcode.h (bfd_coff_backend_data): Add new callback function
8540 _bfd_coff_start_final_link.
8541 (bfd_coff_start_final_link): Define.
8542 (coff_start_final_link): Define if not defined.
8543 (bfd_coff_std_swap_table): Add coff_start_final_link.
8544 * cofflink.c (_bfd_coff_internal_syment_name): Make globally
8545 visible.
8546 (_bfd_coff_final_link): Call bfd_coff_start_final_link if the
8547 function callback is not NULL.
8548 * libcoff-in.h (struct coff_section_tdata): Add tdata field.
8549 (_bfd_coff_internal_syment_name): Declare.
8550 * libcoff.h: Rebuild.
8551 * configure.in (icoff_big_vec): Add cofflink.o.
8552 (icoff_little_vec): Likewise.
8553 * configure: Rebuild.
8554
f0abedbe
FF
8555Wed Sep 13 17:38:23 1995 Fred Fish <fnf@rtl.cygnus.com>
8556
8557 * Makefile.in (clean-info): Remove extraneous tab from line
8558 following action.
8559
aa4b3dc5
ILT
8560Wed Sep 13 13:27:53 1995 Ian Lance Taylor <ian@cygnus.com>
8561
8562 * cofflink.c (coff_link_input_bfd): Fail if a section with no
8563 contents has relocs.
8564
4ca63811 8565Thu Sep 12 12:45:34 1995 steve chamberlain <sac@slash.cygnus.com>
beee31b1
SC
8566
8567 * coffcode.h (coff_compute_section_file_positions): Keep the
cf2cd4cf 8568 raw size safe.
beee31b1
SC
8569 (coff_write_object_contents): Remember if it's a relocatable
8570 file.
8571 * libcoff-in.h (pe_data_type): New member 'has_reloc_section'
8572 * peicode.h (coff_swap_filehdr_out): Clear not-reloc flag
8573 if relocatable file. Swap out saved raw size.
8574
ae115e51
ILT
8575Tue Sep 12 12:14:33 1995 Ian Lance Taylor <ian@cygnus.com>
8576
9521bac3
ILT
8577 * Makefile.in (do_maintainer_clean): Rename from do_realclean.
8578 (maintainer-clean): Rename from realclean, passing
8579 maintainer-clean down to subdirectories, but leave realclean as a
8580 synonym.
8581
4ca63811
ILT
8582 * linker.c (_bfd_generic_link_add_one_symbol): Pass symbol name to
8583 warning callback.
8584
5aa4c3ff
ILT
8585 * dep-in.sed: Remove config.h from generated dependencies.
8586
396aaeb2
ILT
8587 * sunos.c (sunos_slurp_dynamic_symtab): New static function,
8588 broken out of sunos_canonicalize_dynamic_symtab.
8589 (sunos_canonicalize_dynamic_symtab): Call new function
8590 sunos_slurp_dynamic_symtab.
8591 (sunos_add_dynamic_symbols): Add three new parameters. Return the
8592 dynamic symbol table to the caller.
8593 * aoutx.h (aout_link_add_symbols): Permit add_dynamic_symbols
8594 callback to override the symbols being read.
8595 * libaout.h (struct aout_backend_data): Add three new parameters
8596 to add_dynamic_symbols callback.
8597
ae115e51
ILT
8598 Extensive minor changes to avoid various gcc warnings. Also:
8599 * Makefile.in (BFD32_BACKENDS): Remove coff-arm.o.
8600 * archures.c (bfd_arch_info_type): Change mach field from long to
8601 unsigned long.
8602 (bfd_lookup_arch): Change machine parameter from long to unsigned
8603 long.
8604
b088e4b2
ILT
8605Mon Sep 11 10:55:47 1995 Ian Lance Taylor <ian@cygnus.com>
8606
8607 * sunos.c (sunos_scan_std_relocs): Fix BFD_ASSERT: it's OK to find
8608 a symbol with a non-zero plt_offset.
8609
1dff7902
ILT
8610Fri Sep 8 11:47:24 1995 Ian Lance Taylor <ian@cygnus.com>
8611
2b71e1e4
ILT
8612 * elfcode.h (align_file_position): Remove; not used.
8613
1dff7902
ILT
8614 * configure.in: Only check for <sys/procfs.h> on a native system,
8615 and make sure it defines prstatus_t.
8616 * configure: Rebuild.
8617
870015b1
ILT
8618Thu Sep 7 12:48:01 1995 Ian Lance Taylor <ian@cygnus.com>
8619
535c89f0
ILT
8620 * sunos.c (sunos_write_dynamic_symbol): Correct m68k abort test.
8621
936b870c
ILT
8622 * config.in: Rename from config.h.in.
8623 * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
a7873a6c 8624 Check for config.h:config.in when creating stamp-h.
936b870c 8625 * configure: Rebuild.
a7873a6c
ILT
8626 * Makefile.in (stamp-h): Depend upon config.in rather than
8627 config.h.in. Set CONFIG_HEADERS to config.h:config.in when
8628 calling config.status.
936b870c 8629
870015b1
ILT
8630 * Makefile.in (do_distclean): Remove config.h and stamp-h.
8631 (Makefile): Just rebuild Makefile.
8632 (config.h, stamp-h): New targets.
8633 * configure.in: Create stamp-h when rebuilding config.h.
8634 * configure: Rebuild.
8635
b7577823
ILT
8636Wed Sep 6 15:00:33 1995 Ian Lance Taylor <ian@cygnus.com>
8637
8638 * configure.in: Call AC_CONFIG_HEADER. Substitute
8639 HOST_64BIT_LONG. Check that various header files exist. Check
8640 that fcntl exists. Call BFD_BINARY_FOPEN. Check whether malloc
8641 and/or free need to be declared. Don't make a link to sysdep.h.
8642 Define TRAD_HEADER for various hosts.
8643 * configure: Rebuild.
8644 * configure.host: Don't set my_host. Add definitions taken from
8645 host header files for various entries. Remove entries which now
8646 do nothing.
8647 * acconfig.h: New file.
8648 * config.h.in: New file, built by autoheader.
8649 * sysdep.h: New file.
8650 * Makefile.in (do_distclean): Don't remove sysdep.h.
8651 (RECONFIG): Remove.
8652 (LOCAL_H_DEPS): New variable.
8653 ($(BFD_LIBS)): Use $(LOCAL_H_DEPS) rather than libbfd.h and
8654 $(RECONFIG).
8655 ($(BFD_MACHINES), $(BFD_BACKENDS)): Likewise.
8656 ($(OPTIONAL_BACKENDS)): Likewise.
8657 (stmp-bfd.h): Just substitute for BFD_HOST_64BIT_LONG, rather than
8658 looking through sysdep.h.
8659 * bfd-in.h (BFD_HOST_64BIT_LONG): Define; set by Makefile.
8660 (BFD_HOST_64_BIT): Define based on BFD_HOST_64BIT_LONG.
8661 (fprintf_vma, sprintf_vma): Likewise.
8662 (int64_type, uint64_type): Don't define.
8663 * bfd-in2.h: Rebuild.
8664 * archures.c, bfd.c, srec.c: Include <ctype.h>.
8665 * elfcore.h: Check HAVE_SYS_PROCFS_H rather than HAVE_PROCFS.
8666 * lynx-core.c: Include stuff from old hosts/lynx.h.
8667 * opncls.c (bfd_fdopenr): Check HAVE_FNCTL and defined (F_GETFL),
8668 rather than NO_FCNTL.
8669 * targets.c (bfd_target_list): Check HOST_HPPAHPUX and ! __STDC__
8670 rather than NATIVE_HPPAHPUX_COMPILER.
8671 * trad-core.c: Don't include <errno.h>. Include TRAD_HEADER if it
8672 is defined.
8673 * hosts/*.h: Remove all header files which merely include,
8674 declare, and define things. Leave header files which define
8675 information needed by trad-core.c.
8676
8677 * aclocal.m4 (BFD_BINARY_FOPEN): Define.
8678 (BFD_CC_FOR_BUILD): Define.
8679 * configure.in: Use BFD_CC_FOR_BUILD.
8680 * configure: Rebuild.
8681
7a93ebdd
ILT
8682Tue Sep 5 19:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
8683
4c2e4d0e
ILT
8684 * aclocal.m4: Don't try to grep ../Makefile if it doesn't exist.
8685 * configure: Rebuild.
8686
7a93ebdd
ILT
8687 * coff-sparc.c (CALC_ADDEND): Don't set the addend to the value of
8688 a global symbol.
8689
866bb9e5
JM
8690Tue Sep 5 12:48:26 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8691
8692 * config.bfd: i386pe_ve -> i386pe_vec.
8693
2b79a104
ILT
8694Mon Sep 4 14:02:43 1995 Ian Lance Taylor <ian@cygnus.com>
8695
f515fb2f
ILT
8696 * configure.host: Incorporate host Makefile fragments by setting
8697 shell variables.
8698 * configure.in: Call AC_PROG_CC. Substitute CFLAGS, HDEFINES and
8699 AR. Call AC_PROG_INSTALL. Substitute CC_FOR_BUILD, choosing a
8700 value based on whether the code is being compiled by a cross
8701 compiler. Don't substitute host_makefile_frag or frags.
8702 * aclocal.m4: New file to define local AC_PROG_CC.
8703 * configure: Rebuild.
8704 * Makefile.in (INSTALL): Set to @INSTALL@.
8705 (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@.
8706 (INSTALL_DATA): Set to @INSTALL_DATA@.
8707 (AR): Set to @AR@.
8708 (CC): Define as @CC@.
8709 (CFLAGS): Set to @CFLAGS@.
8710 (CC_FOR_BUILD): Set to @CC_FOR_BUILD@.
8711 (@host_makefile_frag@): Remove.
8712 (ALL_CFLAGS): Change $(HDEFINES) to @HDEFINES@. Move $(CFLAGS)
8713 after other options.
8714 (config.status): Remove dependency upon @frags@.
8715 * config/*.mh, config/README: Remove.
8716
2b79a104
ILT
8717 * config.bfd: Rewrite to incorporate the contents of the Makefile
8718 fragments by setting shell variables, rather than merely returning
8719 the name of a Makefile fragment.
8720 * configure.in: Use shell variables set by config.bfd rather than
8721 looking at the target Makefile fragment files. Don't substitute
8722 target_makefile_frag. Do substitute TDEFINES.
8723 * configure: Rebuild.
8724 * Makefile.in (@target_makefile_frag@): Remove.
8725 (ALL_CFLAGS): Change $(TDEFINES) to @TDEFINES@.
8726 * config/*.mt: Remove.
8727
2cb159a5
KR
8728Mon Sep 4 03:13:28 1995 Ken Raeburn <raeburn@cygnus.com>
8729
8730 * configure.in: Put changequote lines around "i[345]86" patterns
8731 section of core file support.
8732
ef07871c
JL
8733Sun Sep 3 11:31:58 1995 Jeff Law (law@snake.cs.utah.edu)
8734
8735 * som.c (som_bfd_print_private_bfd_data): Define to use the
8736 generic version.
8737
1613e075
SC
8738Fri Sep 1 17:08:40 1995 steve chamberlain <sac@slash.cygnus.com>
8739
8740 * peicode.h (coff_swap_aouthdr_in): Add ImageBase to
8741 entry, text_start and data_start.
8742
a52a3ce8
ILT
8743Fri Sep 1 18:06:28 1995 Ian Lance Taylor <ian@cygnus.com>
8744
a21227ef
ILT
8745 * Makefile.in (OFILES): Remove $(TDEPFILES).
8746 * config/apollo.mt (TDEPFILES): Remove.
8747 * config/README: Update.
8748
a52a3ce8
ILT
8749 * configure.in: For a native configuration, set COREFILE and
8750 COREFLAG based on the canonical host name.
8751 * configure: Rebuild.
8752 * Makefile.in: Rebuild dependencies.
8753 (ALL_CFLAGS): Add @COREFLAG@.
8754 (OFILES): Replace $(HDEPFILES) with @COREFILE@.
8755 * coff-rs6000.c: Check AIX_CORE rather than HOST_AIX for core file
8756 support routines. Check LYNX_CORE rather than HOST_LYNX.
8757 * lynx-core.c: Check LYNX_CORE rather than HOST_LYNX.
8758 * i386lynx.c: Likewise.
8759 * m68klynx.c: Likewise.
8760 * sparclynx.c: Likewise.
8761 * rs6000-core.c: Check AIX_CORE rather than HOST_AIX.
8762 * *-core.c: Comment changes.
8763 * config/decstation.mh (HDEPFILES): Remove.
8764 (HDEFINES): Remove -DTRAD_CORE.
8765 * config/irix3.mh (RANLIB): Remove.
8766 * config/irix4.mh (HDEPFILES, RANLIB): Remove.
8767 (HDEFINES): Remove -DIRIX_CORE.
8768 * config/riscos.mh (RANLIB, HDEPFILES): Remove.
8769 (HDEFINES): Remove -DTRAD_CORE.
8770 * config/ncr3000.mh (AR_FLAGS, RANLIB): Remove.
8771 * config/ultra3.mh (RANLIB): Remove.
8772 * config/aix4.mh, config/alphaosf.mh, config/amix.mh: Remove.
8773 * config/apollo.mh, config/delta68.mh, config/delta88.mh: Remove.
8774 * config/dpx2.mh, config/esix.mh, config/harris.mh: Remove.
8775 * config/hp300.mh, config/hp300bsd.mh, config/hppabsd.mh: Remove.
8776 * config/hppahpux.mh, config/hppaosf.mh: Remove.
8777 * config/i386aix.mh, config/i386bsd.mh: Remove.
8778 * config/i386linux.mh, config/i386mach3.mh: Remove.
8779 * config/i386sco.mh, config/i386v.mh, config/i386v4.mh: Remove.
8780 * config/irix5.mh, config/m88kmach3.mh, config/mipsbsd.mh: Remove.
8781 * config/mipsmach3.mh, config/news-mips.mh: Remove.
8782 * config/news.mh, config/pc532mach.mh, config/riscix.mh: Remove.
8783 * config/rs600.mh, config/rs6000lynx.mh: Remove.
8784 * config/solaris2.mh, config/stratus.mh: Remove.
8785 * config/symmetry.mh, config/sysv4.mh, config/tahoe.mh: Remove.
8786 * config/vaxbsd.mh, config/vaxult.mh, config/vaxult2.mh: Remove.
8787
d6f672b8
ILT
8788Fri Sep 1 15:18:50 1995 Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>
8789
8790 * elflink.h (elf_bfd_final_link): Don't change a DT_INIT or
8791 DT_FINI entry if the appropriate symbol is not in the hash table.
8792
8793 * libelf.h (struct elf_backend_data): Add create_program_headers
8794 and want_hdr_in_seg fields.
8795 * elfxx-target.h (elf_backend_want_hdr_in_seg): Define if not
8796 defined.
8797 (elf_backend_create_program_headers): Likewise.
8798 (elfNN_bed): Initialize create_program_headers and
8799 want_hdr_in_seg.
8800 * elf.c (get_program_header_size): Call create_program_headers
8801 backend routine.
8802 (map_program_segments): Check want_hdr_in_seg backend field. Call
8803 create_program_headers backend routine.
8804
8805 * elf.c (assign_file_positions_except_relocs): Align non allocated
8806 sections when creating an executable.
8807
8808 * elfcode.h (elf_swap_phdr_in): Make non static.
8809 (elf_swap_phdr_out): Make non static.
8810 * libelf.h (bfd_elf32_swap_phdr_in): Declare.
8811 (bfd_elf32_swap_phdr_out): Declare.
8812 (bfd_elf64_swap_phdr_in): Declare.
8813 (bfd_elf64_swap_phdr_out): Declare.
8814
8815 * ecofflink.c (ecoff_collect_shuffle): New static function.
8816 (_bfd_ecoff_get_accumulated_pdr): New function.
8817 (_bfd_ecoff_get_accumulated_sym): New function.
8818 (_bfd_ecoff_get_accumulated_ss): New function.
8819 * libbfd-in.h (_bfd_ecoff_get_accumulated_pdr): Declare.
8820 (_bfd_ecoff_get_accumulated_sym): Declare.
8821 (_bfd_ecoff_get_accumulated_ss): Declare.
8822 * libbfd.h: Rebuild.
8823
0cb70568
ILT
8824Fri Sep 1 13:20:25 1995 Ian Lance Taylor <ian@cygnus.com>
8825
d6f672b8
ILT
8826 * libecoff.h (_bfd_ecoff_bfd_print_private_bfd_data): Fix typo.
8827
0cb70568
ILT
8828 * elflink.h (elf_link_add_object_symbols): Handle indirect and
8829 warning symbols. If any section is named .gnu.warning.XXX, treat
8830 the contents as a warning to be issued if the symbol XXX is
8831 referenced.
8832 (elf_link_output_extsym): For an indirect or warning symbol, just
8833 output the symbol it points to.
8834
8835 * linker.c (_bfd_link_hash_newfunc): Don't bother to set bfd_error
8836 if bfd_hash_allocate fails, since it will already be set.
8837 (generic_link_hash_newfunc): Likewise.
8838 (archive_hash_newfunc): Likewise.
8839 (hash_entry_bfd): New static function.
8840 (_bfd_generic_link_add_one_symbol): Pass new arguments to warning
8841 callback. Allocate a new warning using the hash table newfunc.
8842 Use bfd_hash_replace to update the entry in the hash table, rather
8843 than assuming we can copy the fields with structure assignment.
8844
8845 * hash.c (bfd_hash_replace): New function.
8846 * bfd-in.h (bfd_hash_replace): Declare.
8847 * bfd-in2.h: Rebuild.
8848
f14db880
JSC
8849Fri Sep 1 08:12:50 1995 James G. Smith <jsmith@beauty.cygnus.com>
8850
8851 * config.bfd: Add mips*vr4300-*-elf* target.
8852 * config/mipsbvr4300.mt: Added.
8853
1613e075 8854See file ChangeLog.2
e6d739eb 8855
41126f15
JK
8856\f
8857Local Variables:
c6c7035c 8858mode: change-log
41126f15 8859left-margin: 8
6ec3bb6a
ILT
8860fill-column: 74
8861version-control: never
8862End:
This page took 0.650544 seconds and 4 git commands to generate.