From 1d4048b236f1ca4ee555de04ca1b8d1492434670 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 11 Aug 1999 23:45:57 +0000 Subject: Patch from Tony R. Ambardar : I'm attaching a big patch for the ts_386ex BSP which adds and includes the following: 1) Conversion to ELF format + minor code cleanups + documentation. 2) An Ada95 binding to FreeBSD sockets, based on Samuel Tardieu's adasockets-0.1.3 package. This includes some sample applications. 3) Some Ada and C interfaces to add serial-port debugging to programs. Comes with examples, too; the Ada one shows how transparent adding the support can be. Note that Rosimildo sent me the original C code. The network stuff is not BSP specific, and could be added to your Ada code collection. The debugging stuff is specific to the i386. Right now, everything sits in my "tools" directory. --- c/src/lib/libbsp/i386/ts_386ex/bsp_specs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/i386/ts_386ex/bsp_specs') diff --git a/c/src/lib/libbsp/i386/ts_386ex/bsp_specs b/c/src/lib/libbsp/i386/ts_386ex/bsp_specs index 64ef6d2731..03a3df6874 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/bsp_specs +++ b/c/src/lib/libbsp/i386/ts_386ex/bsp_specs @@ -16,8 +16,10 @@ *startfile: %{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems_debug: start.o%s} \ -%{qrtems_debug: start_g.o%s}} +%{qrtems_debug: start_g.o%s} crti.o%s crtbegin.o%s} *link: %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _init_i386ex} +*endfile: +%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -- cgit v1.2.3