dwarf2out.c (dwarf2out_finish): Don't abort because of orphan DIEs if there were...
authorJason Merrill <jason@redhat.com>
Thu, 15 Nov 2001 17:55:28 +0000 (12:55 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 15 Nov 2001 17:55:28 +0000 (12:55 -0500)
commit18b5b8d64ccdb9c9bc94f352a03f524467e8ad26
treefc8971b2f6582b621fcb6b1e7168fbaec3123d96
parentf6b08fe890f8f037e1e18e36af092ca95e1dd82b
dwarf2out.c (dwarf2out_finish): Don't abort because of orphan DIEs if there were errors in the source.

        * 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.

From-SVN: r47066
23 files changed:
gcc/ChangeLog
gcc/config/alpha/alpha-interix.h
gcc/config/alpha/elf.h
gcc/config/arm/coff.h
gcc/config/elfos.h
gcc/config/i386/djgpp.h
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/sco5.h
gcc/config/i386/scodbx.h [new file with mode: 0644]
gcc/config/i960/i960-coff.h
gcc/config/lynx.h
gcc/config/m68hc11/m68hc11.h
gcc/config/m68k/coff.h
gcc/config/m88k/m88k.c
gcc/config/m88k/m88k.h
gcc/config/mcore/mcore-pe.h
gcc/config/netware.h
gcc/config/pa/pa64-hpux.h
gcc/config/s390/linux64.h
gcc/config/sh/sh.h
gcc/config/sparc/litecoff.h
gcc/dwarf2out.c