Re: [avr-gcc-list] Current patch queue against binutils upstream

2012-12-11 Thread Bastien ROUCARIES
On Mon, Dec 10, 2012 at 9:56 PM, Georg-Johann Lay wrote: > Bastien ROUCARIES schrieb: > > >> I wish to package avr binutils then gcc for debian. >> >> What is the current patch queue against binutils upstream (2.23) ? > > > What do you mean with "curent patch queue"? > > There are > > * PR14406 S

Re: [avr-gcc-list] Current patch queue against binutils upstream

2012-12-11 Thread Georg-Johann Lay
Bastien ROUCARIES wrote: > I meeans the atmel patchqueue here > http://distribute.atmel.no/tools/opensource/Atmel-AVR-Toolchain-3.4.1.830/avr/ > have been merged upstream ? That's no patches, it's a complete dump of their source trees. IMO, trying to work out what PRs are involved and contribute

[avr-gcc-list] Handling __flash1 and .trampolines [Was: .trampolines location.]

2012-12-11 Thread Erik Christiansen
On 10.12.12 23:33, Georg-Johann Lay wrote: > Jan Waclawek schrieb: > >Georg-Johann Lay wrote: > >>* PR13812 .trampolines location in linker script cause > >>"internal error: out of range error" > >> > >>Dunno if this is still an issue resp. can be solved by a better > >>default linker

Re: [avr-gcc-list] Current patch queue against binutils upstream

2012-12-11 Thread Georg-Johann Lay
Bastien ROUCARIES wrote: >> >>> I meeans the atmel patchqueue here >>> http://distribute.atmel.no/tools/opensource/Atmel-AVR-Toolchain-3.4.1.830/avr/ >>> have been merged upstream ? >> That's no patches, it's a complete dump of their source trees. > > Not there is a patch queue see > http://distri

Re: [avr-gcc-list] Current patch queue against binutils upstream

2012-12-11 Thread Bastien ROUCARIES
[forget to cc list] On Tue, Dec 11, 2012 at 10:40 AM, Georg-Johann Lay wrote: > Bastien ROUCARIES wrote: > >> I meeans the atmel patchqueue here >> http://distribute.atmel.no/tools/opensource/Atmel-AVR-Toolchain-3.4.1.830/avr/ >> have been merged upstream ? > > That's no patches, it's a complete

Re: [avr-gcc-list] Handling __flash1 and .trampolines [Was: .trampolines location.]

2012-12-11 Thread Jan Waclawek
>> >>* PR13812 .trampolines location in linker script cause >> >>"internal error: out of range error" >> >> >> >>Dunno if this is still an issue resp. can be solved by a better >> >>default linker script. Maybe a user-specific ld script is needed >> >>here, too. >> > >> >I'd say, thi

Re: [avr-gcc-list] Handling __flash1 and .trampolines [Was: .trampolines location.]

2012-12-11 Thread Georg-Johann Lay
Erik Christiansen wrote: > On 10.12.12 23:33, Georg-Johann Lay wrote: >> Basically #26365 addresses similar issues like PR14406 with the >> difference that the compiler already supports everything needed for data >> in __flash1 or higher, as avr-gcc calls is. >> >> The trouble with that approach is