X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fada%2Fa-numaux-x86.adb;h=47231a89444f1c7b8cb91e25303785667e46cab0;hb=5c99c290e017aced8ef378745fd0070ec80894af;hp=b11867036f2cab33efc2bbfd339232b4073d368f;hpb=6b122edbab8bb1030b2f9286dfdbdaa9a629707c;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/ada/a-numaux-x86.adb b/gcc/ada/a-numaux-x86.adb index b11867036f2..47231a89444 100644 --- a/gcc/ada/a-numaux-x86.adb +++ b/gcc/ada/a-numaux-x86.adb @@ -62,9 +62,9 @@ package body Ada.Numerics.Aux is pragma Inline (Is_Nan); pragma Inline (Reduce); - --------------------------------- - -- Basic Elementary Functions -- - --------------------------------- + -------------------------------- + -- Basic Elementary Functions -- + -------------------------------- -- This section implements a few elementary functions that are used to -- build the more complex ones. This ordering enables better inlining.