Remove all support for gcc < 4.2.
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 34216 Build 31364: arc lint + arc unit
Event Timeline
Comment Actions
Excellent.
sys/sys/cdefs.h | ||
---|---|---|
322 | This one is almost killable too. Outside of ce(4), we use this in one location: i386 resumectx(). And it isn't clear (to me) that we need the oddball calling convention in that location. Maybe we do. |
sys/sys/cdefs.h | ||
---|---|---|
322 |
ce(4) doesn't matter: it will define it if it isn't already defined. So we can safely ignore it. :) I'm not sure what resumectx() does on i386,... I may investigate though... But in any event, I was going to do an audit of all these defines to see what's still used as a followup. |