Commit 41d3c949 by Julian Brown Committed by Joseph Myers

2009-01-14 Julian Brown <julian@codesourcery.com>

	* gcc.target/arm/eabi1.c (__eabi_uread4, __eabi_uwrite4)
	(__eabi_uread8, __eabi_uwrite8): Change spellings of declarations
	to...
	(__aeabi_uread4, __aeabi_uwrite4, __aeabi_uread8, __aeabi_uwrite8):
	These.

From-SVN: r143361
parent 8f5a02da
2009-01-14 Julian Brown <julian@codesourcery.com>
* gcc.target/arm/eabi1.c (__eabi_uread4, __eabi_uwrite4)
(__eabi_uread8, __eabi_uwrite8): Change spellings of declarations
to...
(__aeabi_uread4, __aeabi_uwrite4, __aeabi_uread8, __aeabi_uwrite8):
These.
2009-01-13 Jakub Jelinek <jakub@redhat.com> 2009-01-13 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/38774 PR rtl-optimization/38774
......
...@@ -75,10 +75,10 @@ extern int __aeabi_lcmp (long long, long long); ...@@ -75,10 +75,10 @@ extern int __aeabi_lcmp (long long, long long);
extern int __aeabi_ulcmp (unsigned long long, unsigned long long); extern int __aeabi_ulcmp (unsigned long long, unsigned long long);
extern int __aeabi_idiv (int, int); extern int __aeabi_idiv (int, int);
extern unsigned int __aeabi_uidiv (unsigned int, unsigned int); extern unsigned int __aeabi_uidiv (unsigned int, unsigned int);
extern int __eabi_uread4 (void *); extern int __aeabi_uread4 (void *);
extern int __eabi_uwrite4 (int, void *); extern int __aeabi_uwrite4 (int, void *);
extern long long __eabi_uread8 (void *); extern long long __aeabi_uread8 (void *);
extern long long __eabi_uwrite8 (long long, void *); extern long long __aeabi_uwrite8 (long long, void *);
#define eq(a, b, type, abs, epsilon, format) \ #define eq(a, b, type, abs, epsilon, format) \
{ \ { \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment