]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo in recent update to elf.c's core note handling code.
authorNick Clifton <nickc@redhat.com>
Mon, 18 Aug 2025 12:58:01 +0000 (13:58 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 18 Aug 2025 12:58:01 +0000 (13:58 +0100)
PR 33282

bfd/elf.c

index 84a220f01ccd1f6db8e9b456583de5361cd9469b..664fb6ced0aff6a9b4ebd9bf21843d584e41b43a 100644 (file)
--- 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"