This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] Unaligned relocs in .debug_line on SPARC
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Eric Botcazou <ebotcazou at adacore dot com>
- Cc: binutils at sourceware dot org
- Date: Mon, 27 Nov 2006 11:53:10 +0100
- Subject: Re: [PATCH] Unaligned relocs in .debug_line on SPARC
- References: <200611270907.03504.ebotcazou@adacore.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Mon, Nov 27, 2006 at 09:07:03AM +0100, Eric Botcazou wrote:
> 2006-11-27 Eric Botcazou <ebotcazou@adacore.com>
>
> gas/
> * config/tc-sparc.c (tc_gen_reloc): Turn aligned relocs into
> their unaligned counterparts in debugging sections.
Ok.
Jakub