This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: patch : remove EH dependance on DWARF2_ADDR_SIZE
- To: Andrew Macleod <amacleod at cygnus dot com>
- Subject: Re: patch : remove EH dependance on DWARF2_ADDR_SIZE
- From: Richard Henderson <rth at redhat dot com>
- Date: Wed, 4 Apr 2001 15:34:07 -0700
- Cc: gcc-bugs at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- References: <200104042055.NAA22886@rtl.cygnus.com>
On Wed, Apr 04, 2001 at 01:55:29PM -0700, Andrew Macleod wrote:
> * dwarf2out.c (output_cfi): Add 'for_eh' parameter, use PTR_SIZE
> instead of DWARF2_ADDR_SIZE for EH addresses.
> (output_call_frame_info): Use PTR_SIZE instead of DWARF2_ADDR_SIZE for
> EH addresses.
Ok.
r~