aboutsummaryrefslogtreecommitdiff
path: root/bfd/elflink.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2001-01-23 11:45:53 +0000
committerKazu Hirata <kazu@codesourcery.com>2001-01-23 11:45:53 +0000
commitb653e1b1521ac68fc398311345fe7df54803f1ec (patch)
treef9e78fc2031a775e9deacd975271d7c136ffb59e /bfd/elflink.h
parent70256ad8ae2e7d73d603434bb2144912de0e9d89 (diff)
downloadgdb-b653e1b1521ac68fc398311345fe7df54803f1ec.zip
gdb-b653e1b1521ac68fc398311345fe7df54803f1ec.tar.gz
gdb-b653e1b1521ac68fc398311345fe7df54803f1ec.tar.bz2
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.
Diffstat (limited to 'bfd/elflink.h')
-rw-r--r--bfd/elflink.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/bfd/elflink.h b/bfd/elflink.h
index 6606bf2..d3b44e8 100644
--- a/bfd/elflink.h
+++ b/bfd/elflink.h
@@ -211,7 +211,6 @@ elf_link_is_defined_archive_symbol (abfd, symdef)
return result;
}
-
/* Add symbols from an ELF archive file to the linker hash table. We
don't use _bfd_generic_link_add_archive_symbols because of a
problem which arises on UnixWare. The UnixWare libc.so is an
@@ -2409,7 +2408,6 @@ elf_link_record_local_dynamic_symbol (info, input_bfd, input_indx)
return true;
}
-
/* Read and swap the relocs from the section indicated by SHDR. This
may be either a REL or a RELA section. The relocations are
translated into RELA relocations and stored in INTERNAL_RELOCS,
@@ -2587,7 +2585,6 @@ NAME(_bfd_elf,link_read_relocs) (abfd, o, external_relocs, internal_relocs,
return NULL;
}
-
/* Record an assignment to a symbol made by a linker script. We need
this in case some dynamic object refers to this symbol. */
@@ -6053,7 +6050,6 @@ elf_reloc_link_order (output_bfd, info, output_section, link_order)
return true;
}
-
/* Allocate a pointer to live in a linker created section. */
@@ -6176,7 +6172,6 @@ elf_create_pointer_linker_section (abfd, info, lsect, h, rel)
return true;
}
-
#if ARCH_SIZE==64
#define bfd_put_ptr(BFD,VAL,ADDR) bfd_put_64 (BFD, VAL, ADDR)