commit | 7092ce8219429e33ac15444bd7043f6625a372dd | [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 | ec443167afbc2c2e40bd9db1342d1ade3eccc539 [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>