patchAVR C Runtime Library - Patches: patch #8565, Remove most device specific tests...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #8565: Remove most device specific tests from io.h

Submitter:  Joern Rennecke <amylaar>
Submitted:  Tue 04 Nov 2014 05:00:57 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  saaadhu Open/Closed:  Closed

Thu 18 Jun 2015 10:44:47 AM UTC, comment #1: 

Patch was modified. Compute and include device header file name from _AVR_DEV_LIB_NAME_ as fallback in io.h.

Committed
http://svn.savannah.nongnu.org/viewvc?view=rev&root=avr-libc&revision=2466

Pitchumani <pitchumani>
Group Member
Tue 04 Nov 2014 05:00:57 PM UTC, original submission:  

This patch makes io.h use the _AVR_DEV_LIB_NAME_ supplied by
recent avr-gcc's spec files to select the find the appropriate
io.h ;  I could thus remove most of the device-specific tests.
There only remain a few special cases where the io[a-z0-9]*.h
name is somewhat irregular; usually, because two devices share
one include file.  For new devices, it is expected that they
will all come with one regularly named include file, so there
should be no need to add new device-specific tests.

Tested withPitchumani's power.h patches, and
[patch #8564] "Add dwarf debug info alternative, build printf with debug info", built/tested using scripts from
git@github.com:embecosm/avr-toolchain.git  avr-toolchain-libstdcxx-2014-9

Joern Rennecke <amylaar>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #32367:  io.h-patch added by amylaar (14KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by pitchumani (Posted a comment)
  • -email is unavailable- added by amylaar (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-06-18 pitchumani Assigned toNone saaadhu
        Open/ClosedOpen Closed
    2014-11-04 amylaar Attached File- Added io.h-patch, #32367

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code