summaryrefslogtreecommitdiffstats
path: root/binutils-2.19/gold/arm-reloc-property.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.19/gold/arm-reloc-property.h')
-rw-r--r--binutils-2.19/gold/arm-reloc-property.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils-2.19/gold/arm-reloc-property.h b/binutils-2.19/gold/arm-reloc-property.h
index 349d862..e7d7f50 100644
--- a/binutils-2.19/gold/arm-reloc-property.h
+++ b/binutils-2.19/gold/arm-reloc-property.h
@@ -132,6 +132,11 @@ class Arm_reloc_property
uses_symbol_base() const
{ return this->uses_symbol_base_; }
+ // Whether relocation uses the symbol.
+ bool
+ uses_symbol() const
+ { return this->uses_symbol_; }
+
// Return the type of relative address base or RAB_NONE if this
// is not a relative addressing relocation.
Relative_address_base
@@ -273,6 +278,8 @@ class Arm_reloc_property
bool uses_symbol_base_ : 1;
// Whether this uses an addend.
bool uses_addend_ : 1;
+ // Whether this uses the symbol.
+ bool uses_symbol_ : 1;
};
// Arm_reloc_property_table. This table is used for looking up propeties