mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-11 18:06:03 +08:00
Clean up setting address and section offset.
This commit is contained in:
@ -65,7 +65,7 @@ class Eh_frame_hdr : public Output_section_data
|
||||
|
||||
// Set the final data size.
|
||||
void
|
||||
do_set_address(uint64_t address, off_t offset);
|
||||
set_final_data_size();
|
||||
|
||||
// Write the data to the file.
|
||||
void
|
||||
@ -314,7 +314,7 @@ class Eh_frame : public Output_section_data
|
||||
|
||||
// Set the final data size.
|
||||
void
|
||||
do_set_address(uint64_t, off_t);
|
||||
set_final_data_size();
|
||||
|
||||
// Return the output address for an input address.
|
||||
bool
|
||||
|
Reference in New Issue
Block a user