Call fill_got_entry unconditionally
commit361ec4f98e129b9a5b76da0600b9d9abef9eb0c3
authorThomas Preud'homme <robotux@celest.fr>
Mon, 10 Feb 2014 13:34:04 +0000 (10 21:34 +0800)
committerThomas Preud'homme <robotux@celest.fr>
Mon, 10 Feb 2014 13:35:00 +0000 (10 21:35 +0800)
treeb218048a380cec38c4ceff83051d86549596660d
parentc6017182f653fed44543ef81110cf3abbc34a08b
Call fill_got_entry unconditionally

Call fill_got_entry unconditionally from fill_got so as to avoid
warnings on !x86-64 architectures. This can be done since this code path
is only followed by x86-64 architecture anyway.
tccelf.c