commit | 45397816b204da27efd7f23d7e017cf381c5c9cd | [log] [tgz] |
---|---|---|
author | Gabor Juhos <juhosg@openwrt.org> | Tue Feb 12 22:22:12 2013 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Tue Feb 12 22:22:12 2013 +0100 |
tree | 269af0c69709aacda54642c9aa88ac7c643adf9d | |
parent | 8b1c7345c6d5ed20b6b5ec8db17a3282e592184d [diff] |
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>