mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 15:11:04 +08:00
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
This commit is contained in:
parent
8f5a02dab9
commit
41d3c94943
@ -1,3 +1,11 @@
|
||||
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>
|
||||
|
||||
PR rtl-optimization/38774
|
||||
|
@ -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_idiv (int, int);
|
||||
extern unsigned int __aeabi_uidiv (unsigned int, unsigned int);
|
||||
extern int __eabi_uread4 (void *);
|
||||
extern int __eabi_uwrite4 (int, void *);
|
||||
extern long long __eabi_uread8 (void *);
|
||||
extern long long __eabi_uwrite8 (long long, void *);
|
||||
extern int __aeabi_uread4 (void *);
|
||||
extern int __aeabi_uwrite4 (int, void *);
|
||||
extern long long __aeabi_uread8 (void *);
|
||||
extern long long __aeabi_uwrite8 (long long, void *);
|
||||
|
||||
#define eq(a, b, type, abs, epsilon, format) \
|
||||
{ \
|
||||
|
Loading…
x
Reference in New Issue
Block a user