Darwin, machopic: Debug printer for macho symbol flags.
commit9018cd0fc6f0bdbb44e6505338af0aee5a733fa5
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 27 Aug 2023 11:12:56 +0000 (27 12:12 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Mon, 4 Sep 2023 10:21:51 +0000 (4 11:21 +0100)
tree4462d2c65ff7af0e5f9d5030fe70301eeed07adf
parentd99a868a9b100ab5a4b270a1acece60b5b6153a3
Darwin, machopic: Debug printer for macho symbol flags.

There are now quite a few symbol flags, so it is sometimes useful to get
them in a text form, rather than decoding the hex number printed by
debug_rtx().

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/ChangeLog:

* config/darwin.cc (dump_machopic_symref_flags): New.
(debug_machopic_symref_flags): New.
gcc/config/darwin.cc