]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Fix comment/naming in attribute parsing code
authorChristoph Müllner <christoph.muellner@vrull.eu>
Fri, 5 Jul 2024 02:58:07 +0000 (04:58 +0200)
committerChristoph Müllner <christoph.muellner@vrull.eu>
Tue, 9 Jul 2024 13:21:15 +0000 (15:21 +0200)
commit5ef0b7d2048a7142174ee3e8e021fc1a9c3e3334
treef48c37e3cbace7312002c39f9691c7f9ab52b679
parent85fa334fbcaa8e4b98ab197a8c9410dde87f0ae3
RISC-V: Fix comment/naming in attribute parsing code

Function target attributes have to be separated by semi-colons.
Let's fix the comment and variable naming to better explain what
the code does.

gcc/ChangeLog:

* config/riscv/riscv-target-attr.cc (riscv_process_target_attr):
Fix comments and variable names.

Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
gcc/config/riscv/riscv-target-attr.cc