X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=projects%2Fmicrob2010%2Fcommon%2Favr6.x;fp=projects%2Fmicrob2010%2Fcommon%2Favr6.x;h=3ad392fd580ee23b61c4c1156411b276d8550c62;hp=a758e967a5f2ff3465b563dcaa674fccc56eba3e;hb=38196781643cba8e1d681aafb28cdadc51fe20ec;hpb=814b38b326d0b5bf54a26c5eaaa3d94e5c4a9753 diff --git a/projects/microb2010/common/avr6.x b/projects/microb2010/common/avr6.x index a758e96..3ad392f 100644 --- a/projects/microb2010/common/avr6.x +++ b/projects/microb2010/common/avr6.x @@ -123,6 +123,18 @@ SECTIONS KEEP (*(.init9)) *(.text.*) /* trucs de gcc ? */ . = ALIGN(2048); + /* some libc stuff */ + strc*(.text) + mem*(.text) + printf*(.text) + vfprintf*(.text) + sprintf*(.text) + snprintf*(.text) + malloc*(.text) + free*(.text) + fdevopen*(.text) + fputc*(.text) + . = ALIGN(2048); uart*(.text) pwm*(.text) parse*(.text) @@ -151,18 +163,6 @@ SECTIONS spi*(.text) ax12*(.text) . = ALIGN(2048); - /* some libc stuff */ - str*(.text) - mem*(.text) - printf*(.text) - vfprintf*(.text) - sprintf*(.text) - snprintf*(.text) - malloc*(.text) - free*(.text) - fdevopen*(.text) - fputc*(.text) - . = ALIGN(2048); *(.text) . = ALIGN(2); *(.fini9) /* _exit() starts here. */