Fixes for iWMMXt contribution.
This commit is contained in:
parent
333879e77b
commit
4663241541
|
@ -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>
|
2003-03-25 Stan Cox <scox@redhat.com>
|
||||||
Nick Clifton <nickc@redhat.com>
|
Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
|
|
@ -141,6 +141,6 @@ START_RELOC_NUMBERS (elf_arm_reloc_type)
|
||||||
END_RELOC_NUMBERS (R_ARM_max)
|
END_RELOC_NUMBERS (R_ARM_max)
|
||||||
|
|
||||||
/* The name of the note section used to identify arm variants. */
|
/* 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 */
|
#endif /* _ELF_ARM_H */
|
||||||
|
|
Loading…
Reference in New Issue