This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problems with __eh_pc in egcs-971206
- To: Lee Iverson <leei at ai dot sri dot com>
- Subject: Re: Problems with __eh_pc in egcs-971206
- From: Jason Merrill <jason at cygnus dot com>
- Date: 11 Dec 1997 18:12:02 -0800
- Cc: g++ at cygnus dot com, egcs at cygnus dot com
- References: <199712111620.IAA24531@Canada.AI.SRI.COM>
- Reply-To: egcs at cygnus dot com
>>>>> Lee Iverson <leei@ai.sri.com> writes:
> On SGI mips-sgi-irix6.3 the g++ front-end is generating references to
> __eh_pc even though libgcc.a no longer contains this as a global
> symbol. This seems to trace back to:
> #ifndef DWARF2_UNWIND_INFO
> d = build_decl (VAR_DECL, get_identifier ("__eh_pc"), ptr_type_node);
Hmm? Irix 6 should certainly define DWARF2_UNWIND_INFO.
Jason