commit | f681e5867de63f1c8ca692023cf86e4c884fdae7 | [log] [tgz] |
---|---|---|
author | Clément Chigot <clement.chigot@atos.net> | Thu Jul 29 13:14:47 2021 +0200 |
committer | Clément Chigot <clement.chigot@atos.net> | Fri Jul 30 08:38:49 2021 +0200 |
tree | 4718db86956b5ef8952713bad040bc9cbed00f3d | |
parent | 8ba4f8f6c2586f873422ffcf002bbb5d78c4e0b6 [diff] |
gas: ensure XCOFF DWARF subsection are initialized to 0 debug_abbrev doesn't use end_exp to compute its size. However, it must be NULL. Otherwise, ppc_xcoff_end might try to access uninitialized memory. gas/ * config/tc-ppc.c (ppc_dwsect): Use XCNEW instead of XNEW when creating a new subsection.