[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 16 Jun 2005 09:00:13 +0000 (11:00 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 16 Jun 2005 09:00:13 +0000 (11:00 +0200)
commit84fdd8a35ecef52e58198b55ac169e9f921ecd7f
treea805cdf58bf82e42b382e600607214a93b0ebbf1
parent0453ca3d7288b11830065c9ed05ee3a75dc974da
[multiple changes]

2005-06-10  Arnaud Charlet  <charlet@adacore.com>

* Makefile.in: Add initialize.o when needed.
Adapt to new VMS package body Symbols and subunits
No specialized version of a-sytaco is needed for VxWorks.

* a-wichun.ads, a-wichun.adb, a-zchuni.ads, a-zchuni.adb: New files.
* a-zchara.ads, a-widcha.ads: New files.

* system-hpux-ia64.ads: New file.

* i-vxwork-x86.ads, i-vxwork.ads (intContext): Add this function which
is imported from the VxWorks kernel.

2005-06-14  Robert Dewar  <dewar@adacore.com>

* g-soliop-mingw.ads, g-soccon-vms.adb, a-swmwco.ads, exp_smem.adb,
fmap.adb, a-szmzco.ads, s-traent-vms.adb, s-traent-vms.ads,
a-direio.ads, a-exctra.ads, a-exexda.adb, a-exextr.adb, a-stream.ads,
s-restri.ads, s-restri.adb, s-traent.adb, s-traent.ads, a-slcain.adb,
a-stzhas.ads, a-tiinau.adb, comperr.adb, exp_ch11.adb, g-boubuf.adb,
g-calend.adb, g-debpoo.ads, g-moreex.ads, gprep.adb, g-regpat.ads,
i-cexten.ads, i-os2thr.ads, makeutl.ads, memroot.adb, mlib-prj.adb,
namet.adb, namet.ads, prj-makr.adb, prj-proc.adb, sem_dist.adb,
sem_elim.ads, s-valint.adb, s-vallli.adb, s-vallli.adb, s-vallli.ads,
s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads, scn.adb,
s-tasinf.adb, targparm.adb, uname.adb, uname.ads, xnmake.adb,
xsinfo.adb, a-direct.ads: Remove extra blank lines. Minor reformatting.

2005-06-14  Thomas Quinot  <quinot@adacore.com>

* xeinfo.adb: Fix typo in comment

2005-06-14  Javier Miranda  <miranda@adacore.com>

* repinfo.ads: Fix typo in comment

2005-06-14  Gary Dismukes  <dismukes@adacore.com>

* s-finimp.adb (Parent_Tag): Delete this imported function (function
Parent_Tag is now in the visible part of Ada.Tags).
(Get_Deep_Controller): Call Ada.Tags.Parent_Tag directly instead of
using imported function.

2005-06-14  Bernard Banner  <banner@adacore.com>

* vxaddr2line.adb: Add support for Windows hosted x86 vxworks. Should
also apply for handling support for VxSim 653.

2005-06-14  Eric Botcazou  <ebotcazou@adacore.com>

* xsnames.adb: Add automatic generation of snames.h.

2005-06-14  Thomas Quinot  <quinot@adacore.com>

* gen-soccon.c: Add IP_MULTICAST_IF constant
Minor reformatting and adjustments to prevent warnings.

2005-06-14  Pascal Obry  <obry@adacore.com>

* seh_init.c: Do not include <sys/stat.h>. This is not needed.

From-SVN: r101072
71 files changed:
gcc/ada/Makefile.in
gcc/ada/a-direct.ads
gcc/ada/a-direio.ads
gcc/ada/a-exctra.ads
gcc/ada/a-exexda.adb
gcc/ada/a-exextr.adb
gcc/ada/a-slcain.adb
gcc/ada/a-stream.ads
gcc/ada/a-stzhas.ads
gcc/ada/a-swmwco.ads
gcc/ada/a-szmzco.ads
gcc/ada/a-tiinau.adb
gcc/ada/a-wichun.adb [new file with mode: 0755]
gcc/ada/a-wichun.ads [new file with mode: 0755]
gcc/ada/a-widcha.ads [new file with mode: 0755]
gcc/ada/a-zchara.ads [new file with mode: 0755]
gcc/ada/a-zchuni.adb [new file with mode: 0755]
gcc/ada/a-zchuni.ads [new file with mode: 0755]
gcc/ada/comperr.adb
gcc/ada/exp_ch11.adb
gcc/ada/exp_smem.adb
gcc/ada/fmap.adb
gcc/ada/g-boubuf.adb
gcc/ada/g-calend.adb
gcc/ada/g-debpoo.ads
gcc/ada/g-moreex.ads
gcc/ada/g-regpat.ads
gcc/ada/g-soccon-vms.adb
gcc/ada/g-soliop-mingw.ads
gcc/ada/gen-soccon.c
gcc/ada/gprep.adb
gcc/ada/i-cexten.ads
gcc/ada/i-os2thr.ads
gcc/ada/i-vxwork-x86.ads
gcc/ada/i-vxwork.ads
gcc/ada/makeutl.ads
gcc/ada/memroot.adb
gcc/ada/mlib-prj.adb
gcc/ada/namet.adb
gcc/ada/namet.ads
gcc/ada/prj-makr.adb
gcc/ada/prj-proc.adb
gcc/ada/repinfo.ads
gcc/ada/s-finimp.adb
gcc/ada/s-restri.adb
gcc/ada/s-restri.ads
gcc/ada/s-tasinf.adb
gcc/ada/s-traent-vms.adb
gcc/ada/s-traent-vms.ads
gcc/ada/s-traent.adb
gcc/ada/s-traent.ads
gcc/ada/s-valint.adb
gcc/ada/s-vallli.adb
gcc/ada/s-vallli.ads
gcc/ada/s-valllu.adb
gcc/ada/s-valllu.ads
gcc/ada/s-valrea.adb
gcc/ada/s-valrea.ads
gcc/ada/scn.adb
gcc/ada/seh_init.c
gcc/ada/sem_dist.adb
gcc/ada/sem_elim.ads
gcc/ada/system-hpux-ia64.ads [new file with mode: 0644]
gcc/ada/targparm.adb
gcc/ada/uname.adb
gcc/ada/uname.ads
gcc/ada/vxaddr2line.adb
gcc/ada/xeinfo.adb
gcc/ada/xnmake.adb
gcc/ada/xsinfo.adb
gcc/ada/xsnames.adb