rs6000: Fix GC on rs6000.c decls for atomic handling (PR88134)
authorSegher Boessenkool <segher@kernel.crashing.org>
Tue, 22 Feb 2022 15:49:09 +0000 (15:49 +0000)
committerSegher Boessenkool <segher@kernel.crashing.org>
Tue, 22 Feb 2022 16:20:23 +0000 (16:20 +0000)
commit537c96588026aec09b9a00d6d0f3670f612428b5
tree50d329031ca53aff0a48b7f2ccb141051c264578
parente9f8443a9179c0e9e0d96dfa91c883d6ddb70d3b
rs6000: Fix GC on rs6000.c decls for atomic handling (PR88134)

In PR88134 it is pointed out that we do not have GTY markup for some
variables we use for atomic.  So, let's add that.

2022-02-22  Segher Boessenkool  <segher@kernel.crashing.org>

PR target/88134
* config/rs6000/rs6000.cc (atomic_hold_decl, atomic_clear_decl,
atomic_update_decl): Add GTY markup.
gcc/config/rs6000/rs6000.cc