This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] msp430: Set DWARF2_ADDR_SIZE to 4
- From: Nick Clifton <nickc at redhat dot com>
- To: Kevin Buettner <kevinb at redhat dot com>, binutils at sourceware dot org
- Date: Wed, 3 Feb 2016 13:51:18 +0000
- Subject: Re: [PATCH] msp430: Set DWARF2_ADDR_SIZE to 4
- Authentication-results: sourceware.org; auth=none
- References: <20160127151820 dot 6091d334 at pinnacle dot lan> <56AF3252 dot 90607 at redhat dot com> <20160202232420 dot 362112be at pinnacle dot lan>
Hi Kevin,
I tested GDB with the multilibs mentioned below, but I saw no change
in results when I made elf32_msp430_eh_frame_address_size() return 4
unconditionally.
OK, that is fine.
Without patch:
# of unexpected failures 5364
With patch:
# of unexpected failures 265
Excellent - in which case the patch is approved - please apply.
Cheers
Nick