Skip to content
Snippets Groups Projects
Commit 0a30cf54 authored by Andrew Thoelke's avatar Andrew Thoelke
Browse files

Place assembler functions in separate sections

This extends the --gc-sections behaviour to the many assembler
support functions in the firmware images by placing each function
into its own code section. This is achieved by creating a 'func'
macro used to declare each function label.

Fixes ARM-software/tf-issues#80

Change-Id: I301937b630add292d2dec6d2561a7fcfa6fec690
parent dccc537a
No related branches found
No related tags found
Loading
Showing
with 244 additions and 246 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment