aboutsummaryrefslogtreecommitdiff
path: root/bfd/libelf.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-07-01 04:20:05 +0000
committerKen Raeburn <raeburn@cygnus>1995-07-01 04:20:05 +0000
commit5cab016b727502924785a198be190c9ee72ed6ce (patch)
tree1d5900761162a3374b75db9b5373df286a308bb8 /bfd/libelf.h
parentb968e4f4914dee1ce5f6504485b8265c9d80a962 (diff)
downloadfsf-binutils-gdb-5cab016b727502924785a198be190c9ee72ed6ce.zip
fsf-binutils-gdb-5cab016b727502924785a198be190c9ee72ed6ce.tar.gz
fsf-binutils-gdb-5cab016b727502924785a198be190c9ee72ed6ce.tar.bz2
removed unused elf_64_p field
Diffstat (limited to 'bfd/libelf.h')
-rw-r--r--bfd/libelf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/libelf.h b/bfd/libelf.h
index f945eec..28b9c9e 100644
--- a/bfd/libelf.h
+++ b/bfd/libelf.h
@@ -178,9 +178,6 @@ struct elf_backend_data
approach will need to be changed. */
int use_rela_p;
- /* Whether this backend is 64 bits or not. FIXME: Who cares? */
- int elf_64_p;
-
/* The architecture for this backend. */
enum bfd_architecture arch;