OSDN Git Service

New Language: Ada
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Oct 2001 14:08:34 +0000 (14:08 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Oct 2001 14:08:34 +0000 (14:08 +0000)
commitee6ba406bdc83a0b016ec0099d84035d7fd26fd7
tree133a71d6793865f2028234c0125afcfa4c7afc76
parent1fac938ee5fb71eb038b3b33e393a02d5ea33190
New Language: Ada

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45954 138bc75d-0d04-0410-961f-82ee72b054a4
121 files changed:
gcc/ada/back_end.adb [new file with mode: 0644]
gcc/ada/back_end.ads [new file with mode: 0644]
gcc/ada/bcheck.adb [new file with mode: 0644]
gcc/ada/bcheck.ads [new file with mode: 0644]
gcc/ada/binde.adb [new file with mode: 0644]
gcc/ada/binde.ads [new file with mode: 0644]
gcc/ada/binderr.adb [new file with mode: 0644]
gcc/ada/binderr.ads [new file with mode: 0644]
gcc/ada/bindgen.adb [new file with mode: 0644]
gcc/ada/bindgen.ads [new file with mode: 0644]
gcc/ada/bindusg.adb [new file with mode: 0644]
gcc/ada/bindusg.ads [new file with mode: 0644]
gcc/ada/butil.adb [new file with mode: 0644]
gcc/ada/butil.ads [new file with mode: 0644]
gcc/ada/cal.c [new file with mode: 0644]
gcc/ada/calendar.ads [new file with mode: 0644]
gcc/ada/casing.adb [new file with mode: 0644]
gcc/ada/casing.ads [new file with mode: 0644]
gcc/ada/checks.adb [new file with mode: 0644]
gcc/ada/checks.ads [new file with mode: 0644]
gcc/ada/cio.c [new file with mode: 0644]
gcc/ada/comperr.adb [new file with mode: 0644]
gcc/ada/comperr.ads [new file with mode: 0644]
gcc/ada/config-lang.in [new file with mode: 0644]
gcc/ada/csets.adb [new file with mode: 0644]
gcc/ada/csets.ads [new file with mode: 0644]
gcc/ada/cstand.adb [new file with mode: 0644]
gcc/ada/cstand.ads [new file with mode: 0644]
gcc/ada/cstreams.c [new file with mode: 0644]
gcc/ada/cuintp.c [new file with mode: 0644]
gcc/ada/debug.adb [new file with mode: 0644]
gcc/ada/debug.ads [new file with mode: 0644]
gcc/ada/debug_a.adb [new file with mode: 0644]
gcc/ada/debug_a.ads [new file with mode: 0644]
gcc/ada/dec-io.adb [new file with mode: 0644]
gcc/ada/dec-io.ads [new file with mode: 0644]
gcc/ada/dec.ads [new file with mode: 0644]
gcc/ada/decl.c [new file with mode: 0644]
gcc/ada/deftarg.c [new file with mode: 0644]
gcc/ada/directio.ads [new file with mode: 0644]
gcc/ada/einfo.adb [new file with mode: 0644]
gcc/ada/einfo.ads [new file with mode: 0644]
gcc/ada/elists.adb [new file with mode: 0644]
gcc/ada/elists.ads [new file with mode: 0644]
gcc/ada/elists.h [new file with mode: 0644]
gcc/ada/errno.c [new file with mode: 0644]
gcc/ada/errout.adb [new file with mode: 0644]
gcc/ada/errout.ads [new file with mode: 0644]
gcc/ada/eval_fat.adb [new file with mode: 0644]
gcc/ada/eval_fat.ads [new file with mode: 0644]
gcc/ada/exit.c [new file with mode: 0644]
gcc/ada/exp_aggr.adb [new file with mode: 0644]
gcc/ada/exp_aggr.ads [new file with mode: 0644]
gcc/ada/exp_attr.adb [new file with mode: 0644]
gcc/ada/exp_attr.ads [new file with mode: 0644]
gcc/ada/exp_ch10.ads [new file with mode: 0644]
gcc/ada/exp_ch11.adb [new file with mode: 0644]
gcc/ada/exp_ch11.ads [new file with mode: 0644]
gcc/ada/exp_ch12.adb [new file with mode: 0644]
gcc/ada/exp_ch12.ads [new file with mode: 0644]
gcc/ada/exp_ch13.adb [new file with mode: 0644]
gcc/ada/exp_ch13.ads [new file with mode: 0644]
gcc/ada/exp_ch2.adb [new file with mode: 0644]
gcc/ada/exp_ch2.ads [new file with mode: 0644]
gcc/ada/exp_ch3.adb [new file with mode: 0644]
gcc/ada/exp_ch3.ads [new file with mode: 0644]
gcc/ada/exp_ch4.adb [new file with mode: 0644]
gcc/ada/exp_ch4.ads [new file with mode: 0644]
gcc/ada/exp_ch5.adb [new file with mode: 0644]
gcc/ada/exp_ch5.ads [new file with mode: 0644]
gcc/ada/exp_ch6.adb [new file with mode: 0644]
gcc/ada/exp_ch6.ads [new file with mode: 0644]
gcc/ada/exp_ch7.adb [new file with mode: 0644]
gcc/ada/exp_ch7.ads [new file with mode: 0644]
gcc/ada/exp_ch8.adb [new file with mode: 0644]
gcc/ada/exp_ch8.ads [new file with mode: 0644]
gcc/ada/exp_ch9.adb [new file with mode: 0644]
gcc/ada/exp_ch9.ads [new file with mode: 0644]
gcc/ada/exp_code.adb [new file with mode: 0644]
gcc/ada/exp_code.ads [new file with mode: 0644]
gcc/ada/exp_dbug.adb [new file with mode: 0644]
gcc/ada/exp_dbug.ads [new file with mode: 0644]
gcc/ada/exp_disp.adb [new file with mode: 0644]
gcc/ada/exp_disp.ads [new file with mode: 0644]
gcc/ada/exp_dist.adb [new file with mode: 0644]
gcc/ada/exp_dist.ads [new file with mode: 0644]
gcc/ada/exp_fixd.adb [new file with mode: 0644]
gcc/ada/exp_fixd.ads [new file with mode: 0644]
gcc/ada/exp_imgv.adb [new file with mode: 0644]
gcc/ada/exp_imgv.ads [new file with mode: 0644]
gcc/ada/exp_intr.adb [new file with mode: 0644]
gcc/ada/exp_intr.ads [new file with mode: 0644]
gcc/ada/exp_pakd.adb [new file with mode: 0644]
gcc/ada/exp_pakd.ads [new file with mode: 0644]
gcc/ada/exp_prag.adb [new file with mode: 0644]
gcc/ada/exp_prag.ads [new file with mode: 0644]
gcc/ada/exp_smem.adb [new file with mode: 0644]
gcc/ada/exp_smem.ads [new file with mode: 0644]
gcc/ada/exp_strm.adb [new file with mode: 0644]
gcc/ada/exp_strm.ads [new file with mode: 0644]
gcc/ada/exp_tss.adb [new file with mode: 0644]
gcc/ada/exp_tss.ads [new file with mode: 0644]
gcc/ada/exp_util.adb [new file with mode: 0644]
gcc/ada/exp_util.ads [new file with mode: 0644]
gcc/ada/exp_vfpt.adb [new file with mode: 0644]
gcc/ada/exp_vfpt.ads [new file with mode: 0644]
gcc/ada/expander.adb [new file with mode: 0644]
gcc/ada/expander.ads [new file with mode: 0644]
gcc/ada/expect.c [new file with mode: 0644]
gcc/ada/fe.h [new file with mode: 0644]
gcc/ada/final.c [new file with mode: 0644]
gcc/ada/fname-sf.adb [new file with mode: 0644]
gcc/ada/fname-sf.ads [new file with mode: 0644]
gcc/ada/fname-uf.adb [new file with mode: 0644]
gcc/ada/fname-uf.ads [new file with mode: 0644]
gcc/ada/fname.adb [new file with mode: 0644]
gcc/ada/fname.ads [new file with mode: 0644]
gcc/ada/freeze.adb [new file with mode: 0644]
gcc/ada/freeze.ads [new file with mode: 0644]
gcc/ada/frontend.adb [new file with mode: 0644]
gcc/ada/frontend.ads [new file with mode: 0644]