Recognize FreeBSD core dump note for x86 segment base registers.
This core dump note contains the value of the base address of the %fs and %gs segments for both i386 and amd64 core dumps. It is primarily useful in resolving the address of TLS variables in core dumps. binutils/ChangeLog: * readelf.c (get_freebsd_elfcore_note_type): Handle NT_FREEBSD_X86_SEGBASES. include/ChangeLog: * elf/common.h (NT_FREEBSD_X86_SEGBASES): Define.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2022-04-01 John Baldwin <jhb@FreeBSD.org>
|
||||
|
||||
* elf/common.h (NT_FREEBSD_X86_SEGBASES): Define.
|
||||
|
||||
2022-03-16 Simon Marchi <simon.marchi@efficios.com>
|
||||
|
||||
* elf/amdgpu.h: Add relocation values.
|
||||
|
||||
Reference in New Issue
Block a user