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.
This commit is contained in:
parent
ad2a4d0953
commit
3e932841da
11 changed files with 208 additions and 210 deletions
|
@ -1,6 +1,16 @@
|
|||
2001-01-03 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* libbfd.c: Fix formatting.
|
||||
* 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.
|
||||
* libbfd.c: Likewise
|
||||
* linker.c: Likewise.
|
||||
* lynx-core.c: Likewise.
|
||||
|
||||
|
|
|
@ -578,7 +578,6 @@ static reloc_howto_type elf32_arm_thm_pc9_howto =
|
|||
0x000000ff, /* dst_mask */
|
||||
true); /* pcrel_offset */
|
||||
|
||||
|
||||
static void
|
||||
elf32_arm_info_to_howto (abfd, bfd_reloc, elf_reloc)
|
||||
bfd * abfd ATTRIBUTE_UNUSED;
|
||||
|
|
|
@ -236,7 +236,6 @@ elf_swap_symbol_out (abfd, src, cdst)
|
|||
bfd_h_put_16 (abfd, src->st_shndx, dst->st_shndx);
|
||||
}
|
||||
|
||||
|
||||
/* Translate an ELF file header in external format into an ELF file header in
|
||||
internal format. */
|
||||
|
||||
|
@ -296,7 +295,6 @@ elf_swap_ehdr_out (abfd, src, dst)
|
|||
bfd_h_put_16 (abfd, src->e_shstrndx, dst->e_shstrndx);
|
||||
}
|
||||
|
||||
|
||||
/* Translate an ELF section header table entry in external format into an
|
||||
ELF section header table entry in internal format. */
|
||||
|
||||
|
@ -347,7 +345,6 @@ elf_swap_shdr_out (abfd, src, dst)
|
|||
put_word (abfd, src->sh_entsize, dst->sh_entsize);
|
||||
}
|
||||
|
||||
|
||||
/* Translate an ELF program header table entry in external format into an
|
||||
ELF program header table entry in internal format. */
|
||||
|
||||
|
@ -464,7 +461,6 @@ elf_swap_dyn_out (abfd, src, p)
|
|||
|
||||
/* ELF .o/exec file reading */
|
||||
|
||||
|
||||
/* Begin processing a given object.
|
||||
|
||||
First we validate the file by reading in the ELF header and checking
|
||||
|
@ -1421,7 +1417,6 @@ elf_slurp_reloc_table (abfd, asect, symbols, dynamic)
|
|||
symbols, dynamic))
|
||||
return false;
|
||||
|
||||
|
||||
asect->relocation = relents;
|
||||
return true;
|
||||
}
|
||||
|
|
|
@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
|
||||
char*
|
||||
elf_core_file_failing_command (abfd)
|
||||
bfd *abfd;
|
||||
|
@ -32,7 +31,6 @@ elf_core_file_failing_signal (abfd)
|
|||
return elf_tdata (abfd)->core_signal;
|
||||
}
|
||||
|
||||
|
||||
boolean
|
||||
elf_core_file_matches_executable_p (core_bfd, exec_bfd)
|
||||
bfd *core_bfd;
|
||||
|
@ -63,7 +61,6 @@ elf_core_file_matches_executable_p (core_bfd, exec_bfd)
|
|||
return true;
|
||||
}
|
||||
|
||||
|
||||
/* Core files are simply standard ELF formatted files that partition
|
||||
the file using the execution view of the file (program header table)
|
||||
rather than the linking view. In fact, there is no section header
|
||||
|
|
|
@ -115,7 +115,6 @@ is_global_symbol_definition (abfd, sym)
|
|||
return true;
|
||||
}
|
||||
|
||||
|
||||
/* Search the symbol table of the archive element of the archive ABFD
|
||||
whoes archove map contains a mention of SYMDEF, and determine if
|
||||
the symbol is defined in this element. */
|
||||
|
|
|
@ -25,7 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||
#include "opcode/ia64.h"
|
||||
#include "elf/ia64.h"
|
||||
|
||||
|
||||
/*
|
||||
* THE RULES for all the stuff the linker creates --
|
||||
*
|
||||
|
@ -1156,7 +1155,6 @@ elfNN_ia64_modify_segment_map (abfd)
|
|||
return true;
|
||||
}
|
||||
|
||||
|
||||
/* According to the Tahoe assembler spec, all labels starting with a
|
||||
'.' are local. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue