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:
Kazu Hirata 2001-01-03 22:53:39 +00:00
parent ad2a4d0953
commit 3e932841da
11 changed files with 208 additions and 210 deletions

View file

@ -1,6 +1,16 @@
2001-01-03 Kazu Hirata <kazu@hxi.com> 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. * linker.c: Likewise.
* lynx-core.c: Likewise. * lynx-core.c: Likewise.

View file

@ -578,7 +578,6 @@ static reloc_howto_type elf32_arm_thm_pc9_howto =
0x000000ff, /* dst_mask */ 0x000000ff, /* dst_mask */
true); /* pcrel_offset */ true); /* pcrel_offset */
static void static void
elf32_arm_info_to_howto (abfd, bfd_reloc, elf_reloc) elf32_arm_info_to_howto (abfd, bfd_reloc, elf_reloc)
bfd * abfd ATTRIBUTE_UNUSED; bfd * abfd ATTRIBUTE_UNUSED;

View file

@ -236,7 +236,6 @@ elf_swap_symbol_out (abfd, src, cdst)
bfd_h_put_16 (abfd, src->st_shndx, dst->st_shndx); 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 /* Translate an ELF file header in external format into an ELF file header in
internal format. */ internal format. */
@ -296,7 +295,6 @@ elf_swap_ehdr_out (abfd, src, dst)
bfd_h_put_16 (abfd, src->e_shstrndx, dst->e_shstrndx); bfd_h_put_16 (abfd, src->e_shstrndx, dst->e_shstrndx);
} }
/* Translate an ELF section header table entry in external format into an /* Translate an ELF section header table entry in external format into an
ELF section header table entry in internal format. */ 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); put_word (abfd, src->sh_entsize, dst->sh_entsize);
} }
/* Translate an ELF program header table entry in external format into an /* Translate an ELF program header table entry in external format into an
ELF program header table entry in internal format. */ ELF program header table entry in internal format. */
@ -464,7 +461,6 @@ elf_swap_dyn_out (abfd, src, p)
/* ELF .o/exec file reading */ /* ELF .o/exec file reading */
/* Begin processing a given object. /* Begin processing a given object.
First we validate the file by reading in the ELF header and checking 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)) symbols, dynamic))
return false; return false;
asect->relocation = relents; asect->relocation = relents;
return true; return true;
} }

View file

@ -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 along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
char* char*
elf_core_file_failing_command (abfd) elf_core_file_failing_command (abfd)
bfd *abfd; bfd *abfd;
@ -32,7 +31,6 @@ elf_core_file_failing_signal (abfd)
return elf_tdata (abfd)->core_signal; return elf_tdata (abfd)->core_signal;
} }
boolean boolean
elf_core_file_matches_executable_p (core_bfd, exec_bfd) elf_core_file_matches_executable_p (core_bfd, exec_bfd)
bfd *core_bfd; bfd *core_bfd;
@ -63,7 +61,6 @@ elf_core_file_matches_executable_p (core_bfd, exec_bfd)
return true; return true;
} }
/* Core files are simply standard ELF formatted files that partition /* Core files are simply standard ELF formatted files that partition
the file using the execution view of the file (program header table) the file using the execution view of the file (program header table)
rather than the linking view. In fact, there is no section header rather than the linking view. In fact, there is no section header

View file

@ -115,7 +115,6 @@ is_global_symbol_definition (abfd, sym)
return true; return true;
} }
/* Search the symbol table of the archive element of the archive ABFD /* Search the symbol table of the archive element of the archive ABFD
whoes archove map contains a mention of SYMDEF, and determine if whoes archove map contains a mention of SYMDEF, and determine if
the symbol is defined in this element. */ the symbol is defined in this element. */

View file

@ -25,7 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "opcode/ia64.h" #include "opcode/ia64.h"
#include "elf/ia64.h" #include "elf/ia64.h"
/* /*
* THE RULES for all the stuff the linker creates -- * THE RULES for all the stuff the linker creates --
* *
@ -1156,7 +1155,6 @@ elfNN_ia64_modify_segment_map (abfd)
return true; return true;
} }
/* According to the Tahoe assembler spec, all labels starting with a /* According to the Tahoe assembler spec, all labels starting with a
'.' are local. */ '.' are local. */