[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] 8-bit relocations on AVR
From: |
Andrew Zabolotny |
Subject: |
Re: [avr-gcc-list] 8-bit relocations on AVR |
Date: |
Tue, 16 Feb 2010 22:28:47 +0300 |
From Sun, 14 Feb 2010 03:47:52 -0700
"Weddington, Eric" <address@hidden> wrote:
> > I can try to make a binutils patch, but I'm not even sure whom I
> > need to contact to push the patch upstream.
> Me.
Okay, it turned out to be pretty easy.
Attached is a patch that implements the new relocation type R_AVR_8
in ELF. It works either if the relocation is not optimized out (and,
thus, written to the ELF file) as well as for the case when no
relocation is emited (or, rather, it's applied directly in gas).
I tested it on my code and it works.
Will be grateful if somebody will take a look at this.
--
Andrew
signature.asc
Description: PGP signature
- [avr-gcc-list] 8-bit relocations on AVR, Andrew Zabolotny, 2010/02/13
- Re: [avr-gcc-list] 8-bit relocations on AVR, Erik Christiansen, 2010/02/13
- Re: [avr-gcc-list] 8-bit relocations on AVR,
Andrew Zabolotny <=
- Re: [avr-gcc-list] 8-bit relocations on AVR, Andrew Zabolotny, 2010/02/16
- RE: [avr-gcc-list] 8-bit relocations on AVR, Weddington, Eric, 2010/02/16
- Re: [avr-gcc-list] 8-bit relocations on AVR, Andrew Zabolotny, 2010/02/18
- RE: [avr-gcc-list] 8-bit relocations on AVR, Weddington, Eric, 2010/02/21
- Re: [avr-gcc-list] 8-bit relocations on AVR, Andrew Zabolotny, 2010/02/22
- Re: [avr-gcc-list] 8-bit relocations on AVR, Joerg Wunsch, 2010/02/22
- RE: [avr-gcc-list] 8-bit relocations on AVR, Weddington, Eric, 2010/02/22
- Re: [avr-gcc-list] 8-bit relocations on AVR, Joerg Wunsch, 2010/02/23
- Re: [avr-gcc-list] 8-bit relocations on AVR, Andrew Zabolotny, 2010/02/27
- Re: [avr-gcc-list] 8-bit relocations on AVR, Joerg Wunsch, 2010/02/27