aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2025-08-18 13:58:01 +0100
committerNick Clifton <nickc@redhat.com>2025-08-18 13:58:01 +0100
commitc3eb17bae4de9b9f836c33c64988638d3da8d935 (patch)
tree0369df50278cb75344a79da8c3f658b275b7b2c4
parent4e46c5a14f39342897cfcb7ecb9c0270f30247f4 (diff)
downloadbinutils-c3eb17bae4de9b9f836c33c64988638d3da8d935.zip
binutils-c3eb17bae4de9b9f836c33c64988638d3da8d935.tar.gz
binutils-c3eb17bae4de9b9f836c33c64988638d3da8d935.tar.bz2
Fix typo in recent update to elf.c's core note handling code.
PR 33282
-rw-r--r--bfd/elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf.c b/bfd/elf.c
index 84a220f..664fb6c 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"