mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
* elf32-ppc.c (ppc_elf_merge_obj_attributes): Add support for
Tag_GNU_Power_ABI_Vector. * readelf.c (display_power_gnu_attribute): Add support for Tag_GNU_Power_ABI_Vector. * ppc.h (Tag_GNU_Power_ABI_Vector): New. * ld-powerpc/attr-gnu-8-1.s, ld-powerpc/attr-gnu-8-11.d, ld-powerpc/attr-gnu-8-2.s, ld-powerpc/attr-gnu-8-23.d, ld-powerpc/attr-gnu-8-3.s, ld-powerpc/attr-gnu-8-31.d: New. * ld-powerpc/powerpc.exp: Run new tests.
This commit is contained in:
parent
2a3a02a687
commit
2b50cd503e
@ -1,3 +1,7 @@
|
||||
2007-10-25 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* ppc.h (Tag_GNU_Power_ABI_Vector): New.
|
||||
|
||||
2007-10-19 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* mn10300.h: Add R_MN10300_SYM_DIFF reloc.
|
||||
|
@ -180,6 +180,11 @@ enum
|
||||
soft-float; 0 for not tagged or not
|
||||
using any ABIs affected by the
|
||||
differences. */
|
||||
|
||||
/* Value 1 for general purpose registers only, 2 for AltiVec
|
||||
registers, 3 for SPE registers; 0 for not tagged or not using any
|
||||
ABIs affected by the differences. */
|
||||
Tag_GNU_Power_ABI_Vector = 8,
|
||||
};
|
||||
|
||||
#endif /* _ELF_PPC_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user