| commit | fb977255c88f3d27e21801b8ad8d9032ef4c7ffd | [log] [tgz] |
|---|---|---|
| author | Alan Modra <amodra@gmail.com> | Fri Mar 10 20:26:51 2023 +1030 |
| committer | Alan Modra <amodra@gmail.com> | Tue Mar 14 11:20:21 2023 +1030 |
| tree | 4af11dad1a46cf1c1f9224524b5e9ba14951c758 | |
| parent | 4c6f9528b6db9838e8ed2050744a08b53265acb2 [diff] |
gas/ecoff.c: don't use zero struct copies to init It might have made sense once upon a time, but doesn't nowadays when compilers expand memset inline. * ecoff.c (add_aux_sym_tir, allocate_scope, allocate_vlinks), (allocate_shash, allocate_thash, allocate_tag, allocate_forward), (allocate_thead, allocate_lineno_list): Use memset rather than copying zero struct.