avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] [RFC] Place avr-libc functions in subsection of .text


From: Weddington, Eric
Subject: [avr-libc-dev] [RFC] Place avr-libc functions in subsection of .text
Date: Fri, 19 Dec 2008 11:35:06 -0700

Hi All,

A user has a need to relocate the functions that are a part of avr-libc. It 
seems that avr-libc functions are placed in the .text section. Looking at a map 
file, the libgcc functions are placed in their own subsection of .text: 
.text.libgcc.

Any objection to changing avr-libc to put each function into a section named: 
.text.avrlibc ? That way if a user wanted to relocate the avr-libc functions, 
they can do it with a custom linker file.

If there are no objections, I would do this work on avr-libc HEAD/1.8 only, not 
on the 1.6 branch.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]