From: Nick Clifton Date: Mon, 18 Aug 2025 12:58:01 +0000 (+0100) Subject: Fix typo in recent update to elf.c's core note handling code. X-Git-Tag: gdb-17-branchpoint~268 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3eb17bae4de9b9f836c33c64988638d3da8d935;p=thirdparty%2Fbinutils-gdb.git Fix typo in recent update to elf.c's core note handling code. PR 33282 --- diff --git a/bfd/elf.c b/bfd/elf.c index 84a220f01cc..664fb6ced0a 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -110,7 +110,7 @@ SECTION #define NOTE_PSEUDO_SECTION_S390_VXRS_HIGH ".reg-s390-vxrs-high" #define NOTE_PSEUDO_SECTION_S390_VXRS_LOW ".reg-s390-vxrs-low" #define NOTE_PSEUDO_SECTION_SSP ".reg-ssp" -#define NOTE_PSEUDO_SECTION_TDESC ".reg-tdesc" +#define NOTE_PSEUDO_SECTION_TDESC ".gdb-tdesc" #define NOTE_PSEUDO_SECTION_X86_SEGBASES ".reg-x86-segbases" #define NOTE_PSEUDO_SECTION_XFP ".reg-xfp" #define NOTE_PSEUDO_SECTION_XSTATE ".reg-xstate"