* config/sh/lib1funcs.asm (GLOBAL): Use __USER_LABEL_PREFIX__.

From-SVN: r53570
This commit is contained in:
Jason Thorpe 2002-05-17 21:05:32 +00:00 committed by Jason Thorpe
parent 93febe6804
commit 4664f4c40f
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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