From: Alan Modra Date: Wed, 11 Jan 2023 07:58:33 +0000 (+1030) Subject: Tidy some global bfd state used by gas X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a95fb4e34650382a4eb0856035129f2a2f0aaf4c;p=binutils-gdb.git Tidy some global bfd state used by gas * subsegs.c (subsegs_end): Clear abs and und userdata. --- diff --git a/gas/subsegs.c b/gas/subsegs.c index c834ee2157e..ae42b4e76d9 100644 --- a/gas/subsegs.c +++ b/gas/subsegs.c @@ -50,6 +50,8 @@ subsegs_end (struct obstack **obs) for (; *obs; obs++) _obstack_free (*obs, NULL); _obstack_free (&frchains, NULL); + bfd_set_section_userdata (bfd_abs_section_ptr, NULL); + bfd_set_section_userdata (bfd_und_section_ptr, NULL); } static void