Richard Henderson
81545d45ad
* elfxx-ia64.c (is_unwind_section_name): New function. Returns
...
true if section name is an unwind table section name.
(elfNN_ia64_additional_program_headers): Count each unwind section
separately.
(elfNN_ia64_modify_segment_map): Install one unwind program header
for each unwind separate section. Note: normally the linker
script merges the unwind sections that go into a single segment,
so this still generates at most one unwind program header per
segment.
* elfxx-ia64.c (elfNN_ia64_section_from_shdr): Accept any section
name for SHT_IA_64_UNWIND, not just .IA_64.unwind.
(elfNN_ia64_fake_sections): Mark sections with names that start
with .IA_64.unwind but not with .IA_64.unwind_info as an IA-64
unwind section.
* elfxx-ia64.c (elfNN_ia64_final_write_processing): New function.
Use it to make sh_info in unwind section point to the text section
it applies to.
2001-02-10 01:41:06 +00:00
Nick Clifton
a85d7ed0f0
Add s390 support
2001-02-10 00:58:38 +00:00
Nick Clifton
356d255deb
Suppress extra addition of ImageBase.
2001-02-09 18:38:58 +00:00
Jakub Jelinek
069f40e56f
* elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function.
2001-02-09 17:53:16 +00:00
Jakub Jelinek
eadfa8abf1
* elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count.
...
(sparc64_elf_relocate_section): Likewise.
2001-02-09 17:31:11 +00:00
Mark Kettenis
9fc54e1950
* elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32
...
similar to R_SPARC_32.
* elf64-sparc.c (sparc64_elf_howto_table): Likewise.
2001-02-09 16:19:25 +00:00
H.J. Lu
1f655a0986
2001-02-08 H.J. Lu <hjl@gnu.org>
...
* elf32-i386.c (elf_i386_check_relocs): Reserve R_386_PC32
relocation entries for weak definitions when building DSO with
-Bsymbolic.
2001-02-09 06:58:59 +00:00
Richard Henderson
ca88208ac8
* elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness
...
before visibility. Locally defined protected symbols are not
dynamic.
2001-02-09 00:29:58 +00:00
Geoffrey Keating
4603e845c0
* config.bfd: Enable coff64 for rs6000-*. Patch from
...
<hzoli@austin.ibm.com>.
2001-02-09 00:11:24 +00:00
Nick Clifton
4ca29a6acf
If stabs info is successfully found, do not attempt to find dwarf2 info
...
before returning.
2001-02-07 23:50:04 +00:00
Nick Clifton
7da9d88fe4
ignore common definitions of function symbols in unlinked archives
2001-02-07 23:42:15 +00:00
Nick Clifton
7340082dc8
Change bfd_target_vector from an array to a pointer
2001-02-07 23:16:22 +00:00
H.J. Lu
2719f88070
2001-02-06 H.J. Lu <hjl@gnu.org>
...
* elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and
internal symbols are not dynamic.
* elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
2001-02-07 06:19:58 +00:00
Nick Clifton
175aa013d9
Remove elf64-ia64.c from list of backend C files - it is auto-generated.
2001-02-07 01:58:26 +00:00
H.J. Lu
15e0ecd9c7
2001-02-06 H.J. Lu <hjl@gnu.org>
...
* bfd/peicode.h (coff_swap_filehdr_in): Remove the e_magic
checking.
(pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and
external_PEI_IMAGE_hdr.
2001-02-06 19:43:19 +00:00
Kazu Hirata
27def10f96
2001-02-06 Kazu Hirata <kazu@hxi.com>
...
* elf-m10200.c: Fix formatting.
2001-02-06 19:04:20 +00:00
Nick Clifton
a0f2e916a7
Do not convert reloc addend to PC rel, it will be handled later on.
2001-02-04 22:14:19 +00:00
Nick Clifton
d96031fbcc
Fix typo
2001-02-03 00:53:10 +00:00
Kazu Hirata
010ac81f2a
2001-02-01 Kazu Hirata <kazu@hxi.com>
...
* elf-m10300.c: Fix formatting.
2001-02-01 19:35:29 +00:00
Alan Modra
d9634ba1ff
(elf64_hppa_object_p): Set architecture and machine from elf header flags.
2001-01-31 13:28:50 +00:00
Alan Modra
3fab46d0e9
Write out millicode functions with the right elf symbol type.
2001-01-30 13:40:08 +00:00
Richard Henderson
9540464302
* elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
...
before mdebug.
2001-01-30 09:52:27 +00:00
Richard Henderson
8fb35fedd5
* elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false
...
for non-default visibility.
* elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but
delete ugly macro and replace with pretty function.
2001-01-27 00:04:09 +00:00
Nick Clifton
a4f685449e
DJGPP config tweaks
2001-01-25 21:08:10 +00:00
Kazu Hirata
c02e7c3eff
2001-01-25 Kazu Hirata <kazu@hxi.com>
...
* bfd-in2.h: Fix formatting.
* libbfd.h: Likewise.
2001-01-25 20:17:45 +00:00
Kazu Hirata
10bfd974d4
2001-01-25 Kazu Hirata <kazu@hxi.com>
...
* chew.c: Do not output trailing whitespaces in type and
functionname. Update copyright.
2001-01-25 20:12:49 +00:00
Kazu Hirata
05c6581e28
2001-01-24 Kazu Hirata <kazu@hxi.com>
...
* chew.c: Do not output a trailing whitespace.
2001-01-24 22:38:31 +00:00
H.J. Lu
541389e202
2001-01-23 H.J. Lu <hjl@gnu.org>
...
* bfd-in2.h: Rebuild.
2001-01-24 04:56:29 +00:00
H.J. Lu
0007625f8f
2001-01-23 H.J. Lu <hjl@gnu.org>
...
* vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf)
is NULL or PRIV(vms_rec) is outside of the buffer.
2001-01-23 21:50:36 +00:00
Kazu Hirata
3fde5a36df
2001-01-23 Kazu Hirata <kazu@hxi.com>
...
* aoutx.h: Fix formatting.
* bfd.c: Likewise.
* bfd-in2.h: Likewise.
* bfd-in.h: Likewise.
* cpu-i386.c: Likewise.
* cpu-m68hc11.c: Likewise.
* dwarf2.c: Likewise.
* elf64-x86-64.c: Likewise.
* format.c: Likewise.
* freebsd.h: Likewise.
* hash.c: Likewise.
* hp300hpux.c: Likewise.
* hppabsd-core.c: Likewise.
* hpux-core.c: Likewise.
2001-01-23 20:27:54 +00:00
Kazu Hirata
b653e1b152
2001-01-23 Kazu Hirata <kazu@hxi.com>
...
* coff64-rs6000.c: Fix formatting.
* coff-arm.c: Likewise.
* coffgen.c: Likewise.
* cofflink.c: Likewise.
* coff-mcore.c: Likewise.
* coff-mips.c: Likewise.
* coff-pmac.c: Likewise.
* coff-ppc.c: Likewise.
* coff-rs6000.c: Likewise.
* elf32.c: Likewise.
* elf32-fr30.c: Likewise.
* elf32-i370.c: Likewise.
* elf32-i860.c: Likewise.
* elf32-m32r.c: Likewise.
* elf32-m68k.c: Likewise.
* elf32-mcore.c: Likewise.
* elf32-ppc.c: Likewise.
* elf32-sh.c: Likewise.
* elf32-v850.c: Likewise.
* elf64-alpha.c: Likewise.
* elf64-sparc.c: Likewise.
* elflink.c: Likewise.
* elflink.h: Likewise.
* elf-m10200.c: Likewise.
* elf-m10300.c: Likewise.
* elfxx-ia64.c: Likewise.
2001-01-23 11:45:53 +00:00
Andreas Jaeger
70256ad8ae
2001-01-22 Bo Thorsen <bo@suse.de>
...
* elf64-x86-64.c: Added PIC support for X86-64.
(elf64_x86_64_link_hash_newfunc): Function added.
(elf64_x86_64_link_hash_table_create): Likewise.
(elf64_x86_64_check_relocs): Likewise.
(elf64_x86_64_gc_mark_hook): Likewise.
(elf64_x86_64_gc_sweep_hook): Likewise.
(elf64_x86_64_adjust_dynamic_symbol): Likewise.
(elf64_x86_64_size_dynamic_sections): Likewise.
(elf64_x86_64_discard_copies): Likewise.
(elf64_x86_64_finish_dynamic_symbol): Likewise.
(elf64_x86_64_finish_dynamic_sections): Likewise.
(elf64_x86_64_relocate_section): Add relocation of PIC sections.
2001-01-23 10:49:50 +00:00
Andreas Jaeger
ee0bebb8ef
2001-01-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
...
* Makefile.am (install-data-local): Make use of $(DESTDIR).
* Makefile.in: Regenerate.
2001-01-22 09:41:40 +00:00
Kazu Hirata
2a38f751b6
2001-01-21 Kazu Hirata <kazu@hxi.com>
...
* coff-a29k.c: Fix formatting.
2001-01-21 19:19:59 +00:00
H.J. Lu
c849217624
2001-01-19 H.J. Lu <hjl@gnu.org>
...
* elf32-i386.c (elf_i386_check_relocs): Report files with bad
relocation section names.
(elf_i386_relocate_section): Report files with bad relocation
section names and return false.
2001-01-20 06:08:35 +00:00
Andreas Jaeger
a5377ec020
* targets.c: Alphabetize list of xvecs.
2001-01-18 07:47:51 +00:00
Alan Modra
d952f17a9d
Linux target variants for elfxx-hppa.
2001-01-14 11:12:53 +00:00
Alan Modra
c46b75158b
Use SEGREL32 relocs for elf32-hppa unwind.
2001-01-14 07:03:49 +00:00
Alan Modra
d768008d61
Add parens like the comment says.
2001-01-14 06:12:07 +00:00
Alan Modra
150ccafb7a
Correct DT_INIT/DT_FINI ABI violation
2001-01-14 05:58:15 +00:00
Alan Modra
b352eebf39
Wide mode .plt offsets for elf64-hppa
2001-01-14 05:22:51 +00:00
Nick Clifton
b7ed8fad53
formatting fix
2001-01-13 19:45:52 +00:00
Nick Clifton
b3b9a0622f
formatting fix
2001-01-13 19:42:21 +00:00
Alan Modra
6e0b89ee6c
Cure recent x86 warts.
2001-01-12 03:34:49 +00:00
Nick Clifton
0d2bcfafbf
Updated ARC assembler from arccores.com
2001-01-11 21:20:20 +00:00
Nick Clifton
2f6d2f8520
Rotate ChangeLogs
2001-01-11 19:01:42 +00:00
Nick Clifton
2758140ba5
fix spelling typo
2001-01-11 01:43:44 +00:00
Nick Clifton
c31c1f70c0
Change defn of LOCAL_LABEL_PREFIX to ""
2001-01-11 01:43:20 +00:00
Phil Blundell
5ad083e32d
Update address for bug reports.
2001-01-07 14:53:57 +00:00
Kazu Hirata
7eae7d229a
2001-01-04 Kazu Hirata <kazu@hxi.com>
...
* som.c: Fix formatting.
2001-01-04 23:27:08 +00:00
Kazu Hirata
3e932841da
2001-01-03 Kazu Hirata <kazu@hxi.com>
...
* ecoffswap.h: Fix formatting.
* elf-bfd.h: Likewise.
* elfarm-nabi.c: Likewise.
* elfarm-oabi.c: Likewise.
* elfcode.h: Likewise.
* elfcore.h: Likewise.
* elflink.c: Likewise.
* elflink.h: Likewise.
* elfxx-ia64.c: Likewise.
* elfxx-target.h: Likewise.
2001-01-03 22:53:39 +00:00
Kazu Hirata
509945ae4b
2001-01-03 Kazu Hirata <kazu@hxi.com>
...
* libbfd.c: Fix formatting.
* linker.c: Likewise.
* lynx-core.c: Likewise.
2001-01-03 19:26:07 +00:00
Kazu Hirata
ee91ed7972
2001-01-02 Kazu Hirata <kazu@hxi.com>
...
* peicode.h: Fix formatting.
2001-01-02 19:22:56 +00:00
Kazu Hirata
892339eeeb
2001-01-02 Kazu Hirata <kazu@hxi.com>
...
* pc532-mach.c: Fix formatting.
* pe-arm.c: Likewise.
* pe-i386.c: Likewise.
* pe-mips.c: Likewise.
* pe-ppc.c: Likewise.
* pe-sh.c: Likewise.
* pei-mips.c: Likewise.
* pei-sh.c: Likewise.
* ppcboot.c: Likewise.
* ptrace-core.c: Likewise.
2001-01-02 18:58:44 +00:00
Kazu Hirata
3d85563291
2001-01-01 Kazu Hirata <kazu@hxi.com>
...
* reloc.c: Fix formatting.
* riscix.c: Likewise.
* rs6000-core.c: Likewise.
* xcoff-target.h: Likewise.
2001-01-01 21:37:35 +00:00
Hans-Peter Nilsson
a77a9fefcf
* elfcode.h (elf_object_p): Also restore the bfd mach field on
...
error, by calling bfd_default_set_arch_mach with incoming
values.
2000-12-29 05:44:51 +00:00
Kazu Hirata
558e161f24
2000-12-26 Kazu Hirata <kazu@hxi.com>
...
* vaxnetbsd.c: Fix formatting.
* versados.c: Likewise.
* vms-gsd.c: Likewise.
* vms-hdr.c: Likewise.
* vms-misc.c: Likewise.
2000-12-26 19:50:50 +00:00
Alexandre Oliva
3c5798123f
* archive.c (coff_write_armap): Don't write more than symbol_count
...
`archive_member_file_ptr's.
2000-12-25 21:41:20 +00:00
Kazu Hirata
672579e99b
2000-12-25 Kazu Hirata <kazu@hxi.com>
...
* vms-tir.c: Fix formatting.
2000-12-25 14:42:42 +00:00
Kazu Hirata
55f2d5ed30
2000-12-23 Kazu Hirata <kazu@hxi.com>
...
* vms.c: Fix formatting.
* vms.h: Likewise.
2000-12-23 16:48:10 +00:00
Nick Clifton
23ccc829e2
Fixes to allow sources to compile under Solaris 2.8
2000-12-21 18:40:21 +00:00
Nick Clifton
8c603c85a1
Add bfd_get_bits() and bfd_put_bits().
2000-12-21 18:20:04 +00:00
Kazu Hirata
5bff4f5642
2000-12-20 Kazu Hirata <kazu@hxi.com>
...
* targets.c: Fix formatting.
* tekhex.c: Likewise.
* trad-core.c: Likewise.
2000-12-20 19:53:11 +00:00
Kazu Hirata
7b82c249fa
2000-12-19 Kazu Hirata <kazu@hxi.com>
...
* sco5-core.c: Fix formatting.
* section.c: Likewise.
* sparclinux.c: Likewise.
* sparclynx.c: Likewise.
* sparcnetbsd.c: Likewise.
* srec.c: Likewise.
* stabs.c: Likewise.
* stab-syms.c: Likewise.
* sunos.c: Likewise.
* syms.c: Likewise.
* sysdep.h: Likewise.
2000-12-20 00:21:57 +00:00
Nick Clifton
f78c52818f
Definbe extra allowable COFF section flags for ARM_PE target/
2000-12-18 20:50:41 +00:00
Nick Clifton
02b89dcefc
Add default case to file_format switch.
2000-12-18 19:03:30 +00:00
Nick Clifton
d20966a734
Move to the start of the program headers before attempting to read them.
2000-12-15 18:53:04 +00:00
Kazu Hirata
6fa957a9b9
2000-12-14 Kazu Hirata <kazu@hxi.com>
...
* peigen.c: Fix formatting.
* som.c: Likewise.
* som.h: Likewise.
2000-12-14 21:38:31 +00:00
Kazu Hirata
9602af5112
2000-12-13 Kazu Hirata <kazu@hxi.com>
...
* peigen.c: Fix formatting.
2000-12-13 21:43:57 +00:00
Jim Wilson
514829c3af
Eliminate ia64 compiler warnings. Fix ia64 gas testsuite again.
...
* elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
* config/tc-ia64.h (ia64_init): Add prototype.
* gas/ia64/dv-imply.d, gas/ia64/dv-mutex.d, gas/ia64/dv-safe.d,
gas/ia64/dv-srlz.d, gas/ia64/opc-m.d: Update.
* ia64-dis.c (print_insn_ia64): Cast away const on ia64_free_opcode
argument.
* ia64_gen.c (insert_deplist): Cast sizeof result to int.
(print_dependency_table): Print NULL if semantics field not set.
(insert_opcode_dependencies): Mark cmp parameter as unused.
(print_main_table): Use fprintf_vma to print long long fields.
(main): Mark argv paramter as unused. Convert to old style definition.
* ia64-opc.c (ia64_find_dependency): Cast sizeof result to int.
* ia64-asmtab.c: Regnerate.
2000-12-12 22:56:36 +00:00
Nick Clifton
3a71aec8b4
Ignore sections with zero size.
2000-12-12 22:54:39 +00:00
Kazu Hirata
1518639ec4
2000-12-12 Kazu Hirata <kazu@hxi.com>
...
* m68klinux.c: Fix formatting.
* m68knetbsd.c: Likewise.
* mipsbsd.c: Likewise.
* netbsd-core.c: Likewise.
* netbsd.h: Likewise.
* newsos3.c: Likewise.
* nlm32-alpha.c: Likewise.
* nlm32-i386.c: Likewise.
* nlm32-ppc.c: Likewise.
* nlm32-sparc.c: Likewise.
* nlmcode.h: Likewise.
* nlmswap.h: Likewise.
* nlm-target.h: Likewise.
* ns32knetbsd.c: Likewise.
2000-12-12 21:25:54 +00:00
Nick Clifton
b79e8c7865
Add link option to allow undefiedn symbols in shared libraries
2000-12-12 20:53:02 +00:00
Nick Clifton
38b1a46ca2
Fix formatting.
2000-12-12 19:23:16 +00:00
Nick Clifton
857ec808bb
Pass dwarf2_find_line_info as last parameter to invocation of
...
_bfd_dwarf2_find_nearest_line.
2000-12-09 20:12:57 +00:00
Kazu Hirata
fe8bc63d5e
2000-12-08 Kazu Hirata <kazu@hxi.com>
...
* elf64-alpha.c: Fix formatting.
* elf64-hppa.c: Likewise.
* elf64-mips.c: Likewise.
2000-12-09 01:54:51 +00:00
Nick Clifton
51db370890
Generalize DWARF2 and COFF support.
2000-12-08 22:50:07 +00:00
Kazu Hirata
435b1e90b1
2000-12-08 Kazu Hirata <kazu@hxi.com>
...
* coffgen.c: Fix formatting.
* elf32-i386.c: Likewise.
* elf32-i960.c: Likewise.
* elf32-m68k.c: Likewise.
* elf32-mcore.c: Likewise.
* elf32-ppc.c: Likewise.
* elf32-sh.c: Likewise.
* elf32-sparc.c: Likewise.
* elf32-v850.c: Likewise.
* elf64-sparc.c: Likewise.
* elf-m10300.c: Likewise.
2000-12-08 18:34:32 +00:00
Kazu Hirata
8da6118f7b
2000-12-07 Kazu Hirata <kazu@hxi.com>
...
* elf32-ppc.c: Fix formatting.
* elf64-x86-64.c: Likewise.
2000-12-07 19:31:48 +00:00
Ulf Carlsson
a9922e52c7
2000-12-06 Ulf Carlsson <ulfc@engr.sgi.com>
...
From Ralf Baechle <ralf@gnu.org>
* elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
BFDs containing no sections or empty .text, .data or .bss sections
to be merged, regardless of their flags.
2000-12-07 01:05:04 +00:00
Kazu Hirata
c3668558c9
2000-12-06 Kazu Hirata <kazu@hxi.com>
...
* elf32-m32r.c: Fix formatting.
* elf32-m68hc11.c: Likewise.
* elf32-m68hc12.c: Likewise.
* elf32-m68k.c: Likewise.
* elf32-mcore.c: Likewise.
* elf32-pj.c: Likewise.
* elf32-ppc.c: Likewise.
2000-12-06 18:59:48 +00:00
Kazu Hirata
6609fa7475
2000-12-05 Kazu Hirata <kazu@hxi.com>
...
* elf32-fr30.c: Fix formatting.
* elf32-hppa.c: Likewise.
* elf32-i370.c: Likewise.
* elf32-i386.c: Likewise.
* elf32-i860.c: Likewise.
* elf32-i960.c: Likewise.
2000-12-05 13:20:10 +00:00
Kazu Hirata
a7c108501a
2000-12-03 Kazu Hirata <kazu@hxi.com>
...
* elf32-arm.h: Fix formatting.
* elf32-avr.c: Likewise.
* elf32-cris.c: Likewise.
* elf32-d10v.c: Likewise.
* elf32-d30v.c: Likewise.
* elf-hppa.h: Likewise.
* elf-m10200.c: Likewise.
* elf-m10300.c: Likewise.
2000-12-03 20:44:04 +00:00
Nick Clifton
c6c98b3833
Add MIPS SB1 machine
2000-12-02 01:10:33 +00:00
Nick Clifton
84ea6cf2c5
Add MIPS V and MIPS 64 machine numbers
2000-12-02 00:55:22 +00:00
Nick Clifton
e7af610e14
Add MIPS32 as a seperate MIPS architecture
2000-12-01 21:35:38 +00:00
Nick Clifton
ddcfc5fc2c
Update RTEMS targets
2000-12-01 18:37:16 +00:00
Nick Clifton
2c9f0eb1fc
Really delete elf64-ia64.c this time.
2000-12-01 18:15:22 +00:00
Nick Clifton
8d88c4ca53
Add support for x86_64-*-linux-gnu* target
2000-11-30 19:16:54 +00:00
Kazu Hirata
fbc4fff4c6
2000-11-30 Kazu Hirata <kazu@hxi.com>
...
* xcofflink.c: Fix formatting.
2000-11-30 08:04:42 +00:00
Kazu Hirata
be3ccd9c2b
2000-11-28 Kazu Hirata <kazu@hxi.com>
...
* elf32-mips.c: Fix formatting.
2000-11-29 04:56:32 +00:00
Kazu Hirata
e60b52c622
2000-11-28 Kazu Hirata <kazu@hxi.com>
...
* aoutx.h: Fix formatting.
* bfd-in.h: Likewise.
* bfd-in2.h: Likewise.
* cache.c: Likewise.
* cisco-core.c: Likewise.
* coff64-rs6000.c: Likewise.
* coffcode.h: Likewise.
* coffswap.h: Likewise.
* corefile.c: Likewise.
2000-11-28 21:42:16 +00:00
Kazu Hirata
244148ad5c
2000-11-27 Kazu Hirata <kazu@hxi.com>
...
* coff64-rs6000.c: Fix formatting.
* coffgen.c: Likewise.
* cofflink.c: Likewise.
2000-11-28 01:33:15 +00:00
Kazu Hirata
336eced2fe
2000-11-27 Kazu Hirata <kazu@hxi.com>
...
* aout-adobe.c: Fix formatting.
2000-11-28 01:27:10 +00:00
Phil Blundell
d71f672e69
2000-11-27 Philip Blundell <pb@futuretv.com>
...
* libcoff-in.h (coff_tdata): Add `strings_written' flag.
(obj_coff_strings_written): New accessor macro for above.
* libcoff.h: Regenerate.
* cofflink.c (_bfd_coff_final_link): Say that we wrote the
strings.
* coffcode.h (coff_write_object_contents): No need to write out
the string table if it's already been done.
2000-11-27 12:45:17 +00:00
Phil Blundell
bc7a577dc7
2000-11-22 Philip Blundell <pb@futuretv.com>
...
* cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
weak undefined symbols.
2000-11-27 11:08:15 +00:00
Nick Clifton
077b8428ab
Add ARM v5t, v5te and XScale support
2000-11-25 00:21:40 +00:00
Kazu Hirata
e9e41bd976
2000-11-23 Kazu Hirata <kazu@hxi.com>
...
* aix386-core.c: Fix formatting.
2000-11-23 07:33:24 +00:00
Jim Wilson
64bf6ae67d
Eliminate compiler warnings from IA-64 port.
...
* coff-ia64.c (howto_table): Use EMPTY_HOWTO.
(in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
* cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
(ins_imms_scaled): Initialize sign_bit at function entry.
(elf64_ia64_operands): Add missing initializers.
* elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
parameters.
(elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
and free_extsyms at function entry.
(elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
(elfNN_ia64_create_dynamic_sections): Delete unused local h.
(get_got): Delete unused local srel.
(elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
(elfNN_ia64_relocate_section): Delete unused local dynindx.
2000-11-22 21:25:36 +00:00
Kazu Hirata
6e301b2bf2
2000-11-21 Kazu Hirata <kazu@hxi.com>
...
* coff-a29k.c: Fix formatting.
* coff-h8500.c: Likewise.
* coff-i960.c: Likewise.
* coff-ppc.c: Likewise.
* coff-rs6000.c: Likewise.
* coff-stgo32.c: Likewise.
* coff-tic54x.c: Likewise.
* coff-w65.c: Likewise.
* cpu-h8500.c: Likewise.
* cpu-hppa.c: Likewise.
* cpu-ns32k.c: Likewise.
2000-11-22 01:08:53 +00:00
Kazu Hirata
1abaf97602
2000-11-21 Kazu Hirata <kazu@hxi.com>
...
* ecoff.c: Fix formatting.
* ecofflink.c: Likewise.
2000-11-22 00:56:55 +00:00
Nick Clifton
a0fc8ba1d8
Fix compile time warning, and remove possibility of infinite loop.
2000-11-21 19:47:10 +00:00
Kazu Hirata
eb6e10cb73
2000-11-20 Kazu Hirata <kazu@hxi.com>
...
* bfd-in.h: Fix formatting.
* bfd-in2.h: Likewise.
* bfd.c: Likewise.
* bout.c: Likewise.
2000-11-21 02:24:32 +00:00
Kazu Hirata
beb0d161cd
2000-11-20 Kazu Hirata <kazu@hxi.com>
...
* aix386-core.c: Fix formatting.
* aout-adobe.c: Likewise.
* aout-arm.c: Likewise.
* aout-encap.c: Likewise.
* aout-ns32k.c: Likewise.
* aout-target.h: Likewise.
* aout-tic30.c: Likewise.
* aoutf1.h: Likewise.
* aoutx.h: Likewise.
* archive.c: Likewise.
2000-11-20 19:05:12 +00:00
Jim Wilson
2c2475db4a
Fix DT_INIT ABI violation, it is an offset not a function pointer.
...
* elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
pltoff entries for DT_INIT and DT_FINI.
(elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
(elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
entries.
2000-11-18 00:41:35 +00:00
Richard Henderson
18b27f179e
* elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
...
(allocate_dynrel_entries): Likewise.
(elfNN_ia64_relocate_section): Likewise. Set REL addends correctly.
(set_pltoff_entry): Likewise.
(ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
(elfNN_ia64_reloc_type_lookup): Likewise.
(elfNN_ia64_install_value): Likewise.
(elfNN_ia64_relocate_section): Likewise.
* reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
(BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
2000-11-16 22:44:07 +00:00
Kazu Hirata
71f6b58639
2000-11-16 Kazu Hirata <kazu@hxi.com>
...
* cpu-a29k.c: Fix formatting.
* cpu-alpha.c: Likewise.
* cpu-arm.c: Likewise.
* cpu-avr.c: Likewise.
* cpu-d10v.c: Likewise.
* cpu-h8500.c: Likewise.
* cpu-hppa.c: Likewise.
* cpu-i370.c: Likewise.
* cpu-i386.c: Likewise.
* cpu-i960.c: Likewise.
* cpu-ia64-opc.c: Likewise.
* cpu-ia64.c: Likewise.
* cpu-m32r.c: Likewise.
* cpu-m68hc11.c: Likewise.
* cpu-m68hc12.c: Likewise.
* cpu-m68k.c: Likewise.
* cpu-m88k.c: Likewise.
* cpu-mips.c: Likewise.
* cpu-ns32k.c: Likewise.
* cpu-pj.c: Likewise.
* cpu-powerpc.c: Likewise.
* cpu-sh.c: Likewise.
* cpu-sparc.c: Likewise.
* cpu-tic54x.c: Likewise.
* cpu-v850.c: Likewise.
* cpu-vax.c: Likewise.
* cpu-w65.c: Likewise.
* cpu-we32k.c: Likewise.
* cpu-z8k.c: Likewise.
2000-11-16 20:48:09 +00:00
Kazu Hirata
98591c73cf
2000-11-16 Kazu Hirata <kazu@hxi.com>
...
* dwarf1.c: Fix formatting.
* dwarf2.c: Likewise.
2000-11-16 19:29:48 +00:00
Kazu Hirata
cbfe05c4c6
2000-11-15 Kazu Hirata <kazu@hxi.com>
...
* coff-rs6000.c: Fix formatting.
* coff-sh.c: Likewise.
* coff-sparc.c: Likewise.
* coff-tic30.c: Likewise.
* coff-tic54x.c: Likewise.
* coff-tic80.c: Likewise.
* coff-w65.c: Likewise.
* coff-we32k.c: Likewise.
* coff-z8k.c: Likewise.
2000-11-16 00:54:12 +00:00
Kazu Hirata
c5930ee6b4
2000-11-15 Kazu Hirata <kazu@hxi.com>
...
* coff-arm.c: Fix formatting.
* coff-ppc.c: Likewise.
* coff-rs6000.c: Likewise.
2000-11-15 20:20:52 +00:00
Richard Henderson
dac544a817
* elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
...
section with the same ALLOC|LOAD flags as the source section.
2000-11-15 19:22:28 +00:00
Nick Clifton
4a8e467a7a
ops - omited from previous delta
...
Add GFPL to bfd.texinfo
2000-11-15 18:24:49 +00:00
Jakub Jelinek
c810873da1
* elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
...
by STO_ALPHA constants.
* config/tc-alpha.c (s_alpha_prologue): Preserve visibility bits.
2000-11-14 20:46:25 +00:00
Kazu Hirata
43646c9de2
2000-11-14 Kazu Hirata <kazu@hxi.com>
...
* coff-pmac.c: Fix formatting.
* coff-ppc.c: Likewise.
2000-11-14 19:23:49 +00:00
H.J. Lu
051b857701
2000-11-08 H.J. Lu <hjl@gnu.org>
...
* elflink.h (elf_link_add_object_symbols): Also add indirect
symbols for common symbols with the default version.
2000-11-13 22:49:54 +00:00
Phil Blundell
90460d9725
2000-11-09 Philip Blundell <pb@futuretv.com>
...
* section.c (STD_SECTION): Set gc_mark flag.
2000-11-13 10:01:13 +00:00
Kazu Hirata
b48499ecc0
2000-11-11 Kazu Hirata <kazu@hxi.com>
...
* coff-i960.c: Likewise.
* coff-m68k.c: Likewise.
* coff-m88k.c: Likewise.
* coff-mcore.c: Likewise.
* coff-mips.c: Likewise.
2000-11-11 19:03:23 +00:00
Alexandre Oliva
c5aeb40fc6
* elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
2000-11-11 06:43:42 +00:00
Kazu Hirata
5fcfd273c3
2000-11-10 Kazu Hirata <kazu@hxi.com>
...
* coff-h8300.c: Fix formatting.
* coff-h8500.c: Likewise.
* coff-i386.c: Likewise.
* coff-i860.c: Likewise.
* coff-i960.c: Likewise.
* coff-ia64.c: Likewise.
2000-11-10 20:55:44 +00:00
Kazu Hirata
047066e166
2000-11-09 Kazu Hirata <kazu@hxi.com>
...
* archive.c: Fix formatting.
* archures.c: Likewise.
2000-11-10 04:28:20 +00:00
Kazu Hirata
346ceb11ed
2000-11-08 Kazu Hirata <kazu@hxi.com>
...
* coff-a29k.c: Fix formatting.
* coff-alpha.c: Likewise.
* coff-apollo.c: Likewise.
* coff-aux.c: Likewise.
2000-11-09 01:37:44 +00:00
Kazu Hirata
8546af7422
2000-11-08 Kazu Hirata <kazu@hxi.com>
...
* bfd-in.h: Fix formatting.
* bfd-in2.h: Likewise.
2000-11-08 23:57:04 +00:00
Richard Henderson
9a951beb03
* elf64-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
...
Set it before bfd_elf64_bfd_final_link call. Use it after the call.
* section.c (bfd_set_section_contents): Call memcpy if
section->contents set and location not equal to contents plus offset.
2000-11-08 07:54:31 +00:00
Kazu Hirata
aebad5fe2c
2000-11-08 Kazu Hirata <kazu@hxi.com>
...
* bfd.c: Fix formatting.
* binary.c: Likewise.
* bout.c: Likewise.
2000-11-08 06:38:10 +00:00
Kazu Hirata
0ef5a5bdcb
2000-11-07 Kazu Hirata <kazu@hxi.com>
...
* aix386-core.c: Fix formatting.
* aoutf1.h: Likewise.
* aoutx.h: Likewise.
* archures.c: Likewise.
* armnetbsd.c: Likewise.
2000-11-07 19:11:31 +00:00
Alan Modra
d562d2fbf0
Fix for H8 ld problem.
2000-11-07 05:04:04 +00:00
Jim Wilson
4efc3e0524
Fix a few minor Changlog formatting problems.
2000-11-07 01:16:25 +00:00
Jim Wilson
bbe66d0820
ia64-hpux patches from Steve Ellcey.
...
* archures.c: (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32) Add defines
to differentiate elf32 and elf64 on ia64.
* bfd-in2.h: Regenerate.
* config.bfd: Add target for "ia64*-*-hpux*".
* configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
* configure: Regenerate.
* cpu-ia64.c (bfd_ia64_elf32_arch) Add elf32 arch info structure.
* targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
* Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo.
* Makefile.in: Regnerate.
* elf64-ia64.c: Deleted
* elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
2000-11-07 00:43:26 +00:00
Kazu Hirata
c4dfa77f43
2000-11-06 Kazu Hirata <kazu@hxi.com>
...
* aout-adobe.c: Fix formatting.
* aout-arm.c: Likewise.
* aout-cris.c: Likewise.
* aout-encap.c: Likewise.
* aout-ns32k.c: Likewise.
* aout-target.h: Likewise.
* aout-tic30.c: Likewise.
2000-11-06 22:56:13 +00:00
Phil Blundell
cf919dfdd7
2000-11-05 Philip Blundell <philb@gnu.org>
...
* elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
BFDs containing no sections to be merged, regardless of their flags.
2000-11-04 Philip Blundell <philb@gnu.org>
* elf32-arm.h (elf32_arm_relocate_section): Suppress error message
if a relocation for an undefined symbol also results in an
overflow.
2000-11-06 19:38:10 +00:00
Christopher Faylor
8848a8d0a4
* config.bfd: Add support for Sun Chorus.
2000-11-06 18:47:14 +00:00
David O'Brien
46d59bfa43
2000-11-05 David O'Brien <obrien@FreeBSD.org>
...
* configure.in: Recognize alpha-*-freebsd*.
* configure: Regenerate.
I had this in my local tree for along time and had gotten approval for this
on Mon, 22 May 2000 15:45:01 -0700 but somehow managed to never commit it.
Approved by: Nick Clifton <nickc@cygnus.com>
Message-Id: <200005222245.PAA14600@elmo.cygnus.com>
2000-11-05 23:31:45 +00:00
Nick Clifton
420496c13a
Add --srec-len and --srec-forceS3 switches to objcopy
2000-11-03 01:47:13 +00:00
Nick Clifton
59ff2774bb
Add support for *-storm-chaos target
2000-11-02 23:03:24 +00:00
Phil Blundell
ee43f35ef7
2000-10-31 Philip Blundell <philb@gnu.org>
...
* elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
EF_SOFT_FLOAT if it is defined.
2000-11-01 07:20:04 +00:00
Phil Blundell
1006ba1936
2000-10-27 Philip Blundell <philb@gnu.org>
...
* elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
attempts to mix PIC code with non-PIC, just mark the output as
being position dependent.
(elf32_arm_merge_private_bfd_data): Likewise. Print an error
message for EF_SOFT_FLOAT mismatches. Display diagnostics for
all mismatches, not just the first one.
2000-10-27 22:24:52 +00:00
Nick Clifton
c4920b9772
Plug one of many possible memory leaks in error handling.
2000-10-25 21:53:44 +00:00
Jakub Jelinek
19f7b01094
gas/
...
* config/tc-sparc.c (sparc_ip): Fix a bug which caused v9_arg_p
instructions to loose any special insn->architecture mask.
* config/tc-sparc.c (v9a_asr_table): Add v9b ASRs.
(sparc_md_end, sparc_arch_types, sparc_arch,
sparc_elf_final_processing): Handle v8plusb and v9b architectures.
(sparc_ip): Handle siam mode operands. Support v9b ASRs (and
request v9b architecture if they are used).
bfd/
* elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
elf32_sparc_object_p, elf32_sparc_final_write_processing):
Support v8plusb.
* elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
sparc64_elf_object_p): Support v9b.
* archures.c: Declare v8plusb and v9b machines.
* bfd-in2.h: Ditto.
* cpu-sparc.c: Ditto.
include/opcode/
* sparc.h (enum sparc_opcode_arch_val): Add SPARC_OPCODE_ARCH_V9B.
Note that '3' is used for siam operand.
opcodes/
* sparc-dis.c (v9a_asr_reg_names): Add v9b ASRs.
(compute_arch_mask): Add v8plusb and v9b machines.
(print_insn_sparc): siam mode decoding, accept ASRs up to 25.
* opcodes/sparc-opc.c: Support for Cheetah instruction set.
(prefetch_table): Add #invalidate.
2000-10-20 10:38:47 +00:00
Geoffrey Keating
ea5fbc6753
* elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
...
of a GOT reloc.
2000-10-16 20:49:53 +00:00
Geoffrey Keating
e1e0340bc8
* elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
...
(SYMBOL_CALLS_LOCAL): New macro.
(ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
(ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
(ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
(ppc_elf_relocate_section): Use flag variable to determine
whether the relocation refers to a local symbol.
Test whether a PLTREL24 reloc will produce a reloc by looking
to see whether a PLT entry was made.
2000-10-16 19:52:26 +00:00
Geoffrey Keating
a4b120e1db
* elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
...
entries that could serve as a definition for a weak symbol.
2000-10-14 23:30:12 +00:00
Ulf Carlsson
5af5b85bc3
2000-10-13 Ulf Carlsson <ulfc@engr.sgi.com>
...
From Ralf Baechle <ralf@gnu.org>
* elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
local_p. Add symbol value only for non-R_MIPS_REL32 relocations
against local symbols.
(_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
2000-10-14 04:05:23 +00:00
Alan Modra
24376d1b58
Another try at correcting relocations against discarded
...
link-once section symbols.
2000-10-12 03:44:51 +00:00
Alan Modra
3ef20aaa54
Include alloca-conf.h
2000-10-12 01:28:06 +00:00
Alan Modra
d01e2a23a3
Revert 2000-10-07 link-once section symbol changes.
2000-10-11 07:05:02 +00:00
Alan Modra
c0e219ccea
Fix my last change to actually compile.
2000-10-10 23:38:27 +00:00
Alan Modra
fe268b663f
(ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
2000-10-10 15:50:35 +00:00
Alan Modra
4d7ce4dd48
* section.c (bfd_make_section_anyway): Release newsect ptr when
...
newsect->symbol fails to alloc. Use bfd_release instead of free.
2000-10-10 15:23:38 +00:00
Richard Henderson
f3b6f7c34d
* elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
...
(elf64_ia64_unwind_entry_compare): New.
(elf64_ia64_final_link): Sort the .IA_64.unwind section.
2000-10-09 23:16:30 +00:00
Alan Modra
fc8c40a057
Cure a number of segfaults caused by /DISCARD/ of dynamic sections.
2000-10-07 13:40:33 +00:00
Alan Modra
44852b190c
Make elf section symbols global for link-once sections.
2000-10-07 12:52:15 +00:00
DJ Delorie
3e4554a206
* peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
...
* coffcode.h (coff_set_alignment_hook): read extended reloc count
(coff_write_relocs): write extended reloc count
(coff_write_object_contents): account for extended relocs
2000-10-06 19:47:51 +00:00
Jim Wilson
fa152c4930
Preserve machine dependent section header flags when reading ELF object file.
...
* elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
field.
* elf.c (_bfd_elf_make_section_from_shdr): Call the
elf_backend_section_flags function.
* elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
code.
(elf64_ia64_section_flags): New function containing flag conversion
code.
(elf_backend_section_flags): Define to elf64_ia64_section_flags.
* elfxx-target.h (elf_backend_section_flags): Define.
(elfNN_bed): Initialize elf_backend_section_flags field.
2000-10-05 22:22:27 +00:00
Alan Modra
36605136d4
Correct call to _bfd_elf32_gc_record_vtable.
2000-10-02 09:09:27 +00:00
Ulf Carlsson
4b6609a057
2000-10-01 Ulf Carlsson <ulfc@engr.sgi.com>
...
From Ralf Baechle <ralf@gnu.org>
* elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
produces binaries with got[1] = 0x80000001 to differenciate them
for the dynamic linker from the broken binaries produced by old
versions.
2000-10-02 06:04:16 +00:00
Alexandre Oliva
d64552c589
* ltconfig, ltmain.sh, libtool.m4: Updated from libtool
...
multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
all affected `configure' scripts.
2000-09-30 06:07:00 +00:00
Alan Modra
f572a39d15
Support for Unixware 7.1.x pxstatus_t and lwpxstatus_t.
2000-09-30 00:44:49 +00:00
Hans-Peter Nilsson
4da816844a
Define two bfd_targets for absence and presence of leading
...
underscore on symbols. Make sure to only link same kind.
* elf32-cris.c (cris_elf_object_p,
cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
cris_elf_merge_private_bfd_data): New.
(elf_backend_object_p, elf_backend_final_write_processing,
bfd_elf32_bfd_print_private_bfd_data,
bfd_elf32_bfd_merge_private_bfd_data): Define.
<Target vector definition>: Include elf32-target.h twice with
different macro settings:
(TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
bfd_elf32_us_cris_vec.
(TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
(elf_symbol_leading_char): First as 0, then '_'.
(INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
* config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
* configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
* configure: Regenerate.
* targets.c: Declare bfd_elf32_us_cris_vec.
* po/bfd.pot: Regenerate.
2000-09-29 17:05:22 +00:00
Alan Modra
9a5aca8c9c
(arm_add_to_rel): Fix R_ARM_THM_PC22 relocations.
2000-09-29 13:51:49 +00:00
Alan Modra
512a2384fe
* elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
2000-09-29 13:15:03 +00:00
Alan Modra
ef6acf5b5f
That'll teach me not to type little patches in by hand. Get
...
the parentheses right.
2000-09-29 07:14:05 +00:00
Alan Modra
6c99a5c30b
(elf_fake_sections): Do not mark the section SHT_NOBITS if
...
is has the SEC_HAS_CONTENTS flag set.
2000-09-29 07:01:18 +00:00
Hans-Peter Nilsson
b16885a132
* aout-cris.c (N_TXTADDR): Define.
2000-09-28 21:58:16 +00:00
Alan Modra
6204760d74
* som.c: Include alloca-conf.h
2000-09-28 08:08:16 +00:00
Alan Modra
47d89dba5e
.plt stub for lazy linking, --stub-group-size=N ld switch,
...
import stub fix, extra DIR14F reloc to fix abort in tc_gen_reloc
2000-09-27 17:30:19 +00:00
Hans-Peter Nilsson
a17cc40f09
* elfcode.h (elf_object_p): Preserve and clear abfd section
...
information. Restore at error.
2000-09-27 07:52:24 +00:00
DJ Delorie
3028b4c011
* peigen.c (_bfd_pei_swap_aouthdr_in): If some DataDirectory
...
is empty, make sure that its rva also 0. NT loader dislikes
having otherwise.
2000-09-26 20:42:29 +00:00
Alan Modra
409141842e
Make weak symbols SS_UNIVERSAL (ie. global)
2000-09-26 01:45:26 +00:00
Alan Modra
1badb539a7
Correct comments. Don't check non-code output sections for stub
...
grouping. (In the process, partly revert and fix bugs introduced
with the last change. Oops.)
2000-09-21 13:40:00 +00:00
Alan Modra
a017a7241d
Fix a segfault caused by under-allocating an array.
2000-09-21 10:13:18 +00:00
Alan Modra
b3ea35849f
Handle out of memory situations.
2000-09-20 04:20:26 +00:00
Nick Clifton
6091b433d7
Change the PLT entry 0 instruction sequence to actually work.
2000-09-19 23:21:36 +00:00
Alexandre Oliva
8a3975e63b
* elf32-sh.c (sh_elf_relocate_section): Use
...
_bfd_final_link_relocate to apply the relocation against a section
symbol, when doing relocatable links.
2000-09-18 16:19:15 +00:00
Alan Modra
25f7275229
Group stub sections.
2000-09-18 12:22:43 +00:00
Alexandre Oliva
4bb5e078a2
* elf32-sh.c (ELF_MAXPAGESIZE): Define to 128, to match
...
ld/emulparams/shelf.sh.
2000-09-16 23:09:35 +00:00
Nick Clifton
0752970ef8
add support for embedded relocs in m68k ELF port
2000-09-15 18:52:52 +00:00
Nick Clifton
ffcb7aff0f
ld performs LITUSE relocations incorrectly if -relax is specified on the ld
...
command line and the displacement field of the load or store instruction is
non-zero.
2000-09-15 18:07:28 +00:00
Alan Modra
d5c73c2f38
Find the first .init and .fini sections correctly.
...
Clobber millicode syms via a hash traversal here. elf_adjust_dynamic_symbol
really ought to let us look at all dynamic symbols, but it doesn't.
2000-09-15 10:24:50 +00:00
Alan Modra
74d1c347e9
Lots of bug fixes. .plt entries for DT_INIT, DT_FINI, and any
...
local function that has a plabel. Size the stub reloc sections
as we size the stubs.
2000-09-14 12:55:45 +00:00
Alexandre Oliva
06bb75c14b
* elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,
...
R_SH_COPY, R_SH_GLOB_DAT, R_SH_JMP_SLOT, R_SH_RELATIVE,
R_SH_GOTOFF, R_SH_GOTPC) to the range from 160 to 167. Replaced
the original entries with EMPTY_HOWTOs, and added new ones to fill
in the gap.
(sh_elf_info_to_howto): Make sure the new gap isn't used.
(sh_elf_relocate_section): Likewise.
2000-09-14 04:59:14 +00:00
Nick Clifton
156c2f8bf7
Add support for the MIPS32
2000-09-14 01:47:38 +00:00
Jeff Law
8681fbcd21
* som.c (som_write_symbol_strings): Do not used fixed buffers,
...
use size_t as a counter.
(som_write_space_strings): Similarly.
2000-09-14 01:33:46 +00:00
Jason Eckhardt
c1e8b7101f
2000-09-12 Jason Eckhardt <jle@cygnus.com>
...
* elf32-i860.c (elf32_i860_relocate_pc26): New function
and prototype.
(elf32_i860_relocate_section): Invoke new function from here.
2000-09-12 14:34:59 +00:00
Nick Clifton
dbf481172f
Make debug_sec_names static.
2000-09-11 17:01:47 +00:00
Nick Clifton
ff0829fd43
Emit 8 NULs for target section name instead of dumping core when the target
...
symbol is undefined.
2000-09-10 19:17:08 +00:00
Kazu Hirata
27985c55a4
2000-09-09 Kazu Hirata <kazu@hxi.com>
...
* riscix.c: Remove DEFUN.
2000-09-09 20:17:47 +00:00
Nick Clifton
fe077fa645
Do not initialise flags in output bfd if the input bfd is the default
...
architecture with the default flags.
2000-09-09 00:40:08 +00:00
Kazu Hirata
d70910e85d
2000-09-08 Kazu Hirata <kazu@hxi.com>
...
* archive.c: Fix formatting.
* coff-arm.c: Likewise.
* doc/chew.c: Likewise.
2000-09-08 23:46:41 +00:00
Alan Modra
77cb06e9d4
(bfd_get_unique_section_name): Put a dot before the numeric suffix.
2000-09-08 02:11:34 +00:00
Kazu Hirata
256d98afc9
2000-09-07 Kazu Hirata <kazu@hxi.com>
...
* doc/chew.c: Remove all uses of DEFUN and DEFUN_VOID.
2000-09-07 20:22:50 +00:00
Kazu Hirata
c044fabd5e
2000-09-07 Kazu Hirata <kazu@hxi.com>
...
* elf.c: Fix formatting.
2000-09-07 20:20:05 +00:00
Alexandre Oliva
b129bfef3a
* config.bfd (sh-*-linux*): Added.
...
* configure.in (bfd_elf32_shlin_vec, bfd_elf32_shblin_vec): New.
* targets.c: Declare them.
* elf32-sh-lin.c: New file.
* Makefile.am: Compile it.
* elf32-sh.c: Don't override defines from elf32-sh-lin.c.
* configure, Makefile.in: Rebuilt.
2000-09-07 04:23:43 +00:00
Geoffrey Keating
492055e633
* xcofflink.c (xcoff_link_input_bfd): Include the .tocbss
...
pseduo-section when determining where the TOC ends.
* coff-rs6000.c (_bfd_xcoff_swap_aux_out): Use bfd_h_put_16 to
output x_tvndx as it is only two bytes wide.
* coff-rs6000.c (xcoff_howto_table): A modifiable branch-absolute
reloc is 26 or 32 bits wide.
* coff-rs6000.c (_bfd_xcoff_rtype2howto): The bitsize is irrelevant
for relocs that don't change anything. Also look at the full
6 bits of bitsize.
2000-09-06 21:21:51 +00:00
Phil Blundell
566ad7d7ea
2000-09-06 Philip Blundell <philb@gnu.org>
...
* config.bfd (arm*-*-uclinux*): New target.
2000-09-06 20:43:43 +00:00
Alexandre Oliva
90f2472aa1
* configure: Rebuilt with new libtool.m4.
2000-09-06 13:42:23 +00:00
Alan Modra
a966dba9da
`template' isn't a very good name for a variable.
...
Who invented c++ anyway?
2000-09-06 00:22:01 +00:00
Nick Clifton
5b343f5ae8
Regenerate files using fixed aclocal install.
2000-09-06 00:13:34 +00:00
Nick Clifton
ea7607fcf3
Fix buggy macros
2000-09-05 21:32:34 +00:00
Geoffrey Keating
188ac6625b
2000-09-05 Steven Johnson <sbjohnson@ozemail.com.au>
...
* cpu-powerpc.c (arch_info_struct): Added MPC860 Family entry.
2000-09-05 19:35:51 +00:00
Alan Modra
30667bf3fc
Shared lib support.
2000-09-05 05:03:43 +00:00