mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
Create pseudo sections for NT_ARM_TLS notes on FreeBSD.
bfd/ChangeLog: * elf.c (elfcore_grok_freebsd_note): Handle NT_ARM_TLS notes.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2022-04-27 John Baldwin <jhb@FreeBSD.org>
|
||||||
|
|
||||||
|
* elf.c (elfcore_grok_freebsd_note): Handle NT_ARM_TLS notes.
|
||||||
|
|
||||||
2022-04-25 Nick Clifton <nickc@redhat.com>
|
2022-04-25 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR 29072
|
PR 29072
|
||||||
|
@ -11037,6 +11037,9 @@ elfcore_grok_freebsd_note (bfd *abfd, Elf_Internal_Note *note)
|
|||||||
return elfcore_make_note_pseudosection (abfd, ".note.freebsdcore.lwpinfo",
|
return elfcore_make_note_pseudosection (abfd, ".note.freebsdcore.lwpinfo",
|
||||||
note);
|
note);
|
||||||
|
|
||||||
|
case NT_ARM_TLS:
|
||||||
|
return elfcore_grok_aarch_tls (abfd, note);
|
||||||
|
|
||||||
case NT_ARM_VFP:
|
case NT_ARM_VFP:
|
||||||
return elfcore_grok_arm_vfp (abfd, note);
|
return elfcore_grok_arm_vfp (abfd, note);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user