1
0

initial import from Debian

version: 14.3.0-5
commit: bee30ab0fff2fd6af94c62376c8aa4221bb831e0
This commit is contained in:
2025-08-11 15:00:09 +03:00
commit c2c1923c7b
274 changed files with 101988 additions and 0 deletions

24
debian/patches/pr79724-revert.diff vendored Normal file
View File

@@ -0,0 +1,24 @@
# DP: Revert PR ada/79724, handling of suffixes (conflicts with local ada-gcc-name patch)
--- a/src/gcc/ada/osint.adb
+++ b/src/gcc/ada/osint.adb
@@ -2277,6 +2277,8 @@ package body Osint is
Find_Program_Name;
+ Start_Of_Suffix := Name_Len + 1;
+
-- Find the target prefix if any, for the cross compilation case.
-- For instance in "powerpc-elf-gcc" the target prefix is
-- "powerpc-elf-"
@@ -2300,7 +2302,9 @@ package body Osint is
end if;
end loop;
- Start_Of_Suffix := End_Of_Prefix + Prog'Length + 1;
+ if End_Of_Prefix > 1 then
+ Start_Of_Suffix := End_Of_Prefix + Prog'Length + 1;
+ end if;
-- Create the new program name