bugAVR C Runtime Library - Bugs: bug #15574, unneeded compatibility break

 
 

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

bug #15574: unneeded compatibility break

Submitter:  None
Submitted:  Mon 30 Jan 2006 01:38:52 PM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  aesok
Percent Complete:  0% Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  None
Fixed Release:  None

Mon 30 Jan 2006 01:38:52 PM UTC, original submission:  

Not a real bug, just an "improvement-request". I understand that SIGNAL and INTERRUPT are now depracated. But the new header-files break old code (compile-time-error) in a way that could be avoided: There is old code (at least I've done some code like this) where just SIGNAL is used in "device-driver"-modules. There has been no need for sei or cli in this source-files so only <avr/signal.h> gets included (no interrupt.h) which worked with older releases of avr-libc. Now signal.h does "nothing" but print a #warning. This breaks the compatibility and could be avoided if signal.h would also include interrupt.h.

Martin Thomas

Anonymous

 

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

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-02-02 aesok StatusNone Fixed
    Assigned toNone aesok
    Open/ClosedOpen Closed
2006-01-30 None Carbon-Copy- Added mthomas --AT-- rhrk --PUNKT-- uni-kl --PUNKT-- de

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code