From f3c54bd2c1850601b80aa0558b8843517125f50f Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 5 Jul 2002 20:16:34 +0000 Subject: Import of Binutils from the FSF 2.12 branch (just post-.1 release). These bits are taken from the FSF anoncvs repo on 22-June-2002 23:28:00 EDT. --- contrib/binutils/bfd/elf-bfd.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'contrib/binutils/bfd/elf-bfd.h') diff --git a/contrib/binutils/bfd/elf-bfd.h b/contrib/binutils/bfd/elf-bfd.h index 4439daa..d10fda9 100644 --- a/contrib/binutils/bfd/elf-bfd.h +++ b/contrib/binutils/bfd/elf-bfd.h @@ -788,6 +788,11 @@ struct elf_backend_data section. */ unsigned default_use_rela_p : 1; + /* Set if RELA relocations for a relocatable link can be handled by + generic code. Backends that set this flag need do nothing in the + backend relocate_section routine for relocatable linking. */ + unsigned rela_normal : 1; + /* True if addresses "naturally" sign extend. This is used when swapping in from Elf32 when BFD64. */ unsigned sign_extend_vma : 1; -- cgit v1.1