aboutsummaryrefslogtreecommitdiff
path: root/gold/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/layout.h')
-rw-r--r--gold/layout.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/layout.h b/gold/layout.h
index 5f58c2c..15ee924 100644
--- a/gold/layout.h
+++ b/gold/layout.h
@@ -653,6 +653,13 @@ class Layout
size_t cie_length, const unsigned char* fde_data,
size_t fde_length);
+ // Remove .eh_frame information for a PLT. FDEs using the CIE must
+ // be removed in reverse order to the order they were added.
+ void
+ remove_eh_frame_for_plt(Output_data* plt, const unsigned char* cie_data,
+ size_t cie_length, const unsigned char* fde_data,
+ size_t fde_length);
+
// Scan a .debug_info or .debug_types section, and add summary
// information to the .gdb_index section.
template<int size, bool big_endian>