git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02b25d8
)
xtensa: add config option to disable linker relaxation
author
Chris Zankel
<chris@zankel.net>
Tue, 13 Nov 2012 23:16:36 +0000
(15:16 -0800)
committer
Chris Zankel
<chris@zankel.net>
Wed, 19 Dec 2012 05:10:20 +0000
(21:10 -0800)
The default linker behavior is to optimize identical literal values and
remove unnecessary overhead from assembler-generated "longcall" sequences
to reduce code size. Provide an option to disable this behavior to improve
compile time.
Signed-off-by: Chris Zankel <chris@zankel.net>
No differences found