On 25 March 2014 21:47, James Hogan <james.ho...@imgtec.com> wrote: > 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().
This code could clearly use at least an assert that we've not written more entries than we should, or ideally restructuring somehow so that we don't have to set DLINFO_ITEMS by hand in the first place... Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> for the immediate fix, though. thanks -- PMM