diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-01 13:08:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-01 13:08:06 +0000 |
commit | 4663241541cd1262cb58e5b425cf0c5606ff8bb9 (patch) | |
tree | 7e818446585ff96bcf902e226d7105f9b49a1649 | |
parent | 333879e77b16f6cf2658c5c85a6da1b50ae65a9f (diff) | |
download | newlib-4663241541cd1262cb58e5b425cf0c5606ff8bb9.zip newlib-4663241541cd1262cb58e5b425cf0c5606ff8bb9.tar.gz newlib-4663241541cd1262cb58e5b425cf0c5606ff8bb9.tar.bz2 |
Fixes for iWMMXt contribution.
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/arm.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 5411f76..6055c22 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2003-04-01 Nick Clifton <nickc@redhat.com> + + * arm.h (ARM_NOTE_SECTION): Include .gnu in the string. + 2003-03-25 Stan Cox <scox@redhat.com> Nick Clifton <nickc@redhat.com> diff --git a/include/elf/arm.h b/include/elf/arm.h index 3b3f8d0..181a9f0 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 */ |