From f9d1d2cbfd1d76690d4d0c650e37db1f4718452c Mon Sep 17 00:00:00 2001 From: jason Date: Thu, 15 Nov 2001 17:55:28 +0000 Subject: * dwarf2out.c (dwarf2out_finish): Don't abort because of orphan DIEs if there were errors in the source. * config/alpha/alpha-interix.h, config/alpha/elf.h, config/arm/coff.h, config/i386/djgpp.h, config/i386/i386.c, config/i386/i386.h, config/i386/sco5.h, config/i960/i960-coff.h, config/m68k/coff.h, config/m88k/m88k.h, config/m88k/m88k.c, config/pa/pa64-hpux.h, config/sh/sh.h, config/sparc/litecoff.h, config/elfos.h, config/lynx.h, config/netware.h, config/m68hc11/m68hc11.h, config/mcore/mcore-pe.h, config/s390/linux64.h: Remove definitions of INT_ASM_OP, change uses to use ASM_LONG. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47066 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/arm/coff.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/config/arm') diff --git a/gcc/config/arm/coff.h b/gcc/config/arm/coff.h index db057b917a3..84ab1ed7f45 100644 --- a/gcc/config/arm/coff.h +++ b/gcc/config/arm/coff.h @@ -115,8 +115,6 @@ rdata_section () \ /* Support the ctors/dtors sections for g++. */ -#define INT_ASM_OP "\t.word\t" - /* __CTOR_LIST__ and __DTOR_LIST__ must be defined by the linker script. */ #define CTOR_LISTS_DEFINED_EXTERNALLY -- cgit v1.2.1