g-string.adb, [...]: Replace GNAT.xxx by System.xxx when appropriate.
authorRobert Dewar <dewar@adacore.com>
Wed, 6 Jun 2007 10:14:14 +0000 (12:14 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 6 Jun 2007 10:14:14 +0000 (12:14 +0200)
commit30681738f9948fa5a6f9c4c1b597bcf91ecdecce
treeb51440baca1000109ade68e8810c96e54d706828
parentcecaf88a61b4a50d074990c29afb8cb1792b727e
g-string.adb, [...]: Replace GNAT.xxx by System.xxx when appropriate.

2007-04-20  Robert Dewar  <dewar@adacore.com>

* g-string.adb, s-proinf-irix-athread.adb, s-gloloc-mingw.adb,
s-tfsetr-default.adb, gnatfind.adb, gnatxref.adb, gprep.adb,
g-regexp.adb, g-regexp.ads, g-regpat.ads, g-tasloc.adb, g-tasloc.ads,
output.adb, switch-m.ads, tree_in.ads, tree_io.ads, indepsw.ads,
g-utf_32.adb, g-utf_32.ads, a-wichun.adb, a-wichun.ads, a-zchuni.adb,
a-zchuni.ads: Replace GNAT.xxx by System.xxx when appropriate.

* s-utf_32.adb, s-utf_32.ads, s-os_lib.adb, s-os_lib.ads, s-regexp.adb,
s-regexp.ads, s-regpat.adb, s-regpat.ads, s-string.adb, s-string.ads,
s-tasloc.adb, s-tasloc.ads: New files.

From-SVN: r125360
33 files changed:
gcc/ada/a-wichun.adb
gcc/ada/a-wichun.ads
gcc/ada/a-zchuni.adb
gcc/ada/a-zchuni.ads
gcc/ada/g-regexp.ads
gcc/ada/g-regpat.ads
gcc/ada/g-tasloc.adb
gcc/ada/g-tasloc.ads
gcc/ada/g-utf_32.adb
gcc/ada/g-utf_32.ads
gcc/ada/gnatfind.adb
gcc/ada/gnatxref.adb
gcc/ada/gprep.adb
gcc/ada/indepsw.ads
gcc/ada/output.adb
gcc/ada/s-gloloc-mingw.adb
gcc/ada/s-os_lib.adb [new file with mode: 0755]
gcc/ada/s-os_lib.ads [new file with mode: 0755]
gcc/ada/s-proinf-irix-athread.adb
gcc/ada/s-regexp.adb [new file with mode: 0755]
gcc/ada/s-regexp.ads [new file with mode: 0755]
gcc/ada/s-regpat.adb [new file with mode: 0755]
gcc/ada/s-regpat.ads [new file with mode: 0755]
gcc/ada/s-string.adb [new file with mode: 0755]
gcc/ada/s-string.ads [new file with mode: 0755]
gcc/ada/s-tasloc.adb [new file with mode: 0755]
gcc/ada/s-tasloc.ads [new file with mode: 0755]
gcc/ada/s-tfsetr-default.adb
gcc/ada/s-utf_32.adb [new file with mode: 0755]
gcc/ada/s-utf_32.ads [new file with mode: 0755]
gcc/ada/switch-m.ads
gcc/ada/tree_in.ads
gcc/ada/tree_io.ads