]> gcc.gnu.org Git - gcc.git/commit
bld.ads, [...]: Remove gpr2make, replaced by gprmake.
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 3 Jan 2005 15:34:18 +0000 (16:34 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 3 Jan 2005 15:34:18 +0000 (16:34 +0100)
commite6d50a9e9d71a8b5519de675e94e79e72be3a150
tree163dcbd1c122008f040766e9e59e37cdd5307c1c
parent165eab5ffcf0a4ffe7505982de815605f15e4918
bld.ads, [...]: Remove gpr2make, replaced by gprmake.

* bld.ads, bld.adb, bld-io.ads, bld-io.adb, gprcmd.adb,
gpr2make.ads, gpr2make.adb: Remove gpr2make, replaced by gprmake.

* Makefile.in: Add support to build shared Ada libraries on solaris x86
Remove gpr2make, replaced by gprmake.
Remove references to gnatmem and libaddr2line.
Add indepsw.adb<indepsw-linux.adb to TOOLS_TARGET_PAIRS for IA64 linux.
(gnatlib-shared-darwin): Add "-fno-common" to GNATLIBCFLAGS.
Add support for specialized version of Ada.Numerics.Aux for Darwin: use
a-numaux-darwin.ads and a-numaux-darwin.adb
Enable mlib-tgt-lynxos.adb on lynxos.

* Make-lang.in: Remove rules for gpr2make.
When generating sdefault.adb, do not call Relocate_Path
on S3 for function Target_Name, as it is not a path.
Remove references to gnatmem and libaddr2line.

* a-numaux-darwin.ads, a-numaux-darwin.adb, g-soccon-darwin.ads: New
files.

From-SVN: r92831
12 files changed:
gcc/ada/Make-lang.in
gcc/ada/Makefile.in
gcc/ada/a-numaux-darwin.adb [new file with mode: 0644]
gcc/ada/a-numaux-darwin.ads [new file with mode: 0644]
gcc/ada/bld-io.adb [deleted file]
gcc/ada/bld-io.ads [deleted file]
gcc/ada/bld.adb [deleted file]
gcc/ada/bld.ads [deleted file]
gcc/ada/g-soccon-darwin.ads [new file with mode: 0644]
gcc/ada/gpr2make.adb [deleted file]
gcc/ada/gpr2make.ads [deleted file]
gcc/ada/gprcmd.adb [deleted file]
This page took 0.068649 seconds and 5 git commands to generate.