Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2008-10-29 22:39:14 +0300
committercvs2svn <>2008-10-29 22:39:14 +0300
commit65f5b228c29a9c122c9e3f66fa2552a4f4ae2cb5 (patch)
tree6f17eddff6482540e8a1410405579571b20b7b9e /include/elf/ppc.h
parentf3a4c84053780af080263ea2b8580af9594d4ad1 (diff)
This commit was manufactured by cvs2svn to create brancharc-20081103-branchpointarc-20081103-branch
'arc-20081103-branch'. Sprout from reverse-20080930-branch 2008-09-29 15:28:15 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch' Cherrypick from master 2008-10-29 19:39:13 UTC Ulrich Weigand <uweigand@de.ibm.com> '2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>': ChangeLog Makefile.def Makefile.in Makefile.tpl configure configure.ac include/ChangeLog include/demangle.h include/elf/ChangeLog include/elf/cris.h include/elf/ppc.h include/obstack.h Delete: djunpack.bat
Diffstat (limited to 'include/elf/ppc.h')
-rw-r--r--include/elf/ppc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/ppc.h b/include/elf/ppc.h
index 95cccce24..a0c16f1a7 100644
--- a/include/elf/ppc.h
+++ b/include/elf/ppc.h
@@ -186,6 +186,11 @@ enum
registers, 3 for SPE registers; 0 for not tagged or not using any
ABIs affected by the differences. */
Tag_GNU_Power_ABI_Vector = 8,
+
+ /* Value 1 for ABIs using r3/r4 for returning structures <= 8 bytes,
+ 2 for ABIs using memory; 0 for not tagged or not using any ABIs
+ affected by the differences. */
+ Tag_GNU_Power_ABI_Struct_Return = 12
};
#endif /* _ELF_PPC_H */