[binutils-gdb] Fix typo in recent update to elf.c's core note handling code.

Nick Clifton nickc@sourceware.org
Mon Aug 18 12:58:38 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c3eb17bae4de9b9f836c33c64988638d3da8d935

commit c3eb17bae4de9b9f836c33c64988638d3da8d935
Author: Nick Clifton <nickc@redhat.com>
Date:   Mon Aug 18 13:58:01 2025 +0100

    Fix typo in recent update to elf.c's core note handling code.
    
    PR 33282

Diff:
---
 bfd/elf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"


More information about the Binutils-cvs mailing list