search for: __data16_end

Displaying 2 results from an estimated 2 matches for "__data16_end".

2015 Oct 05
7
[PATCH 0/4] Improve linker scripts
From: Sylvain Gault <sylvain.gault at gmail.com> These patches basically remove unused linker scripts and port a change that was made to an unused script. Those are to be applied on top of the gcc 5 bug fixes as they would conflict otherwise. Sylvain Gault (4): diag/mbr: fix dependency to linker script Remove unused linker scripts core: Make symbols defined in linker script HIDDEN
2015 Oct 05
0
[PATCH 2/4] Remove unused linker scripts
...s = (__bcopyxx_data_len + 3) >> 2); - - HIDDEN(__bcopyxx_end = .); - HIDDEN(__bcopyxx_len = ABSOLUTE(__bcopyxx_end) - ABSOLUTE(__bcopyxx_start)); - HIDDEN(__bcopyxx_dwords = (__bcopyxx_len + 3) >> 2); - - . = ALIGN(4); - .data16 : { - HIDDEN(__data16_start = .); - *(.data16) - HIDDEN(__data16_end = .); - } - HIDDEN(__data16_len = ABSOLUTE(__data16_end) - ABSOLUTE(__data16_start)); - HIDDEN(__data16_dwords = (__data16_len + 3) >> 2); - - . = ALIGN(4); - HIDDEN(__config_lma = .); - . += SIZEOF(.config); - - . = ALIGN(4); - HIDDEN(__replacestub_lma = .); - . += SIZEOF(.replacestub); - -...