1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-30 11:24:12 +01:00
Arduino/hardware/arduino/avr
Cristian Maglie 37ee800abd Correct implementation of gcc specific internal functions
The following empty stubs has been replaced by the gcc
flag -fno-threadsafe-static:

  int __cxa_guard_acquire(__guard *);
  void __cxa_guard_release (__guard *);
  void __cxa_guard_abort (__guard *);

The following empty stubs has been moved into their specific
module abi.cpp:

  void __cxa_pure_virtual(void) __attribute ((noreturn));
  void __cxa_deleted_virtual(void) __attribute ((noreturn));

Fix #107
2014-09-06 12:42:25 +02:00
..
bootloaders merge 2013-10-14 12:42:42 +02:00
cores/arduino Correct implementation of gcc specific internal functions 2014-09-06 12:42:25 +02:00
firmwares added support for the ArduinoISP 2014-07-02 15:03:12 +02:00
libraries SPI Transactions for AVR 2014-08-01 05:38:27 -07:00
variants Merge branch 'master' into ide-1.5.x 2014-02-12 17:17:33 +01:00
boards.txt Arduino Pro and Pro Mini should use eightanaloginputs variant, so all 8 analog pins can be used 2014-06-28 22:37:26 +02:00
platform.txt Correct implementation of gcc specific internal functions 2014-09-06 12:42:25 +02:00
programmers.txt added support for the ArduinoISP 2014-07-02 15:03:12 +02:00