summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gold/ehframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gold/ehframe.h')
-rw-r--r--binutils-2.25/gold/ehframe.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils-2.25/gold/ehframe.h b/binutils-2.25/gold/ehframe.h
index e9c9da89..8c0df99b 100644
--- a/binutils-2.25/gold/ehframe.h
+++ b/binutils-2.25/gold/ehframe.h
@@ -322,6 +322,11 @@ class Cie
unsigned int addralign, Eh_frame_hdr* eh_frame_hdr,
Post_fdes* post_fdes);
+ // Return the FDE encoding.
+ unsigned char
+ fde_encoding() const
+ { return this->fde_encoding_; }
+
friend bool operator<(const Cie&, const Cie&);
friend bool operator==(const Cie&, const Cie&);