Joel Sherrill
3df0c1e9ff
changed version to 4.5.0
2000-07-14 19:24:28 +00:00
Joel Sherrill
b167323ddb
changed version to 4.5.0
2000-07-14 19:14:12 +00:00
Joel Sherrill
9717739f27
changed version to 4.5.0
2000-07-14 19:10:50 +00:00
Joel Sherrill
8465866651
changed version to 4.5.0
2000-07-14 19:05:23 +00:00
Joel Sherrill
a5c67bc66d
Updated RTEMS version.
2000-07-14 19:04:42 +00:00
Joel Sherrill
a4c731f6aa
Updated tool versions for gnat 3.12p RPM revision 5.
2000-07-14 19:04:13 +00:00
Joel Sherrill
c1956b5952
Changed name of static table versions to avoid conflict.
2000-07-14 18:53:21 +00:00
Joel Sherrill
21555cba2d
Switch logical in conditional.
2000-07-13 16:17:23 +00:00
Joel Sherrill
822d6b4799
Patch rtems-rc-20000711-2-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
that removes setting unused variables WORKSPACE_MB and HEAPSPACE_MB.
2000-07-11 15:33:40 +00:00
Joel Sherrill
6d19b7edd4
Fixed problem reported by Victor V. Vengerov <Victor.Vengerov@oktet.ru>
...
where alarm() did not correctly account for the watchdog start_time
and stop_time fields being based on ticks not seconds. This resulted
in alarm() returning a bogus number of seconds remaining.
2000-07-07 19:31:28 +00:00
Joel Sherrill
7f51092d10
Patch from James Housley <jim@thehousleys.net> so application Makefiles
...
can find tools installed to $(prefix)/bin after installation.
2000-07-07 16:48:29 +00:00
Joel Sherrill
1d51c45deb
Patch rtems-rc-20000705-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
...
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: c/src/tests/libtests/termios/init.c
CVS: ----------------------------------------------------------------------
2000-07-06 20:10:40 +00:00
Joel Sherrill
e734e57635
Patch rtems-rc-20000702-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
that is a hack to workaround a switch generation compiler bug for the
SH2 and cleaned up some warnings.
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: c/src/tests/libtests/termios/init.c
CVS: ----------------------------------------------------------------------
2000-07-03 20:48:00 +00:00
Joel Sherrill
0f4bfda992
Interrupt stack is allocated in _ISR_Handler_initialization not
...
_Interrupt_Manager_initialization.
2000-07-03 18:43:44 +00:00
Joel Sherrill
6d3279acea
Patches from Eric Valette to address librdbg issues on SunRPC upgrade
...
and cleanup.
2000-06-29 16:22:13 +00:00
Joel Sherrill
5aac7bc83e
Patch from Chris Johns <cjohns@cybertec.com.au> to make sure the
...
ttyHead back link is set.
2000-06-29 16:05:30 +00:00
Joel Sherrill
14b4125f3c
Patch from Eric Valette <valette@crf.canon.fr> to make librdbg work
...
with the new RPC code.
2000-06-29 15:48:05 +00:00
Joel Sherrill
5f3ad6a89d
Patch from Chris Johns <cjohns@cybertec.com.au> and
...
Jennifer Averett <jennifer.averett@oarcorp.com > to fix
appends (O_APPEND at open time) on in-memory files.
A call such as:
fd = open (file, O_APPEND | O_WRONLY);
did not append to the end of the file.
2000-06-26 14:50:00 +00:00
Joel Sherrill
f782320813
Patch from Chris Johns <cjohns@cybertec.com.au> and
...
Jennifer Averett <jennifer.averett@oarcorp.com > to make sure
"/" is created with S_IFDIR set.
2000-06-26 14:46:47 +00:00
Joel Sherrill
0a8a4c128d
Patch from James Housley <jim@thehousleys.net> to address FreeBSD 4.x
...
build issues.
2000-06-16 13:05:17 +00:00
Joel Sherrill
d33b901755
changed version to 4.5.0-beta3a
2000-06-12 20:55:36 +00:00
Joel Sherrill
1dc9286f8b
changed version to 4.5.0-beta3a
2000-06-12 20:30:01 +00:00
Joel Sherrill
b96734cdd0
Fixed so hppa1.1 compiles with only problems in simhppa BSP.
2000-06-12 20:29:45 +00:00
Joel Sherrill
380b2231e0
Works on Solaris and Linux.
2000-06-12 18:46:11 +00:00
Joel Sherrill
c243c4923e
Added i960KA support in anticipation is i960 gdb simulator BSP.
2000-06-12 15:56:32 +00:00
Joel Sherrill
19c6e495d3
changed version to 4.5.0-beta3a
2000-06-12 15:26:51 +00:00
Joel Sherrill
930c1c8dc9
Merging main trunk and 4.5 branch. These changes were in the
...
main trunk.
2000-06-12 15:24:34 +00:00
Joel Sherrill
6a62bceb23
changed version to 4.5.0-beta3a
2000-06-12 14:22:25 +00:00
Joel Sherrill
f18d2e7432
Updated a bit.
2000-06-12 14:19:35 +00:00
Joel Sherrill
531cbf9a4a
Changed st_atime, st_ctime, and st_mtime for IMFS nodes to be
...
stat_ to avoid conflicts with macros on Solaris.
2000-06-12 14:09:52 +00:00
Joel Sherrill
f981326efc
Updated version.
2000-06-12 14:07:19 +00:00
Joel Sherrill
e88f497884
Make sure Context_Control is large enough.
2000-06-10 18:37:21 +00:00
Joel Sherrill
98165e21b7
Check that context control overlay is big enough.
2000-06-10 18:36:48 +00:00
Joel Sherrill
c5fe7cf65c
Patch rtems-rc-4.5.0-27-cvs from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
to remove syntactically incorrect else code that was technically
unneeded anyway.
2000-06-09 18:45:23 +00:00
Joel Sherrill
c580598529
Configure a default interrupt stack size.
2000-06-08 01:37:04 +00:00
Joel Sherrill
8b9aa32d5b
Added -DUSE_INIT_FINI so they should be able to run C++ tests.
2000-06-07 13:34:55 +00:00
Joel Sherrill
423fb5ac8c
Changed patch version for newlib to include Ralf's fixes for
...
install shell script problems.
2000-06-07 13:31:52 +00:00
Joel Sherrill
b790e3990f
Changed distribution version.
2000-06-07 13:31:22 +00:00
Joel Sherrill
b24ef52626
Do not include config.sub and config.guess in distribution. scripts
...
must be loaded as a subdirectory of an RTEMS release.
2000-06-07 13:31:06 +00:00
Joel Sherrill
68638f0519
Added attributes of allocatable and executable to .reset and .initial
...
sections so they are disassembled by objdump and loaded by gdb.
2000-06-07 13:29:46 +00:00
Joel Sherrill
1a632e8e73
-T linkcmds now part of %lib rule so %link rule can more easily honor
...
the CPU model library linking rules built into gcc.
2000-06-07 13:27:40 +00:00
Joel Sherrill
259397cc88
Added *spec.in since they are now automatically generated from the *.add
...
files.
2000-06-07 13:23:46 +00:00
Joel Sherrill
bdf9a99415
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
...
gccnewlib.add applies find -path=... which might cause files.gcc
getting corrupted.
This seems to be gnu-find specific and doesn't seem to be supported
by Solaris find (/usr/bin/find). I didn't see this because I use
gnu-find even under Solaris (/amd/bin/find under our Solaris
installation).
This causes the first call to find in gccnewlib.add to deliver
incorrect results and may result into incorrectly setting up the
files.* files, esp. files.gcc.
2000-06-06 13:44:18 +00:00
Joel Sherrill
19f4540ee5
Updated patch versions.
2000-06-02 20:13:51 +00:00
Joel Sherrill
fd16f5b587
Patch from Keith Outwater <vac4050@cae597.rsc.raytheon.com> to rename
...
webserver trace() routine to goahead_trace() to avoid name conflicts
with ncurses.
2000-06-01 21:50:37 +00:00
Joel Sherrill
e89694ee7e
Distributed the preinstall of the header files to the directories
...
owning the header files.
2000-05-31 22:31:26 +00:00
Joel Sherrill
322c894c08
Patch to:
...
1. Fixes a typo in the code conditionalized by GEN68360_WITH_SRAM
2. Mods the code to add support for an additional bank of SRAM (needed more RAM
to run the web server!)
From <vac4050@cae597.rsc.raytheon.com > reviewed by Eric Norum <eric@cls.usask.ca >.
2000-05-31 15:27:40 +00:00
Joel Sherrill
3081446337
Patch rtems-rc-4.5.0-25.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
multilib handling issues.
2000-05-31 15:24:43 +00:00
Joel Sherrill
db07e68798
Update from John S. Gwynne <jsg@jsgpc.mrcday.com> that:
...
* updated README
* improved misc script for running the RTEMS test programs
* Updated 332 SIM configuration in start.c
* C++ global constructor fix (USE_INIT_FINI)
* change __end_of_ram to _RamEnd to match changes by others
2000-05-31 15:05:55 +00:00
Joel Sherrill
0adfb21347
Added -DUSE_INIT_FINI to all m68k and PowerPC BSPs.
2000-05-31 15:01:48 +00:00