mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-01 17:27:15 +08:00
Put size and endianness in parameters.
This commit is contained in:
@ -42,7 +42,7 @@ namespace gold
|
||||
class Eh_frame_hdr : public Output_section_data
|
||||
{
|
||||
public:
|
||||
Eh_frame_hdr(const Target*, Output_section* eh_frame_section);
|
||||
Eh_frame_hdr(Output_section* eh_frame_section);
|
||||
|
||||
// Set the final data size.
|
||||
void
|
||||
@ -53,8 +53,6 @@ class Eh_frame_hdr : public Output_section_data
|
||||
do_write(Output_file*);
|
||||
|
||||
private:
|
||||
// The output target.
|
||||
const Target* target_;
|
||||
// The .eh_frame section.
|
||||
Output_section* eh_frame_section_;
|
||||
};
|
||||
|
Reference in New Issue
Block a user