diff options
Diffstat (limited to 'gold/ehframe.h')
-rw-r--r-- | gold/ehframe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/ehframe.h b/gold/ehframe.h index 4726ffc..1690245 100644 --- a/gold/ehframe.h +++ b/gold/ehframe.h @@ -405,7 +405,7 @@ class Eh_frame : public Output_section_data section_size_type symbol_names_size, const unsigned char* pcontents, const unsigned char* pcie, - const unsigned char *pcieend, + const unsigned char* pcieend, Track_relocs<size, big_endian>* relocs, Offsets_to_cie* cies, New_cies* new_cies); @@ -420,7 +420,7 @@ class Eh_frame : public Output_section_data const unsigned char* pcontents, unsigned int offset, const unsigned char* pfde, - const unsigned char *pfdeend, + const unsigned char* pfdeend, Track_relocs<size, big_endian>* relocs, Offsets_to_cie* cies); |