Files
tinygo/targets
Ayke van Laethem 213a6240a1 avr: move data address space to 0x800000
This convention is followed by most of the avr-gcc toolchain but older
versions of binutils don't mind overlapping program/data spaces.
However, newer versions start complaining about an overlap in address
space:

    avr-ld: section .stack VMA [0000000000000100,00000000000002ff] overlaps section .text VMA [0000000000000000,0000000000000225]

This commit moves the data space in the linker script to 0x800000, like
the rest of the toolchain does.
2020-03-20 15:12:38 +01:00
..
2020-01-26 23:24:45 +01:00
2020-03-16 07:18:39 -07:00
2020-03-20 15:12:05 +01:00
2020-01-27 19:01:55 +01:00
2019-11-04 16:21:59 +01:00
2018-10-06 13:04:14 +02:00
2019-11-16 21:57:18 +01:00
2018-10-18 15:07:06 +02:00
2020-02-18 23:34:56 +01:00
2020-02-18 23:34:56 +01:00
2020-02-18 23:34:56 +01:00
2020-02-18 23:34:56 +01:00
2020-01-06 11:53:43 +01:00
2019-12-14 12:48:21 +01:00
2018-09-22 01:51:44 +02:00
2020-03-01 13:51:57 +01:00
2020-01-23 16:40:09 +01:00