[PATCH 2/2] bsps/arm: Sort fast text/data sections
Chris Johns
chrisj at rtems.org
Wed Oct 21 00:25:27 UTC 2020
On 21/10/20 3:04 am, Sebastian Huber wrote:
> ---
> bsps/arm/shared/start/linkcmds.base | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/bsps/arm/shared/start/linkcmds.base b/bsps/arm/shared/start/linkcmds.base
> index d0663cf97e..8fa127ce08 100644
> --- a/bsps/arm/shared/start/linkcmds.base
> +++ b/bsps/arm/shared/start/linkcmds.base
> @@ -290,7 +290,7 @@ SECTIONS {
>
> .fast_text : ALIGN_WITH_INPUT {
> bsp_section_fast_text_begin = .;
What is `fast text` (and fast data)? I have not heard of this before and I
cannot find anything on it?
Chris
More information about the devel
mailing list