OSDN Git Service

linux-user: Correct DLINFO_ITEMS
authorJames Hogan <james.hogan@imgtec.com>
Tue, 25 Mar 2014 21:47:28 +0000 (21:47 +0000)
committerRiku Voipio <riku.voipio@linaro.org>
Wed, 26 Mar 2014 12:11:39 +0000 (14:11 +0200)
commitad1c7e0faac82eeb654cba7f99d4e6d88273e0f9
treef2597fe4a65d7f663b61f016817ea231bee2bc69
parent7f6613cedc59fa849105668ae971dc31004bca1c
linux-user: Correct DLINFO_ITEMS

Commit a07c67dfccb1 (Implement AT_CLKTCK.) back in March 2008 added a
new auxvec entry but didn't increment DLINFO_ITEMS, so it's been out of
sync ever since.

Bump it up to 14 so that it matches the number of NEW_AUX_ENT's that
need to be counted in create_elf_tables().

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Riku Voipio <riku.voipio@iki.fi>
Cc: Paul Brook <paul@codesourcery.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/elfload.c