diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-15 17:55:28 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-15 17:55:28 +0000 |
commit | f9d1d2cbfd1d76690d4d0c650e37db1f4718452c (patch) | |
tree | fc8971b2f6582b621fcb6b1e7168fbaec3123d96 /gcc/config/i960 | |
parent | 8f69f133b7e53c59697a2ef3c4b73dad89a81673 (diff) | |
download | gcc-f9d1d2cbfd1d76690d4d0c650e37db1f4718452c.tar.gz |
* 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
Diffstat (limited to 'gcc/config/i960')
-rw-r--r-- | gcc/config/i960/i960-coff.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/i960/i960-coff.h b/gcc/config/i960/i960-coff.h index 7f462153a6c..47bcc8d7122 100644 --- a/gcc/config/i960/i960-coff.h +++ b/gcc/config/i960/i960-coff.h @@ -41,6 +41,4 @@ Boston, MA 02111-1307, USA. */ #define CTORS_SECTION_ASM_OP "\t.section\t.ctors,\"x\"" #define DTORS_SECTION_ASM_OP "\t.section\t.dtors,\"x\"" -#define INT_ASM_OP "\t.word\t" - /* end of i960-coff.h */ |