Hi, The problem here is there is padding in address_entry so iterative_hash_object on the full object cannot be done as the padding would be some junk. This causes lots of gdb failures on mips64-linux-gnu. OK? Tested on mips64-linux-gnu. Thanks, Andrew Pinski PS I don't have write access for gdb. gdb/ChangeLog: * linespec.c (hash_address_entry): Use iterative_hash_object on each field rather than the struct itself.