* elf32-hppa.c (ELF32_PARISC_SX_SIZE): Define.
authorIan Lance Taylor <ian@airs.com>
Tue, 1 Nov 1994 04:46:07 +0000 (04:46 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 1 Nov 1994 04:46:07 +0000 (04:46 +0000)
commitb531cfe94ef89d233965401497d97304e20432c4
tree1192a19713a3139ee9727c86a7fff89b6e126d5a
parent7047c1d1b1304af27f8e2d2e9f2c3b202d426067
* elf32-hppa.c (ELF32_PARISC_SX_SIZE): Define.
(ELF32_PARISC_SX_GET, ELF32_PARISC_SX_PUT): Define.
(symextn_entry): Don't define.
(symext_chain_size): Change type to bfd_size_type.
(symextn_contents): Change type to bfd_byte *.
(elf32_hppa_backend_begin_write_processing): Use
ELF32_PARISC_SX_SIZE instead of sizeof (symext_entryS).
(elf32_hppa_size_symext): Likewise.  Also, change type of sizep to
bfd_size_type *.
(elf_hppa_tc_make_sections): Cast symextn_contents assignment to
bfd_byte *.  Use ELF32_PARISC_SX_PUT instead of direct assignment.
(elf32_hppa_backend_symbol_table_processing): Use
ELF32_PARISC_SX_SIZE instead of sizeof (symext_entryS).  Use
ELF32_PARISC_SX_GET insetad of direct assignment.
(elf32_hppa_read_symext_info): Change type of contents, and its
assignment cast, to bfd_byte *.  Use ELF32_PARISC_SX_SIZE instead
of sizeof (symextn_entry).  Use symext_entryS instead of
symextn_entry.  Use ELF32_PARISC_SX_GET instead of direct
assignment.
bfd/ChangeLog
This page took 0.036106 seconds and 4 git commands to generate.