From 4663241541cd1262cb58e5b425cf0c5606ff8bb9 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 1 Apr 2003 13:08:06 +0000 Subject: [PATCH] Fixes for iWMMXt contribution. --- include/elf/ChangeLog | 4 ++++ include/elf/arm.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 5411f7691..6055c2287 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2003-04-01 Nick Clifton + + * arm.h (ARM_NOTE_SECTION): Include .gnu in the string. + 2003-03-25 Stan Cox Nick Clifton diff --git a/include/elf/arm.h b/include/elf/arm.h index 3b3f8d0e2..181a9f0c5 100644 --- a/include/elf/arm.h +++ b/include/elf/arm.h @@ -141,6 +141,6 @@ START_RELOC_NUMBERS (elf_arm_reloc_type) END_RELOC_NUMBERS (R_ARM_max) /* The name of the note section used to identify arm variants. */ -#define ARM_NOTE_SECTION ".note.arm.ident" +#define ARM_NOTE_SECTION ".note.gnu.arm.ident" #endif /* _ELF_ARM_H */