[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 6 Sep 2017 10:38:38 +0000 (12:38 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 6 Sep 2017 10:38:38 +0000 (12:38 +0200)
commita316b3fcd05624ce0aadca3478f6a3c7b494c2d0
tree198c275d0367c716081e97ddbab90621ade51af8
parent9caf55e370f2346d393e141b8fb4c4e59afc32c9
[multiple changes]

2017-09-06  Gary Dismukes  <dismukes@adacore.com>

* exp_ch5.adb, s-diinio.ads, sem_ch4.adb, s-diflio.ads: Minor spelling
adjustments and a typo fix.

2017-09-06  Yannick Moy  <moy@adacore.com>

* sem_res.adb (Resolve_Call): Do not issue info
message about inlining of calls to functions in assertions,
for functions whose body has not been seen yet.

2017-09-06  Bob Duff  <duff@adacore.com>

* a-comlin.ads, a-comlin.adb (Argument): Simplify the code, now that
we can use modern Ada in this package.
* s-resfil.ads, s-resfil.adb, a-clrefi.ads, a-clrefi.adb:
Move Ada.Command_Line.Response_File to System.Response_File,
and make Ada.Command_Line.Response_File into a rename of
System.Response_File. This is to avoid having gnatbind depend
Ada.Command_Line, which would damage the bootstrap process now
that Ada.Command_Line contains modern Ada (the raise expression).
* gnatbind.adb: Avoid dependence on
Ada.Command_Line. Depend on System.Response_File instead
of Ada.Command_Line.Response_File. Change one call to
Ada.Command_Line.Command_Name to use Fill_Arg. Change one call
to Ada.Command_Line.Argument_Count to use Arg_Count.
* gcc-interface/Make-lang.in, Makefile.rtl: Take note of the new files.

From-SVN: r251775
15 files changed:
gcc/ada/ChangeLog
gcc/ada/Makefile.rtl
gcc/ada/a-clrefi.adb
gcc/ada/a-clrefi.ads
gcc/ada/a-comlin.adb
gcc/ada/a-comlin.ads
gcc/ada/exp_ch5.adb
gcc/ada/gcc-interface/Make-lang.in
gcc/ada/gnatbind.adb
gcc/ada/s-diflio.ads
gcc/ada/s-diinio.ads
gcc/ada/s-resfil.adb [new file with mode: 0644]
gcc/ada/s-resfil.ads [new file with mode: 0644]
gcc/ada/sem_ch4.adb
gcc/ada/sem_res.adb