[avr-libc-dev] [patch #8512] Rename tiny arch to avrtiny to sync with binutils

2014-08-11 Thread Pitchumani
URL: Summary: Rename tiny arch to avrtiny to sync with binutils Project: AVR C Runtime Library Submitted by: pitchumani Submitted on: Tue 12 Aug 2014 06:16:13 AM GMT Category: None

[avr-libc-dev] [bug #38125] Distribute gcrt1.S

2014-08-11 Thread Joerg Wunsch
Update of bug #38125 (project avr-libc): Status:None => Need Info ___ Follow-up Comment #1: Do you have a suggestion about *where* to install it? ___

[avr-libc-dev] [bug #40069] Missing Pin Change Interrupt Vector for Attiny 2313a

2014-08-11 Thread Joerg Wunsch
Update of bug #40069 (project avr-libc): Status: Confirmed => Fixed Assigned to:None => pitchumani Open/Closed:Open => Closed Fixed Release:

[avr-libc-dev] [bug #41690] Bit definitions for SPMCSR

2014-08-11 Thread Joerg Wunsch
Update of bug #41690 (project avr-libc): Status:None => Fixed Assigned to:None => joerg_wunsch Open/Closed:Open => Closed Fixed Release:

[avr-libc-dev] [bug #42957] missing SPMCSR defines in iom328p.h

2014-08-11 Thread Joerg Wunsch
Update of bug #42957 (project avr-libc): Status:None => Fixed Assigned to:None => joerg_wunsch Open/Closed:Open => Closed Fixed Release:

[avr-libc-dev] [bug #38614] dtostrf - wrong behavior or wrong documentation

2014-08-11 Thread Joerg Wunsch
Update of bug #38614 (project avr-libc): Status:None => Fixed Assigned to:None => joerg_wunsch Open/Closed:Open => Closed Fixed Release:

[avr-libc-dev] [bug #39779] PCIE0 and PCIE1 defined incorrectly for mega165a and mega165pa devices

2014-08-11 Thread Joerg Wunsch
Update of bug #39779 (project avr-libc): Status: Confirmed => Fixed Open/Closed:Open => Closed Fixed Release:None => 1.8.1 _

[avr-libc-dev] [Patch] Include a device info note section in gcrt1.S

2014-08-11 Thread Senthil Kumar Selvaraj
Hi, The attached patch adds a note section to gcrt1.S containing device info (name, flash, SRAM and EEPROM sizes). The device information is picked up from the device header file and compiler builtin macros. The gcrt1.S file is already being rebuilt for each device, and rather than hardcoding th

Re: [avr-libc-dev] [Patch] Include a device info note section in gcrt1.S

2014-08-11 Thread Joerg Wunsch
As Senthil Kumar Selvaraj wrote: > I figured it's easier and less error-prone to embed this information > here and then consume it everywhere else. I have a patch for > binutils, for example, that uses the information in the note section > to print percentage of memory used - like what the WinAVR