This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [patch] rl78: add relaxation support
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: DJ Delorie <dj at redhat dot com>
- Cc: binutils at sourceware dot org
- Date: Fri, 23 Dec 2011 15:44:24 +0100
- Subject: Re: [patch] rl78: add relaxation support
- References: <201112230149.pBN1nfpS021214@greed.delorie.com>
On Fri, 23 Dec 2011 02:49:41 +0100, DJ Delorie wrote:
>
> This patch adds simple relaxation support to the RL78 linker, as well
> as fixing a bug in bitfield parsing. Committed.
elf32-rl78.c:2020:11: error: variable ‘sec_start’ set but not used [-Werror=unused-but-set-variable]
elf32-rl78.c:2013:23: error: variable ‘prev_alignment’ set but not used [-Werror=unused-but-set-variable]
gcc-4.6.2-1.fc17.1.x86_64
Thanks,
Jan