From 0036ad94acab4cc2e5fac58f30d342d9434b5294 Mon Sep 17 00:00:00 2001 From: ghazi Date: Wed, 31 Jul 2002 02:13:35 +0000 Subject: * alpha.h, arc.h, arm/aout.h, avr.h, cris.h, d30v.h, dsp16xx.h, fr30.h, h8300.h, i370.h, i386/sco5.h, i386/unix.h, i960.h, ia64.h, ip2k.h, m32r.h, mcore.h, mips.h, mn10200.h, mn10300.h, ns32k.h, openbsd.h, pa/pa-linux.h, pdp11.h, romp.h, rs6000/sysv4.h, s390/linux.h, sh.h, sparc.h, stormy16.h, v850.h, vax.h, xtensa.h: (ASM_GLOBALIZE_LABEL): Delete. (GLOBAL_ASM_OP): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55892 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/h8300/h8300.h | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'gcc/config/h8300/h8300.h') diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index 9cd453dacb9..79e13e725e2 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -1123,17 +1123,8 @@ struct cum_arg #define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME) -/* This is how to output a command to make the user-level label named NAME - defined for reference from other files. */ - -#define ASM_GLOBALIZE_LABEL(FILE, NAME) \ - do \ - { \ - fputs ("\t.global ", FILE); \ - assemble_name (FILE, NAME); \ - fputs ("\n", FILE); \ - } \ - while (0) +/* Globalizing directive for a label. */ +#define GLOBAL_ASM_OP "\t.global " #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \ ASM_OUTPUT_LABEL (FILE, NAME) -- cgit v1.2.1