This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] dwarf2out.c breakage on ss2000-06-26



  In message <20000627210226.A18770@schutzenberger.liafa.jussieu.fr>you write:
  > Recent changes to dwarf2out.c broke OpenBSD, and probably a lot of other
  > platforms as well (most platforms that define DWARF2_UNWIND_INFO 0).
  > 
  > If UNALIGNED_INT_ASM_OP is unavailable, dwarf2out.c does not provide a
  > suitable definition for ASM_OUTPUT_DWARF_DATA2, even though it uses it.
  > 
  > The following patch restores OpenBSD to sanity.
  > 
  > 
  > Tue Jun 27 20:59:01 CEST 2000	Marc Espie <espie@openbsd.org>
  > 	* dwarf2out.c (ASM_OUTPUT_DWARF_DATA2): provide in the
  > 	case where UNALIGNED_INT_ASM_OP is unavailable.
I believe Jason fixed this by tweaking dwarf2out.c this afternoon.

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]