diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-23 06:28:08 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-23 06:28:08 +0000 |
commit | 677b5ac88491804c2359cc2317032544d7449396 (patch) | |
tree | f78ca693c0da30a65fc596d9ab512755bc2f059c /gcc/vmsdbgout.c | |
parent | ef1942d7c71789cea66ca9438feb1769a5359547 (diff) | |
download | gcc-677b5ac88491804c2359cc2317032544d7449396.tar.gz |
* vmsdbgout.c (SECTION_ASM_OP): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55667 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/vmsdbgout.c')
-rw-r--r-- | gcc/vmsdbgout.c | 5 |
1 files changed, 0 insertions, 5 deletions
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 |