[PATCH] Ada: Fix build for dummy s-taprop

2024-12-28 Thread Estevan Castilho
Hello, The dummy s-taprop.adb included in libgnarl has been broken for a few releases, as the signature for `Unlock' and `Write_Lock' on `RTS_Lock' has changed. That file doesn't seem to be used by any of the current runtime configurations, but it can be helpful for bringing up a new target. T

[PATCH] Ada: Fix build for dummy s-taprop

2024-12-28 Thread Estevan Castilho
From: "Estevan Castilho (Tevo)" --- gcc/ada/libgnarl/s-taprop__dummy.adb | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/gcc/ada/libgnarl/s-taprop__dummy.adb b/gcc/ada/libgnarl/s-taprop__dummy.adb index 68ec8b448ba..2127fb1f1b1 100644 --- a/gcc/ada/