diff options
| author | Mark Wielaard <[email protected]> | 2018-11-06 12:01:25 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2018-11-09 17:53:18 +0100 |
| commit | 4b0342b85b5b1a3d3636e06e3b5320954828dfb1 (patch) | |
| tree | 77abccb9302380288974cda14832f2b70e5637a9 /backends/ChangeLog | |
| parent | 825e48c4e942e3cbdab1b75c04b8c014867d66ab (diff) | |
backends: Add x86_64 section_type_name for SHT_X86_64_UNWIND.
Makes sure that eu-readelf and eu-elflint recognize and show the
x86_64 specific section type correctly.
Signed-off-by: Mark Wielaard <[email protected]>
Tested-by: Milian Wolff <[email protected]>
Diffstat (limited to 'backends/ChangeLog')
| -rw-r--r-- | backends/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog index 768c270b..e2a02812 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,8 @@ +2018-11-06 Mark Wielaard <[email protected]> + + * x86_64_symbol.c (x86_64_section_type_name): New function. + * x86_64_init.c (x86_64_int): Hook section_type_name. + 2018-10-20 Mark Wielaard <[email protected]> * ppc_initreg.c (ppc_set_initial_registers_tid): Use define instead of |
