Alan Modra
947216bf8f
include/elf/ChangeLog
...
* internal.h (elf32_internal_ehdr, Elf32_Internal_Ehdr,
elf64_internal_ehdr, Elf64_Internal_Ehdr, elf32_internal_phdr,
Elf32_Internal_Phdr, elf64_internal_phdr, Elf64_Internal_Phdr,
elf32_internal_shdr, Elf32_Internal_Shdr, elf64_internal_shdr,
Elf64_Internal_Shdr, elf32_internal_sym, elf64_internal_sym,
Elf32_Internal_Sym, Elf64_Internal_Sym, Elf32_Internal_Note,
elf32_internal_note, elf32_internal_rel, Elf32_Internal_Rel,
elf64_internal_rel, Elf64_Internal_Rel, elf32_internal_rela,
elf64_internal_rela, Elf32_Internal_Rela, Elf64_Internal_Rela,
elf32_internal_dyn, elf64_internal_dyn, Elf32_Internal_Dyn,
Elf64_Internal_Dyn, elf32_internal_verdef, elf64_internal_verdef,
elf32_internal_verdaux, elf64_internal_verdaux, elf32_internal_verneed,
elf64_internal_verneed, elf32_internal_vernaux, elf64_internal_vernaux,
elf32_internal_versym, elf64_internal_versym, Elf32_Internal_Verdef,
Elf64_Internal_Verdef, Elf32_Internal_Verdaux, Elf64_Internal_Verdaux,
Elf32_Internal_Verneed, Elf64_Internal_Verneed, Elf32_Internal_Vernaux,
Elf64_Internal_Vernaux, Elf32_Internal_Versym, Elf64_Internal_Versym,
Elf32_Internal_Syminfo, Elf64_Internal_Syminfo): Delete.
(Elf_Internal_Rel): Delete.
bfd/ChangeLog
* elf-bfd.h: Replace occurrences of Elf32_Internal_* and
Elf64_Internal_* with Elf_Internal_*. Replace Elf_Internal_Rel
with Elf_Internal_Rela.
* elf-hppa.h, elf-m10200.c, elf-m10300.c, elf32-arc.c, elf32-arm.h,
elf32-avr.c, elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c,
elf32-fr30.c, elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c,
elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-v850.c, elf32-vax.c,
elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c, elfarm-oabi.c,
elfcode.h, elflink.h, elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c: Ditto.
* elf-hppa.h (elf_hppa_internal_shdr): Delete. Use Elf_Internal_Shdr
throughout instead.
* elf.c (_bfd_elf_no_info_to_howto_rel): Delete.
* elfcode.h (elf_swap_reloca_in): Pass source operand as a bfd_byte *.
Remove INLINE keyword.
(elf_swap_reloc_in): Likewise. Also clear r_addend.
(elf_swap_reloc_out, elf_swap_reloca_out): Pass destination operand
as a bfd_byte *.
(elf_write_relocs): Consolidate REL and RELA code.
(elf_slurp_reloc_table_from_section): Simplify REL code.
(NAME(_bfd_elf,size_info)): Populate reloc swap entries.
* elf-bfd.h (MAX_INT_RELS_PER_EXT_REL): Define.
* elflink.h (elf_link_read_relocs_from_section): Consolidate REL and
RELA code.
(elf_link_adjust_relocs): Likewise. Don't malloc space for temp
reloc array, use a fixed size of MAX_INT_RELS_PER_EXT_REL.
(elf_link_output_relocs): Likewise.
(elf_reloc_link_order): Likewise.
(elf_finish_pointer_linker_section): Likewise.
(struct elf_link_sort_rela): Remove union.
(elf_link_sort_cmp1): Update to suit.
(elf_link_sort_cmp2): Here too.
(elf_link_sort_relocs): Consolidate REL and RELA code. Fix memory
over-allocation for int_rels_per_ext_rel != 1 case.
* elf32-arm.h: Update all bfd_elf32_swap_reloc_out calls.
* elf32-i386.c: Likewise.
* elf32-cris.c: Likewise for bfd_elf32_swap_reloca_out.
* elf32-hppa.c, elf32-i370.c, elf32-m68k.c, elf32-ppc.c, elf32-s390.c,
elf32-sh.c, elf32-vax.c, elfxx-mips.c: Likewise.
* elf64-alpha.c: Likewise for bfd_elf64_swap_reloca_out.
* elf64-hppa.c, elf64-mips.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
elf64-sparc.c, elf64-x86-64.c: Likewise.
* elfxx-ia64.c: Likewise for bfd_elfNN_swap_reloca_out.
* elfxx-mips.c (sort_dynamic_relocs): Likewise for
bfd_elf32_swap_reloc_in.
* elf32-arm.h: Update elf32_arm_info_to_howto calls.
* elf32-mips.c: Likewise for mips_info_to_howto_rel.
(mips_elf64_swap_reloc_in): Zero r_addend.
(mips_elf64_be_swap_reloc_in): Likewise.
(mips_elf64_slurp_one_reloc_table): Simplify.
* elf64-alpha.c (alpha_elf_size_info): Populate reloc swap entries.
* elf64-hppa.c (hppa64_elf_size_info): Likewise.
* elf64-sparc.c (sparc64_elf_size_info): Likewise.
2002-11-28 11:55:43 +00:00
..
2002-11-18 16:37:54 +00:00
2001-09-19 05:33:36 +00:00
2002-11-26 11:54:02 +00:00
2002-05-17 10:34:03 +00:00
2002-11-18 16:37:54 +00:00
2002-05-15 13:47:12 +00:00
2002-01-05 13:11:33 +00:00
2001-10-02 05:58:41 +00:00
2001-03-08 21:04:02 +00:00
2001-03-08 21:04:02 +00:00
2002-06-25 06:21:54 +00:00
2001-10-02 05:58:41 +00:00
2001-10-02 05:58:41 +00:00
2001-10-10 12:08:29 +00:00
2002-07-31 16:23:29 +00:00
2001-10-02 05:58:41 +00:00
2002-06-25 06:21:54 +00:00
2002-06-05 03:43:11 +00:00
2002-06-25 06:21:54 +00:00
2002-10-25 02:45:54 +00:00
2001-12-05 22:46:21 +00:00
2002-10-25 02:45:54 +00:00
2002-11-06 13:26:29 +00:00
2002-06-08 07:27:52 +00:00
2002-11-18 16:37:54 +00:00
2002-10-25 02:45:54 +00:00
2002-11-18 16:37:54 +00:00
2002-11-18 16:37:54 +00:00
2002-11-18 16:37:54 +00:00
2002-10-25 02:45:54 +00:00
2002-06-25 06:21:54 +00:00
2002-06-25 06:21:54 +00:00
2001-03-08 21:04:02 +00:00
1999-05-03 07:29:11 +00:00
2001-03-08 21:04:02 +00:00
2002-11-28 11:55:43 +00:00
2002-08-15 23:19:28 +00:00
2001-03-08 21:04:02 +00:00
2002-03-05 05:26:02 +00:00
2001-03-08 21:04:02 +00:00
2001-03-08 21:04:02 +00:00
2002-01-05 13:11:33 +00:00
2002-09-02 11:47:42 +00:00
2002-06-25 06:21:54 +00:00
2002-06-25 06:21:54 +00:00
2001-08-25 09:49:44 +00:00
2002-10-11 08:33:11 +00:00
2001-03-08 21:04:02 +00:00
2001-08-21 22:39:47 +00:00
2002-11-15 11:18:49 +00:00
2001-09-18 09:57:26 +00:00
2002-06-25 06:21:54 +00:00
2001-09-18 09:57:26 +00:00
2001-09-18 09:57:26 +00:00
2001-09-18 09:57:26 +00:00
2001-09-18 09:57:26 +00:00
2001-09-18 09:57:26 +00:00
2002-11-21 13:11:33 +00:00
2002-06-25 06:21:54 +00:00
2002-06-25 06:21:54 +00:00
2001-03-08 21:04:02 +00:00
2002-04-04 19:53:38 +00:00
2002-08-22 05:13:04 +00:00
2002-05-11 17:15:53 +00:00
2001-09-18 09:57:26 +00:00
2002-11-06 17:12:05 +00:00
1999-05-03 07:29:11 +00:00
2002-11-14 11:02:30 +00:00
2001-09-18 09:57:26 +00:00
2001-09-20 23:30:37 +00:00
2001-09-20 23:30:37 +00:00
1999-05-03 07:29:11 +00:00
2001-09-18 09:57:26 +00:00
2001-03-08 21:04:02 +00:00
2002-04-25 10:59:24 +00:00
2002-10-30 15:50:17 +00:00
2002-10-25 03:19:29 +00:00
2002-10-07 16:27:39 +00:00
2002-08-28 10:38:51 +00:00
2002-11-13 01:45:42 +00:00
2002-11-18 16:37:54 +00:00
2002-11-18 16:37:54 +00:00
1999-05-03 07:29:11 +00:00
2002-01-22 00:47:21 +00:00
2002-11-18 16:37:54 +00:00
2001-03-08 21:04:02 +00:00
2002-06-08 07:27:52 +00:00
2001-03-08 21:04:02 +00:00
2001-03-08 21:04:02 +00:00
2001-09-18 09:57:26 +00:00
2002-02-14 16:24:20 +00:00
2002-08-30 08:11:44 +00:00
2001-03-08 21:04:02 +00:00
2001-03-08 21:04:02 +00:00
1999-05-03 07:29:11 +00:00
2002-05-28 14:08:47 +00:00
2001-03-08 21:04:02 +00:00
2002-06-18 21:10:55 +00:00
2002-05-29 00:58:46 +00:00
2001-09-18 09:57:26 +00:00
2001-03-08 21:04:02 +00:00
2002-04-04 14:04:39 +00:00
2002-03-18 16:42:43 +00:00
2000-07-28 21:10:20 +00:00
2001-09-18 09:57:26 +00:00
2001-09-18 09:57:26 +00:00
2001-03-08 21:04:02 +00:00
2002-07-17 14:15:52 +00:00
2001-03-08 21:04:02 +00:00
2001-03-08 21:04:02 +00:00
2000-11-16 20:48:09 +00:00
2001-03-08 21:04:02 +00:00
2001-03-08 21:04:02 +00:00
1999-05-03 07:29:11 +00:00
2001-03-08 21:04:02 +00:00
2001-03-08 21:04:02 +00:00
2002-09-30 11:53:56 +00:00
2001-10-30 15:20:14 +00:00
2002-07-31 16:23:29 +00:00
2001-04-24 15:08:16 +00:00
2002-01-31 17:33:08 +00:00
2001-09-18 09:57:26 +00:00
2002-09-02 11:52:01 +00:00
2002-08-30 08:11:44 +00:00
2002-08-30 08:11:44 +00:00
2002-04-04 14:04:39 +00:00
2002-04-17 19:31:53 +00:00
2002-03-13 07:30:45 +00:00
2002-09-17 08:59:11 +00:00
1999-05-03 07:29:11 +00:00
2001-03-08 21:04:02 +00:00
2001-03-08 21:04:02 +00:00
2002-09-02 11:52:01 +00:00
2001-03-08 21:04:02 +00:00
2001-09-18 09:57:26 +00:00
2001-03-08 21:04:02 +00:00
2001-12-08 03:46:03 +00:00
2002-09-02 11:52:01 +00:00
2001-10-02 05:58:41 +00:00
2002-04-04 14:04:39 +00:00
2001-09-18 09:57:26 +00:00
2002-11-07 22:19:59 +00:00
2002-10-11 08:33:11 +00:00
2002-06-25 06:21:54 +00:00
2002-09-19 15:31:30 +00:00
2001-04-03 14:45:43 +00:00
2001-03-08 21:04:02 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-05-04 02:06:22 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2001-03-08 21:04:02 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2001-09-18 09:57:26 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-04 00:02:13 +00:00
2002-10-16 08:39:38 +00:00
2002-11-28 11:55:43 +00:00
2002-09-24 15:54:22 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2001-03-08 21:04:02 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-02-25 05:09:11 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-12 07:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
1999-05-03 07:29:11 +00:00
2002-11-28 11:55:43 +00:00
2002-11-26 11:54:02 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-06-10 10:18:33 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-12 23:25:42 +00:00
2002-10-11 08:33:11 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-11-28 11:55:43 +00:00
2002-08-22 01:27:20 +00:00
2002-11-06 11:38:35 +00:00
2001-03-08 21:04:02 +00:00
2001-03-08 21:04:02 +00:00
2002-11-05 01:18:56 +00:00
2001-03-08 21:04:02 +00:00
2002-10-25 02:45:54 +00:00
2001-03-08 21:04:02 +00:00
2000-06-28 15:55:41 +00:00
2002-06-25 09:40:45 +00:00
2001-10-02 05:58:41 +00:00
2001-10-02 05:58:41 +00:00
2001-10-02 05:58:41 +00:00
2002-01-06 07:30:35 +00:00
2002-01-06 07:30:35 +00:00
2001-10-02 05:58:41 +00:00
2001-10-02 05:58:41 +00:00
2001-10-02 05:58:41 +00:00
2001-10-02 05:58:41 +00:00
2002-06-07 15:04:49 +00:00
2002-06-07 15:04:49 +00:00
2001-10-02 05:58:41 +00:00
2002-06-05 03:43:11 +00:00
2001-10-02 05:58:41 +00:00
2002-06-25 06:21:54 +00:00
2002-07-30 05:49:24 +00:00
2002-07-30 05:49:24 +00:00
2001-03-08 21:04:02 +00:00
2002-09-10 10:39:03 +00:00
2002-06-08 23:01:10 +00:00
2002-11-05 01:18:56 +00:00
2002-11-26 11:54:02 +00:00
2002-11-18 16:37:54 +00:00
2002-06-05 03:43:11 +00:00
2002-10-25 02:45:54 +00:00
2002-05-15 00:18:58 +00:00
2001-03-08 21:04:02 +00:00
2001-09-18 09:57:26 +00:00
2001-09-18 09:57:26 +00:00
2001-03-08 21:04:02 +00:00
2001-09-18 09:57:26 +00:00
2002-08-06 08:59:34 +00:00
2002-10-25 02:45:54 +00:00
2002-01-05 13:11:33 +00:00
2001-10-02 05:58:41 +00:00
2002-06-07 15:04:49 +00:00
2001-10-02 05:58:41 +00:00
2001-10-02 05:58:41 +00:00
2001-10-02 05:58:41 +00:00
2002-11-06 13:26:29 +00:00
2002-11-12 15:44:24 +00:00
2002-11-12 15:44:24 +00:00
2000-07-05 19:28:06 +00:00
2002-11-18 16:37:54 +00:00
2002-11-18 16:37:54 +00:00
1999-05-03 07:29:11 +00:00
2002-10-25 02:45:54 +00:00
2002-09-02 11:47:42 +00:00
2002-06-29 21:45:09 +00:00
1999-05-03 07:29:11 +00:00
1999-05-03 07:29:11 +00:00
2002-01-05 13:11:33 +00:00
2001-03-08 21:04:02 +00:00
2001-10-02 05:58:41 +00:00
2002-06-25 06:21:54 +00:00
2002-06-25 06:21:54 +00:00
2002-06-25 06:21:54 +00:00
2002-06-25 06:21:54 +00:00
2001-03-08 21:04:02 +00:00
2001-03-08 21:04:02 +00:00
2002-06-05 03:43:11 +00:00
2001-09-18 09:57:26 +00:00
2002-07-23 10:25:34 +00:00
2001-09-18 09:57:26 +00:00
2002-07-31 16:23:29 +00:00
2002-06-08 07:27:52 +00:00
2002-06-25 06:21:54 +00:00
2002-10-06 09:03:06 +00:00
2002-02-20 12:42:38 +00:00
2001-10-02 05:58:41 +00:00
2002-09-02 11:47:42 +00:00
2001-03-08 21:04:02 +00:00
2002-06-14 11:24:12 +00:00
1999-05-03 07:29:11 +00:00
2001-12-02 13:14:48 +00:00
2001-03-08 21:04:02 +00:00
2001-03-08 21:04:02 +00:00
2002-11-06 13:26:29 +00:00
2002-11-15 08:38:38 +00:00
2002-11-12 15:44:24 +00:00
2001-03-08 21:04:02 +00:00
2002-06-14 11:24:12 +00:00
1999-09-11 22:10:33 +00:00
2001-03-08 21:04:02 +00:00
2001-03-08 21:04:02 +00:00
2001-03-08 21:04:02 +00:00
2002-07-30 05:49:24 +00:00
2002-07-16 13:35:58 +00:00
1999-05-03 07:29:11 +00:00
2002-06-05 03:43:11 +00:00
2002-01-05 13:11:33 +00:00
2001-10-29 22:29:59 +00:00
2002-11-11 05:05:22 +00:00
2002-11-07 14:36:31 +00:00
2001-10-02 05:58:41 +00:00
2002-05-13 13:33:30 +00:00
2002-01-06 07:30:35 +00:00
2002-10-25 02:45:54 +00:00
2002-11-07 14:36:31 +00:00
2002-06-25 06:21:54 +00:00
2001-10-10 12:08:29 +00:00
2002-06-07 15:04:49 +00:00
2001-10-02 05:58:41 +00:00
2001-10-02 05:58:41 +00:00
2002-10-25 02:45:54 +00:00
2001-03-08 21:04:02 +00:00
2002-10-25 02:45:54 +00:00
1999-05-03 07:29:11 +00:00
2002-06-07 15:04:49 +00:00
2002-10-25 02:45:54 +00:00
2001-08-19 23:42:47 +00:00
2002-11-12 15:44:24 +00:00
2001-08-29 03:39:47 +00:00
2002-06-25 06:21:54 +00:00
2002-08-28 10:38:51 +00:00
1999-05-03 07:29:11 +00:00
2002-02-11 02:17:39 +00:00
2002-06-08 23:23:08 +00:00
2002-07-01 08:31:53 +00:00
2002-06-08 23:23:08 +00:00
2002-07-30 05:49:24 +00:00
2002-11-27 23:00:04 +00:00
2002-11-05 01:08:18 +00:00
2002-10-14 12:06:04 +00:00
2002-07-30 05:49:24 +00:00
2002-01-30 16:07:28 +00:00
2002-11-04 21:44:36 +00:00
2001-09-18 09:57:26 +00:00
2002-06-05 04:22:27 +00:00
2002-10-11 08:33:11 +00:00
2002-11-12 15:44:24 +00:00
2002-11-12 15:44:24 +00:00