[Ada] Sort list of Ada runtime units in Makefile.rtl

gcc/ada/

	* Makefile.rtl (GNATRTL_TASKING_OBJS): Sort.
	(GNATRTL_NONTASKING_OBJS): Sort.
This commit is contained in:
Piotr Trojanek 2021-11-08 12:35:43 +01:00 committed by Pierre-Marie de Rodat
parent 0c18fdf1d2
commit ef520c0baf
1 changed files with 24 additions and 24 deletions

View File

@ -56,6 +56,9 @@ GNATRTL_TASKING_OBJS= \
s-putaim$(objext) \
s-solita$(objext) \
s-stusta$(objext) \
s-taasde$(objext) \
s-tadeca$(objext) \
s-tadert$(objext) \
s-taenca$(objext) \
s-taprob$(objext) \
s-taprop$(objext) \
@ -66,13 +69,10 @@ GNATRTL_TASKING_OBJS= \
s-taskin$(objext) \
s-taspri$(objext) \
s-tasque$(objext) \
s-tasres$(objext) \
s-tasren$(objext) \
s-tasres$(objext) \
s-tassta$(objext) \
s-tasuti$(objext) \
s-taasde$(objext) \
s-tadeca$(objext) \
s-tadert$(objext) \
s-tataat$(objext) \
s-tpinop$(objext) \
s-tpoben$(objext) \
@ -211,6 +211,11 @@ GNATRTL_NONTASKING_OBJS= \
a-lllwti$(objext) \
a-lllzti$(objext) \
a-locale$(objext) \
a-nagefl$(objext) \
a-naliop$(objext) \
a-nallfl$(objext) \
a-nalofl$(objext) \
a-nashfl$(objext) \
a-nbnbig$(objext) \
a-nbnbin$(objext) \
a-nbnbre$(objext) \
@ -233,19 +238,14 @@ GNATRTL_NONTASKING_OBJS= \
a-nscefu$(objext) \
a-nscoty$(objext) \
a-nselfu$(objext) \
a-nuauco$(objext) \
a-nuaufl$(objext) \
a-nubinu$(objext) \
a-nucoar$(objext) \
a-nucoty$(objext) \
a-nudira$(objext) \
a-nuelfu$(objext) \
a-nuflra$(objext) \
a-nagefl$(objext) \
a-nallfl$(objext) \
a-nalofl$(objext) \
a-nuaufl$(objext) \
a-nashfl$(objext) \
a-nuauco$(objext) \
a-naliop$(objext) \
a-numaux$(objext) \
a-numeri$(objext) \
a-nurear$(objext) \
@ -275,28 +275,28 @@ GNATRTL_NONTASKING_OBJS= \
a-ssiwti$(objext) \
a-ssizti$(objext) \
a-stboha$(objext) \
a-stbubo$(objext) \
a-stbufi$(objext) \
a-stbufo$(objext) \
a-stbuun$(objext) \
a-stbuut$(objext) \
a-stfiha$(objext) \
a-stmaco$(objext) \
a-storio$(objext) \
a-strbou$(objext) \
a-stream$(objext) \
a-strsto$(objext) \
a-ststbo$(objext) \
a-ststun$(objext) \
a-strfix$(objext) \
a-strhas$(objext) \
a-string$(objext) \
a-strmap$(objext) \
a-strsea$(objext) \
a-strsto$(objext) \
a-strsup$(objext) \
a-strunb$(objext) \
a-ststbo$(objext) \
a-ststio$(objext) \
a-ststun$(objext) \
a-sttebu$(objext) \
a-stbuun$(objext) \
a-stbubo$(objext) \
a-stbuut$(objext) \
a-stbufi$(objext) \
a-stbufo$(objext) \
a-stunau$(objext) \
a-stunha$(objext) \
a-stuten$(objext) \
@ -583,8 +583,8 @@ GNATRTL_NONTASKING_OBJS= \
s-except$(objext) \
s-exctab$(objext) \
s-exctra$(objext) \
s-exnint$(objext) \
s-exnflt$(objext) \
s-exnint$(objext) \
s-exnlfl$(objext) \
s-exnllf$(objext) \
s-exnlli$(objext) \
@ -640,8 +640,8 @@ GNATRTL_NONTASKING_OBJS= \
s-imgflt$(objext) \
s-imgint$(objext) \
s-imglfl$(objext) \
s-imgllf$(objext) \
s-imgllb$(objext) \
s-imgllf$(objext) \
s-imglli$(objext) \
s-imgllu$(objext) \
s-imgllw$(objext) \
@ -747,12 +747,12 @@ GNATRTL_NONTASKING_OBJS= \
s-spsufi$(objext) \
s-stache$(objext) \
s-stalib$(objext) \
s-statxd$(objext) \
s-stausa$(objext) \
s-stoele$(objext) \
s-stopoo$(objext) \
s-stposu$(objext) \
s-stratt$(objext) \
s-statxd$(objext) \
s-strhas$(objext) \
s-string$(objext) \
s-ststop$(objext) \
@ -762,8 +762,6 @@ GNATRTL_NONTASKING_OBJS= \
s-trasym$(objext) \
s-unstyp$(objext) \
s-utf_32$(objext) \
s-valboo$(objext) \
s-valcha$(objext) \
s-vade32$(objext) \
s-vade64$(objext) \
s-vaen16$(objext) \
@ -771,6 +769,8 @@ GNATRTL_NONTASKING_OBJS= \
s-vaenu8$(objext) \
s-vafi32$(objext) \
s-vafi64$(objext) \
s-valboo$(objext) \
s-valcha$(objext) \
s-valflt$(objext) \
s-valint$(objext) \
s-vallfl$(objext) \