AVR* Administrator
AVR* Administrator
Senthil Kumar Selvaraj Mon 13 May 2013 08:45:25 AM CEST This should be fixed in SVN revision r2396 - the patch ([http://lists.nongnu.org/archive/html/avr-libc-dev/2013-05/msg00025.html](https://savannah.nongnu.orghttp://lists.nongnu.org/archive/html/avr-libc-dev/2013-05/msg00025.html)) was sent to the mailing list. Apologies for...
Joerg Wunsch Sun 30 Oct 2011 09:52:45 AM CET At a first glance, I'm against it. **_attribute_** is a pretty standard GCC feature, used heavily everywhere in library code, so...
Joerg Wunsch Sun 30 Oct 2011 10:38:58 AM CET On a second thought: generally preparing our header files for being more lint-friendly might be a good idea. Everything should be...
Volker Kuhlmann Sun 30 Oct 2011 11:37:31 AM CET The trivial way to deal with lint (its splint incantation or whichever other one) is to use run lint with -DLINT...
Eric Weddington Mon 31 Oct 2011 04:22:24 AM CET I would also like to remind our users that avr-libc is part of the overall GCC-based toolchain for the AVR, which...
Volker Kuhlmann Mon 31 Oct 2011 11:15:47 AM CET Eric, what changes are you thinking of for better lint-friendliness?
Georg-Johann Lay Wed 28 Mar 2012 11:54:02 PM CEST Let me add that the way AVR-Libc defines its stdint.h causes bit of "trouble" in avr-gcc, too: GCC's C testsuite contains...
Georg-Johann Lay Fri 01 Jun 2012 01:08:08 PM CEST FYI, the attached files show avr-gcc's understanding of the C99 types with and without -mint8 You can use these defines as...
Eric Weddington Fri 16 Nov 2012 07:54:53 PM CET This issue needs to be considered along with other stdint.h changes in **[bugs #36571](https://savannah.nongnu.org/bugs/?36571)**, #35539.
Simon Kueppers Fri 07 Aug 2009 03:31:34 AM CEST Maybe r30 and r31 have to get clobbered. Im not so much into inline-assembler. I also appended the code as a...