AVR C Runtime Library - Patches: patch #7467, Add support for c++ new and delete...
You are not allowed to post comments on this tracker with your current authentication level.
patch #7467: Add support for c++ new and delete operators
Submitter: | Bradley Jarvis <bradley_jarvis> | ||
Submitted: | Thu 17 Feb 2011 04:06:48 AM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Fri 13 May 2011 03:31:50 AM UTC, comment #2: |
Bradley Jarvis <bradley_jarvis> |
Thu 12 May 2011 11:17:33 PM UTC, comment #1: We need to decide if we even want C++ code in avr-libc. Though I understand the usefulness of this patch since we still don't have libstdc++ built yet. |
Eric Weddington <arcanum>![]() |
Thu 17 Feb 2011 04:06:48 AM UTC, original submission:
Patch adds support to avr-libc for the c++ operators new and delete.
|
Bradley Jarvis <bradley_jarvis> |
Depends on the following items: None found
Items that depend on this one: None found
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.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2011-02-17 | bradley_jarvis | Attached File | - | ![]() |
Added stdlib_new_delete.patch, #22707 |
I say yes, but I am biased. It would save me having to add my patch every time I update avrlibc. And since I use gentoo it would be a bit of a pain to do this for each update (I currently compile/install avrlibc manually).
c++ support is also mentioned in the avrlibc FAQ, which technically is a gcc issue since that is where libstdc++ resides.
At the end of the day all it does is add an extra feature avr gcc support that if not wanted can be compiled out (simply compile library without c++ support).
The C++ support added to the avrlibc compilation files has been done in a standard way too (not just a hack fix) even if the patch in itself is a hack fix.