diff options
author | Nick Clifton <nickc@redhat.com> | 2025-08-18 13:58:01 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2025-08-18 13:58:01 +0100 |
commit | c3eb17bae4de9b9f836c33c64988638d3da8d935 (patch) | |
tree | 0369df50278cb75344a79da8c3f658b275b7b2c4 | |
parent | 4e46c5a14f39342897cfcb7ecb9c0270f30247f4 (diff) | |
download | binutils-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |