2001-02-27 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
920581c5
L
12001-02-27 H.J. Lu <hjl@gnu.org>
2
3 * aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if
4 abfd->tdata.aout_data == NULL.
5
27b7e12d
AM
62001-02-27 Alan Modra <alan@linuxcare.com.au>
7
3ee1d854
AM
8 * elf32-hppa.c: Correct field selector in stub comments.
9 (clobber_millicode_symbols): Formatting fix.
10
27b7e12d
AM
11 * configure.in: Bump version to 2.11.90.
12 * configure: Regenerate.
13 * Makefile.am (CFILES): Rename to SOURCE_CFILES.
14 (CFILES): $SOURCE_CFILES + generated C files.
15 (POTFILES): Include $HFILES not $SOURCE_HFILES.
16 Run "make dep-am"
17 * Makefile.in: Regenerate.
18 * doc/Makefile.in: This too.
19
10d1e03a
TW
202001-02-26 Timothy Wall <twall@cygnus.com>
21
22 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Remove obsolete
23 comments.
24
1276aefa
NC
252001-02-26 Nick Clifton <nickc@redhat.com>
26
27 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Tidy
28 up, replacing multiple if statements with a switch.
29 (handle_COMDAT): New function.
30
312001-02-26 H.J. Lu <hjl@gnu.org>
32
33 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Issue
34 a warning for section flags we do not handle instead of
35 aborting.
36
4a73f21b
AJ
372001-02-26 Andreas Jaeger <aj@suse.de>
38
39 * elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
40
7b6dab7f
TW
412001-02-22 Timothy Wall <twall@cygnus.com>
42
43 * config.bfd (targ_cpu): Add vectors for ia64-*-aix* (aka Monterey).
44 * configure.in: Add objects for elf64_ia64_aix vectors.
45 * configure: Regenerated.
46 * configure.host: Recognize ia64-*-aix*.
47 * elfxx-ia64.c: Add hooks for ELF64 on AIX5. Define new vectors
48 for AIX. AIX5 requires most relocations to be dynamic (*all*
49 binaries are somewhat similar to shared libraries).
50 * targets.c: Add elf64_ia64_aix vectors.
4a73f21b 51
87f8eb97
JW
522001-02-21 David Mosberger <davidm@hpl.hp.com>
53
54 * cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for
55 C8 said "1" instead of "8". Clarify error string for IMM22:
56 "signed integer" instead of just "integer".
57
05aa1441
AJ
582001-02-20 Andreas Jaeger <aj@suse.de>
59
60 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Don't make
61 PLT entries that could serve as a definition for a weak symbol.
62
8701c1bc
JJ
632001-02-19 Jakub Jelinek <jakub@redhat.com>
64
65 * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Don't make PLT
66 entries that could serve as a definition for a weak symbol.
67 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Likewise.
68
d4af9775
DB
692001-02-18 David O'Brien <obrien@FreeBSD>
70
71 * configure.in: Recognize FreeBSD/arm, FreeBSD/PowerPC, and treat
72 FreeBSD/i386-CURRENT differently until I can figure out the needed
73 corefile changes.
74 * configure: Regenerate.
75 * config.bfd: Recognize FreeBSD/x86-64, FreeBSD/ia64, FreeBSD/arm,
76 FreeBSD/PowerPC, and FreeBSD/sparc64.
77
e135f41b
NC
782001-02-18 lars brinkhoff <lars@nocrew.org>
79
80 * Makefile.am: Add PDP-11 a.out target.
81 * config.bfd: Likewise.
82 * configure.in: Likewise.
83 * targets.c: Likewise.
84 * archures.c: Likewise.
85 * bfd-in2.h: Likewise. Add PDP-11 relocations.
86 * libbfd.h: Add PDP-11 relocations.
87 * reloc.c: Likewise.
88 * cpu-pdp11.c: New file.
89 * pdp11.c: New file.
90
91 * libaout.h (GET_WORD) [ARCH_SIZE==16]: Define.
92 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
93 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
94 (PUT_WORD) [ARCH_SIZE==16]: Likewise.
95 (GET_MAGIC): New macro.
96 (PUT_MAGIC): Likewise.
97 * aout-target.h (MY(object_p)): Use GET_MAGIC to read magic word.
98
dc3febfa
NC
992001-02-18 Jim Kingdon <jkingdon@engr.sgi.com>
100
101 * irix-core.c (irix_core_core_file_p): Set the architecture (GDB
102 multiarch needs it).
103
ea412e04
L
1042001-02-18 H.J. Lu <hjl@gnu.org>
105
106 * elflink.h (elf_link_input_bfd): Ignore invalid section symbol
107 index.
108
47eee8a9
KH
1092001-02-18 Kazu Hirata <kazu@hxi.com>
110
111 * vms-misc.c: Fix formatting.
112
8a0c27cd
KH
1132001-02-16 Kazu Hirata <kazu@hxi.com>
114
115 * vms.c: Fix formatting.
116
d1fad7c6
NC
1172001-02-14 H.J. Lu <hjl@gnu.org>
118
119 * elf.c (elf_find_function): New function.
120 (_bfd_elf_find_nearest_line): Call elf_find_function () to find
121 the file name and function name.
122
825b47db
NC
1232001-02-14 Nick Clifton <nickc@redhat.com>
124
51d7ee16
NC
125 * ecoff.c (bfd_debug_section): Update to initialise new fields in
126 asection structure.
127
825b47db
NC
128 * Makefile.am (BFD32_BACKENDS_CFILES): Remove peigen.c
129 (BFD64_BACKENDS): Add pepigen.c
130 Add rules to create peigen.c and pepigen.c from peXXigen.c.
131
132 * Makefile.in: Regenerate.
133 * configure: Regenerate.
134 * po/POTFILES.in: Regenerate.
135 * po/bfd.pot: Regenerate.
136
ea36a178
L
1372001-02-14 H.J. Lu <hjl@gnu.org>
138
139 * libcoff-in.h (pe_tdata): Add members target_subsystem and
140 force_minimum_alignment.
141
407443a3
AJ
1422001-02-14 Bo Thorsen <bo@suse.de>
143
144 * elf64-x86-64.c: Small formatting fixes and rearrangements of code.
145 (elf64_86_64_size_info): Struct added to fix a problem
146 with the hashtable string entries.
147 (elf64_x86_64_adjust_dynamic_symbol): Add generation of .got.plt.
148 (elf64_x86_64_size_dynamic_sections): A FIXME removed.
149 (elf64_x86_64_size_dynamic_sections): Fix a dynamic entry and
150 remove the FIXME for this.
151 (elf64_x86_64_adjust_dynamic_symbol): Fix check for unneeded .plt
152 section. Also removed the FIXME for it.
153 (x86_64_elf_howto_table): Use bfd_elf_generic_reloc.
154 (ELF_DYNAMIC_INTERPRETER): Fix the name of the dynamic linker.
155 (elf64_x86_64_finish_dynamic_sections): Enable .got.plt writing.
156
b4adccfd
RH
1572001-02-13 Richard Henderson <rth@redhat.com>
158
159 * elfxx-ia64.c (elfNN_ia64_final_link): Set __gp if required
160 and not user provided.
161
9635981a
KH
1622001-02-13 Kazu Hirata <kazu@hxi.com>
163
164 * vms.c (vms_print_symbol): Remove unreachable code.
165
6a125b16
KH
166 * rs6000-core.c: Fix formatting.
167
cbff5e0d
DD
1682001-02-13 David Mosberger <davidm@hpl.hp.com>
169
170 * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
171 as _bfd_XXi_only_swap_filehdr_out.
172 (pe_mkobject) [PEI_FORCE_MINIMUM_ALIGNMENT]: Set
173 pe->force_minimum_alignment to TRUE.
174 (pe_mkobject) [PEI_TARGET_SUBSYSTEM]: Set pe->target_subsystem to
175 PEI_TARGET_SUBSYSTEM.
176 (pe_print_private_bfd_data): Call
177 _bfd_XX_print_private_bfd_data_common() instead of
178 _bfd_pe_print_private_bfd_data_common().
179 (pe_bfd_copy_private_bfd_data): Call
180 _bfd_XX_bfd_copy_private_bfd_data_common() instead of
181 _bfd_pe_bfd_copy_private_bfd_data_common().
182 (coff_bfd_copy_private_section_data): Define as
183 _bfd_XX_bfd_copy_private_section_data instead of
184 _bfd_pe_bfd_copy_private_section_data.
185 (coff_get_symbol_info): Define as _bfd_XX_get_symbol_info instead
186 of a _bfd_pe_get_symbol_info.
187
188 * peigen.c: Delete.
189
190 * peXXigen.c: Renamed from peigen.c.
191 (COFF_WITH_XX): Define this macro (will get expanded into
192 COFF_WITH_pep or COFF_WITH_pe, depending on whether this is being
193 compiled as peigen.c or pepigen.c.
194 [COFF_WITH_pep]: Include "coff/ia64.h" instead of "coff/i386.h" to
195 define the canonical PEP structures and definitions.
196 (_bfd_XXi_swap_aouthdr_out): If pe->force_minimum_alignment is in
197 effect, enforce minimum file and section alignments. If
198 extra->Subsystem is IMAGE_SUBSYSTEM_UNKNOWN, set it to
199 pe->target_subsystem (this defaults to IMAGE_SUBSYSTEM_UNKNOWN,
200 so, by default, this is a no-op).
201
202 * libpei.h: Rename COFF_WITH_PEP to COFF_WITH_pep.
203 (_bfd_XX_bfd_copy_private_bfd_data_common): Add macros to map
204 _bfd_XXfoo to _bfd_pepfoo if COFF_WIT_PEP is defined and to
205 _bfd_pefoo if it's not defined. Use these macros to define
206 coff swap macros.
207
208 * libcoff.h (pe_tdata): Add members target_subsystem and
209 force_minimum_alignment.
210
211 * efi-app-ia64.c (COFF_WITH_pep): Rename COFF_WITH_PEP to
212 COFF_WITH_pep.
213 (PEI_TARGET_SUBSYSTEM): Rename from PEI_DEFAULT_TARGET_SUBSYSTEM.
214
215 * configure.in (bfd_efi_app_ia64_vec): Use pepigen.lo instead of
216 peigen.lo.
217
218 * coff-ia64.c: Rename COFF_WITH_PEP to COFF_WITH_pep.
219 (AOUTSZ): Rename PEP64AOUTSZ and PEP64AOUTHDR to PEPAOUTSZ and
220 PEPAOUTHDR.
221
222 * Makefile.in (BFD64_BACKENDS): Mention pepigen.lo.
223 (BFD64_BACKENDS_CFILES): Mention pepigen.c
224 (peigen.c): Add rule to generate from peXXigen.c.
225 (pepigen.c): Ditto.
226 (pepigen.lo): List dependencies for pepigen.lo.
227
df8634e3
AM
2282001-02-13 Alan Modra <alan@linuxcare.com.au>
229
230 * elf32-hppa.c (elf32_hppa_set_gp): Handle weak $global$. If
231 $global$ referenced but not defined, set its value here.
232
51e0a107
JH
2332001-02-09 Bo Thorsen <bo@suse.de>
234
235 * elf64-x86-64.c (elf64_x86_64_check_relocs): Set .rela.got section
236 alignment to 3.
237 (elf64_x86_64_check_relocs): Write R_X86_64_GOTPCREL GOT entry
238 and relocation.
239 (elf64_x86_64_relocate_section): Fix formatting.
240 (elf64_x86_64_relocate_section): Fix addend for relocation of
241 R_X86_64_(8|16|32|PC8|PC16|PC32).
242
d1fad7c6 2432001-02-12 Jan Hubicka <jh@suse.cz>
23df1078
JH
244
245 * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL.
246
f0e1d18a
L
2472001-02-11 H.J. Lu <hjl@gnu.org>
248
6757257f 249 * elflink.h (elf_bfd_final_link): Use file_align for SYMTAB
f0e1d18a
L
250 alignment.
251
9117d219
NC
2522001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
253
254 * elf32-mips.c (mips_elf_create_dynamic_relocation): Undo patch
255 from 2000-10-13. Do not add the symbol's value for R_MIPS_REL32
256 relocations against dynsym symbols.
257
258 * elf32-mips.c (elf_mips_howto_table): Fix the comment on
259 the R_MIPS_26 relocation.
260 (mips_elf_calculate_relocation): Use (p + 4) instead of p for
261 the R_MIPS_26 relocation.
262 (mips_elf_perform_relocation): Fix the comment on the R_MIPS16_26
263 relocation.
264 * elf64-mips.c (mips_elf64_howto_table_rel): Fix the comment on
265 the R_MIPS_26 relocation.
266 (mips_elf64_howto_table_rela): Likewise.
267
268 * elf32-mips.c (struct mips_elf_link_hash_entry): Added no_fn_stub
269 member to mark symbols that have non-CALL relocations against
270 them.
271 (mips_elf_link_hash_newfunc): Initialize no_fn_stub.
272 (mips_elf_calculate_relocation): Handle R_MIPS_CALL16 like
273 R_MIPS_GOT16.
274 (_bfd_mips_elf_check_relocs): Set no_fn_stub for a symbol if a
275 non-CALL relocation against it is encountered.
276 (_bfd_mips_elf_copy_indirect_symbol): Merge no_fn_stub as well.
277 (_bfd_mips_elf_adjust_dynamic_symbol): Only create a stub if
278 no_fn_stub is not set.
279
280 * elf32-mips.c (mips_elf_output_extsym): Get the output section
281 information from the real symbol for indirect ones.
282 Check no_fn_stub to find out if a symbol has a function stub
283 indeed.
284
9f93bca5
MS
2852001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
286
287 * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
288 * Makefile.in: Regenerate.
289
81545d45
RH
2902001-02-09 David Mosberger <davidm@hpl.hp.com>
291
292 * elfxx-ia64.c (is_unwind_section_name): New function. Returns
293 true if section name is an unwind table section name.
294 (elfNN_ia64_additional_program_headers): Count each unwind section
295 separately.
296 (elfNN_ia64_modify_segment_map): Install one unwind program header
297 for each unwind separate section. Note: normally the linker
298 script merges the unwind sections that go into a single segment,
299 so this still generates at most one unwind program header per
300 segment.
301
302 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Accept any section
303 name for SHT_IA_64_UNWIND, not just .IA_64.unwind.
304 (elfNN_ia64_fake_sections): Mark sections with names that start
305 with .IA_64.unwind but not with .IA_64.unwind_info as an IA-64
306 unwind section.
307
308 * elfxx-ia64.c (elfNN_ia64_final_write_processing): New function.
309 Use it to make sh_info in unwind section point to the text section
310 it applies to.
311
a85d7ed0
NC
3122001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
313
314 * Makefile.am: Add linux target for S/390.
315 * archures.c: Likewise.
316 * bfd-in2.h: Likewise.
317 * config.bfd: Likewise.
318 * configure.in: Likewise.
319 * elf.c: Likewise.
320 * libbfd.h: Likewise.
321 * targets.c: Likewise.
322 * cpu-s390.c: New file.
323 * elf32-s390.c: New file.
324 * elf64-s390.c: New file.
325
356d255d
NC
3262001-02-09 Nick Clifton <nickc@redhat.com>
327
328 * peigen.c (_bfd_pe_get_symbol_info): Suppress addition of
329 ImageBase. This has already been done by coff_swap_hdr_in.
330
069f40e5
JJ
3312001-02-09 Jakub Jelinek <jakub@redhat.com>
332
333 * elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function.
334
eadfa8ab
JJ
3352001-02-09 Jakub Jelinek <jakub@redhat.com>
336
337 * elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count.
338 (sparc64_elf_relocate_section): Likewise.
339
9fc54e19
MK
3402001-02-09 Mark Kettenis <kettenis@gnu.org>
341
342 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32
343 similar to R_SPARC_32.
344 * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
345
1f655a09
L
3462001-02-08 H.J. Lu <hjl@gnu.org>
347
348 * elf32-i386.c (elf_i386_check_relocs): Reserve R_386_PC32
349 relocation entries for weak definitions when building DSO with
350 -Bsymbolic.
351
ca88208a
RH
3522001-02-08 Richard Henderson <rth@redhat.com>
353
354 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness
355 before visibility. Locally defined protected symbols are not
356 dynamic.
357
4603e845
GK
3582001-02-08 Geoffrey Keating <geoffk@redhat.com>
359
360 * config.bfd: Enable coff64 for rs6000-*. Patch from
361 <hzoli@austin.ibm.com>.
362
4ca29a6a
NC
3632001-02-07 Mark Elbrecht <snowball3@bigfoot.com>
364
365 * coffgen.c (coff_find_nearest_line): If stabs info is successfully
366 found, do not attempt to find dwarf2 info before returning.
367
7da9d88f
NC
3682001-02-07 Jakub Jelinek <jakub@redhat.com>
369
370 * elflink.h (is_global_symbol_definition): Rename to
371 is_global_data_symbol_definition and have it reject function
372 symbols.
373 (elf_link_is_defined_archive_symbol): Use renamed function.
374
7340082d
NC
3752001-02-07 Todd Vierling <tv@wasabisystems.com>
376
377 * libbfd-in.h (bfd_target_vector): Change extern array to pointer.
378 * libbfd.h (bfd_target_vector): Likewise.
379 * targets.c (bfd_target_vector): Rename to _bfd_target_vector and
81545d45 380 make static; create pointer reference named bfd_target_vector.
7340082d
NC
381 (_bfd_target_vector_entries): Calculate this based on the array
382 typed _bfd_target_vector.
383
2719f880
L
3842001-02-06 H.J. Lu <hjl@gnu.org>
385
386 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and
387 internal symbols are not dynamic.
388 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
389
175aa013
NC
3902001-02-06 Nick Clifton <nickc@redhat.com>
391
392 * Makefile.am (BFD64_BACKENDS_CFILES): Remove elf64-ia64.c, so
393 that it will not be pulled into the list of files that make up
394 po/POTFILES.in.
395 * Makefile.in: Regenerate.
396 * po/bfd.pot: Regenerate.
397
15e0ecd9
L
3982001-02-06 H.J. Lu <hjl@gnu.org>
399
400 * bfd/peicode.h (coff_swap_filehdr_in): Remove the e_magic
401 checking.
402 (pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and
403 external_PEI_IMAGE_hdr.
404
27def10f
KH
4052001-02-06 Kazu Hirata <kazu@hxi.com>
406
407 * elf-m10200.c: Fix formatting.
408
a0f2e916
NC
4092001-02-04 Nick Clifton <nickc@redhat.com>
410
411 * elf32-v850.c (v850_elf_reloc): Do not convert reloc addend to PC
412 rel, it will be handled later on.
413
d96031fb
NC
4142001-02-02 Fred Fish <fnf@ninemoons.com>
415
416 * Makefile.in: Fix typo.
417
010ac81f
KH
4182001-02-01 Kazu Hirata <kazu@hxi.com>
419
420 * elf-m10300.c: Fix formatting.
421
3fab46d0
AM
4222001-01-30 Alan Modra <alan@linuxcare.com.au>
423
424 * elf64-hppa.c (elf64_hppa_elf_get_symbol_type): New function.
425 (elf_backend_get_symbol_type): Define.
d9634ba1
AM
426 (elf64_hppa_object_p): Set architecture and machine from elf
427 header flags.
3fab46d0 428
95404643
RH
4292001-01-30 Curtis L. Janssen <cljanss@ca.sandia.gov>
430
431 * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
432 before mdebug.
433
8fb35fed
RH
4342001-01-26 Richard Henderson <rth@redhat.com>
435
436 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false
437 for non-default visibility.
438 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but
439 delete ugly macro and replace with pretty function.
440
a4f68544
NC
4412001-01-25 Mark Elbrecht <snowball3@bigfoot.com>
442
443 * coff-go32.c: Update copyright.
444 * coff-stgo32.c: Likewise.
445 * coff-go32.c (COFF_LONG_FILENAMES): Define.
446 * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise.
447 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry.
448 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
449
c02e7c3e
KH
4502001-01-25 Kazu Hirata <kazu@hxi.com>
451
452 * bfd-in2.h: Rebuild.
453 * libbfd.h: Likewise.
454
541389e2
L
4552001-01-23 H.J. Lu <hjl@gnu.org>
456
457 * bfd-in2.h: Rebuild.
458
0007625f
L
4592001-01-23 H.J. Lu <hjl@gnu.org>
460
461 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf)
462 is NULL or PRIV(vms_rec) is outside of the buffer.
463
b653e1b1
KH
4642001-01-23 Kazu Hirata <kazu@hxi.com>
465
466 * coff64-rs6000.c: Fix formatting.
467 * coff-arm.c: Likewise.
468 * coffgen.c: Likewise.
469 * cofflink.c: Likewise.
470 * coff-mcore.c: Likewise.
471 * coff-mips.c: Likewise.
472 * coff-pmac.c: Likewise.
473 * coff-ppc.c: Likewise.
474 * coff-rs6000.c: Likewise.
475 * elf32.c: Likewise.
476 * elf32-fr30.c: Likewise.
477 * elf32-i370.c: Likewise.
478 * elf32-i860.c: Likewise.
479 * elf32-m32r.c: Likewise.
480 * elf32-m68k.c: Likewise.
481 * elf32-mcore.c: Likewise.
482 * elf32-ppc.c: Likewise.
483 * elf32-sh.c: Likewise.
484 * elf32-v850.c: Likewise.
485 * elf64-alpha.c: Likewise.
486 * elf64-sparc.c: Likewise.
487 * elflink.c: Likewise.
488 * elflink.h: Likewise.
489 * elf-m10200.c: Likewise.
490 * elf-m10300.c: Likewise.
491 * elfxx-ia64.c: Likewise.
492
3fde5a36
KH
493 * aoutx.h: Fix formatting.
494 * bfd.c: Likewise.
495 * bfd-in2.h: Likewise.
496 * bfd-in.h: Likewise.
497 * cpu-i386.c: Likewise.
498 * cpu-m68hc11.c: Likewise.
499 * dwarf2.c: Likewise.
500 * elf64-x86-64.c: Likewise.
501 * format.c: Likewise.
502 * freebsd.h: Likewise.
503 * hash.c: Likewise.
504 * hp300hpux.c: Likewise.
505 * hppabsd-core.c: Likewise.
506 * hpux-core.c: Likewise.
507
70256ad8
AJ
5082001-01-22 Bo Thorsen <bo@suse.de>
509
510 * elf64-x86-64.c: Added PIC support for X86-64.
511 (elf64_x86_64_link_hash_newfunc): Function added.
512 (elf64_x86_64_link_hash_table_create): Likewise.
513 (elf64_x86_64_check_relocs): Likewise.
514 (elf64_x86_64_gc_mark_hook): Likewise.
515 (elf64_x86_64_gc_sweep_hook): Likewise.
516 (elf64_x86_64_adjust_dynamic_symbol): Likewise.
517 (elf64_x86_64_size_dynamic_sections): Likewise.
518 (elf64_x86_64_discard_copies): Likewise.
519 (elf64_x86_64_finish_dynamic_symbol): Likewise.
520 (elf64_x86_64_finish_dynamic_sections): Likewise.
521 (elf64_x86_64_relocate_section): Add relocation of PIC sections.
522
ee0bebb8
AJ
5232001-01-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
524
525 * Makefile.am (install-data-local): Make use of $(DESTDIR).
526 * Makefile.in: Regenerate.
527
2a38f751
KH
5282001-01-21 Kazu Hirata <kazu@hxi.com>
529
530 * coff-a29k.c: Fix formatting.
531
c8492176
L
5322001-01-19 H.J. Lu <hjl@gnu.org>
533
534 * elf32-i386.c (elf_i386_check_relocs): Report files with bad
535 relocation section names.
536 (elf_i386_relocate_section): Report files with bad relocation
537 section names and return false.
538
a5377ec0
AJ
5392001-01-17 Bo Thorsen <bo@suse.de>
540
541 * targets.c: Alphabetize list of xvecs.
542
b352eebf
AM
5432001-01-14 Alan Modra <alan@linuxcare.com.au>
544
d952f17a
AM
545 * config.bfd: Add linux target variant for elfxx-hppa.
546 * configure.in: Recognize bfd_elf32_hppa_linux_vec and
547 bfd_elf64_hppa_linux_vec.
548 * configure: Regenerate.
549 * elf64-hppa.c: Include elf64-target.h again to support linux
550 target variant.
551 (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
552 * elf32-hppa.c: Include elf32-target.h again to support linux
553 target variant.
554 (elf32_hppa_post_process_headers): New function.
555 (elf_backend_post_process_headers): Define.
556 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
557 bfd_elf32_hppa_linux_vec.
558
c46b7515
AM
559 * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
560 and data_segment_base fields.
561 (elf32_hppa_link_hash_table_create ): Init them.
562 (elf32_hppa_check_relocs): Update comments.
563 (hppa_record_segment_addr): New function.
564 (elf32_hppa_relocate_section): Call it.
565 (final_link_relocate): Handle R_PARISC_SEGREL32.
566 (elf32_hppa_final_link): New function.
567 (bfd_elf32_bfd_final_link): Define to call it.
568 (hppa_unwind_entry_compare): New function.
569 * cache.c (bfd_open_file): Create files in write+read mode.
570
571 * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
572 SEGREL32 and numerous other relocs. Change duplicate
573 R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
574
d768008d
AM
575 * opncls.c (bfd_fdopenr): Add parens like the comment says around
576 O_ACCMODE.
577
150ccafb
AM
578 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
579 .plt entries for DT_INIT and DT_FINI.
580 (elf32_hppa_finish_dynamic_sections): Remove special handling of
581 DT_INIT and DT_FINI.
582
b352eebf
AM
583 * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
584 offsets for stub .plt access if wide mode. Check offset in range.
585
b3b9a062
NC
5862001-01-13 Nick Clifton <nickc@redhat.com>
587
b7ed8fad
NC
588 * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
589 line.
590
b3b9a062
NC
591 * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
592 line.
593
6e0b89ee
AM
5942001-01-12 Alan Modra <alan@linuxcare.com.au>
595
596 * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
597 * configure: Regenerate.
598
0d2bcfaf
NC
5992001-01-11 Peter Targett <peter.targett@arccores.com>
600
601 * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
602 bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
603 * cpu-arc.c (arch_info_struct): Add entries for variants.
604 (bfd_arc_arch) Set default to bfd_mach_arc_5.
605 (arc_get_mach) Don't assume machine names prefixed arc- before
606 testing.
607 * elf32-arc.c (arc_elf_object_p): Set machine number based on new
608 selections.
609 (arc_elf_final_write_processing) Likewise.
610 (ELF_MACHINE_CODE) Use EM_ARC.
611
c31c1f70
NC
6122001-01-10 Nick Clifton <nickc@redhat.com>
613
2758140b 614 * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
c31c1f70 615
5ad083e3
PB
6162001-01-07 Philip Blundell <philb@gnu.org>
617
618 * README: Replace `bug-gnu-utils@gnu.org' with
619 `bug-binutils@gnu.org'.
620
7eae7d22
KH
6212001-01-04 Kazu Hirata <kazu@hxi.com>
622
623 * som.c: Fix formatting.
624
509945ae
KH
6252001-01-03 Kazu Hirata <kazu@hxi.com>
626
3e932841
KH
627 * ecoffswap.h: Fix formatting.
628 * elf-bfd.h: Likewise.
629 * elfarm-nabi.c: Likewise.
630 * elfarm-oabi.c: Likewise.
631 * elfcode.h: Likewise.
632 * elfcore.h: Likewise.
633 * elflink.c: Likewise.
634 * elflink.h: Likewise.
635 * elfxx-ia64.c: Likewise.
636 * elfxx-target.h: Likewise.
637 * libbfd.c: Likewise
509945ae
KH
638 * linker.c: Likewise.
639 * lynx-core.c: Likewise.
640
892339ee
KH
6412001-01-02 Kazu Hirata <kazu@hxi.com>
642
643 * pc532-mach.c: Fix formatting.
644 * pe-arm.c: Likewise.
645 * pe-i386.c: Likewise.
646 * pe-mips.c: Likewise.
647 * pe-ppc.c: Likewise.
648 * pe-sh.c: Likewise.
649 * pei-mips.c: Likewise.
650 * pei-sh.c: Likewise.
ee91ed79 651 * peicode.h: Likewise.
892339ee
KH
652 * ppcboot.c: Likewise.
653 * ptrace-core.c: Likewise.
654
3d855632
KH
6552001-01-01 Kazu Hirata <kazu@hxi.com>
656
657 * reloc.c: Fix formatting.
658 * riscix.c: Likewise.
659 * rs6000-core.c: Likewise.
660 * xcoff-target.h: Likewise.
661
a77a9fef
HPN
6622000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
663
664 * elfcode.h (elf_object_p): Also restore the bfd mach field on
665 error, by calling bfd_default_set_arch_mach with incoming
666 values.
667
558e161f
KH
6682000-12-26 Kazu Hirata <kazu@hxi.com>
669
670 * vaxnetbsd.c: Fix formatting.
671 * versados.c: Likewise.
672 * vms-gsd.c: Likewise.
673 * vms-hdr.c: Likewise.
674 * vms-misc.c: Likewise.
675
3c579812
AO
6762000-12-25 Alexandre Oliva <aoliva@redhat.com>
677
678 * archive.c (coff_write_armap): Don't write more than symbol_count
679 `archive_member_file_ptr's.
680
672579e9
KH
6812000-12-25 Kazu Hirata <kazu@hxi.com>
682
683 * vms-tir.c: Fix formatting.
684
55f2d5ed
KH
6852000-12-23 Kazu Hirata <kazu@hxi.com>
686
687 * vms.c: Fix formatting.
688 * vms.h: Likewise.
689
23ccc829
NC
6902000-12-21 Santeri Paavolainen <santtu@ssh.com>
691
692 * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
693
694 * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
695
696 * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
697 arithmetic.
698
699 * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
700
701 * coffcode.h (styp_to_sec_flags): Add empty statement after label.
702
8c603c85
NC
7032000-12-21 Richard Sandiford <rsandifo@redhat.com>
704
705 * libbfd.c (bfd_get_bits): Added
706 (bfd_put_bits): Likewise
707 * bfd-in.h: Declared the above.
708 * bfd-in2.h: Regenerated.
709
5bff4f56
KH
7102000-12-20 Kazu Hirata <kazu@hxi.com>
711
712 * targets.c: Fix formatting.
713 * tekhex.c: Likewise.
714 * trad-core.c: Likewise.
715
7b82c249
KH
7162000-12-19 Kazu Hirata <kazu@hxi.com>
717
718 * sco5-core.c: Fix formatting.
719 * section.c: Likewise.
720 * sparclinux.c: Likewise.
721 * sparclynx.c: Likewise.
722 * sparcnetbsd.c: Likewise.
723 * srec.c: Likewise.
724 * stabs.c: Likewise.
725 * stab-syms.c: Likewise.
726 * sunos.c: Likewise.
727 * syms.c: Likewise.
728 * sysdep.h: Likewise.
729
f78c5281
NC
7302000-12-18 Nick Clifton <nickc@redhat.com>
731
732 * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
733 defined.
734 * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
735 * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
736
02b89dce
NC
7372000-12-18 Nick Clifton <nickc@redhat.com>
738
739 * vms-misc.c (_bfd_vms_get_record): Add default case to
740 file_format switch.
741
d20966a7
NC
7422000-12-15 Miloslav Trmac <mitr@volny.cz>
743
744 * elfcore.h (elf_core_file_p): Move to the start of the program
745 headers before attempting to read them.
746
6fa957a9
KH
7472000-12-14 Kazu Hirata <kazu@hxi.com>
748
749 * peigen.c: Fix formatting.
750 * som.c: Likewise.
751 * som.h: Likewise.
752
9602af51
KH
7532000-12-13 Kazu Hirata <kazu@hxi.com>
754
755 * peigen.c: Fix formatting.
756
514829c3
JW
7572000-12-12 Jim Wilson <wilson@redhat.com>
758
759 * elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
760
3a71aec8
NC
7612000-12-08 Mark Salter <msalter@redhat.com>
762
763 * binary.c (binary_set_section_contents): Ignore sections
764 with zero size.
765
1518639e
KH
7662000-12-12 Kazu Hirata <kazu@hxi.com>
767
768 * m68klinux.c: Fix formatting.
769 * m68knetbsd.c: Likewise.
770 * mipsbsd.c: Likewise.
771 * netbsd-core.c: Likewise.
772 * netbsd.h: Likewise.
773 * newsos3.c: Likewise.
774 * nlm32-alpha.c: Likewise.
775 * nlm32-i386.c: Likewise.
776 * nlm32-ppc.c: Likewise.
777 * nlm32-sparc.c: Likewise.
778 * nlmcode.h: Likewise.
779 * nlmswap.h: Likewise.
780 * nlm-target.h: Likewise.
781 * ns32knetbsd.c: Likewise.
782
b79e8c78
NC
7832000-12-10 Fred Fish <fnf@be.com>
784
d952f17a
AM
785 * elflink.h (elf_link_output_extsym): Don't complain about undefined
786 symbols in shared objects if allow_shlib_undefined is true.
b79e8c78 787
38b1a46c
NC
7882000-12-12 Nick Clifton <nickc@redhat.com>
789
790 * cpu-sh.c: Fix formattng.
791 * elf.c: Fix formattng.
792 * elf32-mips.c: Fix formattng.
793 * elf32-sh.c: Fix formattng.
794 * elf64-alpha.c: Fix formattng.
795
857ec808
NC
7962000-12-09 Nick Clifton <nickc@redhat.com>
797
798 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
799 dwarf2_find_line_info as last parameter to invocation of
800 _bfd_dwarf2_find_nearest_line.
801 * elf32-arm.h (elf32_arm_find_nearest_line): Pass
802 dwarf2_find_line_info as last parameter to invocation of
803 _bfd_dwarf2_find_nearest_line.
804
51db3708
NC
8052000-12-08 Mark Elbrecht <snowball3@bigfoot.com>
806
807 * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
857ec808
NC
808 (BFD_LIBS): ...to here.
809 (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
810 (BFD_LIBS_CFILES): ...to here.
51db3708
NC
811 * Makefile.in: Regenerate.
812 * configure.in: Remove dwarf.lo from the elf shell variable.
813 * configure: Regenerate.
814 * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
815 * libcoff.h: Regenerate.
d952f17a 816 * coffgen.c (coff_find_nearest_line): Call
857ec808 817 _bfd_dwarf2_find_nearest_line.
51db3708 818 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
857ec808
NC
819 accordingly.
820 (read_abbrevs): Likewise
821 (decode_line_info): Likewise.
822 (parse_comp_unit): Likewise.
823 (comp_unit_find_nearest_line): Likewise.
51db3708
NC
824 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
825 * libbfd.h: Regenerate.
826 * elf.c (_bfd_elf_find_nearest_line): Update call.
827 * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
828 * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
829 * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
857ec808
NC
830 (sec_to_styp_flags): Use them. Handle DWARF2 sections.
831 (styp_to_sec_flags): Handle DWARF2 sections.
832 * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
833 to _bfd_find_nearest_line.
834 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
835 call to _bfd_find_nearest_line.
d952f17a 836
435b1e90
KH
8372000-12-08 Kazu Hirata <kazu@hxi.com>
838
839 * coffgen.c: Fix formatting.
fe8bc63d 840 * elf-m10300.c: Likewise.
435b1e90
KH
841 * elf32-i386.c: Likewise.
842 * elf32-i960.c: Likewise.
843 * elf32-m68k.c: Likewise.
844 * elf32-mcore.c: Likewise.
845 * elf32-ppc.c: Likewise.
846 * elf32-sh.c: Likewise.
847 * elf32-sparc.c: Likewise.
848 * elf32-v850.c: Likewise.
fe8bc63d
KH
849 * elf64-alpha.c: Likewise.
850 * elf64-hppa.c: Likewise.
851 * elf64-mips.c: Likewise.
435b1e90 852 * elf64-sparc.c: Likewise.
435b1e90 853
8da6118f
KH
8542000-12-07 Kazu Hirata <kazu@hxi.com>
855
856 * elf32-ppc.c: Fix formatting.
857 * elf64-x86-64.c: Likewise.
858
a9922e52
UC
8592000-12-06 Ulf Carlsson <ulfc@engr.sgi.com>
860
861 From Ralf Baechle <ralf@gnu.org>
862
863 * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
864 BFDs containing no sections or empty .text, .data or .bss sections
865 to be merged, regardless of their flags.
866
c3668558
KH
8672000-12-06 Kazu Hirata <kazu@hxi.com>
868
869 * elf32-m32r.c: Fix formatting.
870 * elf32-m68hc11.c: Likewise.
871 * elf32-m68hc12.c: Likewise.
872 * elf32-m68k.c: Likewise.
873 * elf32-mcore.c: Likewise.
874 * elf32-pj.c: Likewise.
875 * elf32-ppc.c: Likewise.
876
6609fa74
KH
8772000-12-05 Kazu Hirata <kazu@hxi.com>
878
879 * elf32-fr30.c: Fix formatting.
880 * elf32-hppa.c: Likewise.
881 * elf32-i370.c: Likewise.
882 * elf32-i386.c: Likewise.
883 * elf32-i860.c: Likewise.
884 * elf32-i960.c: Likewise.
885
a7c10850
KH
8862000-12-03 Kazu Hirata <kazu@hxi.com>
887
888 * elf32-arm.h: Fix formatting.
889 * elf32-avr.c: Likewise.
890 * elf32-cris.c: Likewise.
891 * elf32-d10v.c: Likewise.
892 * elf32-d30v.c: Likewise.
893 * elf-hppa.h: Likewise.
894 * elf-m10200.c: Likewise.
895 * elf-m10300.c: Likewise.
896
e7af610e
NC
8972000-12-01 Chris Demetriou <cgd@sibyte.com>
898
d952f17a
AM
899 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
900 bfd_mach_mips32_4k. Update FIXME comment.
901 * archures.c (bfd_mach_mips32): New constant.
902 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
903 the latter, renumber it.
904 * bfd-in2.h (bfd_mach_mips32): New constant.
905 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
906 the latter, renumber it.
907 * cpu-mips.c (I_mips32): New constant.
908 (I_mips4K, I_mips32_4k): Rename the former to the latter.
909 (arch_info_struct): Add bfd_mach_mips32 entry, replace
910 bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
911 * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
912 (elf_mips_mach): Likewise. Also, replace E_MIPS_MACH_MIPS32
913 with E_MIPS_MACH_MIPS32_4K.
914 (_bfd_mips_elf_final_write_processing): Replace
915 bfd_mach_mips4K with bfd_mach_mips32_4k case, add
916 bfd_mach_mips32 case.
917 (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
918 comparison with support for MIPS32.
919 (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
920 MIPS32.
921
922 * aoutx.h (NAME(aout,machine_type)): Add cases for
923 bfd_mach_mips5 and bfd_mach_mips64.
924 * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
925 * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
926 * cpu_mips.c (I_mips5, I_mips64): New definitions.
927 (arch_info_struct): Add entries for bfd_mach_mips5 and
928 bfd_mach_mips64.
929 * elf32-mips.c (elf_mips_isa, elf_mips_mach,
930 _bfd_mips_elf_print_private_bfd_data): Add cases for
931 E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
932 (_bfd_mips_elf_final_write_processing): Add cases for
933 bfd_mach_mips5 and bfd_mach_mips64.
934
935 * bfd/aoutx.h (NAME(aout,machine_type)): Add a
936 bfd_mach_mips_sb1 case.
937 * bfd/archures.c (bfd_mach_mips_sb1): New constant.
938 * bfd/bfd-in2.h (bfd_mach_mips_sb1): New constant.
939 * bfd/cpu-mips.c (I_sb1): New constant.
940 (arch_info_struct): Add entry for bfd_mach_mips_sb1.
941 * bfd/elf32-mips.c (elf_mips_mach): Add case for
942 E_MIPS_MACH_SB1.
943 (_bfd_mips_elf_final_write_processing): Add case for
944 bfd_mach_mips_sb1.
945
9462000-12-01 Joel Sherrill <joel@OARcorp.com>
ddcfc5fc
NC
947
948 * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
949 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
950 (sparc*-*-rtems*): Switched from a.out to ELF.
951
8d88c4ca 9522000-11-30 Jan Hubicka <jh@suse.cz>
d952f17a
AM
953
954 * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
955 BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
956 (elf64-x86-64.lo): Add dependencies.
957 * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
958 bfd_mach_x86_64_intel_syntax.
959 * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
960 * config.bfd (x86_64): Add.
961 * configure.in: Add support for bfd_elf64_x86_64_vec.
962 * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
963 (bfd_i386_arch, i8086_ar): Link in.
964 * elf64-x86-64.c: New file.
965 * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
966 * targets.c (bfd_elf64_x86_64_vec): Add.
967 (bfd_target_vect): Add bfd_elf64_x86_64_vec.
8d88c4ca 968
fbc4fff4
KH
9692000-11-30 Kazu Hirata <kazu@hxi.com>
970
971 * xcofflink.c: Fix formatting.
972
e60b52c6
KH
9732000-11-28 Kazu Hirata <kazu@hxi.com>
974
975 * aoutx.h: Fix formatting.
976 * bfd-in.h: Likewise.
977 * bfd-in2.h: Likewise.
978 * cache.c: Likewise.
979 * cisco-core.c: Likewise.
980 * coff64-rs6000.c: Likewise.
981 * coffcode.h: Likewise.
982 * coffswap.h: Likewise.
983 * corefile.c: Likewise.
be3ccd9c 984 * elf32-mips.c: Likewise.
e60b52c6 985
336eced2
KH
9862000-11-27 Kazu Hirata <kazu@hxi.com>
987
988 * aout-adobe.c: Fix formatting.
244148ad
KH
989 * coff64-rs6000.c: Likewise.
990 * coffgen.c: Likewise.
991 * cofflink.c: Likewise.
336eced2 992
d71f672e
PB
9932000-11-27 Philip Blundell <pb@futuretv.com>
994
995 * libcoff-in.h (coff_tdata): Add `strings_written' flag.
996 (obj_coff_strings_written): New accessor macro for above.
997 * libcoff.h: Regenerate.
998 * cofflink.c (_bfd_coff_final_link): Say that we wrote the
999 strings.
1000 * coffcode.h (coff_write_object_contents): No need to write out
1001 the string table if it's already been done.
1002
bc7a577d
PB
10032000-11-22 Philip Blundell <pb@futuretv.com>
1004
d952f17a 1005 * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
bc7a577d
PB
1006 weak undefined symbols.
1007
077b8428
NC
10082000-11-24 Nick Clifton <nickc@redhat.com>
1009
1010 * archures.c (bfd_mach_arm_5TE): Define.
1011 (bfd_mach_arm+XScale): Define.
1012 * bfd-in2.h: Regenerate.
1013
1014 * coff-arm.c (coff_arm_reloc_type_lookup): Accept
1015 BFD_RELOC_ARM_PCREL_BLX.
1016
1017 * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
1018 XScale machine numbers.
1019
1020 * config.bfd (xscale-elf): Add target.
1021 (xscale-coff): Add target.
1022
1023 * cpu-arm.c: Add xscale machine name.
1024 Add v5t, v5te and XScale machine numbers.
1025
e9e41bd9
KH
10262000-11-23 Kazu Hirata <kazu@hxi.com>
1027
1028 * aix386-core.c: Fix formatting.
1029
64bf6ae6
JW
10302000-11-22 Jim Wilson <wilson@redhat.com>
1031
1032 * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
1033 (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
1034 * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
1035 (ins_imms_scaled): Initialize sign_bit at function entry.
1036 (elf64_ia64_operands): Add missing initializers.
1037 * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
1038 elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
1039 elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
1040 elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
1041 elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
1042 parameters.
1043 (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
1044 and free_extsyms at function entry.
1045 (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
1046 (elfNN_ia64_create_dynamic_sections): Delete unused local h.
1047 (get_got): Delete unused local srel.
1048 (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
1049 (elfNN_ia64_relocate_section): Delete unused local dynindx.
d952f17a 1050
1abaf976
KH
10512000-11-21 Kazu Hirata <kazu@hxi.com>
1052
6e301b2b
KH
1053 * coff-a29k.c: Fix formatting.
1054 * coff-h8500.c: Likewise.
1055 * coff-i960.c: Likewise.
1056 * coff-ppc.c: Likewise.
1057 * coff-rs6000.c: Likewise.
1058 * coff-stgo32.c: Likewise.
1059 * coff-tic54x.c: Likewise.
1060 * coff-w65.c: Likewise.
1061 * cpu-h8500.c: Likewise.
1062 * cpu-hppa.c: Likewise.
1063 * cpu-ns32k.c: Likewise.
1064 * ecoff.c: Likewise.
1abaf976
KH
1065 * ecofflink.c: Likewise.
1066
a0fc8ba1
NC
10672000-11-21 Nick Clifton <nickc@redhat.com>
1068
1069 * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
1070 remove possibility of infinite loop.
1071
beb0d161
KH
10722000-11-20 Kazu Hirata <kazu@hxi.com>
1073
1074 * aix386-core.c: Fix formatting.
1075 * aout-adobe.c: Likewise.
1076 * aout-arm.c: Likewise.
1077 * aout-encap.c: Likewise.
1078 * aout-ns32k.c: Likewise.
1079 * aout-target.h: Likewise.
1080 * aout-tic30.c: Likewise.
1081 * aoutf1.h: Likewise.
1082 * aoutx.h: Likewise.
1083 * archive.c: Likewise.
eb6e10cb
KH
1084 * bfd-in.h: Likewise.
1085 * bfd-in2.h: Likewise.
1086 * bfd.c: Likewise.
1087 * bout.c: Likewise.
beb0d161 1088
2c2475db
JW
10892000-11-17 H.J. Lu <hjl@gnu.org>
1090
1091 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
1092 pltoff entries for DT_INIT and DT_FINI.
1093 (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
1094 (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
1095 entries.
1096
18b27f17
RH
10972000-11-16 Richard Henderson <rth@redhat.com>
1098
1099 * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
1100 (allocate_dynrel_entries): Likewise.
1101 (elfNN_ia64_relocate_section): Likewise. Set REL addends correctly.
1102 (set_pltoff_entry): Likewise.
1103 (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
1104 (elfNN_ia64_reloc_type_lookup): Likewise.
1105 (elfNN_ia64_install_value): Likewise.
1106 (elfNN_ia64_relocate_section): Likewise.
1107 * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
1108 (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
1109
98591c73
KH
11102000-11-16 Kazu Hirata <kazu@hxi.com>
1111
71f6b586
KH
1112 * cpu-a29k.c: Fix formatting.
1113 * cpu-alpha.c: Likewise.
1114 * cpu-arm.c: Likewise.
1115 * cpu-avr.c: Likewise.
1116 * cpu-d10v.c: Likewise.
1117 * cpu-h8500.c: Likewise.
1118 * cpu-hppa.c: Likewise.
1119 * cpu-i370.c: Likewise.
1120 * cpu-i386.c: Likewise.
1121 * cpu-i960.c: Likewise.
1122 * cpu-ia64-opc.c: Likewise.
1123 * cpu-ia64.c: Likewise.
1124 * cpu-m32r.c: Likewise.
1125 * cpu-m68hc11.c: Likewise.
1126 * cpu-m68hc12.c: Likewise.
1127 * cpu-m68k.c: Likewise.
1128 * cpu-m88k.c: Likewise.
1129 * cpu-mips.c: Likewise.
1130 * cpu-ns32k.c: Likewise.
1131 * cpu-pj.c: Likewise.
1132 * cpu-powerpc.c: Likewise.
1133 * cpu-sh.c: Likewise.
1134 * cpu-sparc.c: Likewise.
1135 * cpu-tic54x.c: Likewise.
1136 * cpu-v850.c: Likewise.
1137 * cpu-vax.c: Likewise.
1138 * cpu-w65.c: Likewise.
1139 * cpu-we32k.c: Likewise.
1140 * cpu-z8k.c: Likewise.
1141 * dwarf1.c: Likewise.
98591c73
KH
1142 * dwarf2.c: Likewise.
1143
c5930ee6
KH
11442000-11-15 Kazu Hirata <kazu@hxi.com>
1145
1146 * coff-arm.c: Fix formatting.
1147 * coff-ppc.c: Likewise.
1148 * coff-rs6000.c: Likewise.
cbfe05c4
KH
1149 * coff-sh.c: Likewise.
1150 * coff-sparc.c: Likewise.
1151 * coff-tic30.c: Likewise.
1152 * coff-tic54x.c: Likewise.
1153 * coff-tic80.c: Likewise.
1154 * coff-w65.c: Likewise.
1155 * coff-we32k.c: Likewise.
1156 * coff-z8k.c: Likewise.
c5930ee6 1157
dac544a8
RH
11582000-11-15 Richard Henderson <rth@redhat.com>
1159
1160 * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
1161 section with the same ALLOC|LOAD flags as the source section.
1162
c810873d
JJ
11632000-11-14 Jakub Jelinek <jakub@redhat.com>
1164
1165 * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
1166 by STO_ALPHA constants.
1167
43646c9d
KH
11682000-11-14 Kazu Hirata <kazu@hxi.com>
1169
1170 * coff-pmac.c: Fix formatting.
1171 * coff-ppc.c: Likewise.
1172
051b8577
L
11732000-11-13 H.J. Lu <hjl@gnu.org>
1174
1175 * elflink.h (elf_link_add_object_symbols): Also add indirect
1176 symbols for common symbols with the default version.
1177
90460d97
PB
11782000-11-09 Philip Blundell <pb@futuretv.com>
1179
1180 * section.c (STD_SECTION): Set gc_mark flag.
1181
b48499ec
KH
11822000-11-11 Kazu Hirata <kazu@hxi.com>
1183
1184 * coff-i960.c: Likewise.
1185 * coff-m68k.c: Likewise.
1186 * coff-m88k.c: Likewise.
1187 * coff-mcore.c: Likewise.
1188 * coff-mips.c: Likewise.
1189
c5aeb40f
AO
11902000-11-11 Bernd Schmidt <bernds@cygnus.co.uk>
1191
1192 * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
1193
5fcfd273
KH
11942000-11-10 Kazu Hirata <kazu@hxi.com>
1195
1196 * coff-h8300.c: Fix formatting.
1197 * coff-h8500.c: Likewise.
1198 * coff-i386.c: Likewise.
1199 * coff-i860.c: Likewise.
1200 * coff-i960.c: Likewise.
1201 * coff-ia64.c: Likewise.
1202
047066e1
KH
12032000-11-09 Kazu Hirata <kazu@hxi.com>
1204
1205 * archive.c: Fix formatting.
1206 * archures.c: Likewise.
1207
9a951beb
RH
12082000-11-07 Richard Henderson <rth@redhat.com>
1209
1210 * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
1211 Set it before bfd_elf64_bfd_final_link call. Use it after the call.
1212 * section.c (bfd_set_section_contents): Call memcpy if
1213 section->contents set and location not equal to contents plus offset.
1214
aebad5fe
KH
12152000-11-08 Kazu Hirata <kazu@hxi.com>
1216
8546af74
KH
1217 * bfd-in.h: Fix formatting.
1218 * bfd-in2.h: Likewise.
1219 * bfd.c: Likewise.
aebad5fe
KH
1220 * binary.c: Likewise.
1221 * bout.c: Likewise.
346ceb11
KH
1222 * coff-a29k.c: Likewise.
1223 * coff-alpha.c: Likewise.
1224 * coff-apollo.c: Likewise.
1225 * coff-aux.c: Likewise.
aebad5fe 1226
0ef5a5bd
KH
12272000-11-07 Kazu Hirata <kazu@hxi.com>
1228
1229 * aix386-core.c: Fix formatting.
1230 * aoutf1.h: Likewise.
1231 * aoutx.h: Likewise.
1232 * archures.c: Likewise.
1233 * armnetbsd.c: Likewise.
1234
d562d2fb
AM
12352000-11-07 Alan Modra <alan@linuxcare.com.au>
1236
1237 * coff-h8300.c (special): Adjust reloc address.
1238
bbe66d08
JW
12392000-11-06 Steve Ellcey <sje@cup.hp.com>
1240
4efc3e05 1241 * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
bbe66d08
JW
1242 to differentiate elf32 and elf64 on ia64.
1243 * bfd-in2.h: Regenerate.
1244 * config.bfd: Add target for "ia64*-*-hpux*".
1245 * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
1246 * configure: Regenerate.
4efc3e05 1247 * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
bbe66d08
JW
1248 * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
1249
1250 * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
1251 from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo.
1252 * Makefile.in: Regnerate.
4efc3e05 1253 * elf64-ia64.c: Deleted.
bbe66d08
JW
1254 * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
1255
c4dfa77f
KH
12562000-11-06 Kazu Hirata <kazu@hxi.com>
1257
1258 * aout-adobe.c: Fix formatting.
1259 * aout-arm.c: Likewise.
1260 * aout-cris.c: Likewise.
1261 * aout-encap.c: Likewise.
1262 * aout-ns32k.c: Likewise.
1263 * aout-target.h: Likewise.
1264 * aout-tic30.c: Likewise.
1265
cf919dfd
PB
12662000-11-05 Philip Blundell <philb@gnu.org>
1267
1268 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
1269 BFDs containing no sections to be merged, regardless of their flags.
1270
12712000-11-04 Philip Blundell <philb@gnu.org>
1272
1273 * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
1274 if a relocation for an undefined symbol also results in an
1275 overflow.
1276
8d88c4ca 12772000-11-06 Christopher Faylor <cgf@cygnus.com>
8848a8d0
CF
1278
1279 * config.bfd: Add support for Sun Chorus.
1280
46d59bfa
DB
12812000-11-05 David O'Brien <obrien@FreeBSD.org>
1282
1283 * configure.in: Recognize alpha-*-freebsd*.
1284 * configure: Regenerate.
1285
d952f17a 12862000-11-02 Luciano Gemme <ishitawa@yahoo.com>
420496c1
NC
1287
1288 * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
1289 (Chunk): New global variable set by a parameter in objcopy.c.
1290 (S3Forced): New global variable set by a parameter in
1291 objcopy.c.
1292 (srec_set_section_contents): If S3Forced is true, always generate
1293 S3 records.
1294 (srec_write_section): Use 'Chunk' to limit maximum length of S
1295 records.
1296
59ff2774
NC
12972000-11-02 Per Lundberg <plundis@chaosdev.org>
1298
1299 * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
1300 * Makefile.in: Regenerate.
1301 * bfd-in2.h: Regenerate.
1302 * po/bfd.pot: Regenerate.
d952f17a 1303
ee43f35e
PB
13042000-10-31 Philip Blundell <philb@gnu.org>
1305
1306 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
1307 EF_SOFT_FLOAT if it is defined.
1308
1006ba19
PB
13092000-10-27 Philip Blundell <philb@gnu.org>
1310
1311 * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
1312 attempts to mix PIC code with non-PIC, just mark the output as
1313 being position dependent.
d952f17a
AM
1314 (elf32_arm_merge_private_bfd_data): Likewise. Print an error
1315 message for EF_SOFT_FLOAT mismatches. Display diagnostics for
1006ba19 1316 all mismatches, not just the first one.
d952f17a 1317
c4920b97
NC
13182000-10-25 Chris Demetriou <cgd@sibyte.com>
1319
1320 * ieee.c (ieee_archive_p): Plug one of many possible
1321 memory leaks in error handling.
1322
19f7b010
JJ
13232000-10-20 Jakub Jelinek <jakub@redhat.com>
1324
1325 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
1326 elf32_sparc_object_p, elf32_sparc_final_write_processing):
1327 Support v8plusb.
1328 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
1329 sparc64_elf_object_p): Support v9b.
1330 * archures.c: Declare v8plusb and v9b machines.
1331 * bfd-in2.h: Ditto.
1332 * cpu-sparc.c: Ditto.
1333
e1e0340b
GK
13342000-10-16 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
1335
ea5fbc67
GK
1336 * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
1337 of a GOT reloc.
1338
e1e0340b
GK
1339 * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
1340 (SYMBOL_CALLS_LOCAL): New macro.
1341 (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
1342 (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
1343 (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
1344 (ppc_elf_relocate_section): Use flag variable to determine
1345 whether the relocation refers to a local symbol.
1346 Test whether a PLTREL24 reloc will produce a reloc by looking
1347 to see whether a PLT entry was made.
1348
a4b120e1
GK
13492000-10-14 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
1350
1351 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
1352 entries that could serve as a definition for a weak symbol.
1353
5af5b85b
UC
13542000-10-13 Ulf Carlsson <ulfc@engr.sgi.com>
1355
1356 From Ralf Baechle <ralf@gnu.org>
1357
1358 * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
1359 local_p. Add symbol value only for non-R_MIPS_REL32 relocations
1360 against local symbols.
1361 (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
d952f17a 1362
3ef20aaa
AM
13632000-10-12 Alan Modra <alan@linuxcare.com.au>
1364
24376d1b
AM
1365 * section.c (struct sec): Add kept_section.
1366 (struct bfd_comdat_info): Remove sec, we can use above.
1367 (STD_SECTION): Add initializer.
1368 (bfd_make_section_anyway): Init here too.
1369
1370 * bfd-in2.h: Regenerate.
1371
1372 * elflink.h (elf_link_add_object_symbols): Remove unnecessary
d952f17a 1373 zeroing of `flags'.
24376d1b
AM
1374 (elf_link_input_bfd): Set all asection->symbol->value's here, and
1375 fudge values for discarded link-once section symbols.
1376
3ef20aaa
AM
1377 * elf64-hppa.c: Include alloca-conf.h
1378
c0e219cc
AM
13792000-10-11 Alan Modra <alan@linuxcare.com.au>
1380
d01e2a23
AM
1381 * elf.c (swap_out_syms): Revert 2000-10-07 changes.
1382
c0e219cc
AM
1383 * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
1384
fe268b66
AM
13852000-10-10 Alan Modra <alan@linuxcare.com.au>
1386
1387 * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
1388
4d7ce4dd
AM
13892000-10-10 Tom Rix <trix@redhat.com>
1390
d952f17a 1391 * section.c (bfd_make_section_anyway): Release newsect ptr when
4d7ce4dd
AM
1392 newsect->symbol fails to alloc. Use bfd_release instead of free.
1393
f3b6f7c3
RH
13942000-10-09 Richard Henderson <rth@cygnus.com
1395
1396 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
1397 (elf64_ia64_unwind_entry_compare): New.
1398 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
1399
44852b19
AM
14002000-10-07 Alan Modra <alan@linuxcare.com.au>
1401
fc8c40a0
AM
1402 * elflink.h (size_dynamic_sections): Don't create various tags if
1403 .dynstr is excluded from the link. Don't set first dynsym entry
1404 if dynsymcount is zero.
1405 (elf_bfd_final_link): Don't try to swap out dynamic syms if
1406 .dynsym excluded from the link. Don't try to write any dynamic
1407 sections excluded from the link.
1408
44852b19
AM
1409 * elf.c (swap_out_syms): Handle global section symbols.
1410
3e4554a2
DD
14112000-10-05 DJ Delorie <dj@redhat.com>
1412
1413 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
1414 * coffcode.h (coff_set_alignment_hook): read extended reloc count
1415 (coff_write_relocs): write extended reloc count
1416 (coff_write_object_contents): account for extended relocs
1417
fa152c49
JW
14182000-10-05 Jim Wilson <wilson@cygnus.com>
1419
1420 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
1421 field.
1422 * elf.c (_bfd_elf_make_section_from_shdr): Call the
1423 elf_backend_section_flags function.
1424 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
1425 code.
1426 (elf64_ia64_section_flags): New function containing flag conversion
1427 code.
1428 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
1429 * elfxx-target.h (elf_backend_section_flags): Define.
1430 (elfNN_bed): Initialize elf_backend_section_flags field.
1431
36605136
AM
14322000-10-02 Alan Modra <alan@linuxcare.com.au>
1433
1434 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
1435 _bfd_elf32_gc_record_vtable. Correct a comment.
1436
4b6609a0
UC
14372000-10-01 Ulf Carlsson <ulfc@engr.sgi.com>
1438
1439 From Ralf Baechle <ralf@gnu.org>
1440
1441 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
1442 produces binaries with got[1] = 0x80000001 to differenciate them
1443 for the dynamic linker from the broken binaries produced by old
1444 versions.
36605136 1445
f572a39d
AM
14462000-09-30 Petr Sorfa <petrs@sco.com>
1447
1448 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
1449 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
1450 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
1451 * configure: Regenerate.
1452
4da81684
HPN
14532000-09-27 Hans-Peter Nilsson <hp@axis.com>
1454
1455 Define two bfd_targets for absence and presence of leading
1456 underscore on symbols. Make sure to only link same kind.
1457 * elf32-cris.c (cris_elf_object_p,
1458 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
1459 cris_elf_merge_private_bfd_data): New.
1460 (elf_backend_object_p, elf_backend_final_write_processing,
1461 bfd_elf32_bfd_print_private_bfd_data,
1462 bfd_elf32_bfd_merge_private_bfd_data): Define.
1463 <Target vector definition>: Include elf32-target.h twice with
1464 different macro settings:
1465 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
1466 bfd_elf32_us_cris_vec.
1467 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
1468 (elf_symbol_leading_char): First as 0, then '_'.
1469 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
1470 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
1471 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
1472 * configure: Regenerate.
1473 * targets.c: Declare bfd_elf32_us_cris_vec.
1474 * po/bfd.pot: Regenerate.
1475
9a5aca8c
AM
14762000-09-29 Momchil Velikov <velco@fadata.bg>
1477
1478 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
1479 R_ARM_THM_PC22 relocations.
1480
512a2384
AM
14812000-09-29 NIIBE Yutaka <gniibe@chroot.org>
1482
1483 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
1484
6c99a5c3
AM
14852000-09-29 Momchil Velikov <velco@fadata.bg>
1486
1487 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
1488 is has the SEC_HAS_CONTENTS flag set.
1489
9f93bca5 14902000-09-28 Vrjan Friberg <orjanf@axis.com>
b16885a1
HPN
1491 Hans-Peter Nilsson <hp@axis.com>
1492
1493 * aout-cris.c (N_TXTADDR): Define.
1494
6204760d
AM
14952000-09-28 John David Anglin <dave@hiauly1.hia.nrc.ca>
1496
1497 * som.c: Include alloca-conf.h.
1498 * Makefile.am: "make dep-am"
1499 * Makefile.in: Regenerate.
1500
47d89dba
AM
15012000-09-27 Alan Modra <alan@linuxcare.com.au>
1502
1503 * elf32-hppa.c (plt_stub): New.
1504 (PLT_STUB_ENTRY): Define.
1505 (elf32_hppa_link_hash_table): Change multi_subspace to packed
1506 boolean. Add need_plt_stub, has_12bit_branch and has_17bit_branch.
1507 (elf32_hppa_link_hash_table_create): Init to suit.
1508 (elf32_hppa_check_relocs): Set has_12bit_branch and
1509 has_17bit_branch as appropriate.
1510 (elf32_hppa_adjust_dynamic_symbol): Set need_plt_stub for
1511 non-local functions.
1512 (elf32_hppa_size_dynamic_sections): Correct setting of reltext.
1513 Add space for plt_stub as needed.
1514 (elf32_hppa_finish_dynamic_symbol): Point .plt entries for global
1515 functions at plt_stub.
1516 (elf32_hppa_finish_dynamic_sections): Write plt_stub.
1517 (elf32_hppa_create_dynamic_sections): Leave .plt executable.
1518
1519 * elf32-hppa.h (elf32_hppa_size_stubs): Add group_size param.
1520 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise. Use it instead
1521 of fixed size, and if negative, disable handling of input sections
1522 before stub section. Set up default stub group size depending
1523 on detected branch relocs.
1524 (hppa_build_one_stub): Use lrsel and rrsel for import stubs to
1525 ensure different offsets from sym_value aren't rounded to
1526 different 2k blocks. Use lrsel and rrsel for other stubs too for
1527 consistency rather than necessity.
1528 (elf32_hppa_check_relocs): Handle R_PARISC_DIR14F.
1529 (final_link_relocate): Likewise.
1530 (elf32_hppa_relocate_section): Likewise.
1531
1532 * elf-hppa.h (elf_hppa_howto_table): Add R_PARISC_DIR14F reloc.
1533 (_bfd_elf_hppa_gen_reloc_type): Generate them.
1534 (elf_hppa_final_link_relocate): Handle them.
1535 (elf_hppa_relocate_insn): Likewise.
1536 (_bfd_elf_hppa_gen_reloc_type): Add missing e_ldsel and e_rdsel cases.
1537
a17cc40f
HPN
15382000-09-26 Hans-Peter Nilsson <hp@axis.com>
1539
1540 * elfcode.h (elf_object_p): Preserve and clear abfd section
d952f17a 1541 information. Restore at error.
a17cc40f 1542
3028b4c0
DD
15432000-09-26 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1544
1545 * peigen.c (_bfd_pei_swap_aouthdr_in): If some DataDirectory
1546 is empty, make sure that its rva also 0. NT loader dislikes
1547 having otherwise.
1548
40914184
AM
15492000-09-26 Steve Ellcey <sje@cup.hp.com>
1550
1551 * som.c (som_bfd_derive_misc_symbol_info): Make weak symbols
1552 global by default.
1553
a017a724
AM
15542000-09-21 Alan Modra <alan@linuxcare.com.au>
1555
1556 * elf32-hppa.c (elf32_hppa_check_relocs): Fix weak sym handling in
1557 currently unused RELATIVE_DYNAMIC_RELOCS code.
1558 (hppa_discard_copies): Likewise.
1badb539
AM
1559 (elf32_hppa_size_stubs): Size `input_list' array correctly. Correct
1560 comments. Don't check non-code output sections for stub grouping.
a017a724 1561
b3ea3584
AM
15622000-09-20 Alan Modra <alan@linuxcare.com.au>
1563
1564 * section.c (bfd_get_unique_section_name): Return NULL if
1565 bfd_malloc fails.
1566
6091b433
NC
15672000-09-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1568
1569 * elf32-m68k.c (elf_cpu32_plt0_entry): Change the PLT entry 0
1570 instruction sequence to actually work.
1571 (elf_m68k_finish_dynamic_sections): Change the patch-in offset
1572 accordingly.
1573
8a3975e6
AO
15742000-09-18 Alexandre Oliva <aoliva@redhat.com>
1575
1576 * elf32-sh.c (sh_elf_relocate_section): Use
1577 _bfd_final_link_relocate to apply the relocation against a section
1578 symbol, when doing relocatable links.
1579
25f72752
AM
15802000-09-18 Alan Modra <alan@linuxcare.com.au>
1581
1582 * elf32-hppa.c (elf32_hppa_stub_hash_entry): Rename input_section
1583 to id_sec.
1584 (stub_hash_newfunc): Here too.
1585 (hppa_add_stub): And here.
1586 (elf32_hppa_link_hash_table): Remove stub_section_created,
1587 reloc_section_created, first_init_sec and first_fini_sec. Add
1588 stub_group.
1589 (elf32_hppa_link_hash_table_create): Init to suit.
1590 (hppa_get_stub_entry): Add support for grouping stub sections.
1591 (hppa_add_stub): Likewise. Remove sec_count param and init/fini
1592 section code. Index stub vars by section->id.
1593 (elf32_hppa_size_stubs): Likewise. Remove duplicated function
1594 exit paths. Zap allocation of above removed vars. Refine
1595 link-once test.
1596
1597 * elf32-hppa.h (elf32_hppa_size_stubs): Add output_bfd param.
1598 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.
1599 (hppa_get_stub_entry): Pass in pointer to elf32_hppa_link_hash_table
1600 rather than pointer to bfd_link_info.
1601 (hppa_add_stub): Likewise.
1602 (final_link_relocate): Likewise.
1603
16042000-09-17 David Huggins-Daines <dhd@linuxcare.com>
1605
1606 (elf32_hppa_size_stubs): Don't try to build stubs for discarded
1607 link-once sections.
1608
4bb5e078
AO
16092000-09-16 Alexandre Oliva <aoliva@redhat.com>
1610
1611 * elf32-sh.c (ELF_MAXPAGESIZE): Define to 128, to match
1612 ld/emulparams/shelf.sh.
1613
0752970e
NC
16142000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1615
1616 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): New function.
1617 * bfd-in.h (bfd_m68k_elf32_create_embedded_relocs): Add declaration.
1618 * bfd-in2.h: Regenerate.
1619
ffcb7aff
NC
16202000-09-15 Kenneth Block <Kenneth.Block@compaq.com>
1621
1622 * bfd/elf64-alpha.c (elf64_alpha_relax_with_lituse): ld performs
1623 LITUSE relocations incorrectly if -relax is specified on the ld
1624 command line and the displacement field of the load or store
1625 instruction is non-zero. (Patch by paul.winalski@compaq.com)
1626
d5c73c2f
AM
16272000-09-15 Alan Modra <alan@linuxcare.com.au>
1628
1629 * elf32-hppa.c (hppa_add_stub): Dont set first_init_sec and
1630 first_fini_sec here.
1631 (elf32_hppa_size_stubs): Instead correctly find the first .init
1632 and .fini section here.
1633
16342000-09-15 David Huggins-Daines <dhd@linuxcare.com>
1635
1636 * elf32-hppa.c (clobber_millicode_symbols): New function.
1637 (elf32_hppa_size_dynamic_sections): Call it.
1638
74d1c347
AM
16392000-09-14 Alan Modra <alan@linuxcare.com.au>
1640
1641 * elf32-hppa.c (elf32_hppa_link_hash_entry): Make pic_call
1642 packed. Add plabel, plt_abs packed booleans.
1643 (hppa_link_hash_newfunc): Init new fields.
1644 (PLABEL_PLT_ENTRY_SIZE): Define.
1645 (hppa_stub_name): Use size_t len vars.
1646 (hppa_add_stub): Likewise.
1647 (elf32_hppa_build_stubs): Likewise.
1648 (hppa_build_one_stub): Kill some compiler warnings.
1649 (elf32_hppa_check_relocs): Always generate a plt entry for PLABELs
1650 if dynamic linking. Munge the local plt offsets into
1651 local_got_refcounts. Set h->plabel for all global PLABELs. Use
1652 size_t len vars. Add assert for plabel addend.
1653 (elf32_hppa_gc_sweep_hook): Sweep local plt entries too.
1654 (elf32_hppa_hide_symbol): New function.
1655 (elf_backend_hide_symbol): Define.
1656 (elf32_hppa_adjust_dynamic_symbol): Don't throw away plt entries
1657 with h->plabel set. Don't make plt entries to have dynamic syms
1658 when they have been forced local. If plt entry is used by a
1659 plabel, make it PLABEL_PLT_ENTRY_SIZE.
1660 (elf32_hppa_size_dynamic_sections): Set plt_abs for init fns.
1661 Set up .plt offsets for local syms.
1662 (elf32_hppa_relocate_section): Initialise plt entries for local
1663 syms. Leave weak undefined plabels zero. Make global plabel
1664 relocs against function symbol, and leave the addend zero.
1665 Use *ABS* DIR32 relocs instead of SEGREL32 for dynamic got relocs.
1666 (elf32_hppa_finish_dynamic_symbol): Set up IPLT relocs for
1667 non-dynamic syms. Init extra plt for plabels. Use *ABS* DIR32
1668 relocs instead of SEGREL32 for dynamic got relocs.
1669 (elf32_hppa_finish_dynamic_sections): Reserve one more .got entry.
1670 (elf_backend_got_header_size): Adjust.
1671 (elf32_hppa_set_gp): Calculate an "ideal" LTP.
1672
1673 * elf32-hppa.c (LONG_BRANCH_VIA_PLT): Define.
1674 (hppa_type_of_stub): Use it instead of #if 0
1675 (hppa_discard_copies): Use it here too.
1676 (elf32_hppa_size_dynamic_sections): And here.
1677
1678 * elf32-hppa.c (elf32_hppa_link_hash_table): Remove `offset' field.
1679 (elf32_hppa_link_hash_table_create): And here.
1680 (hppa_build_one_stub): And here. Instead keep track of stub
1681 offset using _raw_size.
1682 (elf32_hppa_size_stubs): Likewise.
1683 (elf32_hppa_build_stubs): Likewise.
1684 (hppa_size_one_stub): Likewise. Resize reloc section too.
1685
1686 * elf32-hppa.c (hppa_add_stub): Correct first_init_sec and
1687 first_fini_sec handling. Don't search for reloc section or set
1688 hplink->reloc_section_created here.
1689 (elf32_hppa_size_stubs): Instead search for reloc sections, and
1690 set reloc_section_created here.
1691 (hppa_handle_PIC_calls): Set ELF_LINK_HASH_NEEDS_PLT.
1692 (elf32_hppa_size_dynamic_sections): Make a .plt entry for DT_INIT
1693 and DT_FINI.
1694 (elf32_hppa_finish_dynamic_sections): Set DT_INIT and DT_FINI.
1695
1696 * elf32-hppa.c (hppa_build_one_stub): Replace `elf_hash_table (info)'
1697 with `hplink->root.'.
1698 (elf32_hppa_check_relocs): Likewise.
1699 (elf32_hppa_gc_sweep_hook): Likewise.
1700 (elf32_hppa_adjust_dynamic_symbol): Likewise.
1701 (hppa_handle_PIC_calls): Likewise.
1702 (elf32_hppa_size_dynamic_sections): Likewise.
1703 (elf32_hppa_set_gp): Likewise.
1704 (elf32_hppa_relocate_section): Likewise.
1705 (elf32_hppa_finish_dynamic_symbol): Likewise.
1706 (elf32_hppa_finish_dynamic_sections): Likewise.
1707
1708 From David Huggins-Daines <dhd@linuxcare.com>
1709 * elf32-hppa.c (hppa_type_of_stub): Generate import stubs for
1710 defined weak symbols in shared links.
1711 (final_link_relocate): Calls to defined weak symbols in shared
1712 objects must go via import stubs, as the target might not be known
1713 at link time.
1714
06bb75c1
AO
17152000-09-14 Alexandre Oliva <aoliva@redhat.com>
1716
1717 * elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,
1718 R_SH_COPY, R_SH_GLOB_DAT, R_SH_JMP_SLOT, R_SH_RELATIVE,
1719 R_SH_GOTOFF, R_SH_GOTPC) to the range from 160 to 167. Replaced
1720 the original entries with EMPTY_HOWTOs, and added new ones to fill
1721 in the gap.
1722 (sh_elf_info_to_howto): Make sure the new gap isn't used.
1723 (sh_elf_relocate_section): Likewise.
1724
156c2f8b 17252000-09-13 Anders Norlander <anorland@acc.umu.se>
36605136 1726
d952f17a
AM
1727 * cpu-mips.c (arch_info_struct): Add mips:4K
1728 * bfd-in2.h (bfd_mach_mips4K): New define.
1729 * archures.c: Add bfd_mach_mips4K to comment.
1730 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Return
156c2f8b
NC
1731 E_MIPS_ARCH_2 for bfd_mach_mips4K.
1732
8d88c4ca 17332000-09-13 Marco Franzen <marcof@thyron.com>
8681fbcd
JL
1734
1735 * som.c (som_write_symbol_strings): Do not used fixed buffers,
1736 use size_t as a counter.
1737 (som_write_space_strings): Similarly.
1738
c1e8b710
JE
17392000-09-12 Jason Eckhardt <jle@cygnus.com>
1740
1741 * elf32-i860.c (elf32_i860_relocate_pc26): New function
1742 and prototype.
1743 (elf32_i860_relocate_section): Invoke new function from here.
1744
dbf48117
NC
17452000-09-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1746
1747 * elf.c (_bfd_elf_make_section_from_shdr): Make debug_sec_names
1748 static.
1749
ff0829fd
NC
17502000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1751
1752 * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): Emit 8 NULs for
1753 target section name instead of dumping core when the target symbol is
1754 undefined.
1755
27985c55
KH
17562000-09-09 Kazu Hirata <kazu@hxi.com>
1757
1758 * riscix.c: Remove DEFUN.
1759
fe077fa6
NC
17602000-09-08 Nick Clifton <nickc@redhat.com>
1761
1762 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Do not
1763 initialise flags in output bfd if the input bfd is the default
1764 architecture with the default flags.
1765
d70910e8
KH
17662000-09-08 Kazu Hirata <kazu@hxi.com>
1767
1768 * archive.c: Fix formatting.
1769 * coff-arm.c: Likewise.
1770 * doc/chew.c: Likewise.
1771
77cb06e9
AM
17722000-09-08 Alan Modra <alan@linuxcare.com.au>
1773
1774 * section.c (bfd_get_unique_section_name): Put a dot before the
1775 numeric suffix.
1776
c044fabd
KH
17772000-09-07 Kazu Hirata <kazu@hxi.com>
1778
256d98af 1779 * doc/chew.c: Remove all uses of DEFUN and DEFUN_VOID.
c044fabd
KH
1780 * elf.c: Fix formatting.
1781
b129bfef
AO
17822000-09-07 Alexandre Oliva <aoliva@redhat.com>
1783
1784 * config.bfd (sh-*-linux*): Added.
1785 * configure.in (bfd_elf32_shlin_vec, bfd_elf32_shblin_vec): New.
1786 * targets.c: Declare them.
1787 * elf32-sh-lin.c: New file.
1788 * Makefile.am: Compile it.
1789 * elf32-sh.c: Don't override defines from elf32-sh-lin.c.
1790 * configure, Makefile.in: Rebuilt.
1791
492055e6
GK
17922000-09-06 Geoffrey Keating <geoffk@cygnus.com>
1793
1794 * xcofflink.c (xcoff_link_input_bfd): Include the .tocbss
77cb06e9
AM
1795 pseduo-section when determining where the TOC ends.
1796
1797 * coff-rs6000.c (_bfd_xcoff_swap_aux_out): Use bfd_h_put_16 to
1798 output x_tvndx as it is only two bytes wide.
1799
1800 * coff-rs6000.c (xcoff_howto_table): A modifiable branch-absolute
1801 reloc is 26 or 32 bits wide.
1802
1803 * coff-rs6000.c (_bfd_xcoff_rtype2howto): The bitsize is irrelevant
1804 for relocs that don't change anything. Also look at the full
1805 6 bits of bitsize.
492055e6 1806
566ad7d7
PB
18072000-09-06 Philip Blundell <philb@gnu.org>
1808
1809 * config.bfd (arm*-*-uclinux*): New target.
1810
90f2472a
AO
18112000-09-06 Alexandre Oliva <aoliva@redhat.com>
1812
1813 * configure: Rebuilt with new libtool.m4.
1814
a966dba9
AM
18152000-09-06 Alan Modra <alan@linuxcare.com.au>
1816
1817 * section.c (bfd_get_unique_section_name): Avoid c++ reserved
1818 word for variable name.
1819 * bfd-in2.h: Regenerate.
77cb06e9 1820
5b343f5a
NC
18212000-09-05 Nick Clifton <nickc@redhat.com>
1822
1823 * config.in: Regenerate.
1824 * libbfd.h: Regenerate.
1825 * po/bfd.pot: Regenerate.
1826 * doc/bfdint.texi: Remove CVS date string - it foils compares with
1827 local versions.
77cb06e9 1828
188ac662
GK
18292000-09-05 Steven Johnson <sbjohnson@ozemail.com.au>
1830
1831 * cpu-powerpc.c (arch_info_struct): Added MPC860 Family entry.
1832
49bd834c
AM
18332000-09-05 Alan Modra <alan@linuxcare.com.au>
1834
30667bf3
AM
1835 Shared library and PIC support.
1836 * elf32-hppa.c (PLT_ENTRY_SIZE): New.
1837 (GOT_ENTRY_SIZE): New.
1838 (ELF_DYNAMIC_INTERPRETER): New.
1839 (STUB_SUFFIX): Define.
1840 (LONG_BRANCH_PIC_IN_SHLIB): Define.
1841 (RELATIVE_DYNAMIC_RELOCS): Define.
1842 (enum elf32_hppa_stub_type): New.
1843 (struct elf32_hppa_stub_hash_entry): Rename offset to
1844 stub_offset. Add a number of new fields.
1845 (struct elf32_hppa_link_hash_entry): New.
1846 (struct elf32_hppa_link_hash_table): Add numerous fields. Remove
1847 global_value.
1848 (elf32_hppa_hash_table): Rename to hppa_link_hash_table.
1849 (elf32_hppa_stub_hash_lookup): Rename to hppa_stub_hash_lookup.
1850 (elf32_hppa_stub_hash_newfunc): Rename to stub_hash_newfunc. Init
1851 new fields.
1852 (hppa_link_hash_newfunc): New function.
1853 (elf32_hppa_link_hash_table_create): Use above function. Init new
1854 fields.
1855 (elf32_hppa_stub_name): Rename to hppa_stub_name. Pass in reloc
1856 instead of addend, and remove sym_name from args. Don't use
1857 symbol name for local syms, instead use sym index.
1858 (elf32_hppa_size_of_stub): Rename to hppa_type_of_stub, and return
1859 stub type rather than size. Pass in hash and handle import stub
1860 case. Also pass in reloc instead of offset so we can calculate
1861 PCREL22F and PCREL12F branches properly.
1862 (elf32_hppa_build_one_stub): Rename to hppa_build_one_stub. Build
1863 import and export stubs too.
1864 (elf32_hppa_size_one_stub): Rename to hppa_size_one_stub. Handle
1865 import and export stub sizing.
1866 (elf32_hppa_check_relocs): New function.
1867 (elf32_hppa_adjust_dynamic_symbol): New function.
1868 (hppa_discard_copies): New function.
1869 (elf32_hppa_size_dynamic_sections): New function.
1870 (elf_backend_size_dynamic_sections): Define.
1871 (elf32_hppa_finish_dynamic_symbol): New function.
1872 (elf_backend_finish_dynamic_symbol): Define.
1873 (elf32_hppa_size_stubs): Stash params in link hash table, and move
1874 some local vars into the link hash table too. For shared links,
1875 trundle over function syms, generating export stubs. Handle
1876 PCREL22F branches. Break out stub creation code from here..
1877 (hppa_add_stub): .. to here. New function.
1878 (elf32_hppa_final_link): Rename to elf32_hppa_set_gp, and don't
1879 call the bfd linker. Use elf_gp to record global pointer.
1880 Calculate a value from sections if $global$ is missing.
1881 (bfd_elf32_bfd_final_link): Define as _bfd_elf32_gc_common_final_link.
1882 (elf32_hppa_gc_mark_hook): New function.
1883 (elf_backend_gc_mark_hook): Define.
1884 (elf32_hppa_gc_sweep_hook): New function.
1885 (elf_backend_gc_sweep_hook): Define.
1886 (elf32_hppa_bfd_final_link_relocate): Rename to final_link_relocate.
1887 Add rel to args, and remove howto, input_bfd, offset, addend,
1888 sym_name as we can recalculate these locally. Handle calls to
1889 dynamic objects, extra PIC relocs, PCREL22F branches. Change
1890 handling of undefined weak syms. Check that stubs are in range.
1891 Only look for import stubs on PCREL17F and PCREL22F relocs. Add
1892 message on hitting a DPREL21L reloc that needs fixing. Subtract
1893 off PC for PCREL14F. Break out code that does a stub lookup from
1894 here..
1895 (hppa_get_stub_entry): ..to here. New function.
1896 (elf32_hppa_relocate_insn): Merge into final_link_relocate.
1897 (elf32_hppa_relocate_section): Handle got and plt relocs, dynamic
1898 relocs, etc. etc.
1899 (elf32_hppa_finish_dynamic_sections): New function.
1900 (elf_backend_finish_dynamic_sections): Define.
1901 (elf_backend_final_write_processing) Define.
1902 (hppa_handle_PIC_calls): New function.
1903 (elf32_hppa_build_stubs): Call it. Pass link_info to
1904 hppa_build_one_stub.
1905 (elf32_hppa_create_dynamic_sections): New function
1906 to create .plt and .got then set .plt flags correctly.
1907 (elf_backend_create_dynamic_sections): Define.
1908 (elf32_hppa_object_p): New function.
1909 (elf_backend_object_p): Define.
1910 (elf32_hppa_elf_get_symbol_type): New function.
1911 (elf_backend_get_symbol_type): Define.
1912 (elf_backend_can_gc_sections): Define.
1913 (elf_backend_want_got_plt): Define.
1914 (elf_backend_plt_alignment): Set to 2.
1915 (elf_backend_plt_readonly): Define.
1916 (elf_backend_want_plt_sym): Define.
1917 (elf_backend_got_header_size): Reserve one entry.
1918
1919 * elf32-hppa.h (elf32_hppa_build_stubs): Don't pass stub bfd.
1920 (elf32_hppa_size_stubs): Pass in multi_subspace.
1921 (elf32_hppa_set_gp): Declare.
1922
1bd91689
AM
1923 * section.c (SEC_HAS_GOT_REF): Define new flag for asection.
1924 (bfd_get_unique_section_name): New function.
1925 * bfd_in2.h: Regenerate.
1926
832d951b
AM
1927 * elf64-hppa.c (elf64_hppa_check_relocs): Handle R_PARISC_PCREL12F.
1928 (elf64_hppa_size_dynamic_sections): Remove the FIXME at bfd_zalloc
1929 comment.
1930
1931 From David Huggins-Daines <dhd@linuxcare.com>
1932 * elf64-hppa.c (elf64_hppa_check_relocs): Fix a warning.
1933 (elf64_hppa_mark_exported_functions): Set dyn_h->st_shndx.
1934 (elf64_hppa_link_output_symbol_hook): Test dyn_h->st_shndx has
1935 been updated in finish_dynamic_symbol before modifying function
1936 symbol.
1937
49bd834c
AM
1938 * elf-hppa.h (elf_hppa_howto_table): Restructure into groups of
1939 eight entries. Replace NULL with bfd_elf_generic_reloc. Add
1940 R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT and R_PARISC_PCREL12F.
1941 (_bfd_elf_hppa_gen_reloc_type): Handle R_PARISC_GNU_VT*. Add some
1942 comments. Handle format == 12 for R_HPPA_PCREL_CALL.
1943 (elf_hppa_final_link_relocate): Handle R_PARISC_PCREL12F.
1944 (elf_hppa_relocate_insn): Likewise. Reformat some comments.
1945 (elf_hppa_final_write_processing): Expose it for ARCH_SIZE == 32.
1946
1947 From David Huggins-Daines <dhd@linuxcare.com>
1948 * elf-hppa.h (elf_hppa_is_local_label_name): Accept the SysV/ELF
1949 style of local labels as well.
1950
05924f36
PB
19512000-09-03 Philip Blundell <philb@gnu.org>
1952
1953 * elf32-arm.h (elf32_arm_relocate_section): Don't try to relocate
1954 references to undefined symbols in debugging sections.
1955
3d96075c
L
19562000-09-02 H.J. Lu <hjl@gnu.org>
1957
1958 * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
1959 BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE,
1960 BFD_RELOC_SH_GOTPC): Move them from the MIPS section to the SH
1961 section.
1962
de24da47
JE
19632000-09-02 Jason Eckhardt <jle@cygnus.com>
1964
1965 * elf32-i860.c (bfd_elf32_bfd_is_local_label_name): Define macro.
1966 (elf32_i860_is_local_label_name): New function and prototype.
1967
18e03609
NC
19682000-09-02 Nick Clifton <nickc@redhat.com>
1969
1970 * configure.in: Increase version number to 2.10.91.
1971 * configure: Regenerate.
1972 * aclocal.m4: Regenerate.
1973 * config.in: Regenerate.
1974 * po/bfd.pot: Regenerate.
77cb06e9 1975
7a6cc5fb
NC
19762000-09-02 Daniel Berlin <dberlin@redhat.com>
1977
1978 * elf.c (_bfd_elf_make_section_from_shdr): Add
1979 .gnu.linkobce.wi. to the list of debug section names.
1980
a092b084
NC
19812000-09-02 Nick Clifton <nickc@redhat.com>
1982
1983 * dwarf2.c (find_debug_info): New function: Locate a section
1984 containing dwarf2 debug information.
1985 (bfd_dwarf2_find_nearest_line): Find all sections containing
1986 debug information and include them in the stash.
1987
37c644f2
AO
19882000-09-01 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
1989
1990 * elf32-sh.c (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
1991 R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): New.
1992 (sh_reloc_map): Add new relocs.
1993 (sh_elf_check_relocs, sh_elf_link_hash_newfunc,
1994 sh_elf_link_hash_table_create, sh_elf_adjust_dynamic_symbol,
1995 sh_elf_size_dynamic_sections, sh_elf_finish_dynamic_symbol,
1996 sh_elf_finishe_dynamic_sections, sh_elf_discard_copies): New
1997 functions.
1998 (ELF_DYNAMIC_INTERPRETER, PLT_ENTRY_SIZE): Define.
1999 (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
2000 elf_sh_plt_entry_be, elf_sh_plt_entry_le,
2001 elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
2002 New array constants.
2003 (elf_sh_plt0_entry, elf_sh_plt_entry, elf_sh_pic_plt_entry):
2004 New variables.
2005 (elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
2006 elf_sh_plt0_linker_offset, elf_sh_plt0_gotid_offset,
2007 elf_sh_plt_temp_offset, elf_sh_plt_symbol_offset,
2008 elf_sh_plt_reloc_offset): Define.
2009 (elf_sh_pcrel_relocs_copied, elf_sh_link_hash_entry,
2010 elf_sh_link_hash_table): New structs.
2011 (sh_elf_link_hash_traverse, sh_elf_hash_table): New macros.
2012 (sh_elf_relocate_section, sh_elf_check_relocs): Handle new
2013 relocation types.
2014 (elf_backend_create_dynamic_sections,
2015 bfd_elf32_bfd_link_hash_table_create,
2016 elf_backend_adjust_dynamic_symbol,
2017 elf_backend_size_dynamic_sections,
2018 elf_backend_finish_dynamic_symbol,
2019 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
2020 elf_backend_plt_readonly, elf_backend_want_plt_sym,
2021 elf_backend_got_header_size, elf_backend_plt_header_size):
2022 Define.
2023 * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
2024 BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE, BFD_RELOC_SH_GOTPC):
2025 New relocs.
2026 * bfd-in2.h, libbfd.h: Rebuilt.
2027
791987af
AM
20282000-09-01 Alan Modra <alan@linuxcare.com.au>
2029
2030 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Revert 2000-08-27
2031 change.
2032
8d88c4ca 20332000-08-31 J"orn Rennecke <amylaar@cygnus.co.uk>
a39b79b9
JR
2034
2035 * elf32-sh.c (sh_elf_merge_private_data): If ibfd's elf header flags
2036 not initialized, set them to indicate the SH1 instruction set.
2037
ac48eca1
AO
20382000-08-31 Alexandre Oliva <aoliva@redhat.com>
2039
2040 * acinclude.m4: Include libtool and gettext macros from the
2041 top level.
2042 * aclocal.m4, configure: Rebuilt.
2043
7ee38065
MS
20442000-08-29 Michael Snyder <msnyder@seadog.cygnus.com>
2045
2046 * elf.c: Eliminate references to __sparcv9 macro; replace with
2047 autoconf variables HAVE_PSINFO32_T etc.
2048 * configure.in: Auto-configure HAVE_PSINFO_32_T, HAVE_PRPSINFO32_T,
2049 HAVE_PSTATUS32_T, HAVE_PRSTATUS32_T, HAVE_PRSTATUS32_T_PR_WHO.
2050 * config.in: Ditto.
2051 * acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE) define _SYSCALL32 so it can
2052 detect the above typedefs. (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Ditto.
2053 * aclocal.m4: Ditto.
2054 * configure: Regenerate.
2055
f69da49f
AM
20562000-08-27 Alan Modra <alan@linuxcare.com.au>
2057
2058 * elf32-i386.c (elf_i386_check_relocs): Keep info on relocs copied
2059 for any shared link, not just shared -Bsymbolic.
2060 (elf_i386_size_dynamic_sections): Call elf_i386_discard_copies on
2061 any shared link, and pass link info to it.
2062 (elf_i386_size_dynamic_sections): Update comment.
2063 (elf_i386_discard_copies): Modify to discard relocs for symbols
2064 that have been forced local.
2065 (elf_i386_finish_dynamic_symbol): Don't copy relocs for symbols
2066 that have been forced local.
2067
724982f6
NC
20682000-08-24 Denis Chertykov <denisc@overta.ru> & Nick Clifton <nickc@redhat.com>
2069
2070 * elflink.h (elf_link_add_object_symbols): Allow common
2071 symbols to have an alignment of 1 if explicitly requested, and
2072 not overridden by other definitions.
2073
371e71b8
NC
20742000-08-22 Doug Kwan <dkwan@transmeta.com>
2075
2076 * coff-w65.c (CREATE_LITTLE_COFF_TARGET): Fix typo.
2077 * coffcode.h (coff_set_flags): Add detection of w65 architecture.
2078
a963dc6a
L
20792000-08-22 H.J. Lu <hjl@gnu.org>
2080
2081 * elf-bfd.h (elf_link_hash_table): Add runpath.
2082
2083 * bfd-in.h (bfd_elf_get_runpath_list): New prototype.
2084 * bfd-in2.h: Rebuilt.
2085
2086 * elf.c (_bfd_elf_link_hash_table_init): Initialize the
2087 "runpath" field to NULL.
2088 (bfd_elf_get_runpath_list): New function.
2089
2090 * elflink.h (elf_link_add_object_symbols): Record DT_RPATH and
2091 DT_RUNPATH entries.
2092
9bdafcce
AO
20932000-08-22 Alexandre Oliva <aoliva@redhat.com>
2094
2095 * elf32-sh.c (sh_elf_relocate_section) [R_SH_IND12W,
2096 R_SH_DIR8WPN, R_SH_DIR8WPZ, R_SH_DIR8WPL]: Handle them
2097 explicitly. Improve validation of r_type.
2098
7a9af8c4
NC
20992000-08-21 H.J. Lu <hjl@gnu.org>
2100
2101 * elf32-i386.c (elf_i386_size_dynamic_sections): Zero out the
2102 dynamic allocated content space. Add a comment to remind us that
2103 one day this ought to be fixed.
2104 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
2105 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
2106 * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
2107
ded0649c
JE
21082000-08-21 Jason Eckhardt <jle@cygnus.com>
2109
2110 * elf32-i860.c (elf32_i860_relocate_pc16): Just write the immediate
2111 field with the newly relocated value instead of adding it to the
2112 existing immediate field.
2113 (elf32_i860_relocate_splitn): Likewise.
2114 (elf32_i860_relocate_highadj): Likewise.
2115
d670a150
JE
21162000-08-16 Jason Eckhardt <jle@cygnus.com>
2117
2118 * elf32-i860.c (elf32_i860_relocate_pc16): Implemented function (it
2119 was previously just a stub).
2120
bb0deeff
AO
21212000-08-16 Alexandre Oliva <aoliva@redhat.com>
2122
2123 * elflink.c (_bfd_elf_create_got_section): Don't abort().
2124 Formatting fixes.
2125 (_bfd_elf_create_dynamic_sections): Likewise.
2126
be040dbb
JJ
21272000-08-16 Andrew Macleod <amacleod@cygnus.com>
2128
2129 * elf64-sparc.c (sparc64_elf_relocate_section): Set relocation address
2130 for undefined symbols to be the beginning of the section.
2131
2132 * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Don't allocate
2133 four extra entries at the beginning of the .rela.plt section.
2134 (sparc64_elf_finish_dynamic_symbol): Adjust the offset in the .rela.plt
2135 section to account for the four reserved entries in the .plt section.
2136
31612ca6
GK
21372000-08-15 Geoffrey Keating <geoffk@cygnus.com>
2138
2139 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Add ori r0,r0,0
2140 to the list of NOPs we recognize after a branch-and-link.
2141 Use the ori NOP when one is needed.
2142
2143 * coff-rs6000.c (_bfd_xcoff_slurp_armap): Finish implementation
2144 for large archives.
2145
c43c2cc5
JW
21462000-08-14 Jim Wilson <wilson@cygnus.com>
2147
2148 * elf64-ia64.c (elf64_ia64_merge_private_bfd_data): Handle
2149 EF_IA_64_REDUCEDFP, EF_IA_64_CONS_GP, and EF_IA_64_NOFUNCDESC_CONS_GP.
2150 (elf64_ia64_print_private_bfd_data): Likewise. Also handle
2151 EF_IA_64_ABSOLUTE.
2152
1630fd2b
AO
21532000-08-11 Alexandre Oliva <aoliva@redhat.com>
2154
2155 * elf32-sh.c (sh_elf_set_mach_from_flags): Make it static.
2156
fdeafce7
JE
21572000-08-10 Jason Eckhardt <jle@cygnus.com>
2158
77cb06e9
AM
2159 * elf32-i860.c (elf32_i860_relocate_section): New function.
2160 (i860_final_link_relocate): New function.
2161 (elf32_i860_relocate_splitn): New function.
2162 (elf32_i860_relocate_pc16): New function.
2163 (elf32_i860_relocate_highadj): New function.
2164 (elf32_i860_howto): Minor adjustments to some relocations.
2165 (elf_info_to_howto_rel): Define.
2166 (elf_backend_relocate_section): Define.
fdeafce7 2167
9b485d32
NC
21682000-08-10 Nick Clifton <nickc@cygnus.com>
2169
2170 * elf32-arm.h: Fix formatting.
2171
00fdaf47
BS
21722000-08-10 Bernd Schmidt <bernds@cygnus.co.uk>
2173
2174 * elf32-sh.c (sh_elf_reloc_loop): Make LAST_SYMBOL_SECTION static.
2175
305d537e
JE
21762000-08-08 Jason Eckhardt <jle@cygnus.com>
2177
2178 * elf32-i860.c (elf32_i860_howto_table): Updated some fields.
2179
46f5aac8
KH
21802000-08-07 Kazu Hirata <kazu@hxi.com>
2181
dce61835
KH
2182 * ieee.c (ieee_write_debug_part): Rewrite a comment.
2183 * elf64-ia64.c: Fix a typo.
46f5aac8 2184
0e5136c6
JE
21852000-08-05 Jason Eckhardt <jle@cygnus.com>
2186
2187 * elf32-i860 (elf32_i860_howto_table): New structure.
2188 (lookup_howto): New function.
2189 (elf32_i860_reloc_type_lookup): New function.
2190 (elf32_i860_info_to_howto_rela): New function.
2191 (elf_code_to_howto_index): New structure.
2192 (elf_info_to_howto): Re-define as elf32_i860_info_to_howto_rela.
2193 (bfd_elf32_bfd_reloc_type_lookup): Re-define as
2194 elf32_i860_reloc_type_lookup.
2195
7dca057b
JL
21962000-08-04 Rodney Brown <RodneyBrown@pmsc.com>
2197
2198 * som.c (struct fixup_format): Constify `format'.
2199 (som_hppa_howto_table): Use SOM_HOWTO macro.
2200 (try_prev_fixup, hppa_som_reloc): Decorate unused parameter.
2201 (som_bfd_reloc_type_lookup): Likewise.
2202 (compare_subspaces): Remove unused `count1', `count2'.
2203 (som_begin_writing): Remove unused `total_reloc_size'.
2204 (som_bfd_derive_misc_symbol_info): Decorate unused parameter.
2205 (som_print_symbol, som_bfd_is_local_label_name): Likewise.
2206 (som_set_reloc_info): Constify `cp'. Remove unused `addend'.
2207 (som_find_nearest_line): Decorate unused parameter(s).
2208 (som_sizeof_headers, som_get_symbol_info, som_write_armap): Likewise.
77cb06e9 2209 (som_bfd_link_split_section): Likewise.
7dca057b 2210
bc67d8a6
NC
22112000-08-03 Nick Clifton <nickc@cygnus.com>
2212
2213 * section.c: Restore backed out code.
2214 * elf.c: Restore backed out code.
2215 (copy_private_bfd_data): Fix bug preventing stipped dynamic
2216 binaries from working.
2217 * bfd-in2.h: Regenerate.
2218
c0f7859b
L
22192000-08-03 H.J. Lu <hjl@gnu.org>
2220
2221 * section.c: Back out the change made by Nick Clifton
2222 <nickc@cygnus.com> on 2000-07-31. It breaks stripping dynamic
2223 binaries.
2224 * bfd-in2.h: Likewise.
2225 * elf.c: Likewise.
2226
61ff1804
AO
22272000-08-03 Alexandre Oliva <aoliva@redhat.com>
2228
2229 * elf32-sh.c (sh_elf_reloc_loop): Warning removal.
2230
a87fdb8d
JE
22312000-07-31 Jason Eckhardt <jle@cygnus.com>
2232
77cb06e9
AM
2233 * reloc.c (BFD_RELOC_860_*): New bfd relocs for i860.
2234 * bfd-in2.h, libbfd.h: Regenerate.
a87fdb8d 2235
5c440b1e
NC
22362000-07-31 Nick Clifton <nickc@cygnus.com>
2237
2238 * section.c (struct sec): Add new boolean field 'segment_mark'.
2239 (STD_SECTION): Initialise new field to zero.
2240
2241 * bfd-in2.h: Regenerate.
2242
77cb06e9 2243 * elf.c (copy_private_bfd_data): Reorganise section to segment
5c440b1e
NC
2244 mapping to cope with moved sections requiring new segments,
2245 and overlapping segments.
2246 (SEGMENT_END): New macro: Return the end address of a segment.
2247 (IS_CONTAINED_BY_VMA): New macro: Determine if a segment
2248 contains a section by comparing their VMA addresses.
2249 (IS_CONTAINED_BY_LMA): New macro: Determine if a segment
2250 contains a section by comparing their LMA addresses.
2251 (INCLUDE_SECTION_IN_SEGMENT): New macro: Determine if a
2252 section should be included in a segment.
2253 (SEGMENT_AFTER_SEGMENT): New macro: Determine if one segment
2254 follows another in memory.
2255 (SEGMENT_OVERLAPS_SEGMENT): New macro: Determine if two
2256 segments overlap.
2257
aa76cae8 22582000-07-22 Jason Eckhardt <jle@cygnus.com>
24208c5c
JE
2259
2260 * cpu-i860.c: Added comments.
2261
2262 * elf32-i860.c (TARGET_LITTLE_SYM): Defined to
2263 bfd_elf32_i860_little_vec.
2264 (TARGET_LITTLE_NAME): Defined to "elf32-i860-little".
2265 (ELF_MAXPAGESIZE): Changed to 4096.
2266
2267 * targets.c (bfd_elf32_i860_little_vec): Declaration of
2268 new target.
2269 (bfd_target_vector): Added bfd_elf32_i860_little_vec.
2270
2271 * config.bfd (i860-stardent-sysv4*, i860-stardent-elf*): Added
2272 config for little endian elf32 i860.
2273 (targ_defvec): Define for the new config above
77cb06e9 2274 as "bfd_elf32_i860_little_vec".
24208c5c
JE
2275 (targ_selvecs): Define for the new config above
2276 as "bfd_elf32_i860_vec bfd_elf32_i860_little_vec"
2277
2278 * configure.in (bfd_elf32_i860_little_vec): Added recognition
2279 of new target vec.
2280
2281 * configure: Regenerated.
2282
456981d7
L
22832000-07-27 H.J. Lu <hjl@gnu.org>
2284
2285 * elflink.h (elf_merge_symbol): Take one more argument,
2286 dt_needed, to indicate if the symbol comes from a DT_NEEDED
2287 entry. Don't overide the existing weak definition if dt_needed
2288 is true.
2289 (elf_link_add_object_symbols): Pass dt_needed to
2290 elf_merge_symbol ().
2291
755cfd29
NC
22922000-07-27 Nick Clifton <nickc@cygnus.com>
2293
2294 * elflink.h (elf_link_size_reloc_section): Zeroes the section's
2295 allocated contents.
2296
1a6df346
GK
22972000-07-25 Geoffrey Keating <geoffk@cygnus.com>
2298
adfdf838
GK
2299 * configure.host (*-*-aix*): AIX has 'long long' always.
2300
1a6df346
GK
2301 * coff-rs6000.c (xcoff_write_one_armap_big): New procedure.
2302 (xcoff_write_armap_big): Write both 32-bit and 64-bit armaps.
2303 (xcoff_write_archive_contents_big): Don't update the offset
2304 of the symbol table, xcoff_write_armap will do it.
2305
313ba8d6
UC
23062000-07-23 Ulf Carlsson <ulfc@engr.sgi.com>
2307
2308 * elf32-mips.c (_bfd_mips_elf_check_relocs): Use abfd instead
2309 of dynobj for SGI_COMPAT checks.
2310
3eb6f68f 23112000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
20bccb34 2312
77cb06e9
AM
2313 * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): New function.
2314 * bfd-in.h (bfd_m68k_coff_create_embedded_relocs): Add declaration.
2315 * bfd-in2.h: Regenerate.
20bccb34 2316
7a3120d9
NC
23172000-07-21 Nick Clifton <nickc@cygnus.com>
2318
2319 * elf32-mips.c (_bfd_mips_elf_check_relocs): Detect out of
2320 range symbol indices in relocs and issue an error message.
2321
4d538889
L
23222000-07-20 H.J. Lu <hjl@gnu.org>
2323
2324 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Don't check
2325 info->new_dtags when setting DT_FLAGS_1. It will only be set
2326 by the new linker options. It shouldn't break anything.
2327
b586af58
L
23282000-07-20 H.J. Lu <hjl@gnu.org>
2329
2330 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set DT_FLAGS_1
2331 only if info->new_dtags is true.
2332
c25373b7
L
23332000-07-20 H.J. Lu <hjl@gnu.org>
2334
2335 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set
2336 DT_RUNPATH and DT_FLAGS only if info->new_dtags is true.
2337
06c15ad7
HPN
23382000-07-20 Hans-Peter Nilsson <hp@axis.com>
2339
2340 * Makefile.am (ALL_MACHINES): Add cpu-cris.lo.
2341 (ALL_MACHINES_CFILES): Add cpu-cris.c.
2342 (BFD32_BACKENDS): Add aout-cris.lo and elf32-cris.lo.
2343 (BFD32_BACKENDS_CFILES): Add aout-cris.c and elf32-cris.c.
2344 (cpu-cris.lo, aout-cris.lo, elf32-cris.lo): New rules.
2345 * Makefile.in: Rebuild.
2346 * aclocal.m4: Rebuild.
2347 * aoutx.h (NAME(aout,machine_type)): Add case for bfd_arch_cris.
2348 * archures.c (enum bfd_architecture): Add bfd_arch_cris.
2349 (bfd_cris_arch): Declare.
2350 (bfd_archures_list): Add bfd_cris_arch.
2351 * bfd-in2.h: Rebuild.
2352 * config.bfd: (cris-*-*): New target.
2353 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vectors.
2354 * configure: Rebuild.
2355 * elf.c (prep_headers): Add bfd_arch_cris.
2356 * libbfd.h: Rebuild.
2357 * libaout.h (enum machine_type): Add M_CRIS.
2358 * reloc.c: Add CRIS relocations.
3bd336f7 2359 * targets.c (bfd_elf32_cris_vec, cris_aout_vec): Declare.
06c15ad7
HPN
2360 (bfd_target_vect): Add bfd_elf32_cris_vec and cris_aout_vec.
2361 * cpu-cris.c, aout-cris.c, elf32-cris.c: New files.
2362 * po/POTFILES.in, po/bfd.pot: Regenerate.
2363
d6cf2879
L
23642000-07-19 H.J. Lu <hjl@gnu.org>
2365
2366 * elf32-arm.h (elf32_arm_size_dynamic_sections): Also set
2367 DF_TEXTREL if DT_TEXTREL is set.
2368 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
2369 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
2370 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
2371 * elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Likewise.
2372 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
2373 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
2374 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
2375 * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
2376 * elf64-ia64.c (elf64_ia64_size_dynamic_sections): Likewise.
2377 * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.
2378
c25373b7 2379 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also
d6cf2879
L
2380 set DF_SYMBOLIC for symbolic link. Also set DT_RUNPATH if
2381 DT_RPATH is set.
2382 Set the DT_FLAGS and DT_FLAGS_1 entries if necessary.
2383
74816898
L
23842000-07-19 H.J. Lu <hjl@gnu.org>
2385
2386 * bfd-in.h (bfd_elf_set_dt_needed_soname): New.
2387 * bfd-in2.h: Rebuild.
2388
2389 * elf-bfd.h (elf_obj_tdata): Add dt_soname.
2390 (elf_dt_soname): New.
2391
2392 * elf.c (bfd_elf_set_dt_needed_soname): New.
2393
2394 * elflink.h (elf_link_add_object_symbols): Add the DT_NEEDED
2395 entry if the shared object loaded by DT_NEEDED is used to
2396 resolve the reference in a regular object.
2397
36a30e65
L
23982000-07-19 H.J. Lu <hjl@gnu.org>
2399
2400 * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_CONFIG,
2401 DT_DEPAUDIT and DT_AUDIT as strings.
2402
1d713d9e
NC
24032000-07-19 Nick Clifton <nickc@cygnus.com>
2404
2405 * format.c: Fix formatting.
2406
d48188b9
L
24072000-07-19 H.J. Lu <hjl@gnu.org>
2408
2409 * elf.c (_bfd_elf_print_private_bfd_data): Fix DT_CHECKSUM.
2410
94558834
L
24112000-07-19 H.J. Lu <hjl@gnu.org>
2412
2413 * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_BIND_NOW,
2414 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
2415 DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
2416 DT_PLTPADSZ, DT_MOVEENT, DT_MOVESZ, DT_FEATURE, DT_POSFLAG_1,
2417 DT_SYMINSZ, DT_SYMINENT, DT_CONFIG, DT_DEPAUDIT, DT_AUDIT,
2418 DT_PLTPAD, DT_MOVETAB, DT_SYMINFO, DT_RELACOUNT, DT_RELCOUNT,
2419 DT_FLAGS_1, DT_USED and DT_CHECKSUM.
2420
8d88c4ca 24212000-07-18 Andrew Cagney <cagney@b1.cygnus.com>
125c4a69
NC
2422
2423 * elf.c (bfd_elf_get_sign_extend_vma, bfd_elf_get_arch_size): Move
77cb06e9 2424 renamed functions from here...
125c4a69
NC
2425 (assign_section_numbers): Use renamed functions.
2426 (prep_headers): Use renamed functions.
77cb06e9 2427
125c4a69
NC
2428 * bfd.c (bfd_get_sign_extend_vma, bfd_get_arch_size): ...To here.
2429 * bfd-in.h (bfd_get_sign_extend_vma, bfd_get_arch_size): Update.
2430 * bfd-in2.h: Regenerate.
2431
31a9bdd9
UC
24322000-07-18 Ulf Carlsson <ulfc@engr.sgi.com>
2433
2434 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Add
313ba8d6 2435 parenthesis in if statement.
31a9bdd9 2436
f7cb7d68
UC
24372000-07-17 Koundinya K <kk@ddeorg.soft.net>
2438
77cb06e9 2439 Enable the support for Traditional MIPS.
f7cb7d68
UC
2440 * elf32-mips.c (IRIX_COMPAT): Recognize bfd_elf32_tradbigmips_vecand
2441 return ict_none appropriately for traditional mips targets.
2442 (STUB_LW): Change 0x8f998000 to 0x8f998010 for traditional mips.
2443 (STUB_MOVE): Conditionalize for traditonal mips.
2444 (STUB_LI16): Likewise.
2445 (_bfd_mips_elf_modify_segment_map): Conditionalize to avoid making
2446 room for RTPROC header.
2447 (_bfd_mips_elf_modify_segment_map): For a normal mips executable set
2448 the permission for the PT_DYNAMIC as read, write and execute.
2449 (mips_elf_calculate_relocation): Check for the symbol _DYNAMIC_LINKING
2450 for traditonal mips.
2451 (_bfd_mips_elf_create_dynamic_sections): Add the symbol
2452 _DYNAMIC_LINKING for traditonal mips.
2453 (_bfd_mips_elf_create_dynamic_sections): Add the symbol __RLD_MAP
2454 in case of traditonal mips.
2455 (_bfd_mips_elf_adjust_dynamic_symbol): Create a stub only if a PLT
2456 entry is required. For a function if PLT is not required then set the
2457 corresponding hash table entry to 0.
77cb06e9 2458 (_bfd_mips_elf_size_dynamic_sections): Add DT_DEBUG entry for
f7cb7d68 2459 traditonal mips.
77cb06e9 2460 (_bfd_mips_elf_finish_dynamic_symbol): for a undefined symbol in a
f7cb7d68 2461 shared object set the value to 0.
77cb06e9 2462 (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol
f7cb7d68
UC
2463 _DYNAMIC_LINKING for traditonal mips.
2464 (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol __RLD_MAP
2465 for traditonal mips.
77cb06e9 2466
930d924d
L
24672000-07-15 H.J. Lu <hjl@gnu.org>
2468
2469 * aoutx.h (translate_to_native_sym_flags): Handle BSF_LOCAL.
2470
e67f03db
DD
24712000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
2472
2473 * libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writing
2474 out a structure that is BFD_IN_MEMORY.
2475
0ba2a60e
AM
24762000-07-11 Alan Modra <alan@linuxcare.com.au>
2477
2478 * elf64-hppa.c (get_dyn_name): Pass in section pointer instead of
2479 bfd pointer. Print section id instead of bfd pointer for local
2480 syms. Prefix addend with `+' for global syms as well as local.
2481 Correct calculation of name component lengths.
2482 (elf64_hppa_check_relocs): Update call to get_dyn_name.
2483
2484 From David Huggins-Daines <dhd@linuxcare.com>
2485 * elf-hppa.h (elf_hppa_relocate_section): Update calls here too.
2486 * elf64-hppa.c (elf64_hppa_check_relocs): Fix some warnings.
2487 (elf64_hppa_modify_segment_map): Likewise.
2488
8d88c4ca 24892000-07-11 Andrew Cagney <cagney@b1.cygnus.com>
6d9019e4
AC
2490
2491 * elf.c (bfd_elf_get_sign_extend_vma): Return tendency of VMA
77cb06e9 2492 addresses to be "naturally" sign extended. Return -1 if unknown.
0ba2a60e 2493 * bfd-in.h (bfd_elf_get_sign_extend_vma): Add declaration.
6d9019e4
AC
2494 * bfd-in2.h: Regenerate.
2495
8d88c4ca 24962000-07-11 Andrew Cagney <cagney@b1.cygnus.com>
23e2c83b
AC
2497
2498 * ecoffswap.h (ecoff_get_off, ecoff_put_off): Add ECOFF_SIGNED_32
77cb06e9 2499 and ECOF_SIGNED_64 to list ways to extract an offset.
23e2c83b 2500 (ecoff_swap_fdr_in, ecoff_swap_fdr_out, ecoff_swap_pdr_in,
77cb06e9
AM
2501 ecoff_swap_pdr_out, ecoff_swap_ext_in, ecoff_swap_ext_out):
2502 Update.
23e2c83b
AC
2503 * elf64-mips.c (ECOFF_SIGNED_64): Define instead of ECOFF_64.
2504 * elf32-mips.c (ECOFF_SIGNED_32): Define instead of ECOFF_32.
2505
8d88c4ca 25062000-07-11 Andrew Cagney <cagney@b1.cygnus.com>
448cafa4
AC
2507
2508 * elfcode.h (elf_object_p): Use bfd_set_start_address and not
77cb06e9 2509 bfd_get_start_address.
448cafa4
AC
2510 (elf_swap_ehdr_in): Sign extend e_entry when applicable.
2511 (elf_swap_ehdr_out): Ditto.
2512
83ea41ad
NC
25132000-07-10 Alexander Aganichev <AAganichev@hypercom.com>
2514
2515 * archures.c (bfd_default_scan): Add set of bfd_mach_ cases for
2516 compatibility with older binutils.
2517
3df7b4e2
AM
25182000-07-10 Alan Modra <alan@linuxcare.com.au>
2519
2520 * section.c (bfd_make_section_anyway): Start section_id at 0x10.
2521 (STD_SECTION): Avoid negative ids, instead use 0 to 3.
2522
b7af50e3
AM
2523 From Ryan Bradetich <rbradetich@uswest.net>
2524 * dwarf1.c (parse_die): Cure signed/unsigned char warnings.
2525 (parse_line_table): Ditto.
2526 (_bfd_dwarf1_find_nearest_line): Ditto.
2527 * syms.c (cmpindexentry): Remove extra `*' from params.
2528
adb76a3e
UC
25292000-07-09 Koundinya K <kk@ddeorg.soft.net>
2530
77cb06e9
AM
2531 * elf32-mips.c (sort_dynamic_relocs): New Function.
2532 (_bfd_mips_elf_finish_dynamic_sections): Call sort_dynamic_relocs
adb76a3e
UC
2533 via qsort to sort the dynamic relocations in increasing r_symndx
2534 value.
77cb06e9 2535
edd21aca
AM
25362000-07-09 Alan Modra <alan@linuxcare.com.au>
2537
2538 * elf64-hppa.c (elf64_hppa_dyn_hash_table_init): Add
2539 ATTRIBUTE_UNUSED to unused args.
2540 (get_opd): Likewise.
2541 (get_plt): Likewise.
2542 (get_dlt): Likewise.
2543 (get_stub): Likewise.
2544 (elf64_hppa_adjust_dynamic_symbol): Likewise.
2545 (elf64_hppa_link_output_symbol_hook): Likewise.
2546 (elf64_hppa_check_relocs): Delete unused var.
2547 (elf64_hppa_size_dynamic_sections): Likewise.
2548 (elf64_hppa_finalize_opd): Likewise.
2549 (elf64_hppa_finalize_dynreloc): Likewise.
2550 (elf64_hppa_modify_segment_map): Likewise.
2551 (elf64_hppa_finish_dynamic_sections): Likewise.
2552
2553 * elf-hppa.h (elf_hppa_final_write_processing): Add
2554 ATTRIBUTE_UNUSED to unused args.
2555 (elf_hppa_final_link_relocate): Likewise.
2556 (elf_hppa_record_segment_addrs): Add paretheses.
2557 (elf_hppa_relocate_section): Constify dyn_name.
2558
2559 From David Huggins-Daines <dhd@linuxcare.com>
2560 * config.bfd: Add hppa*64*-*-linux-gnu 64-bit target, and
2561 rearrange case statement so that it gets preferred to 32-bit ones.
2562
2563 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Use
2564 asection->id instead of address of asection structure.
2565 (elf32_hppa_size_stubs): Likewise.
2566
2567 * elf32-hppa.c (elf32_hppa_size_stubs): Use just one stub section
2568 for .init* and .fini*.
2569
2570 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Mask pointers
2571 and addends used in stub names to 32 bits.
2572 (elf32_hppa_size_stubs): Likewise.
2573
2574 * elf-hppa.h (elf_hppa_final_link_relocate): Don't sum addend
2575 twice for R_PARISC_GPREL64. Use bfd_put_32 for R_PARISC_PCREL32,
2576 not bfd_put_64. Fix minor comment typo and formatting.
2577
2578 Changes to create multiple linker stubs, positioned immediately
2579 before the section where they are required.
2580 * elf32-hppa.c: Don't include hppa_stubs.h.
2581 (elf32_hppa_stub_hash_entry): Add a pointer to the stub section.
2582 (elf32_hppa_stub_hash_table): Delete.
2583 (elf32_hppa_link_hash_entry): Delete.
2584 (elf32_hppa_link_hash_table): Use plain bfd_hash_table for
2585 stub_hash_table, and store the struct here rather than a pointer.
2586 Delete output_symbol_count. Add offset array. Change
2587 global_value to a bfd_vma.
2588 (elf32_hppa_stub_hash_lookup): Use table instead of table->root.
2589 (elf32_hppa_stub_hash_traverse): Delete.
2590 (elf32_hppa_name_of_stub): Delete.
2591 (elf32_hppa_link_hash_lookup): Delete.
2592 (elf32_hppa_link_hash_traverse): Delete.
2593 (elf32_hppa_stub_hash_table_init): Delete.
2594 (elf32_hppa_size_of_stub): Pass input section and offset rather
2595 than location and calculate location here. Don't pass name as all
2596 stubs are now the same size.
2597 (elf32_hppa_stub_hash_newfunc): Init new fields.
2598 (elf32_hppa_link_hash_table_create): Likewise, and stub_hash_table
2599 too.
2600 (elf32_hppa_bfd_final_link_relocate): Cast enums to int before
2601 comparing against ints. Rewrite stub handling code.
2602 (elf32_hppa_relocate_section): Make r_type and r_symndx unsigned.
2603 Case enums to int before comparing against ints. Remove
2604 bfd_reloc_dangerous case.
2605 (elf32_hppa_build_one_stub): Rewrite.
2606 (elf32_hppa_size_one_stub): New function.
2607 (elf32_hppa_build_stubs): Rewrite.
2608 (elf32_hppa_size_stubs): Pass in linker call-back functions.
2609 Rewrite stub-handling specific code.
2610
2611 * elf32-hppa.h (elf32_hppa_size_stubs): Update prototype.
2612
2613 * elf64-hppa.c (elf64_hppa_dyn_hash_entry): Fix a comment typo.
2614
2615 * hppa_stubs.h: Delete.
2616 * Makefile.am (SOURCE_HFILES): Remove hppa_stubs.h
2617 (elf32-hppa.lo): Remove hppa_stubs.h from dependencies.
2618 * Makefile.in: Regenerate.
2619
2620 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle e_nlsel and
2621 e_nlrsel.
2622
2623 * libhppa.h (hppa_field_adjust): Correct e_nsel case.
2624
2625 * elf32-hppa.c (elf32_hppa_relocate_section): Mention the offset
2626 and section name for bfd_reloc_notsupported error message.
2627 (elf32_hppa_bfd_final_link_relocate): Print reasons for returning
2628 bfd_reloc_notsupported.
2629 (elf32_hppa_relocate_section): Add ATTRIBUTE_UNUSED to output_bfd.
2630
2631 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Handle
2632 undefined weak symbols for all relocs.
2633 (elf32_hppa_size_of_stub): Adjust calculation by 8 since branch
2634 offsets are relative to one past the delay slot.
2635 (elf32_hppa_size_stubs): Account for reloc addend when calculating
2636 branch destination. Put addend into stub name too.
2637 (elf32_hppa_bfd_final_link_relocate): Account for reloc addend and
2638 adjust by 8 when deciding whether a linker stub is needed. Put
2639 addend into stub name as for above.
2640
2641 * elf32-hppa.c (hppa_elf_relocate_insn): Change signed/unsigned on
2642 various args and vars.
2643 (elf32_hppa_bfd_final_link_relocate): Here too.
2644 (elf32_hppa_size_stubs): Rename index -> indx. Use e_indx for
2645 inner block var to avoid shadowing.
2646
2647 * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type): Make `field' arg
2648 unsigned.
2649 * elf64-hppa.h (_bfd_elf64_hppa_gen_reloc_type): Ditto.
2650 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Ditto.
2651 (elf_hppa_fake_sections): Rename local var to avoid shadowing.
2652
2653 * libhppa.h: Change practically all unsigned ints to plain ints.
2654 Remove tests on gcc version. Instead use ATTRIBUTE_UNUSED for
2655 prototypes.
2656
2657 From Ryan Bradetich <rbradetich@uswest.net>
2658 * libhppa.h (hppa_opcode_type): New enum to replace #define's.
2659 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Modify to
2660 suit above.
2661 From David Huggins-Daines <dhd@linuxcare.com>
2662 * elf-hppa.h (elf_hppa_relocate_insn): Update the opcode constants
2663 to the new OP_* ones.
2664
2665 * elf32-hppa.c (elf32_hppa_size_stubs): Consolidate freeing on
2666 error exit. Bail out earlier on plabel relocs that we aren't
2667 interested in. Don't tell elf32_hppa_stub_hash_lookup to copy
2668 string, and then don't free our copy.
2669 (elf32_hppa_build_one_stub): Make insn unsigned int.
2670
2671 * libhppa.h (bfd_hppa_insn2fmt): 22 bit branches are only
2672 available with BL, not BE and BLE.
2673
2674 * elf32-hppa.c (hppa_elf_relocate_insn): Add some more example
2675 code for elf arg relocs.
2676 (elf32_hppa_bfd_final_link_relocate): Replace boolean is_local
2677 argument with elf_link_hash_entry h. Handle undefined weak
2678 symbols. Move $global$ lookup from here...
2679 (elf32_hppa_relocate_section): ...to here. Return correct error
2680 message for non-handled relocs.
2681 (elf32_hppa_size_of_stub): Correctly test branch range. Previous
2682 wrong test was -0x3ffff to +0x40000.
2683
2684 * elf-hppa.h (elf_hppa_final_link_relocate): R_PARISC_DIR17R,
2685 R_PARISC_DIR17F, and R_PARISC_DIR21L are for absolute branches;
2686 Handle them as such.
2687 (elf_hppa_relocate_insn): Fix a typo.
2688
2689 * libhppa.h (GET_FIELD, GET_BIT, MASK, CATENATE, ELEVEN): Delete.
2690 (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
2691 assemble_17, assemble_21): Delete.
2692 Supply defines for all 64 possible opcodes.
2693 (bfd_hppa_insn2fmt): Add bfd argument, and use to select wide mode
2694 formats. Handle COMICLR.
2695 (hppa_rebuild_insn): Delete bfd argument. Handle formats 10, -11,
2696 -10, -16, 16, 22.
2697
2698 * elf32-hppa.c (hppa_elf_relocate_insn): Complete rewrite.
2699 (elf32_hppa_bfd_final_link_relocate): Major rewrite.
2700 (elf32_hppa_build_one_stub): Modify hppa_elf_relocate_insn calls
2701 to suit.
2702 (elf32_hppa_size_stubs): Don't free stub_name twice. Read in all
2703 the local syms - did this code get deleted accidentally? Ignore
2704 undefined and undefweak syms.
2705
2706 * elf-hppa.h (elf_hppa_final_link): Move hppa_info to outermost
2707 block. Use it instead of elf64_hppa_hash_table (info).
2708 (elf_hppa_final_link_relocate): Use hppa_info instead of
2709 elf64_hppa_hash_table (info).
2710
2711 * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
2712 re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
2713 (hppa_rebuild_insn): Mask immediate bits here instead.
2714 * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
2715
52b219b5
AM
27162000-07-08 Alan Modra <alan@linuxcare.com.au>
2717
2718 * section.c (struct sec): Add id field. Tidy comment formatting.
2719 (bfd_make_section_anyway): Set id.
2720 (STD_SECTION): Init id too.
2721 Change CONST to const throughout.
2722 * archures.c (bfd_arch_info): Tidy comment.
2723 (bfd_arch_list): Change a CONST to const.
2724 * libbfd-in.h: Tidy comments and replace CONST with const.
2725 * elf-bfd.h: Likewise.
2726 * libbfd.h: Regenerate.
2727 * bfd-in2.h: Regenerate.
2728 * libcoff.h: Regenerate.
2729
8000a618
DD
27302000-07-07 DJ Delorie <dj@redhat.com>
2731
2732 * archive.c (_bfd_write_archive_contents): Add an informative
2733 comment.
2734
c3b7c767
NC
27352000-07-06 Kazu Hirata <kazu@hxi.com>
2736
2737 * srec.c: Fix formatting.
2738
302ab118
DD
27392000-06-05 DJ Delorie <dj@redhat.com>
2740
2741 * MAINTAINERS: new
2742
ed1de528
AO
27432000-07-04 Alexandre Oliva <aoliva@redhat.com>
2744
2745 * coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol
2746 value of PC-relative offsets.
2747
70bcb145
JW
27482000-07-03 Jim Wilson <wilson@cygnus.com>
2749
2750 * elf64-alpha.c (alpha_elf_size_info): New.
2751 (elf_backend_size_info): Define to alpha_elf_size_info.
2752 * elfcode.h (elf_size_info): Change hash bucket size to 4.
2753
b8ee63fa
UC
27542000-07-03 Ulf Carlsson <ulfc@engr.sgi.com>
2755
2756 * elf32-mips.c: Include elf32-target.h again for the traditional
2757 MIPS targets.
2758
00d2865b
NC
27592000-07-03 Marek Michalkiewicz <marekm@linux.org.pl>
2760
2761 * elf32-avr.c (bfd_elf32_bfd_reloc_type_lookup):
2762 Add ATTRIBUTE_UNUSED to unused arguments to avoid warnings.
2763 (avr_info_to_howto_rela): Likewise.
2764 (elf32_avr_gc_mark_hook): Likewise.
2765 (elf32_avr_gc_sweep_hook): Likewise.
2766 (elf32_avr_relocate_section): Likewise.
2767
e4202681
NC
27682000-07-03 Mark Elbrecht <snowball3@bigfoot.com>
2769
2770 * cofflink.c (_bfd_coff_write_global_sym): Turn a weak symbol into
2771 an external symbol for a non-shared, non-relocatable link.
77cb06e9 2772
e4202681
NC
27732000-07-03 Nick Clifton <nickc@redhat.com>
2774
99d6ac2f
NC
2775 * cofflink.c (IS_EXTERNAL): New macro: Return true if the symbol
2776 is an external symbol.
e4202681
NC
2777 (IS_WEAK_EXTERNAL): New macro: Return true if the symbol is a weak
2778 external symbol.
77cb06e9 2779
289c596c
NC
27802000-07-03 Kazu Hirata <kazu@hxi.com>
2781
2782 * reloc16.c: Fix formatting.
2783
dd745cfa
UC
27842000-07-01 Koundinya K <kk@ddeorg.soft.net>
2785
77cb06e9
AM
2786 * config.bfd: Change targ_defvec and targ_selvecs for mips*-*-sysv4*
2787 to add a new target for traditional mips i.e
2788 bfd_elf32_tradbigmips_vec and bfd_elf32_tradlittlemips_vec.
2789 * configure.in: Likewise.
2790 * configure: Rebuild.
2791 * targets.c (bfd_elf32_tradbigmips_vec): Declare and put in
dd745cfa
UC
2792 bfd_target_vector.
2793 (bfd_elf32_tradlittlemips_vec): Likewise.
77cb06e9
AM
2794 * elfxx-target.h: Add macro INCLUDED_TARGET_FILE which is more a test
2795 to see that elfNN_bed does not get redefined even if the target file
2796 is included twice for a chip. See elf32-mips.c.
2797
0bdaf48b
AM
27982000-07-01 Alan Modra <alan@linuxcare.com.au>
2799
2800 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2801 (CLEANFILES): Add DEPA.
2802 * Makefile.in: Regenerate.
2803
c75df619 28042000-06-30 DJ Delorie <dj@cygnus.com>
77cb06e9 2805
c75df619 2806 * peicode.h (coff_swap_filehdr_in): can't use e_magic because we
77cb06e9 2807 can't assume the PE header is at 0x80.
c75df619 2808
b4b415e5
DD
28092000-06-29 Mark Elbrecht <snowball3@bigfoot.com>
2810
cda43a1d 2811 * syms.c (_bfd_stab_section_find_nearest_line): Use IS_ABSOLUTE_PATH.
b4b415e5 2812
addd3117
DD
28132000-06-28 Mark Elbrecht <snowball3@bigfoot.com>
2814
2815 * go32stub.h: Update stub.
2816
65aa24b6
NC
28172000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
2818
2819 * archures.c (bfd_mach_avr5): Define.
2820 * bfd-in2.h (bfd_mach_avr5): Define.
2821 * cpu-avr.c (arch_info_struct): Rename bfd_mach_avr4 to
2822 bfd_mach_avr5, add bfd_mach_avr4. Update comments.
2823 (compatible): Update comment. Add missing test.
2824 * elf32-avr.c (avr_final_link_relocate): Support 8K wrap
2825 for avr2 and avr4. Simplify 8K wrap code.
2826 (bfd_elf_avr_final_write_processing): Recognize bfd_mach_avr5.
2827 (elf32_avr_object_p): Recognize E_AVR_MACH_AVR5.
2828
cc040812
NC
28292000-06-26 Kazu Hirata <kazu@hxi.com>
2830
2831 * coff-h8300.c: Fix formatting.
2832 * cpu-h8300.c: Likewise.
2833
b1bcb49f
AO
28342000-06-24 Alexandre Oliva <aoliva@redhat.com>
2835
2836 * elf32-arm.h (elf32_arm_final_link_relocate): Print `(local)'
2837 for local symbols whose names are unknown.
2838
1581f8c9
AM
28392000-06-22 Alan Modra <alan@linuxcare.com.au>
2840
2841 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2842 find one.
2843 * Makefile.in: Regenerate.
2844 * doc/Makefile.in: Regenerate.
2845
bbeb2e03
L
28462000-06-20 H.J. Lu <hjl@gnu.org>
2847
2848 * Makefile.am: Rebuild dependency.
2849 * Makefile.in: Rebuild.
2850
8a20f077
UC
28512000-06-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2852
2853 * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): New function.
2854 (elf_backend_copy_indirect_symbol): Map to the new function.
2855
2ab47eed
AM
28562000-06-20 Alan Modra <alan@linuxcare.com.au>
2857
2858 * archive.c (normalize): Correct pointer comparison when checking
2859 for backslashes.
2860 (bfd_bsd_truncate_arname): Likewise.
2861 (bfd_gnu_truncate_arname): Likewise.
2862
b305ef96
UC
28632000-06-20 Ulf Carlsson <ulfc@engr.sgi.com>
2864
2865 * elf-bfd.h (struct elf_obj_tdata): Define per BFD Irix 5 virtual
2866 sections elf_{text,data}_{section,symbol}.
2867 * elf32-mips.c: mips_elf_{text,data}_{section,symbol}{,_ptr}: Remove.
2868 (_bfd_mips_elf_hide_symbol): New function.
2869 (elf_backend_hide_symbol): Map to the new function.
2870 (_bfd_mips_elf_add_symbol_hook): Change to use new per BFD
2871 definitions of mips_elf_{text,data}_{section,symbol}.
2872 (mips_elf_local_relocation_p): Try to find the direct symbol
2873 based on new check_forced argument.
2874 (mips_elf_calculate_relocation): Use new version of
2875 mips_elf_local_relocation_p.
2876 (mips_elf_relocate_section): Likewise.
2877 (_bfd_mips_elf_relocate_section): Likewise.
2878 (mips_elf_sort_hash_table): Only assert that have enough GOT
2879 space.
2880 (mips_elf_got16_entry): Match all 32 bits to the existing GOT
2881 entry if the relocation based on the new external argument.
2882 (mips_elf_create_dynamic_relocation): Assert that we have a
2883 section contents allocated where we can swap out the dynamic
2884 relocations.
2885 (mips_elf_calculate_relocation): Find the real hash-table entry
2886 correctly by using h->root.root.type. Only create a dynamic
2887 relocation entry if the symbol is defined in a shared library.
2888 Create an external GOT entry for the GOT16 relocation if the
2889 symbol was forced local.
2890 (_bfd_mips_elf_finish_dynamic_symbol): Don't assert there is a
2891 dynamic index if the symbol was forced local.
2892
28932000-06-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2894
2895 * elf32-mips.c: Fix typos in comments.
77cb06e9 2896
1605fc4f
MK
28972000-06-19 Mark Kettenis <kettenis@gnu.org>
2898
2899 * rs6000-core.c: Wrap definition of `union VmInfo' within #ifdef
2900 CORE_VERSION_1.
2901
60bcf0fa
NC
29022000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
2903
2904 * Makefile.in, bfd-in2.h, libbfd.h, configure: Rebuild.
2905 * Makefile.am (ALL_MACHINES, ALL_MACHINES_CFILES, BFD32_BACKENDS,
2906 BFD32_BACKENDS_CFILES): Add 68hc12, 68hc11 files.
2907 * configure.in (bfd_elf32_m68hc12_vec): Recognize.
2908 (bfd_elf32_m68hc11_vec): Likewise.
77cb06e9 2909 * config.bfd (targ_cpu): Recognize 68hc12 and 68hc11.
60bcf0fa
NC
2910 Supports 68hc11 & 68hc12 at the same time.
2911 * targets.c (bfd_elf32_m68hc12_vec): Declare and put in
2912 bfd_target_vector.
2913 (bfd_elf32_m68hc11_vec): Likewise.
2914 * elf.c (prep_headers): Recognize bfd_arch_m68hc12 and 68hc11.
2915 * archures.c (bfd_m68hc12_arch): Define and register in global list
2916 (bfd_m68hc11_arch): Likewise.
2917 * reloc.c (BFD_RELOC_M68HC11_HI8, BFD_RELOC_M68HC11_LO8,
2918 BFD_RELOC_M68HC11_3B): Define.
2919 * cpu-m68hc12.c, elf32-m68hc12.c: New files for 68hc12 support.
2920 * cpu-m68hc11.c, elf32-m68hc11.c: New files for 68hc11 support.
2921
f41cbf03
UC
29222000-06-18 Ulf Carlsson <ulfc@engr.sgi.com>
2923
2924 * elf_bfd.h (struct elf_backend_data): Add info argument to
2925 elf_backend_hide_symbol.
2926 (_bfd_elf_link_hash_hide_symbol): Likewise.
2927 * elf.c (_bfd_elf_link_hash_hide_symbol): Likewise.
2928 * elf64-ia64.c (elf64_ia64_hash_hide_symbol): Likewise.
2929 * elflink.h (elf_link_add_object_symbols): Likewise.
2930 (elf_link_assign_sym_version): Likewise.
77cb06e9 2931
689be717
L
29322000-06-18 H.J. Lu <hjl@gnu.org>
2933
2934 * coff-i386.c (coff_i386_reloc): Don't return in case of
2935 output_bfd == (bfd *) NULL if COFF_WITH_PE is defined.
2936 Compensate PE relocations when linking with non-PE object
2937 files to generate a non-PE executable.
2938
9a8f3bb7
UC
29392000-06-17 Ulf Carlsson <ulfc@engr.sgi.com>
2940
2941 * elf32-mips.c (mips_elf_calculate_relocation): Explicitly write
2942 GOT entries if we're doing a static link or -Bsymbolic link.
2943
32f0787a
UC
29442000-06-15 Ulf Carlsson <ulfc@engr.sgi.com>
2945
2946 * elflink.h (elf_link_adjust_relocs): Check for and call backend
2947 specifific swap_reloc_{in,out} and swap_reloca_{in,out} if
2948 available.
2949 (elf_link_output_relocs): Likewise.
2950 (elf_reloc_link_order): Likewise.
77cb06e9 2951
87f33987
ND
29522000-06-16 Nicholas Duffek <nsd@redhat.com>
2953
2954 * archures.c (enum bfd_architecture): #define constants for
2955 PowerPc and RS6000 machine numbers.
2956 * bfd-in2.h: Regenerate.
2957 * coffcode.h (coff_set_arch_mach_hook): #ifdef XCOFF64, set arch
2958 to bfd_arch_powerpc instead of bfd_arch_rs6000. Refer to PowerPc
2959 and RS6000 machine numbers using #defined constants from
2960 archures.c.
2961 * cpu-powerpc.c (arch_info_struct): Refer to PowerPc and RS6000
2962 machine numbers using #defined constants from archures.c. Add
2963 entries for EC603e, 630, A35, RS64II, RS64III, 7400. Specify
2964 64-bit words in 620 entry.
2965 * cpu-rs6000.c (arch_info_struct): Create with entries for RS1,
2966 RSC, and RS2.
2967 (bfd_rs6000_arch): Change default machine to 0 (bfd_mach_rs6k).
2968
a2fdf270
ND
29692000-06-16 Nicholas Duffek <nsd@cygnus.com>
2970
2971 * coffcode.h (coff_mkobject_hook): Set xcoff_tdata.xcoff64.
2972 * libcoff-in.h (struct xcoff_tdata): Define xcoff64 field.
2973 * libcoff.h (struct xcoff_tdata): Define xcoff64 field.
2974
9bd09e22
ND
29752000-06-16 Nicholas Duffek <nsd@redhat.com>
2976
2977 * bfd-in.h (bfd_family_coff): Define.
2978 * bfd-in2.h: Regenerate.
2979 * coffgen.c (coff_count_linenumbers, coff_symbol_from,
2980 coff_find_nearest_line): Check COFFness using bfd_family_coff()
2981 instead of bfd_target_coff_flavour.
2982 * cofflink.c (_bfd_coff_final_link): Likewise.
2983 * cpu-ns32k.c (do_ns32k_reloc): Don't strcmp() target name to
2984 exclude XCOFF files.
2985 * reloc.c (bfd_perform_relocation, bfd_install_relocation):
2986 Likewise.
2987 * targets.c (enum bfd_flavour): Add bfd_target_xcoff_flavour.
2988 * xcoff-target.h (TARGET_SYM): Use bfd_target_xcoff_flavour.
2989 * xcofflink.c (XCOFF_XVECP): Delete.
2990 (bfd_xcoff_link_record_set, bfd_xcoff_import_symbol,
2991 bfd_xcoff_export_symbol, bfd_xcoff_link_count_reloc,
2992 bfd_xcoff_record_link_assignment,
2993 bfd_xcoff_size_dynamic_sections): Replace XCOFF_XVECP() with
2994 check for bfd_target_xcoff_flavour.
2995
59d9f049
ND
29962000-06-16 Nicholas Duffek <nsd@redhat.com>
2997
2998 * rs6000-core.c: Support 64-bit core files, support pre-4.3 core
2999 files on AIX 4.3.
3000 (read_hdr): New function.
3001 (rs6000coff_core_p): Store mstsave or __context64 struct instead
3002 of trying to extract individual registers. Set abfd->arch_info
3003 to match the architecture that created the core file.
3004 (rs6000coff_get_section_contents): Delete.
3005 * xcoff-target.h (rs6000coff_get_section_contents): Delete.
3006
63e39178
L
30072000-06-14 H.J. Lu <hjl@gnu.org>
3008
3009 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_rec)
3010 is NULL.
3011
bcef29e6
L
30122000-06-13 H.J. Lu <hjl@gnu.org>
3013
3014 * configure: Regenerate.
3015
8d88c4ca 30162000-06-13 J"orn Rennecke <amylaar@cygnus.co.uk>
26bfd1c0
JR
3017
3018 * peicode.h (pe_ILF_object_p): Use TARGET_LITTLE_SYM instead of
3019 armpei_little_vec.
3020
946efd95
DB
30212000-06-08 David O'Brien <obrien@FreeBSD.org>
3022
3023 * configure.in (VERSION): Update to show this is the CVS mainline.
3024
1b452ec6
AM
30252000-06-07 Alan Modra <alan@linuxcare.com.au>
3026
3027 * elf32-d10v.c: Include elf/d10v.h
3028 (enum reloc_type): Delete.
3029 * elf32-d30v.c: Include elf/d30v.h
3030 (enum reloc_type): Delete.
3031
3032 * Makefile.am: Run "make dep-am" to regenerate dependencies.
3033 * Makefile.in: Regenerate.
3034
3035 * elf32-i386.c (elf_howto_table): Remove EMPTY_HOWTOs.
dc47f327
AM
3036 (elf32_i386_vtinherit_howto, elf32_i386_vtentry_howto): Delete and
3037 move HOWTOs into elf_howto_table.
1b452ec6 3038 (R_386_standard, R_386_ext_offset): Define.
dc47f327 3039 (R_386_ext, R_386_vt_offset, R_386_vt): Define.
1b452ec6 3040 (elf_i386_reloc_type_lookup): Modify calculation of index into
dc47f327 3041 elf_howto_table since we've removed the padding.
1b452ec6
AM
3042 (elf_i386_info_to_howto_rel): Likewise.
3043 (elf_i386_relocate_section): Likewise.
3044
e0ebfc61
MS
30452000-06-06 Michael Snyder <msnyder@seadog.cygnus.com>
3046
3047 * elf.c (elf_grok_pr_status): Eliminate reference to prgregset_t.
3048
9d6eee78
L
30492000-06-05 H.J. Lu <hjl@gnu.org>
3050
3051 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't flag
3052 an error when seeing an undefined symbol with hidden/internal
3053 attribute. It is handled in *_relocate_section ().
3054
94b6c40a
L
30552000-06-05 H.J. Lu <hjl@gnu.org>
3056
3057 * elflink.h (elf_fix_symbol_flags): Follow the link for the
3058 indirect symbol for the ELF_LINK_NON_ELF bit.
3059 (elf_link_output_extsym): Don't output the indirect symbol even
3060 if the ELF_LINK_NON_ELF bit is set.
3061
0af288f3
C
30622000-06-01 J.T. Conklin <jtc@redback.com>
3063
3064 * config.bfd (i[3456]86-*-netbsdelf*): New target.
3065 (i[3456]86-*-netbsdaout*): New target.
3066 (i[3456]86-*-netbsd*): Add bfd_elf32_i386_vec to targ_selvecs.
3067 (i[3456]86-*-openbsd*): Likewise.
3068
8d88c4ca 30692000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
12df4d3c
AC
3070
3071 * trad-core.c: From hpux-core.c, include <dirent.h> or
77cb06e9 3072 <sys/ndir.h> when possible.
12df4d3c 3073
c0ae4ccc
NC
30742000-05-31 Nick Clifton <nickc@cygnus.com>
3075
3076 * opintl.h (_(String)): Explain why dgettext is used instead
77cb06e9 3077 of gettext.
c0ae4ccc 3078
321fa097
UD
30792000-05-31 Ulrich Drepper <drepper@redhat.com>
3080
3081 * elf.c (_bfd_elf_slurp_version_tables): Correct reading of version
3082 definitions. We must not assume they are sorted in the file
3083 according to their index numbers.
3084
70d72e0e
AM
30852000-05-31 Alan Modra <alan@linuxcare.com.au>
3086
3087 * elf-hppa.h: (elf_hppa_final_link_relocate): Use e_rsel field
77cb06e9
AM
3088 selector for R_PARISC_PCREL17R. R_PARISC_DIR17R and
3089 R_PARISC_DIR17F are for absolute branches; Handle them as such.
70d72e0e 3090
96f6d4c4
NC
30912000-05-30 Nick Clifton <nickc@cygnus.com>
3092
3093 * cpu-i960.c (scan_960_mach): Accept 80960KA, 80960KB,
3094 80960CA, 80960MC as valid machine names.
3095
38048eb9
L
30962000-05-30 H.J. Lu <hjl@gnu.org>
3097
3098 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Clear the
3099 visibility bits if the symbol is undefined. Correctly handle
3100 weak undefined symbols with hidden and internal attributes.
3101
3102 * elflink.h (elf_link_add_object_symbols): Always turn the
3103 symbol into local if it has the hidden or internal attribute.
3104
8c763017
PB
31052000-05-29 Philip Blundell <philb@gnu.org>
3106
3107 * ppcboot.c: Add packed attribute if compiling with GCC.
3108
1ae00f9d
AM
31092000-05-29 Anatoly Vorobey <mellon@pobox.com>
3110
3111 * elf.c (_bfd_elf_link_hash_table_init): Initialize dynlocal.
3112
4a938328
MS
31132000-05-26 Michael Snyder <msnyder@seadog.cygnus.com>
3114
77cb06e9 3115 * elf.c (elfcore_grok_prstatus, elfcore_grok_pstatus,
4a938328
MS
3116 elfcore_grok_psinfo): Add code to allow debugging a 32-bit
3117 corefile on a 64-bit (Sparc Solaris) host. Also clean up
3118 a few old comments.
3119
5af11cab
AM
31202000-05-26 Alan Modra <alan@linuxcare.com.au>
3121
2114f57b
AM
3122 * Makefile.am: Update dependencies with "make dep-am"
3123 * Makefile.in: Regenerate.
3124
5af11cab
AM
3125 * sysdep.h (gettext, dgettext, dcgettext, textdomain,
3126 bindtextdomain): Replace defines with those from intl/libgettext.h
3127 to quieten gcc warnings.
3128
31292000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
3130
3131 * aoutx.h (find_nearest_line): Use IS_ABSOLUTE_PATH.
3132
3133 * archive.c (normalize, bfd_bsd_truncate_arname,
3134 bfd_gnu_truncate_arname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support
3135 file names with backslashes.
3136
3137 * cache.c (bfd_open_file) [__MSDOS__]: Don't unlink the file
3138 before opening it.
3139
3140 * sysdep.h: Include filenames.h.
3141
b6cdd0fd
AM
31422000-05-26 Alan Modra <alan@linuxcare.com.au>
3143
3144 * opncls.c (bfd_close_all_done): Mask file perms with 0777 not 0x777.
3145
f7775d95
JJ
31462000-05-26 Jakub Jelinek <jakub@redhat.com>
3147
3148 * elf64-sparc.c (sparc64_elf_relax_section): New.
3149 (sparc64_elf_relocate_section): Optimize tail call into branch always
3150 if possible.
3151 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3152 (elf32_sparc_relax_section): New.
3153
6c08d697
JJ
31542000-05-26 Jakub Jelinek <jakub@redhat.com>
3155
3156 * elf64-sparc.c: Add ATTRIBUTE_UNUSED to unused function parameters.
3157 Remove unusued variables.
3158 (sparc64_elf_relocate_section): Change r_symndx type to unsigned long.
3159 (sparc64_elf_merge_private_bfd_data): Fix shared library case from
3160 previous fix, so that shared libs really don't influence targets
3161 extension mask and memory model.
3162
edb72b3b
L
31632000-05-23 H.J. Lu <hjl@gnu.org>
3164
3165 * elf64-alpha.c (elf64_alpha_relocate_section): Check
3166 h->root.other not h->other.
ba09750c
L
3167 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
3168
3169 * elf32-ppc.c (ppc_elf_relocate_section): Fix a typo.
edb72b3b 3170
3a27a730
L
31712000-05-23 H.J. Lu <hjl@gnu.org>
3172
3173 * elf32-i386.c (elf_i386_relocate_section): Don't allow the
3174 undefined symbol with the non-default visibility attributes.
3175 * elf-hppa.h (elf_hppa_relocate_section): Likewise.
3176 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
3177 * elf32-i370.c (i370_elf_relocate_section): Likewise.
3178 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
3179 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
3180 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
3181 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3182 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3183 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
3184 * elf64-ia64.c (elf64_ia64_relocate_section): Likewise.
3185 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3186
748abff6
RH
31872000-05-22 Richard Henderson <rth@cygnus.com>
3188
3189 * elf64-ia64.c (ia64_howto_table): Add PCREL60B, PCREL21BI,
3190 PCREL22, PCREL64I. Zero size of special relocs.
3191 (elf64_ia64_reloc_type_lookup): Likewise.
3192 (USE_BRL, oor_brl, oor_ip): New.
3193 (elf64_ia64_relax_section): New.
3194 (elf64_ia64_check_relocs): Handle PCREL60B, PCREL22, PCREL64I.
3195 (elf64_ia64_install_value): Likewise, plus PCREL21BI.
3196 (elf64_ia64_relocate_section): Likewise.
3197 (bfd_elf64_bfd_relax_section): New.
3198 * reloc.c (BFD_RELOC_IA64_PCREL21BI): New.
3199 (BFD_RELOC_IA64_{PCREL22,PCREL60B,PCREL64I}): New.
3200 * bfd-in2.h, libbfd.h: Regenerate.
3201
fb67355a
NC
32022000-05-22 Nick Clifton <nickc@cygnus.com>
3203
3204 * configure.in : Add peigen.lo to MIPS PE targets.
3205 * configure: Regenerate.
3206
1fe494a5
NC
32072000-05-22 Momchil Velikov <velco@fadata.bg>
3208
3209 * libbfd.c (_bfd_generic_verify_endian_match): Compare endianess
748abff6 3210 only if it is known for both input and output bfds. Separate
1fe494a5
NC
3211 error message strings as in some languages, it may be necessary
3212 to change more than one place in the string to change between
77cb06e9 3213 'big' and 'little'.
1fe494a5
NC
3214
3215 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Remove inline
77cb06e9
AM
3216 endianess checks, call _bfd_generic_verify_endian_match() instead.
3217
3218 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Likewise.
1fe494a5 3219
77cb06e9 3220 * elf32-mcore.c (mcore_elf_merge_private_bfd_data): Likewise.
1fe494a5
NC
3221
3222 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Likewise. Verify
77cb06e9 3223 endianess before checking bfd flavours.
1fe494a5 3224
32c092c3
L
32252000-05-22 H.J. Lu <hjl@gnu.org>
3226
3227 * elflink.h (elf_link_output_extsym): Clear the visibility
3228 field for symbols not defined locally.
3229
df6d9773
JL
32302000-05-18 Alan Modra <alan@linuxcare.com.au>
3231
3232 * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
3233 re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
3234 (hppa_rebuild_insn): Mask immediate bits here instead.
3235 * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
3236
7ad34365
NC
32372000-05-18 Momchil Velikov <velco@fadata.bg>
3238
3239 * elflink.h (elf_bfd_final_link, elf_link_input_bfd): When emiting
3240 relocs for an executable, ensure that they are virtual addresses.
3241
8d88c4ca 32422000-05-18 Jeffrey A Law (law@cygnus.com)
d1dab720
JL
3243
3244 * config.bfd (hppa*64*-*-hpux11*): New target triplet.
3245
a712da20
NC
32462000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
3247 Rick Gorton <gorton@scrugs.lkg.dec.com>
77cb06e9 3248
aa76cae8 3249 * elflink.h: Add emitrelocations support: when enabled, relocation
a712da20
NC
3250 information and relocation sections are put into final output
3251 executables. If the emitrelocations flag is set, do the following:
3252 (elf_bfd_final_link): Emit relocation sections.
3253 (elf_link_input_bfd): Compute relocation section contents.
3254 (elf_gc_sections): Don't clean relocation sections.
3255
aa76cae8 32562000-05-16 Catherine Moore <clm@cygnus.com>
10febd84
CM
3257
3258 * som.c (som_decode_symclass): Recognize weak symbols.
3259
db8503c4
AM
32602000-05-16 Szabolcs Szakacsits <szaka@F-Secure.com>
3261
3262 * peigen.c (pe_print_idata): Undo part of 2000-05-12 change that
3263 read idata section only from dataoff.
3264 (pe_print_edata): Correctly check for valid eat_member.
3265
8d88c4ca 32662000-05-16 J"orn Rennecke <amylaar@cygnus.co.uk>
851cde10
JR
3267
3268 * elf32-sh.c (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH8.
3269
1bde2d57
PB
32702000-05-14 Philip Blundell <philb@gnu.org>
3271
3272 * config.bfd (armeb-*-elf, arm*b-*-linux-gnu*): New targets.
3273
a76b448c
AM
32742000-05-12 Alan Modra <alan@linuxcare.com.au>
3275
9ee25201
AM
3276 * targets.c (bfd_target_vector): #ifdef BFD64 rs6000coff64_vec
3277
a76b448c
AM
3278 * peigen.c (pe_print_idata): Look for .idata section and print
3279 info even if data directory has zero entries. Read idata section
3280 starting from dataoff, and adjust all data offsets to suit. Cast
3281 all bfd_vma vars to unsigned long before passing to fprintf.
3282 * peigen.c (pe_print_edata): Similarly, look for .edata section
3283 and print info even if data directory has zero entries. Cast
3284 all bfd_vma vars to unsigned long before passing to fprintf.
3285
3286 From Szabolcs Szakacsits <szaka@F-Secure.com>
3287 * peigen.c (pe_print_idata): Use bfd_section_size rather than data
3288 directory size which may be bogus.
3289 * peigen.c (pe_print_edata): Similarly.
3290
72730e0c
AM
32912000-05-09 Alan Modra <alan@linuxcare.com.au>
3292
3293 * elf.c (bfd_section_from_shdr): Don't set use_rela_p if rela
3294 section is empty.
3295 (copy_private_bfd_data): Allow for space possibly taken up by elf
3296 headers when calculating segment physical address from lma.
3297
8181c403
AM
32982000-05-08 Alan Modra <alan@linuxcare.com.au>
3299
bfde9f99
AM
3300 * versados.c (versados_scan): Init stringlen and pass_2_done.
3301
b35efbcd
AM
3302 * trad-core.c (trad_unix_core_file_p): Return
3303 bfd_error_wrong_format rather than bfd_error_file_truncated.
3304
8181c403
AM
3305 * peigen.c (_bfd_pei_swap_aouthdr_out): Pass ImageBase to
3306 add_data_entry. DataDirectory virtual address is relative.
3307 (pe_print_idata): Account for relative DataDirectory virtual
3308 addresses. Don't trash datasize inside POWERPC_LE_PE code.
3309 (pe_print_edata): Similarly.
3310
3311 From Szabolcs Szakacsits <szaka@F-Secure.com>
3312 * peigen.c (dir_names): Add Delay Import Directory.
3313 (pe_print_idata): Always search for bfd section containing
3314 idata address rather than looking up section name. Print this
3315 section name rather than .idata.
3316 (pe_print_edata): Similarly. Also print some fields as %08lx.
3317 (_bfd_pe_print_private_bfd_data_common): Print Reserved1 field as
3318 Win32Version.
3319
8d88c4ca 33202000-05-05 Clinton Popetz <cpopetz@cygnus.com>
2c38bc20
CP
3321
3322 * xcoff.h: Rename to xcoff-target.h
3323 * Makefile.am: Change all instances of xcoff.h to xcoff-target.h
3324 * coff-rs6000.c: Ditto.
3325 * coff64-rs6000.c: Ditto.
3326 * coff-pmac.c: Ditto.
3327 * Makefile.in: Regenerate.
77cb06e9 3328
8d88c4ca 33292000-05-05 Clinton Popetz <cpopetz@cygnus.com>
c6664dfb
CP
3330
3331 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags):
3332 Change U802TOC64MAGIC to U803XTOCMAGIC.
3333
3425c182
MS
33342000-05-04 Michael Snyder <msnyder@seadog.cygnus.com>
3335
3336 * elf.c (bfd_elf_get_arch_size): New function, return 32 | 64 | -1.
3337 * bfd-in.h: Prototype bfd_elf_get_arch_size.
3338 * bfd-in2.h: Prototype bfd_elf_get_arch_size.
3339
7c30ac37
AM
33402000-05-04 Alan Modra <alan@linuxcare.com.au>
3341
3342 * libhppa.h (HPPA_R_CONSTANT): Cast argument to bfd_signed_vma.
3343
9f93bca5 33442000-05-03 Martin v. Lvwis <loewis@informatik.hu-berlin.de>
0444bdd4
L
3345
3346 * elflink.h (elf_link_add_object_symbols): Reset dynindx for
3347 hidden and internal symbols.
3348 (elf_fix_symbol_flags): Clear NEEDS_PLT for symbols with
3349 visibility.
3350 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Do not
3351 assign a PLT or GOT entry to symbols with hidden and
3352 internal visibility.
3353
da5d444c
AM
33542000-05-03 Mark Elbrecht <snowball3@bigfoot.com>
3355
3356 * bfd/coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Add entry for
3357 the .bss section.
3358 * bfd/coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
3359
ee44def1
L
33602000-05-02 H.J. Lu <hjl@gnu.org>
3361
b6cdd0fd 3362 * elf.c (prep_headers): Use ELFOSABI_NONE instead of
ee44def1
L
3363 ELFOSABI_SYSV.
3364
e0afaebd
AM
33652000-05-02 Alan Modra <alan@linuxcare.com.au>
3366
3367 * targets.c (bfd_target_vector): Restore bfd_elf32_hppa_vec.
3368 * Makefile.am (BFD32_BACKENDS): Restore elf32-hppa.lo. Regenerate
3369 dependencies.
3370 * Makefile.in: Regenerate.
3371
8d88c4ca 33722000-05-01 Jim Wilson <wilson@cygnus.com>
85e22c7e
JW
3373
3374 * Makefile.am (BFD32_BACKENDS): Add efi-app-ia32.lo.
3375 (BFD32_BACKENDS_CFILES): Add efi-app-ia32.c.
3376 (BFD64_BACKENDS): Delete coff-ia64.lo. Add efi-app-ia64.lo.
3377 (BFD64_BACKENDS_CFILES): Delete coff-ia64.c. Add efi-app-ia64.c.
3378 * Makefile.in: Rebuild.
3379
3f9b03b5
AM
33802000-05-02 Alan Modra <alan@linuxcare.com.au>
3381
3382 * config.bfd: Re-enable elf32-hppa. It now compiles, even if it
3383 doesn't work very well.
3384
3385 * elf-hppa.h (elf_hppa_internal_shdr): Define.
3386 (elf_hppa_fake_sections): hdr is elf_hppa_internal_shdr.
3387 Set hdr->s_type to 1 if ARCH_SIZE == 32.
3388 (_bfd_elf_hppa_gen_reloc_type): Add prototype.
3389 (elf_hppa_info_to_howto): Likewise.
3390 (elf_hppa_info_to_howto_rel): Likewise.
3391 (elf_hppa_reloc_type_lookup): Likewise.
3392 (elf_hppa_is_local_label_name): Likewise.
3393 (elf_hppa_fake_sections): Likewise.
3394 (elf_hppa_final_write_processing): Likewise.
3395 (elf_hppa_howto_table): Fully initialise all entries.
3396 (_bfd_elf_hppa_gen_reloc_type): Add ATTRIBUTE_UNUSED to args.
3397 (elf_hppa_info_to_howto): Likewise.
3398 (elf_hppa_info_to_howto_rel): Likewise.
3399 (elf_hppa_reloc_type_lookup): Likewise.
3400 (elf_hppa_final_write_processing, elf_hppa_add_symbol_hook,
3401 elf_hppa_unmark_useless_dynamic_symbols,
3402 elf_hppa_remark_useless_dynamic_symbols,
3403 elf_hppa_record_segment_addrs, elf_hppa_final_link,
3404 elf_hppa_relocate_section, elf_hppa_final_link_relocate,
3405 elf_hppa_relocate_insn): Compile only if ARCH_SIZE == 64 until
3406 elf32-hppa.c mess is cleaned up.
3407 (elf_hppa_final_link_relocate): Make insn and r_type unsigned
3408 int. Delete r_field. In case R_PARISC_PCREL21L, don't set
3409 r_field then call hppa_field_adjust inline func with variable
3410 r_field arg, instead call hppa_field_adjust with fixed arg.
3411 In case R_PARISC_PCREL22F, don't set r_field.
3412 (elf_hppa_relocate_insn): Change args and return type to unsigned
3413 int. Call re_assemble_* funcs to do the work.
3414
3415 * elf32-hppa.c (hppa_elf_relocate_insn): Don't assume 32 bit when
3416 sign extending.
3417
3418 * libhppa.h (HPPA_R_CONSTANT): Don't assume 32 bit when sign
3419 extending.
3420 (sign_extend): Mask first before sign extending.
3421 (low_sign_extend): Rewrite without condition expression.
3422 (ones, dis_assemble_3, dis_assemble_12, dis_assemble_16,
3423 dis_assemble_17, dis_assemble_21, dis_assemble_22): Delete.
3424 (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
3425 assemble_17, assemble_21, sign_unext, low_sign_unext): Return
3426 result as function return value rather than through pointer arg.
3427 Accept unsigned int args, and return unsigned int.
3428 (re_assemble_3): New. Combines function of dis_assemble_3 with
3429 re-assembly of opcode and immediate.
3430 (re_assemble_12): Likewise.
3431 (re_assemble_16): Likewise.
3432 (re_assemble_17): Likewise.
3433 (re_assemble_21): Likewise.
3434 (re_assemble_22): Likewise.
3435 (hppa_field_adjust): Rewrite and document, paying attention to
3436 size of types and signed/unsigned issues.
3437 (get_opcode): Shift before masking.
3438 (FDLW): Rename to FLDW.
3439 (bfd_hppa_insn2fmt): Change arg to unsigned int. Delete fmt.
3440 (hppa_rebuild_insn): Change args and return value to unsigned
3441 int. Make use of re_assemble_*. Correct case 11.
77cb06e9 3442
3f9b03b5
AM
3443 * dep-in.sed: Handle ../opcodes/.
3444 * Makefile.am (SOURCE_HFILES): Add elf-hppa.h, elf32-hppa.h,
3445 elf64-hppa.h, hppa_stubs.h, xcoff.h.
3446 (BFD32_BACKENDS_CFILES): Restore elf32-hppa.c.
3447 Remove elf64-hppa.lo, cpu-ia64.lo, elf64-ia64.lo, elfarm-oabi.lo,
3448 elfarm-nabi.lo dependencies outside of auto-dependency area.
3449 Regenerate dependencies.
3450 * Makefile.in: Regenerate.
3451
3452 * configure.in (TRAD_HEADER): Test non-null before
3453 AC_DEFINE_UNQUOTED.
3454 * configure: Regenerate.
3455
3456 * reloc.c: Fix mis-spelling in comment.
3457
c8735523
AM
34582000-05-01 Alan Modra <alan@linuxcare.com.au>
3459
3460 * coff-sh.c (bfd_coff_small_swap_table): Fix Fri Apr 28 change.
01fff6e2 3461 * vms.c (vms_openr_next_archived_file): Return NULL.
c8735523 3462
8d88c4ca 34632000-04-28 Clinton Popetz <cpopetz@cygnus.com>
2243c419
CP
3464
3465 * coffcode.h Copy changes mistakenly done to libcoff.h in
77cb06e9 3466 4/24/2000 patch.
2243c419 3467
a1934524
AM
34682000-04-29 Andreas Jaeger <aj@suse.de>
3469
3470 * libbfd-in.h: Correctly check GCC version.
3471 * bfd-in.h: Likewise.
3472 * libhppa.h: Likewise.
3473 * libbfd.h: Regenerate.
3474 * bfd-in2.h: Regenerate.
3475
8d88c4ca 34762000-04-28 Clinton Popetz <cpopetz@cygnus.com>
14958a43
CP
3477
3478 * Makefile.am (BFD64_BACKENDS, BFD64_BACKENDS_CFILES): Add
3479 coffdu-rs6000.{lo,c}.
3480 (coff-pmac.lo, coff-rs6000.lo, coff64-rs6000.lo): Add dependency
3481 on xcoff.h
3482 * Makefile.in: Regenerate.
3483 * xcoff.h: New file.
3484 * coff-pmac.c: Use xcoff.h instead of coff-rs6000.c.
3485 * coff-rs6000.c: Move all declarations and defines that are
3486 common to the xcoff backends into xcoff.h
77cb06e9 3487 * coff64-rs6000.c: Ditto,
14958a43 3488
8d88c4ca 34892000-04-28 Clinton Popetz <cpopetz@cygnus.com>
ecefdb58
CP
3490
3491 * coff-mips.c (mips_ecoff_backend_data): Add initialization of
3492 _bfd_coff_force_symnames in strings and
3493 _bfd_coff_debug_string_prefix_length to their default values.
3494 * coff-sh.c: (bfd_coff_small_swap_table): Ditto.
3495
8d88c4ca 34962000-04-28 Clinton Popetz <cpopetz@cygnus.com>
6732d8bf
CP
3497
3498 * coff-alpha.c (alpha_ecoff_backend_data): Add initialization of
77cb06e9 3499 _bfd_coff_force_symnames in strings and
6732d8bf
CP
3500 _bfd_coff_debug_string_prefix_length to their default values.
3501
dd5724d5
AM
35022000-04-27 Alan Modra <alan@linuxcare.com.au>
3503
3504 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Return if dynobj NULL.
77cb06e9 3505 Check local_got_refcounts before dereferencing.
dd5724d5
AM
3506
3507 * elf32-ppc.c (ppc_elf_relocate_section): Check splt != NULL
3508 before deciding we don't need R_PPC_PLT32 relocation.
3509 (ppc_elf_gc_sweep_hook): Check local_got_refcounts before
3510 dereferencing.
3511
3512 * elflink.h (elf_gc_common_finalize_got_offsets): Fix comment.
3513
3514 * elf32-i386.c (elf_i386_check_relocs): Reference count .got and
3515 .plt entries.
3516 (elf_i386_gc_sweep_hook): Garbage collect .got and .plt entries.
3517 (elf_i386_adjust_dynamic_symbol): Recognize unused .plt entries.
3518 (elf_i386_relocate_section): Allow for .plt to go missing.
3519 (elf_i386_finish_dynamic_symbol): Use same test to decide if we
3520 can use a relative reloc for got as elf_i386_relocate_section.
3521 (bfd_elf32_bfd_final_link): Define to use gc form of final link.
3522
8d88c4ca 35232000-04-26 Clinton Popetz <cpopetz@cygnus.com>
8ecb95a2
CP
3524
3525 * config.bfd: Remove extraneous bfd_powerpc_64_arch.
3526
8d88c4ca 35272000-04-24 Clinton Popetz <cpopetz@cygnus.com>
7f6d05e8
CP
3528
3529 * Makefile.am (coff64-rs6000.lo): New rule.
3530 * Makefile.in: Regenerate.
3531 * coff-rs6000.c (xcoff_mkobject, xcoff_copy_private_bfd_data,
3532 xcoff_is_local_label_name, xcoff_rtype2howto,
3533 xcoff_reloc_type_lookup, xcoff_slurp_armap, xcoff_archive_p,
3534 xcoff_read_ar_hdr, xcoff_openr_next_archived_file, xcoff_write_armap,
3535 xcoff_write_archive_contents): No longer static, and prefix with _bfd_.
3536 (NO_COFF_SYMBOLS): Define.
3537 (xcoff64_swap_sym_in, xcoff64_swap_sym_out, xcoff64_swap_aux_in,
3538 xcoff64_swap_aux_out): New functions; handle xcoff symbol tables
3539 internally.
3540 (MINUS_ONE): New macro.
77cb06e9 3541 (xcoff_howto_tabl, xcoff_reloc_type_lookup): Add 64 bit POS
7f6d05e8 3542 relocation.
77cb06e9 3543 (coff_SWAP_sym_in, coff_SWAP_sym_out, coff_SWAP_aux_in,
7f6d05e8
CP
3544 coff_SWAP_aux_out): Map to the new functions.
3545 * coff64-rs6000.c: New file.
77cb06e9
AM
3546 * libcoff.h (bfd_coff_backend_data): Add new fields
3547 _bfd_coff_force_symnames_in_strings and
7f6d05e8 3548 _bfd_coff_debug_string_prefix_length.
77cb06e9 3549 (bfd_coff_force_symnames_in_strings,
7f6d05e8
CP
3550 bfd_coff_debug_string_prefix_length): New macros for above fields.
3551 * coffcode.h (coff_set_arch_mach_hook): Handle XCOFF64 magic.
77cb06e9 3552 Set machine to 620 for XCOFF64. Use bfd_coff_swap_sym_in instead
7f6d05e8
CP
3553 of using coff_swap_sym_in directly.
3554 (FORCE_SYMNAMES_IN_STRINGS): New macro, defined for XCOFF64.
77cb06e9 3555 (coff_set_flags) Set magic for XCOFF64.
7f6d05e8
CP
3556 (coff_compute_section_file_positions): Add symbol name length to
3557 string section length if bfd_coff_debug_string_prefix_length is
3558 true.
3559 (coff_write_object_contents): Don't do reloc overflow for XCOFF64.
3560 (coff_slurp_line_table): Use bfd_coff_swap_lineno_in instead of
3561 using coff_swap_lineno_in directly.
3562 (bfd_coff_backend_data): Add _bfd_coff_force_symnames_in_strings
3563 and _bfd_coff_debug_string_prefix_length fields.
77cb06e9
AM
3564 * coffgen.c (coff_fix_symbol_name, coff_write_symbols): Force
3565 symbol names into strings table when
7f6d05e8
CP
3566 bfd_coff_force_symnames_in_strings is true.
3567 * coffswap.h (MAX_SCNHDR_NRELOC, MAX_SCNHDR_NLNNO, GET_RELOC_VADDR,
3568 SET_RELOC_VADDR): New macros.
77cb06e9 3569 (coff_swap_reloc_in, coff_swap_reloc_out): Use above macros.
7f6d05e8
CP
3570 (coff_swap_aux_in, coff_swap_aux_out): Remove RS6000COFF_C
3571 code.
3572 (coff_swap_aouthdr_in, coff_swap_aouthdr_out): Handle XCOFF64
3573 changes within RS6000COFF_C specific code.
77cb06e9 3574 (coff_swap_scnhdr_out): Use PUT_SCNHDR_NLNNO, PUT_SCNHDR_NRELOC,
7f6d05e8
CP
3575 MAX_SCNHDR_NRELOC, and MAX_SCNHDR_NLNNO.
3576 * reloc.c (bfd_perform_relocation, bfd_install_relocation):
3577 Extend existing hack on target name.
3578 * xcofflink.c (XCOFF_XVECP): Extend existing hack on
3579 target name.
3580 * coff-tic54x.c (ticof): Keep up to date with new fields
3581 in bfd_coff_backend_data.
3582 * config.bfd: Add bfd_powerpc_64_arch to targ_arch and define
3583 targ_selvecs to include rs6000coff64_vec for rs6000.
3584 * configure.in: Add rs6000coff64_vec case.
1ae00f9d 3585 * cpu-powerpc.c: New bfd_arch_info_type.
7f6d05e8 3586
8d88c4ca 35872000-04-24 Jeffrey A Law (law@cygnus.com)
15bda425 3588
e59db122
JL
3589 * config.bfd: Only disable elf32-hppa vectors, not all of the
3590 BSD and OSF configuration support. Provide (disabled) clauses
3591 for PA64 support.
3592 * configure.in: Add clause for PA64 support.
3593 * configure: Rebuilt.
3594
9ffc64f4
JL
3595 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_vec.
3596 (bfd_elf64_hppa_vec): Declare.
3597
d403336c
JL
3598 * Makefile.am (BFD64_BACKENDS): Add elf64-hppa.lo
3599 (BFD64_BACKENDS_CFILES): Add elf64-hppa.c
3600 (elf64-hppa.lo): Add dependencies.
3601 * Makefile.in: Rebuilt.
3602
15bda425
JL
3603 * elf64-hppa.c, elf64-hppa.h: New files with PA64 support.
3604
8d88c4ca 36052000-04-24 Jason Eckhardt <jle@cygnus.com>
15bda425
JL
3606
3607 * libhppa.h (dis_assemble_16): New function.
3608 (pa_arch): Added pa20w element.
3609
8d88c4ca 36102000-04-24 Ulrich Drepper <drepper@cygnus.com>
23afc6f6 3611
b9f66672
JL
3612 * elf-bfd.h: Add prototypes for bfd_elf32_write_relocs,
3613 bfd_elf32_slurp_reloc_table, bfd_elf64_write_relocs, and
3614 bfd_elf64_slurp_reloc_table.
3615
3616 * elfcode.h (elf_write_relocs, elf_slurp_reloc_table): New
3617 definitions to get external names.
3618 (elf_write_relocs): Renamed from write_relocs and make global.
3619 (elf_slurp_reloc_table): Make global.
3620 (_bfd_elf,size_info): Use elf_write_relocs instead of write_relocs.
3621
23afc6f6
JL
3622 * archive.c (hpux_uid_gid_encode): New function.
3623 (bfd_ar_hdr_from_filesystem): Use it if HPUX_LARGE_AR_IDS is
3624 defined and the ID is greater than 99999.
3625 (bfd_generic_stat_arch_elt): If HPUX_LARGE_AR_IDS is defined decode
3626 special uid/gid fields into 32 bit values.
3627
bc11ab2b
JL
36282000-04-21 Matthew Green <mrg@cygnus.com>
3629
3630 * config.bfd: Add NetBSD/sparc64 support.
3631
800eeca4
JW
3632Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
3633 David Mosberger <davidm@hpl.hp.com>
3634 Timothy Wall <twall@cygnus.com>
3635 Jim Wilson <wilson@cygnus.com>
77cb06e9 3636
800eeca4
JW
3637 * Makefile.am (ALL_MACHINES): Add cpu-ia64.lo.
3638 (ALL_MACHINES_CFILES): Add cpu-ia64.c.
3639 (BFD64_BACKENDS): Add elf64-ia64.lo.
3640 (BFD64_BACKENDS_CFILES): Add elf64-ia64.c.
3641 (cpu-ia64.lo, elf64-ia64.lo): New rules.
3642 * Makefile.in: Rebuild.
3643 * archures.c (enum bfd_architecture): Add bfd_arch_ia64.
3644 (bfd_ia64_arch): Declare.
3645 (bfd_archures_list): Add bfd_ia64_arch.
3646 * bfd-in2.h: Rebuild.
3647 * config.bfd: (ia64*-*-linux-gnu*, ia64*-*-elf*): New targets.
3648 * configure: Rebuild.
3649 * configure.host: (ia64-*-linux*): New host.
3650 * configure.in (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec,
3651 bfd_efi_app_ia64_vec, bfd_efi_app_ia64_vec): New vectors.
3652 * elf.c (prep_headers): Add bfd_arch_ia64.
3653 * libbfd.h: Rebuild.
3654 * reloc.c: Add IA-64 relocations.
3655 * targets.c (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec):
3656 Declare.
3657 (bfd_target_vect): Add bfd_elf64_ia64_little_vec.
3658 * cpu-ia64-opc.c, cpu-ia64.c, elf64-ia64.c: New files.
77cb06e9 3659
b51a1338
RH
36602000-04-21 Richard Henderson <rth@cygnus.com>
3661
3662 * elf32-d30v.c (bfd_elf_d30v_reloc): Don't modify section
3663 contents when performing a partial link.
3664 (bfd_elf_d30v_reloc_21): Likewise.
3665
1319985e
AM
36662000-04-20 H.J. Lu <hjl@gnu.org>
3667
3668 * elf32-i386.c (elf_i386_relocate_section): Restrict 1998-12-10
3669 patch to symbols defined by a shared object.
3670 * elf32-ppc.c (ppc_elf_relocate_section): Similarly.
3671
dcdea4f4
AM
36722000-04-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3673
3674 K&R compiler fixes.
3675 * dwarf2.c (concat_filename): Avoid string literal concatenation.
3676 * ieee.c (ieee_get_symtab): Don't initialise union in struct.
3677
fac41780
JW
3678Mon Apr 17 19:14:36 2000 David Mosberger <davidm@hpl.hp.com>
3679
3680 * Makefile.am (BFD64_BACKENDS): Mention coff-ia64.lo.
3681 (BFD64_BACKENDS_CFILES): Mention coff-ia64.c
3682 (coff-ia64.lo): Add dependency.
3683 * Makefile.in: Regenerate.
3684 * coff-ia64.c: New file.
3685 * efi-app-ia32.c: Ditto.
3686 * efi-app-ia64.c: Ditto.
3687 * coffcode.h (coff_set_arch_mach_hook): Handle IA64MAGIC.
3688 (coff_set_flags): Ditto.
3689 (coff_write_object_contents) [IA64]: Set magic number to ZMAGIC.
3690 * config.bfd (i[3456]86-*-linux-gnu*): Mention bfd_efi_app_ia32_vec.
3691 * configure.in (elf): Handle bfd_efi_app_ia32 and bfd_efi_app_ia64_vec.
3692 * configure: Regenerate.
3693 * libpei.h (GET_OPTHDR_IMAGE_BASE): New macro.
3694 (PUT_OPTHDR_IMAGE_BASE): Ditto.
3695 (GET_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
3696 (PUT_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
3697 (GET_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
3698 (PUT_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
3699 (GET_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
3700 (PUT_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
3701 (GET_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
3702 (PUT_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
3703 (GET_PDATA_ENTRY): Ditto.
3704 * peigen.c (_bfd_pei_swap_aouthdr_in) [COFF_WITH_PEP64]: Don't read
3705 data_start. Use above macros to read fields that are 64 bit wide for
3706 COFF_WITH_PEP64. Don't truncate entry and text_start to 32 bits.
3707 (_bfd_pei_swap_aouthdr_out) [PEI_FORCE_MINIMUM_ALIGNMENT]: Force
3708 FileAlignment and SectionAlignment to minimum alignment if they
3709 are zero.
3710 (_bfd_pei_swap_aouthdr_out) [PEI_DEFAULT_TARGET_SUBSYSTEM]: Set
3711 Subsystem to default PEI_DEFAULT_TARGET_SUBSYSTEM.
3712 (_bfd_pei_swap_aouthdr_out) [COFF_WITH_PEP64]: Don't set data_start.
3713 Use above macros to write fields that are 64 bit wide for
3714 COFF_WITH_PEP64.
3715 (pe_print_pdata): Set PDATA_ROW_SIZE to 3*8 for COFF_WITH_PEP64,
3716 5*4 otherwise. This should be right for IA-32 and IA-64, but may
3717 be wrong for platforms. Use PDATA_ROW_SIZE instead of hardcoded
3718 value of 20 bytes. Modify printing for COFF_WITH_PEP64 to print
3719 begin address, end address, and unwind info address only. Use
3720 GET_PDATA_ENTRY() to read .pdata entries. Use fprintf_vma() to
3721 print addresses.
3722 (tbl): Add SECTION, REL32, RESERVED1, MIPS_JMPADDR16, DIR64, and
3723 HIGH3ADJ relocation names.
3724 (_bfd_pe_print_private_bfd_data): Print Subsystem name in legible form.
3725 * targets.c: Declare bfd_efi_app_ia32_vec and
3726 bfd_efi_app_ia64_vec.
3727 (bfd_target_vector): Mention bfd_efi_app_ia32_vec and
3728 bfd_efi_app_ia64_vec.
77cb06e9 3729
b9af77f5
TW
37302000-04-17 Timothy Wall <twall@cygnus.com>
3731
3732 * bfd-in2.h: Add prototypes for tic54x load page access.
3733 * bfd-in.h: Regenerate.
3734 * coff-tic54x.c: Add load page functions; allow bfd_arch_unknown
3735 in customized _set_arch_mach function.
3736 * coffcode.h (coff_set_alignment_hook): Set section load page if
77cb06e9 3737 the appropriate macro is defined.
b9af77f5 3738 (write_object_contents): Read section load page.
77cb06e9 3739
fc633e5b
AM
37402000-04-13 Alan Modra <alan@linuxcare.com.au>
3741
3742 * elf32-hppa.h: Update copyright date.
3743
3744 * elf32-fr30.c (fr30_elf_i20_reloc): Don't use U suffix.
3745 * elf32-mips.c (_bfd_mips_elf_relocate_section): And here.
3746
3747 * elf32-d30v.c (MAX32): Don't use LL suffix.
3748 (MIN32): Define in terms of MAX32.
3749 (bfd_elf_d30v_reloc): Make relocation a bfd_signed_vma.
3750
3751 * coff-a29k.c (SIGN_EXTEND_HWORD): Replace with more concise
3752 expression.
3753
3754 * peicode.h (pe_ILF_build_a_bfd): Remove UL from hex constants.
3755
8a4ac871
AM
37562000-04-12 Alan Modra <alan@linuxcare.com.au>
3757
7df5277a 3758 * dep-in.sed: Match space before file name, not after.
7df5277a
AM
3759 * Makefile.am: Regenerate dependencies.
3760 * Makefile.in: Regenerate.
3761
8a4ac871
AM
3762 * reloc.c (_bfd_relocate_contents): In complain_overflow_bitfield
3763 case, allow address wrap-around stupidly removed 2000-03-17. Sign
3764 extend without an if statement.
3765
43cbcf28
AM
37662000-04-11 Alan Modra <alan@linuxcare.com.au>
3767
3768 * coff-mips.c (mips_gprel_reloc): Test for 16 bit range using
3769 signed quantites.
3770 * elf32-mips.c (gprel16_with_gp): Likewise.
3771 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Test range
3772 here using -0x40000, not (int)0xfffc0000.
3773 (elf32_hppa_size_of_stub): Likewise.
3774
4af1d5f6
TW
37752000-04-11 Timothy Wall <twall@cygnus.com>
3776
3777 * coff-tic54x.c: Now builds with all targets.
3778 * Makefile.am: Add coff/tic54x.h to coff-tic54x.o dependencies.
3779 * Makefile.in: Regenerate.
3780 * coffcode.h (coff_set_arch_mach_hook): Eliminate warning on
3781 unitialized variable.
77cb06e9 3782
a2d91340 3783Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ae00f9d 3784
a2d91340 3785 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
1ae00f9d 3786 --enable-build-warnings option.
a2d91340
AC
3787 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3788 * Makefile.in, configure: Re-generate.
3789
d4c97e70
NC
37902000-04-07 Nick Clifton <nickc@cygnus.com>
3791
3792 * reloc.c: Add BFD_RELOC_ARM_PCREL_BLX and
3793 BFD_RELOC_THUMB_PCREL_BLX.
3794
3795 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
3796 R_ARM_XPC25 and R_ARM_THM_PC22.
3797
3798 * elfarm-nabi.c (elf32_arm_howto_): Fix definitions of
3799 R_ARM_XPC25 and R_ARM_THM_XPC22.
3800 (elf32_arm_reloc_map): Make BFD_RELOC_{ARM|THUMB}_PCREL_BLX to
3801 R_ARM_[XPC25|THM_XPC22].
3802
3803 * elfarm-oabi.c: Define OLD_ARM_ABI and change include from
3804 elf/arm-oabi.h to elf/arm.h
3805
3806 * Makefile.am: Fix dependency for elfarm-oabi.c
3807 * Makefile.in: Regenerate.
77cb06e9 3808
d4c97e70
NC
3809 * bfd-in2.h: Regenerate.
3810 * libbfd.h: Regenerate.
3811
0ab2f69a
MS
38122000-04-06 Michael Snyder <msnyder@seadog.cygnus.com>
3813
3814 * elfcore.h (elf_core_file_p): preserve value of tdata at entry,
3815 and restore it on failure. Release newly allocated tdata on
3816 failure.
77cb06e9 3817
ccdb16fc
JW
3818Fri Apr 7 11:33:47 2000 Jim Wilson <wilson@cygnus.com>
3819
3820 * dwarf2.c (struct dwarf2_debug): New field dwarf_line_size.
3821 (decode_line_info): Set it. Report error if unit->line_offset is
3822 equal to or larger than it.
3823
81635ce4
TW
38242000-04-07 Timothy Wall <twall@cygnus.com>
3825
3826 * targets.c: Added vecs for tic54x.
3827 * reloc.c: Added relocs for tic54x.
3828 * libbfd.h: Regenerated.
3829 * configure: Add TI COFF vecs for tic54x.
3830 * configure.in: Ditto.
3831 * config.bfd (targ_cpu): Recognize new tic54x target.
3832 * coffcode.h (coff_slurp_symbol_table): Additions for TI COFF handling.
3833 * bfd-in2.h: Add tic54x target and relocations.
3834 * Makefile.am, Makefile.in: Add tic54x target.
3835 * archures.c (bfd_archures_list): Add tic54x target.
3836 * coff-tic54x.c: New.
3837 * cpu-tic54x.c: New.
77cb06e9 3838
279b54a1
MS
38392000-04-06 Michael Snyder <msnyder@seadog.cygnus.com>
3840
3841 * elfcore.h (elf_core_file_p): call backend_object_p which
3842 thereby gets an opportunity to update the arch/machine type.
3843
34cbe64e
TW
38442000-04-06 Timothy Wall <twall@cygnus.com>
3845
3846 * coffcode.h (coff_slurp_symbol_table): Handle C_STATLAB storage
3847 class. Handle SEC_CLINK and SEC_BLOCK flags.
3848 * section.c: Add SEC_CLINK and SEC_BLOCK flags.
3849 * bfd-in2.h: Add SEC_CLINK and SEC_BLOCK flags.
3850
fc830a83
NC
38512000-04-06 Nick Clifton <nickc@cygnus.com>
3852
3853 * elf32-arm.h (elf32_arm_set_private_flags): Only check for
3854 EF_INTERWORK if this is an unknown EABI.
3855 (elf32_arm_merge_private_bfd_data): Check EABI version
3856 numbers. Only check EF_xxx flags if the EABI version number
3857 is unknown.
3858 (elf32_arm_check_private_bfd_data): Only check EF_xxx flags
3859 if the EABI version number is unknown.
3860 (elf32_arm_print_private_bfd_data): Only decode EF_xxx flags
3861 if the EABI version number is unknown.
3862
015551fc
JR
3863Wed Apr 5 22:04:20 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
3864
3865 * reloc.c (_bfd_relocate_contents): Add BFD_RELOC_SH_LOOP_START and
3866 BFD_RELOC_SH_LOOP_END.
3867 * elf32-sh.c (sh_elf_howto_tab): Change special_func to
3868 sh_elf_ignore_reloc for all entries that sh_elf_reloc used to ignore.
3869 Add entries for R_SH_LOOP_START and R_SH_LOOP_END.
3870 (sh_elf_reloc_loop): New function.
3871 (sh_elf_reloc): No need to test for always-to-be-ignored relocs
3872 any more.
3873 (sh_rel): Add entries for BFD_RELOC_SH_LOOP_{START,END}.
3874 (sh_elf_relocate_section): Handle BFD_RELOC_SH_LOOP_{START,END}.
3875 * bfd-in2.h, libbfd.h: Regenerate.
3876
41b49281
AM
38772000-04-04 Alan Modra <alan@linuxcare.com.au>
3878
8ad3436c
AM
3879 * po/bfd.pot: Regenerate.
3880
41b49281
AM
3881 * Makefile.am: Remove extraneous mkdep comment.
3882 (MKDEP): Use gcc -MM rather than mkdep.
3883 (DEP): Quote when passing vars to sub-make. Add warning
3884 message to end.
3885 (DEP1): Rewrite for "gcc -MM".
3886 (CLEANFILES): Add DEP2.
3887 Update dependencies.
3888 * Makefile.in: Regenerate.
3889
653f71ca
KB
38902000-04-03 Kevin Buettner <kevinb@redhat.com>
3891
748abff6
RH
3892 * configure.in: Added corefile support for AIX 4.3. In particular,
3893 AIX_CORE_DUMPX_CORE will be defined in addition to AIX_CORE when
3894 compiling rs6000-core.c.
3895 * configure: Regenerated.
653f71ca 3896
9e422a2e
ILT
38972000-04-03 H.J. Lu <hjl@gnu.org>
3898
3899 * cache.c (bfd_open_file): Unlink the output file only if
41b49281 3900 it has non-zero size.
9e422a2e 3901
c555c5c5
AM
39022000-04-01 Ken Block USG <block@zk3.dec.com>
3903
3904 * elf64-alpha.c (elf64_alpha_relocate_section): Don't emit
3905 relative relocations for non-loaded sections in shared objects.
3906 (elf64_alpha_check_relocs): Similarly.
3907
1642229e
HPN
3908Mon Apr 3 13:37:15 2000 Hans-Peter Nilsson <hp@axis.com>
3909
3910 * aoutx.h (NAME(aout,reloc_type_lookup)): Add BFD_RELOC_8 and
3911 BFD_RELOC_16 to switch for extended relocs.
3912 (MY_swap_ext_reloc_in): New.
3913 (MY_swap_ext_reloc_out): New.
3914 (NAME(aout,slurp_reloc_table)): Use MY_swap_ext_reloc_in rather
3915 than NAME(aout,swap_ext_reloc_in) for extended relocs.
3916 (NAME(aout,squirt_out_relocs)): Similarly use
3917 MY_swap_ext_reloc_out.
3918 (aout_link_reloc_link_order): Use MY_put_ext_reloc if defined.
3919
4259e8b6
JL
39202000-04-03 Kazu Hirata <kazu@hxi.com>
3921
3922 * coff-h8300.c (h8300_reloc16_extra_cases): Add bsr:16 -> bsr:8 to
3923 the R_PCRWORD_B case.
3924
65d7f9a6
AM
39252000-03-31 Thomas de Lellis <tdel@wrs.com>
3926
3927 * srec.c : Set CHUNK size to 16 bytes to prevent download failures
3928 on some targets.
3929 * ihex.c : Ditto.
3930
8b125cde
DE
3931Wed Mar 30 15:28:00 2000 Donald Lindsay <dlindsay@cygnus.com>
3932
3933 * elf32-m32r.c (m32r_elf_generic_reloc): new function. All
3934 HOWTO references to bfd_elf_generic_reloc, that have
3935 partial_inplace == true, now use the new function. The function
3936 is based on the recent rewrite of m32r_elf_lo16_reloc(), and
3937 extends its fixes to the R_M32R_{16,24,32} relocs.
3938 The new logic in m32r_elf_lo16_reloc() has been removed, and
3939 it instead calls the new routine to obtain that functionality.
3940
c555c5c5 39412000-03-27 Alan Modra <alan@linuxcare.com.au>
adde6300
AM
3942
3943 * elf32-avr.c (elf32_avr_gc_mark_hook, elf32_avr_gc_sweep_hook,
3944 elf32_avr_check_relocs, avr_final_link_relocate,
3945 elf32_avr_relocate_section, bfd_elf_avr_final_write_processing,
3946 elf32_avr_object_p): Add prototypes.
3947 (elf32_avr_gc_mark_hook): Add default for h->root.type.
3948 (bfd_elf_avr_final_write_processing): Make static.
3949
39502000-03-27 Denis Chertykov <denisc@overta.ru>
3951
3952 * cpu-avr.c: New file. BFD support routines for AVR architecture.
3953 * archures.c (bfd_architecture): Add AVR architecture.
3954 (bfd_archures_list): Add reference to AVR architecture info.
3955 * elf.c (prep_headers): Handle bfd_arch_avr.
3956 * reloc.c: Add various AVR relocation enums.
3957 * targets.c (bfd_elf32_avr_vec): Declare and add to target vector
3958 list.
3959 * Makefile.am: Add support for AVR elf.
3960 * configure.in: Likewise.
3961 * config.bfd: Likewise.
3962 * Makefile.in: Regenerate.
3963 * configure: This too.
3964 * bfd-in2.h: And this.
3965 * libbfd.h: And this.
3966
cd6f9321
L
39672000-03-24 H.J. Lu <hjl@gnu.org>
3968
3969 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Add prototype.
3970 (elf64_alpha_find_reloc_at_ofs): Likewise.
3971
d5afc56e
AM
39722000-03-17 Alan Modra <alan@linuxcare.com.au>
3973
3974 * reloc.c (bfd_check_overflow): In case complain_overflow_bitfield,
3975 flag an overflow if the bitfield is outside -2**n to 2**n-1. The
3976 allowable range used to be -2**(n-1) to 2**n-1.
3977 * reloc.c (_bfd_relocate_contents): Same here. Also replace
3978 "boolean overflow" with "bfd_reloc_status_type flag".
3979
4c72e23a 39802000-03-14 Doug Evans <dje@casey.transmeta.com>
1ae00f9d 3981
748abff6 3982 * elf32-m32r.c (m32r_elf_lo16_reloc): Rewrite.
1ae00f9d 3983
c4d5c859
JL
39842000-03-14 Kazu Hirata <kazu@hxi.com>
3985
3986 * reloc16.c (bfd_coff_reloc16_relax_section): Count the total number
3987 of shrinks properly, including the last reloc.
3988
003e46d0
JL
39892000-03-13 Kazu Hirata <kazu@hxi.com>
3990
3991 * coff-h8300.c (h8300_reloc16_extra_cases): Fix the sanity
3992 check for R_MOVL2.
3993
c555c5c5 39942000-03-11 Alan Modra <alan@linuxcare.com.au>
911c6dae 3995
77cb06e9 3996 * ieee.c (ieee_archive_p): Return bfd_error_wrong_format on
911c6dae
AM
3997 a format mismatch rather than an "error" from bfd_read such as
3998 bfd_error_file_truncated.
3999
7893e6a2
GK
40002000-03-10 Geoff Keating <geoffk@cygnus.com>
4001
4002 * elf32-mips.c (_bfd_mips_elf_relocate_section): Do proper
4003 sign-extension and big-endian compensation for
1ae00f9d 4004 R_MIPS_64 even in ld -r.
7893e6a2 4005
bb2d6cd7
GK
40062000-03-10 Geoffrey Keating <geoffk@cygnus.com>
4007
4008 * elf32-mips.c (mips_elf_next_relocation): Rename from
4009 mips_elf_next_lo16_relocation, and generalize to look
4010 for any relocation type.
4011 (elf_mips_howto_table): Make R_MIPS_PC16 pcrel_offset.
4012 (elf_mips_gnu_rel_hi16): Howto for R_MIPS_GNU_REL_HI16.
4013 (elf_mips_gnu_rel_lo16): Howto for R_MIPS_GNU_REL_LO16.
4014 (elf_mips_gnu_rel16_s2): Howto for R_MIPS_GNU_REL16_S2.
4015 (elf_mips_gnu_pcrel64): Howto for R_MIPS_PC64.
4016 (elf_mips_gnu_pcrel32): Howto for R_MIPS_PC32.
4017 (bfd_elf32_bfd_reloc_type_lookup): Add new relocs.
4018 (mips_rtype_to_howto): Likewise.
4019 (mips_elf_calculate_relocation): Handle new relocs.
4020 (_bfd_mips_elf_relocate_section): REL_HI16/REL_LO16 relocs
4021 are paired. The addend for R_MIPS_GNU_REL16_S2
4022 is shifted right two bits.
4023
c555c5c5 40242000-03-10 Alan Modra <alan@linuxcare.com.au>
88b6bae0
AM
4025
4026 * reloc.c (bfd_perform_relocation): Undo emacs formatting of
4027 comment, and ensure it doesn't happen again.
4028 (bfd_install_relocation): Same here.
4029 (_bfd_relocate_contents): Don't bother assigning unused signmask
4030 shift result. Fix typos in comments.
4031 Remove trailing whitespace throughout file.
4032
c1b7949f
DE
40332000-03-07 Doug Evans <dje@casey.transmeta.com>
4034
4035 * reloc.c (reloc_howto_struct): Fix partial_inplace comment.
4036 * bfd-in2.h: Rebuild.
4037
11c8a8d1
NC
40382000-03-06 Nick Clifton <nickc@cygnus.com>
4039
4040 * peicode.h (struct pe_ILF_vars): Add sym_ptr_table and
4041 sym_ptr_ptr fields.
4042 (SIZEOF_ILF_SYM_PTR_TABLE): Define.
4043 (SIZEOF_ILF_STRINGS): Redefine.
4044 (pe_ILF_make_a_symbol-reloc): New function. Creates a symbol
4045 relative reloc, as opposed to a section relative reloc.
4046 (pe_ILF_make_a_symbol): Set the class of local symbols to C_STAT
4047 not C_LABEL.
4048 Add length of symbol's prefix to string pointer.
4049 Store a pointer to the symbol in the symbol pointer table.
4050 (pe_ILF_build_a_bfd): Do not build .idata$2 or .idata$7.
4051 Initialise the symbol pointer table.
4052 Store the hint in the Hint/Name table.
4053 Make the jump reloc be symbol realtive, not section relative.
4054 Create an import symbol for imported code.
4055
b47e35fc
CM
40562000-03-06 Catherine Moore <clm@cygnus.com>
4057
4058 * elf.c (swap_out_syms): Check for null type_ptr.
4059
8ba8a462
ILT
40602000-03-01 Hans-Peter Nilsson <hp@axis.com>
4061
4062 * aout-target.h (MY(write_object_contents)): Remove unused
4063 and unusable "#if CHOOSE_RELOC_SIZE".
4064 * pc532-mach.c (MY(write_object_contents)): Ditto.
4065 * netbsd.h (MY(write_object_contents)): Ditto.
4066 * hp300hpux.c (MY(write_object_contents)): Ditto.
4067 * freebsd.h (MY(write_object_contents)): Ditto.
4068 * aout-tic30.c (tic30_aout_write_object_contents): Ditto.
4069
86033394
NC
40702000-02-29 H.J. Lu <hjl@gnu.org>
4071
4072 * peicode.h (jtab): Make it static.
4073
4074 * coff-sh.c (sh_align_load_span): Declared if COFF_WITH_PE is
4075 defined and COFF_IMAGE_WITH_PE is not defined.
4076 (_bfd_sh_align_load_span): Defined as sh_align_load_span if
4077 COFF_WITH_PE is defined and COFF_IMAGE_WITH_PE is not defined.
4078
40792000-03-01 Nick Clifton <nickc@cygnus.com>
4080
4081 * coff-arm.c (bfd_arm_process_before_allocation): Make
4082 'symndx' signed to prevent compile time warning.
4083
4084 * coff-mcore.c: Remove unused prototype for pe_object_p.
4085
4086 * coff-sh.c: Add "#ifndef COFF_IMAGE_WITH_PE" around static
4087 functions that are not used when COFF_IMAGE_WITH_PE is
4088 defined.
4089 (struct sh_opcode): Change type of 'flags' field to unsigned
4090 long so that it can hold the USESAS flag.
4091
4092 * coffcode.h (styp_to_sec_flags): Initialise 'target_name'.
4093
4094 * elf-m10300.c (mn10300_elf_relax_section): Initialise
748abff6 4095 'sym_sec'.
86033394
NC
4096
4097 * elf32-i370.c: Add ATTRIBUTE_UNUSED to unused function
4098 parameters.
4099 Remove unusued variables and code.
4100 (elf_backend_add_symbol_hook): Fix prototype.
4101
4102 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Initialise 'sgot' and
4103 'srelgot'.
4104
4105 * elf32-mcore.c (mcore_elf_relocate_section): Initialise
77cb06e9 4106 'oldinst'.
86033394
NC
4107
4108 * elf32-mips.c: Add ATTRIBUTE_UNUSED to unused function
4109 parameters.
4110 Remove unusued variables and code.
4111 (elf_backend_add_symbol_hook): Fix prototype.
4112
4113 * elf32-sh.c (sh_elf_set_mach_from_flags): Use 'flags'.
4114
4115 * elflink.h (elf_bfd_link_add_symbols): Add ATTRIBUTE_UNUSED
4116 to unused function parameter.
77cb06e9 4117
86033394
NC
4118 * pe-mips.c: Add ATTRIBUTE_UNUSED to unused function
4119 parameters.
4120 Use EMPTY_HOWTO to initialise empty howto slots.
4121 Remove unused variables.
4122
77cb06e9 4123 * peicode.h (pe_ILF_build_a_bfd): Initialise id6.
86033394 4124
5cc7c785
L
41252000-03-01 H.J. Lu <hjl@gnu.org>
4126
4127 * aoutx.h (aout_link_input_section_std): Pass "true" to
4128 the undefined_symbol callback.
4129 (aout_link_input_section_ext): Likewise.
4130 * bout.c (get_value): Likewise.
4131 * coff-a29k.c (coff_a29k_relocate_section): Likewise.
4132 * coff-alpha.c (alpha_ecoff_get_relocated_section_conten):
4133 Likewise.
4134 (alpha_relocate_section): Likewise.
4135 * coff-arm.c (coff_arm_relocate_section): Likewise.
4136 * coff-i960.c (coff_i960_relocate_section): Likewise.
4137 * coff-mcore.c (coff_mcore_relocate_section): Likewise.
4138 * coff-mips.c (mips_relocate_section): Likewise.
4139 * coff-ppc.c (coff_ppc_relocate_section): Likewise.
4140 * coff-sh.c (sh_relocate_section): Likewise.
4141 * coff-tic80.c (coff_tic80_relocate_section): Likewise.
4142 * cofflink.c (_bfd_coff_generic_relocate_section): Likewise.
4143 * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
4144 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
4145 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
4146 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
4147 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
4148 * elf32-i370.c (i370_elf_relocate_section): Likewise.
4149 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
4150 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
4151 * elf32-sh.c (sh_elf_relocate_section): Likewise.
4152 * elf32-v850.c (v850_elf_relocate_section): Likewise.
4153 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
4154 * elflink.h (elf_link_output_extsym): Likewise.
4155 * pe-mips.c (coff_pe_mips_relocate_section): Likewise.
4156 * reloc.c (bfd_generic_get_relocated_section_conten): Likewise.
4157 * reloc16.c (_bfd_ppc_xcoff_relocate_section): Likewise.
4158
4159 * elf-hppa.h (elf_hppa_relocate_section): Pass "false" to the
4160 undefined_symbol callback when building shared library with
4161 -Bsymbolic and undefined symbols are allowed. Otherwise, pass
4162 "true".
4163 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
4164 * elf32-i386.c (elf_i386_relocate_section): Likewise.
4165 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
4166 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
4167 (elf32_mips_get_relocated_section_content): Likewise.
4168 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
4169 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
4170 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
4171 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
4172
17505c5c
NC
41732000-02-28 Nick Clifton <nickc@cygnus.com>
4174
4175 * Makefile.am: Add rules to build pe[i]-{sh|mips}.lo objects.
4176 * Makefile.in: Regenerate.
4177
4178 * configure.in: Add support for mips and sh pe vectors.
4179 * configure: regenerate.
4180
4181 * config.bfd: Add support for arm-wince, mips-pe and sh-pe
77cb06e9 4182 targets.
17505c5c
NC
4183
4184 * targets.c: Add mips and sh pe vectors.
4185
4186 * libpei.h (coff_final_link_postscript): Only define if not
4187 already defined.
4188
4189 * coffcode.h: Add support for WinCE magic numbers.
4190
4191 * peigen.c (pe_print_reloc): Update comment and rearrange
4192 appending of newline character.
4193
4194 * peicode.h: Add support for Image Library Format.
4195 (pe_ILF_vars): Structure containing data used by ILF code.
4196 (pe_ILF_make_a_section): New function. Create a section based
4197 on ILF data.
4198 (pe_ILF_make_a_reloc): New function. Create a reloc based on
4199 ILF data.
4200 (pe_ILF_make_a_symbol): New function. Create a symbol based
4201 on ILF data.
4202 (pe_ILF_save_relocs): New function. Store the relocs created
4203 by pe_ILF_make_a_reloc in a section.
4204 (pe_ILF_build_a_bfd): New function. Create a BFD describing
4205 an ILF object.
4206 (pe_ILF_object_p): New function. Return a bfd_target pointer
4207 for an ILF object.
4208 (pe_bfd_object_p): If an ILF object is detected call
4209 pe_ILF_object_p on it.
4210
4211 * coff-arm.c: Add support for WinCE relocs which are different
4212 from normal ARM COFF relocs.
4213 * pe-arm.c: Unset TARGET_UNDERSCORE for a WinCE target.
4214
4215 * coff-sh.c: Add support for sh-pe target.
4216 * pe-sh.c: New file. Support code for sh-pe target.
4217 * pei-sh.c: New file. Support code for sh-pe target.
4218
4219 * pe-mips.c: New file. Support code for mips-pe target.
4220 * pei-mips.c: New file. Support code for mips-pe target.
4221
37fb6db1
ILT
42222000-02-27 Jakub Jelinek <jakub@redhat.com>
4223
4224 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Don't bump
4225 architecture if the object causing the bump is dynamic.
4226 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data): Likewise,
4227 and also don't it for memory ordering.
4228 (sparc64_elf_write_relocs): Take src_rela out of the loop.
4229
67d83c76
ILT
42302000-02-27 Ian Lance Taylor <ian@zembu.com>
4231
4232 * dwarf2.c (read_abbrevs): Use _raw_size directly rather than
4233 calling bfd_get_section_size_before_reloc.
4234 (decode_line_info): Likewise.
4235 (_bfd_dwarf2_find_nearest_line): Likewise.
4236
e56f75e9
ILT
42372000-02-27 Eli Zaretskii <eliz@is.elta.co.il>
4238
4239 * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
4240 name of the libtool directory.
4241 * Makefile.in: Rebuild.
4242
36e89602
JL
4243Fri Feb 25 18:39:26 2000 Rodney Brown (RodneyBrown@pmsc.com)
4244
4245 * som.c (SOM_HOWTO): Define.
4246 (som_hppa_howto_table): Use it.
4247
246c6687
AO
42482000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4249
9d23b7fe
AO
4250 * config.bfd: Enable 64 bit support for GNU/Linux/sparc.
4251
246c6687
AO
4252 * config.bfd: Enable 64 bit support for Solaris7+/sparc.
4253
ba20314e
CM
42542000-02-24 Catherine Moore <clm@cygnus.com>
4255
4256 * som.c (som_misc_symbol_info): Add field
77cb06e9 4257 secondary_def.
ba20314e
CM
4258 (som_bfd_derive_misc_symbol_info): Initialize
4259 secondary_def.
4260 (som_build_and_write_symbol_table): Keep track
4261 of secondary_def field.
4262 (som_slurp_symbol_table): Set BSF_WEAK symbol flag
4263 if secondary_def field is set.
4264 (som_bfd_ar_write_symbol_stuff): Initialize
4265 secondary_def.
4266
ecb651f0
NC
42672000-02-23 Stephane Carrez <stcarrez@worldnet.fr>
4268
4269 * dwarf2.c (read_address): Read 16-bits addresses.
4270 (parse_comp_unit): Accept addr_size == 2.
77cb06e9 4271
5b93d8bb
AM
42722000-02-23 Alan Modra <alan@spri.levels.unisa.edu.au>
4273
4274 * bfd-in.h: Update copyright date.
4275
42762000-02-23 Linas Vepstas <linas@linas.org>
4277
4278 * cpu-i370.c: New file.
4279 * elf32-i370.c: New file.
4280 * archures.c (enum bfd_architecture): Add bfd_arch_i370.
4281 (bfd_i370_arch): New.
4282 (bfd_archures_list): Add bfd_i370_arch.
4283 * elf.c (prep_headers): Add bfd_arch_i370.
4284 * Makefile.am: Add support for IBM 370 elf.
4285 * config.bfd: Likewise.
4286 * configure.in: Likewise.
4287 * libbfd.h (bfd_reloc_code_real_names): Likewise.
4288 * reloc.c (bfd_reloc_code_type): Likewise.
4289 * targets.c: Likewise.
4290
4291 * Makefile.in: Regenerate.
4292 * configure: Regenerate.
4293 * bfd-in2.h: Regenerate.
4294
a432cc3d
ILT
42952000-02-22 Ian Lance Taylor <ian@zembu.com>
4296
4297 * elf32-i386.c (elf_i386_info_to_howto_rel): Give a warning for
4298 invalid relocation types, and change them to R_386_NONE.
4299
43002000-02-22 H.J. Lu <hjl@gnu.org>
4301
1287d1cc
ILT
4302 * elflink.h (elf_link_add_object_symbols): If a version symbol is
4303 not defined, don't add a second ELF_VER_CHR.
4304
748abff6 4305 * elflink.h (elf_bfd_final_link): Call output_extsym for global
a432cc3d
ILT
4306 symbols converted to local symbols even when stripping all
4307 symbols.
748abff6 4308 (elf_link_output_extsym): Process global symbols converted to
a432cc3d
ILT
4309 local symbols even if they are being stripped.
4310
f6af82bd
AM
43112000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
4312
4313 * archures.c (bfd_octets_per_byte): Return unsigned int.
4314 (bfd_arch_mach_octets_per_byte): Ditto.
4315 * libbfd.c (bfd_read, bfd_seek): Quell signed vs. unsigned
4316 comparison warning.
4317 * section.c (bfd_get_section_size_before_reloc): Quell signed
4318 vs. unsigned comparison warning.
4319 (bfd_get_section_size_after_reloc): Same here. Fix parentheses too.
4320 * trad-core.c (trad_unix_core_file_p): Correct 2000-01-27
4321 change. What was I thinking?
4322 * bfd-in2.h: Regenerate.
4323
4324 * elflink.h (elf_gc_sweep): Skip non-elf input bfds.
4325 (elf_gc_sections): Same here.
4326 (elf_gc_common_finalize_got_offsets): And here.
4327
494e2c58
ILT
43282000-02-21 Ian Lance Taylor <ian@zembu.com>
4329
4330 ELF HPPA doesn't work at present; remove it until it does.
4331 * config.bfd: Comment out setting targ_defvec to
4332 bfd_elf32_hppa_vec.
4333 * Makefile.am: Rebuild dependencies.
4334 (BFD32_BACKENDS): Remove elf32-hppa.lo.
4335 (BFD32_BACKENDS_CFILES): Remove elf32-hppa.c.
4336 (SOURCE_HFILES): Remove elf32-hppa.h and hppa_stubs.h.
4337 * Makefile.in: Rebuild.
4338 * targets.c (bfd_target_vector): Comment out bfd_elf32_hppa_vec.
4339
2fca4467
GK
43402000-02-18 Geoff Keating <geoffk@cygnus.com>
4341
4342 * coffcode.h (coff_set_arch_mach_hook): Use free(), because there
4343 is no bfd_free(). Revert bfd_free part of previous change.
4344
5ea1af0d
GK
43452000-02-18 Geoff Keating <geoffk@cygnus.com>
4346
4347 * coffcode.h (coff_set_arch_mach_hook): Don't use variable-size
4348 arrays.
4349 (coff_compute_section_file_positions): Use bfd_free to pair
4350 bfd_malloc.
4351 (coff_write_object_contents): Likewise.
4352
4353 * coff-rs6000.c (xcoff_howto_table_16): New variable.
4354 (xcoff_rtype2howto): Handle 16-bit variants of 32-bit relocs.
4355
4fb43185
GK
43562000-02-18 Ulrich Drepper <drepper@cygnus.com>
4357
4358 * coff-rs6000.c (XCOFFARMAGBIG): New macro.
4359 (xcoff_ar_file_hdr_big): New structure.
4360 (SIZEOF_AR_FILE_HDR_BIG): New macro.
4361 (xcoff_ar_hdr_big): New structure.
4362 (SIZEOF_AR_HDR_BIG): New macro.
4363 (xcoff_big_format_p): New macro.
4364 (xcoff_ardata_big): New macro.
4365 (arch_xhdr_big): New macro.
4366 (xcoff_slurp_armap): Handle large archives.
4367 (xcoff_archive_p): Detect large archives.
4368 (xcoff_read_ar_hdr): Handle large archives.
4369 (xcoff_openr_next_archived_file): Handle large archives.
4370 (xcoff_generic_stat_arch_elt): Handle large archives.
4371 (xcoff_write_armap_old): Rename from xcoff_write_armap.
4372 (xcoff_write_armap_big): New function.
4373 (xcoff_write_armap): New function, dispatch to _old or _big.
4374 (xcoff_write_archive_contents_old): Rename from
4375 xcoff_write_archive_contents.
4376 (xcoff_write_archive_contents_big): New function.
4377 (xcoff_write_archive_contents): New function, dispatch to _old or
4378 _big.
4379
c61b8717
RH
43802000-02-18 Richard Henderson <rth@cygnus.com>
4381
4382 * elf-bfd.h (struct elf_link_hash_table): Remove copy_indirect
4383 and hide_symbol members.
4384 (elf_link_hash_copy_indirect): Remove.
4385 (elf_link_hash_hide_symbol): Remove.
4386 (struct elf_backend_data): Add elf_backend_copy_indirect_symbol
4387 and elf_backend_hide_symbol.
4388 (_bfd_elf_link_hash_copy_indirect): Declare.
4389 (_bfd_elf_link_hash_hide_symbol): Declare.
4390 * elf.c (_bfd_elf_link_hash_copy_indirect): Remove table argument.
4391 (_bfd_elf_link_hash_hide_symbol): Likewise.
4392 (_bfd_elf_link_hash_table_init): Don't init killed members.
4393 * elflink.h (elf_link_add_object_symbols): Use the bed function
4394 pointers not elf_link_hash_{copy_indirect,hide_symbol}.
4395 (elf_link_assign_sym_version): Likewise.
4396 * elfxx-target.h (elf_backend_copy_indirect_symbol): Default.
4397 (elf_backend_hide_symbol): Likewise.
4398 (elfNN_bed): Update for new members.
4399
6ad49cca
KB
44002000-02-17 Kevin Buettner <kevinb@redhat.com>
4401
4402 * rs6000-core.c (CORE_DATA_SIZE_FIELD, CORE_COMM_FIELD, SAVE_FIELD,
4403 STACK_END_ADDR): Define for new core file format.
4404 (LOADER_OFFSET_FIELD, LOADER_REGION_SIZE, CORE_DUMP): New defines
4405 for handling the vagaries of the various core file structures used
4406 by AIX over the years.
4407 (rs6000coff_core_p, rs6000coff_core_file_matches_executable,
4408 Rs6kCorData): Use above defines to adapt code to use AIX 4.3's
4409 core_dumpx structure.
4410
d4845d57
JR
4411Thu Feb 17 00:04:48 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
4412
4413 * archures.c (bfd_mach_sh2, bfd_mach_sh_dsp): New macros.
4414 (bfd_mach_sh3_dsp): Likewise.
4415 (bfd_mach_sh4): Reinstate.
4416 (bfd_default_scan): Recognize 7410, 7708, 7729 and 7750.
4417 * bfd-in2.h: Regenerate.
4418 * coff-sh.c (struct sh_opcode): flags is no longer short.
4419 (USESAS, USESAS_REG, USESR8, SETSAS, SETSAS_REG): New macros.
4420 (sh_opcode41, sh_opcode42): Integrate as sh_opcode41.
4421 (sh_opcode01, sh_opcode02, sh_opcode40): Add sh-dsp opcodes.
4422 (sh_opcode41, sh_opcode4, sh_opcode80): Likewise.
4423 (sh_opcodes): No longer const.
4424 (sh_dsp_opcodef0, sh_dsp_opcodef): New arrays.
4425 (sh_insn_uses_reg): Check for USESAS and USESR8.
4426 (sh_insn_sets_reg, sh_insns_conflict): Check for SETSAS.
4427 (_bfd_sh_align_load_span): Return early for SH4.
4428 Modify sh_opcodes lookup table for sh-dsp / sh3-dsp.
4429 Take into account that field b of a parallel processing insn
4430 could be mistaken for a separate insn.
4431 * cpu-sh.c (arch_info_struct): New array elements for
4432 sh2, sh-dsp and sh3-dsp.
4433 Reinstate element for sh4.
4434 (SH2_NEXT, SH_DSP_NEXT, SH3_DSP_NEXT): New macros.
4435 (SH4_NEXT): Reinstate.
4436 (SH3_NEXT, SH3E_NEXT): Adjust.
4437 * elf-bfd.h (_sh_elf_set_mach_from_flags): Declare.
4438 * elf32-sh.c (sh_elf_set_private_flags): New function.
4439 (sh_elf_copy_private_data, sh_elf_set_mach_from_flags): Likewise.
4440 (sh_elf_merge_private_data): New function.
4441 (elf_backend_object_p, bfd_elf32_bfd_set_private_bfd_flags): Define.
4442 (bfd_elf32_bfd_copy_private_bfd_data): Define.
4443 (bfd_elf32_bfd_merge_private_bfd_data): Change to
4444 sh_elf_merge_private_data.
4445
2920b85c
RH
44462000-02-13 Richard Henderson <rth@cygnus.com>
4447
4448 * elf-bfd.h (struct elf_link_hash_table): Add copy_indirect and
4449 hide_symbol members.
4450 (elf_link_hash_copy_indirect): New.
4451 (elf_link_hash_hide_symbol): New.
77cb06e9 4452 * elflink.h (elf_link_add_object_symbols): Break out copy from
2920b85c
RH
4453 indirect new new symbol to elf.c.
4454 (elf_link_assign_sym_version): Break out privatization of
4455 non-exported symbol to elf.c.
4456 * elf.c (_bfd_elf_link_hash_copy_indirect): New.
4457 (_bfd_elf_link_hash_hide_symbol): New.
4458 (_bfd_elf_link_hash_table_init): Init copy_indirect and hide_symbol.
4459
7f8d5fc9
ILT
44602000-02-13 Ian Lance Taylor <ian@zembu.com>
4461
4462 * section.c (_bfd_strip_section_from_output): Add info parameter.
4463 If it passed as non-NULL, use it to check whether any input BFD
4464 has an input section which uses this output section. Change all
4465 callers.
4466 * bfd-in2.h: Rebuild.
4467
4468 * bfd-in.h: Move declarations of bfd_get_elf_phdr_upper_bound and
4469 bfd_get_elf_phdrs in from bfd-in2.h, correcting patch of
4470 1999-11-29.
4471 * bfd-in2.h: Rebuild.
4472
6c784c9a
TW
44732000-02-10 Timothy Wall <twall@cygnus.com>
4474
4475 * coffswap.h (coff_swap_sym_in): Add hook SWAP_SYM_IN_POST to
4476 allow final modifications of swapped-in symbol.
4477 (coff_swap_sym_out): Ditto with SWAP_SYM_OUT_POST.
4478 * coffcode.h (coff_write_relocs): Use macro
4479 SECTION_RELATIVE_ABSOLUTE_SYMBOL_P if defined to determine whether
4480 symbol index should be set to -1.
4481
84dcfba7
JR
4482Thu Feb 10 20:07:50 GMT 2000 Toshiyasu Morita (toshi.morita@sega.com)
4483
4484 * coff-sh.c (USES1_REG, USES2_REG, SETS1_REG, SETS2_REG,
4485 USESF1_REG, USESF2_REG, SETSF1_REG, SETSF2_REG): New macros.
4486 * (sh_insn_sets_reg, sh_insn_sets_freg): New prototypes.
4487 * (sh_insn_sets_reg, sh_insn_uses_or_sets_reg, sh_insns_sets_freg,
4488 sh_insns_uses_or_sets_freg): New functions.
4489 * (sh_insn_uses_reg, sh_insn_uses_freg): Use new macros.
77cb06e9 4490 * (sh_insns_conflict): Use new functions and new macros to
84dcfba7
JR
4491 detect conflicts when two instructions both set same integer registers,
4492 both set same fp register, and both set special register.
4493
363d7b14
TW
44942000-02-09 Timothy Wall <twall@cygnus.com>
4495
4496 * coffgen.c (coff_real_object_p): Set arch/mach info prior to
4497 swapping in sections, so that the swapping routines have access to
4498 the arch/mach info.
4499
119a7ced 45002000-02-08 Mark Elbrecht <snowball3@bigfoot.com>
77cb06e9 4501
119a7ced 4502 * coff-go32.c: Update comment. Update copyright.
a712da20 4503
fad6fcbb 45042000-01-27 Thomas de Lellis <tdel@windriver.com>
2f0ca46a 4505
748abff6
RH
4506 * syms.c (bfd_decode_symclass)
4507 Two new class characters were added - 'V' and 'v'. The
4508 meaning of 'W' is now restricted to just weak non-object
4509 symbols. This allows differentiation between, for example,
4510 weak functions vs weak objects. nm for example now dumps:
4511 'W' = weak global
4512 'w' = weak unresolved
4513 'V' = weak global object
4514 'v' = weak unresolved object
fad6fcbb
NC
4515
4516 (bfd_is_undefined_symclass): New function. Return true if the
4517 given symbol class represents and undefined/unresolved symbol.
77cb06e9 4518
748abff6 4519 (bfd_symbol_info): Use bfd_is_undefined_symclass to check for
fad6fcbb
NC
4520 unresolved symbols.
4521
4522 * bfd-in2.h: Add prototype for bfd_is_undefined_symbol().
77cb06e9 4523
748abff6 4524 * elf32-arm.h (elf32_arm_get_symbol_type): If a symbol has the
2f0ca46a
NC
4525 STT_ARM_16BIT flag set, but it is not attached to a data object
4526 return STT_ARM_16BIT so that it will be treated as code by the
fd6848f6 4527 disassembler.
2f0ca46a 4528
305c7206
AM
45292000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
4530
4531 * coff-i386.c (i3coff_object_p): Remove prototype.
4532 Update copyright.
4533
4534 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Add const
4535 to name. Update copyright.
4536
4537 * trad-core.c (trad_unix_core_file_p): Cast core_regsec
4538 assignment to avoid warning. Update copyright.
4539
b5f303f0
NC
45402000-01-24 Robert Lipe (robertl@sco.com)
4541
748abff6 4542 * coffcode.h (coff_write_object_contents): Get buff via bfd_malloc
b5f303f0
NC
4543 instead of using GNU C extension.
4544
2e4bb80e
NC
45452000-01-21 Nick Clifton <nickc@cygnus.com>
4546
4547 * libbfd.c (bfd_read): Do not attempt to get a negativly sized
4548 amount from a bfd_in_memory structure.
4549 (bfd_seek): Do not allow seeks past the end of a bfd_in_memory
4550 structure.
4551
28240dcd
NC
45522000-01-14 Nick Clifton <nickc@cygnus.com>
4553
4554 * linker.c (default_indirect_link_order): oops - fix incorrectly
4555 applied patch from Tim Wall.
4556
6b3b007b
NC
45572000-01-13 Timothy Wall (twall@tiac.net>
4558
4559 * coffcode.h: Use bfd_coff_xxx instead of the macro XXX (where xxx
4560 = scnhsz, filhsz, relsz, aoutsz, etc)
4561
d952f17a 4562 * coffswap.h: Ditto.
77cb06e9 4563
756fa1b9
NC
45642000-01-13 Nick Clifton <nickc@cygnus.com>
4565
4566 * elf32-arm.h (elf32_thumb_to_arm_stub): Fix offset in branch to
4567 interwork thumb to arm stub.
4568
9a968f43
NC
45692000-01-13 Timothy Wall (twall@tiac.net>
4570
4571 * archures.c (bfd_octets_per_byte): New function: Return
4572 target byte size.
4573 (bfd_arch_mach_octets_per_byte): New function: Return target
4574 byte size.
4575
fd6848f6 4576 * section.c: Distinguish between octets and bytes for usage of
9a968f43
NC
4577 _cooked_size, _raw_size, and output_offset. Clarify
4578 description of bfd_set_section_contents.
4579
4580 * bfd-in2.h: Regenerate.
4581
4582 * coffgen.c: Indicate that the offset parameter is in bytes, not
4583 octets.
77cb06e9 4584
9a968f43
NC
4585 * cofflink.c (bfd_coff_link_input_bfd): Use bfd_octets_per_byte
4586 where appropriate to get the octet offset when calling
4587 bfd_set_section_contents.
4588 (bfd_coff_reloc_link_order): Ditto.
77cb06e9 4589
9a968f43
NC
4590 * linker.c (bfd_generic_reloc_link_order): Ditto.
4591 (_bfd_default_link_order): Ditto.
77cb06e9 4592
9a968f43
NC
4593 * reloc.c (bfd_perform_relocation): Distinguish between octets
4594 and bytes. Use octets when indexing into octet data; use bytes
4595 when calculating target addresses.
4596 (bfd_install_relocation): Ditto.
77cb06e9 4597
9a968f43 4598 * srec.c (srec_write_section): Ditto.
77cb06e9 4599
f45fbf87
NC
46002000-01-13 Nick Clifton <nickc@cygnus.com>
4601
4602 * coff-mcore.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Change from
4603 3 to 2. This allows 4 byte sized sections, which is necessary for
590a2450 4604 dlltool to build functioning DLLs.
f45fbf87 4605
0decc840
NC
46062000-01-10 Philip Blundell <pb@futuretv.com>
4607
4608 * config.bfd (arm*-*-linux-gnu*): Match instead of arm*-*-linux-gnu.
4609 (arm*-*-conix*): New target.
4610
16e9c715
NC
46112000-01-10 Egor Duda <deo@logos-m.ru>
4612
77cb06e9 4613 * config.bfd: Include elf32_i386 vector to target list for cygwin
16e9c715 4614 and mingw.
77cb06e9 4615
16e9c715
NC
4616 * config.in: Undefine HAVE_WIN32_PSTATUS_T.
4617 * configure.in: Test for structure win32_pstatus_t in
4618 <sys/procfs.h>
4619 * configure: Regenerate.
77cb06e9 4620
16e9c715
NC
4621 * elf.c (elfcore_grok_win32pstatus): New function: process
4622 win32_pstatus_t notes in elf core file.
4623 (elfcore_grok_note): Detect win32_pstatus notes.
4624
7a13edea
NC
46252000-01-03 Martin v. Loewis <loewis@informatik.hu-berlin.de>
4626
4627 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Process symbol
4628 visibility.
4629 * elflink.h (elf_link_add_object_symbols): Combine visibilities.
4630 * elf.c (bfd_elf_print_symbol): Interpret st_other as visibility.
4631
2f6d2f85 4632For older changes see ChangeLog-9899
252b5132
RH
4633\f
4634Local Variables:
4635mode: change-log
4636left-margin: 8
4637fill-column: 74
4638version-control: never
4639End:
This page took 0.376684 seconds and 4 git commands to generate.