This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [Patch, avr] Fix PR 13402 - sync loss between .debug_line and code
- From: Nick Clifton <nickc at redhat dot com>
- To: Senthil Kumar Selvaraj <senthilkumar dot selvaraj at microchip dot com>, binutils <binutils at sourceware dot org>
- Cc: Tristan Gingold <gingold at adacore dot com>, Denis Chertykov <chertykov at gmail dot com>
- Date: Fri, 23 Jun 2017 10:44:33 +0100
- Subject: Re: [Patch, avr] Fix PR 13402 - sync loss between .debug_line and code
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=nickc at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 46F4E7EBD3
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 46F4E7EBD3
- References: <87efucbao5.fsf@microchip.com>
Hi Senthil,
> bfd/ChangeLog
>
> 2017-06-22 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
>
> PR ld/13402
> * elf32-avr.c (elf32_avr_adjust_diff_reloc_value): Adjust
> reloc addend if necessary. Adjust diff only if
> shrinked_insn_address < end_address.
>
> ld/ChangeLog
>
> 2017-06-22 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
>
> PR ld/13402
> * testsuite/ld-avr/pr13402.d: New test.
> * testsuite/ld-avr/pr13402.s: New test.
OK for master.
I think that it is probably too late to backport to 2.28, given that 2.29 will be branching any day now.
Cheers
Nick