Searched hist:"45397816 b204da27efd7f23d7e017cf381c5c9cd" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/mips/cpu/ |
| H A D | u-boot.lds | 45397816b204da27efd7f23d7e017cf381c5c9cd Tue Feb 12 21:22:12 UTC 2013 Gabor Juhos <juhosg@openwrt.org> MIPS: compute num_got_entries from .got section's size
The '__got_start' and '__got_end' symbols are used only in the linker script to compute the value of the 'num_got_entries' symbol.
Remove the symbols and use the SIZEOF(.got) command to get the size of the .got section.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
|