mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-18 07:14:00 +08:00
(USER_LABEL_PREFIX): Define.
From-SVN: r12757
This commit is contained in:
parent
264f070a1d
commit
fb19c17f94
@ -1124,6 +1124,8 @@ extern enum rs6000_abi rs6000_current_abi; /* available for use by subtarget */
|
||||
/* Default ABI to compile code for */
|
||||
#ifndef DEFAULT_ABI
|
||||
#define DEFAULT_ABI ABI_AIX
|
||||
/* The prefix to add to user-visible assembler symbols. */
|
||||
#define USER_LABEL_PREFIX "."
|
||||
#endif
|
||||
|
||||
/* Structure used to define the rs6000 stack */
|
||||
|
@ -454,6 +454,9 @@ dtors_section () \
|
||||
fprintf (FILE, "\n"); \
|
||||
}
|
||||
|
||||
/* The prefix to add to user-visible assembler symbols. */
|
||||
|
||||
#define USER_LABEL_PREFIX ".."
|
||||
|
||||
/* Eliminate AIX style constant pool processing */
|
||||
#undef LEGITIMATE_CONSTANT_POOL_BASE_P
|
||||
|
Loading…
Reference in New Issue
Block a user