mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-10 04:26:40 +08:00
* config/sh/lib1funcs.asm (GLOBAL): Use __USER_LABEL_PREFIX__.
From-SVN: r53570
This commit is contained in:
parent
93febe6804
commit
4664f4c40f
@ -1,3 +1,7 @@
|
||||
2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
|
||||
|
||||
* config/sh/lib1funcs.asm (GLOBAL): Use __USER_LABEL_PREFIX__.
|
||||
|
||||
2002-05-17 Marek Michalkiewicz <marekm@amelek.gda.pl>
|
||||
|
||||
* config/avr/avr.c (avr_regs_to_save): New function. Also check
|
||||
|
@ -43,13 +43,9 @@ Boston, MA 02111-1307, USA. */
|
||||
#define LOCAL(X) L_##X
|
||||
#endif
|
||||
|
||||
#ifdef __linux__
|
||||
#define GLOBAL(X) __##X
|
||||
#endif
|
||||
|
||||
#ifndef GLOBAL
|
||||
#define GLOBAL(X) ___##X
|
||||
#endif
|
||||
#define CONCAT(A,B) A##B
|
||||
#define GLOBAL0(U,X) CONCAT(U,__##X)
|
||||
#define GLOBAL(X) GLOBAL0(__USER_LABEL_PREFIX__,X)
|
||||
|
||||
#if defined __SH5__ && ! defined __SH4_NOFPU__
|
||||
#define FMOVD_WORKS
|
||||
|
Loading…
Reference in New Issue
Block a user