commit | 5ba2d7a0a3340f1dd3372df9fa9c6ce739021a96 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Sat Dec 14 11:26:45 2024 +1030 |
committer | Alan Modra <amodra@gmail.com> | Sat Dec 14 19:19:32 2024 +1030 |
tree | f5352cd00bff98185e63435508db430a0f039e60 | |
parent | fff601fb3041a566d492d2704b3fcba92a1b026a [diff] |
Delete asection.symbol_ptr_ptr This field is always set to point to asection.symbol, and no code ever changes it from its initial value. With one exception. elfxx-mips.c creates two sections with separate pointers to their symbols, and uses those as asection.symbol_ptr_ptr. Those pointers aren't modified, so they disappear in this patch too.