From 677b5ac88491804c2359cc2317032544d7449396 Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 23 Jul 2002 06:28:08 +0000 Subject: * vmsdbgout.c (SECTION_ASM_OP): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55667 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/vmsdbgout.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/vmsdbgout.c') diff --git a/gcc/vmsdbgout.c b/gcc/vmsdbgout.c index 68e0bb8cea7..6e4e6c013ec 100644 --- a/gcc/vmsdbgout.c +++ b/gcc/vmsdbgout.c @@ -231,11 +231,6 @@ const struct gcc_debug_hooks vmsdbg_debug_hooks : (NUMBYTES(OFFSET) == 2 ? UNALIGNED_SHORT_ASM_OP : ASM_BYTE_OP)) #endif -/* Pseudo-op for defining a new section. */ -#ifndef SECTION_ASM_OP -#define SECTION_ASM_OP ".section" -#endif - /* Definitions of defaults for formats and names of various special (artificial) labels which may be generated within this file (when the -g options is used and VMS_DEBUGGING_INFO is in effect. If necessary, these -- cgit v1.2.1