Re: [PATCHv2 2/3] ada: Fix GNU/Hurd priority range

2024-11-07 Thread Marc Poulhiès
Samuel Thibault writes: > GNU/Mach currently uses a 0..63 range. > > gcc/ada/ChangeLog: > > * libgnat/system-gnu.ads: New file. > * Makefile.rtl (x86-gnuhurd): Use libgnat/system-gnu.ads instead of > libgnat/system-freebsd.ads. > > Signed-off-by: Samuel Thibault > --- OK witho

[PATCHv2 2/3] ada: Fix GNU/Hurd priority range

2024-11-03 Thread Samuel Thibault
GNU/Mach currently uses a 0..63 range. gcc/ada/ChangeLog: * libgnat/system-gnu.ads: New file. * Makefile.rtl (x86-gnuhurd): Use libgnat/system-gnu.ads instead of libgnat/system-freebsd.ads. Signed-off-by: Samuel Thibault --- gcc/ada/ChangeLog | 4 + gcc/a