]> git.ipfire.org Git - thirdparty/gcc.git/commit
nvptx: Restructure code generating function map labels
authorKwok Cheung Yeung <kcy@codesourcery.com>
Wed, 3 Jan 2024 14:27:39 +0000 (14:27 +0000)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Wed, 3 Jan 2024 14:41:25 +0000 (14:41 +0000)
commit6ae84729940acff598e1a7f49d7b381025082ceb
tree3dd61b0732a288cf77057c6c8b327512576a03ca
parenta945c346f57ba40fc80c14ac59be0d43624e559d
nvptx: Restructure code generating function map labels

This restructures the code generating FUNC_MAP and IND_FUNC_MAP labels
in the assembly code for mkoffload to consume, hopefully making it a
bit clearer and easier to search for.

2024-01-03  Kwok Cheung Yeung  <kcy@codesourcery.com>

gcc/
* config/nvptx/nvptx.cc (nvptx_record_offload_symbol): Restucture
printing of FUNC_MAP/IND_FUNC_MAP labels.
gcc/config/nvptx/nvptx.cc