X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gold%2Flayout.h;h=15ee9246788d68310906784801867de4cb7e64d4;hb=be897fb774abfb0a44b3b87fe77bccafa336e638;hp=5f58c2c67f69905ae5be98ab302577f44612bef0;hpb=51b69c74c6464c59a5621d6f3d3967a576043fa8;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/layout.h b/gold/layout.h index 5f58c2c67f..15ee924678 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