diff options
author | Alan Modra <amodra@gmail.com> | 2015-04-09 21:36:24 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-04-10 19:16:47 +0930 |
commit | 8d2ea2a80abad66250f2f4a1d38e3b8c796147f8 (patch) | |
tree | 556afca02e04ecd7cde4137f5915040476984198 /bfd/elf-bfd.h | |
parent | 8d707a12ef51ba5f4c3c6a52532e903da7a56b8b (diff) | |
download | binutils-gdb-8d2ea2a80abad66250f2f4a1d38e3b8c796147f8.tar.gz |
Revert "Add extern_protected_data and set it for x86"
This reverts commit ca3fe95e469b9daec153caa2c90665f5daaec2b5.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index e435e52cc02..8def41b92a5 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -1363,10 +1363,6 @@ struct elf_backend_data in length rather than sec->size in length, if sec->rawsize is non-zero and smaller than sec->size. */ unsigned caches_rawsize : 1; - - /* Address of protected data defined in the shared library may be - external, i.e., due to copy relocation. */ - unsigned extern_protected_data : 1; }; /* Information about reloc sections associated with a bfd_elf_section_data |