darwin.h (USER_LABEL_PREFIX): Define here...

* config/darwin.h (USER_LABEL_PREFIX): Define here...
        * config/i386/darwin.h: ... instead of here.

From-SVN: r57090
This commit is contained in:
Stan Shebs 2002-09-13 04:00:56 +00:00 committed by Stan Shebs
parent 7606e68f7b
commit 6ab9a3f4a8
3 changed files with 7 additions and 5 deletions

View file

@ -1,5 +1,8 @@
2002-09-12 Stan Shebs <shebs@apple.com>
* config/darwin.h (USER_LABEL_PREFIX): Define here...
* config/i386/darwin.h: ... instead of here.
* target.h (struct gcc_target): New field
terminate_dw2_eh_frame_info.
* target-def.h (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Define.

View file

@ -141,6 +141,10 @@ do { text_section (); \
#define TARGET_ASM_CONSTRUCTOR machopic_asm_out_constructor
#define TARGET_ASM_DESTRUCTOR machopic_asm_out_destructor
/* Always prefix with an underscore. */
#define USER_LABEL_PREFIX "_"
/* Don't output a .file directive. That is only used by the assembler for
error reporting. */

View file

@ -72,11 +72,6 @@ Boston, MA 02111-1307, USA. */
#define LPREFIX "L"
/* This definition is unlikely to be used, but provide it just in
case. */
#define USER_LABEL_PREFIX "_"
/* Assembler pseudos to introduce constants of various size. */
#define ASM_BYTE_OP "\t.byte\t"