Commit Graph
15219 Commits
Author SHA1 Message Date
Till Straumann 03c6b7748e 2008-03-25 Till Straumann <strauman@slac.stanford.edu>
* shttpd/log.c: Activate SPLIT_SNPRINTF for gcc <= 4.2.3 and
	  coldfire.
2008-03-25 19:24:24 +00:00
Ralf Corsepius 1f129d87d5 Regenerate. 2008-03-25 05:50:32 +00:00
Ralf Corsepius 4e780508f7 gdb-6.7.1-rtems4.9-20080324.diff, gdb-6.7.1-gdb-6.7.90-config.diff. 2008-03-24 17:11:02 +00:00
Ralf Corsepius 063d030b7e Bump GDB_RPMREL. 2008-03-24 17:08:45 +00:00
Ralf Corsepius c0141a3623 Add %{_host}-gcc for CdnX 2008-03-24 16:02:02 +00:00
Ralf Corsepius 4ae739d4fa Add patch1. 2008-03-24 16:00:10 +00:00
Ralf Corsepius afeefd1c13 New. 2008-03-24 15:57:27 +00:00
Ralf Corsepius 6d71a6f345 Add _bindir to $PATH. 2008-03-24 15:52:15 +00:00
Ralf Corsepius 833820844d New. 2008-03-23 10:46:55 +00:00
Joel Sherrill 3f432fbd01 2008-03-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac, startup/exit.c: Add BSP_PRESS_KEY_FOR_RESET
	configuration option. When this is set to one, a clean exit of an
	application will result in the BSP resetting the hardware without
	waiting for a human to press a key.
	* start/start.S, startup/linkcmds: Replace the linkcmds with a
	version very closely based upon the default in binutils 2.18 for
	this target.  This eliminated weird failures with C++ dtors even
	in C applications.  We had an extra _ on a symbol used in start.S.
2008-03-22 14:01:49 +00:00
Ralf Corsepius 2ebf170e22 Fix package name. 2008-03-22 10:32:03 +00:00
Ralf Corsepius 66b3cc58bd Add termcap. 2008-03-22 10:28:52 +00:00
Ralf Corsepius cd27172f00 New. 2008-03-22 10:28:05 +00:00
Ralf Corsepius adee1dd261 New. 2008-03-22 05:51:46 +00:00
Ralf Corsepius c75d74ad74 Add readline. 2008-03-22 05:51:29 +00:00
Ralf Corsepius 0b80c067f7 include ../mpfr.am 2008-03-22 05:34:16 +00:00
Ralf Corsepius 3736628ada Remove. 2008-03-22 05:33:46 +00:00
Ralf Corsepius 8ef2834b22 New. 2008-03-22 05:33:24 +00:00
Ralf Corsepius 1fc6c38e8d Split-out mpfr.add ncurses.am zlib.am. 2008-03-22 04:57:30 +00:00
Ralf Corsepius a837ab2806 New (Split-out from i686/Makefile.am). 2008-03-22 04:56:51 +00:00
Ralf Corsepius 24c5f7b2df Replaced with ncurses*.add 2008-03-22 04:53:19 +00:00
Ralf Corsepius 0c52be23ea Replace libncurses-devel with ncurses. 2008-03-22 04:23:14 +00:00
Ralf Corsepius ee7e51538f New. 2008-03-22 04:22:24 +00:00
Till Straumann 2cedc4608e 2008-03-21 Till Straumann <strauman@slac.stanford.edu>
* shared/console/uart.c: In IRQ driven mode also
	keep reading chars while they are available (fifo
	could be enabled).
2008-03-21 18:48:49 +00:00
Till Straumann b93e277f44 2008-03-20 Till Straumann <strauman@slac.stanford.edu>
* ChangeLog: fixed dates; we're 2008 :-)
2008-03-21 06:47:14 +00:00
Till Straumann 7347b0d9b4 2007-03-20 Till Straumann <strauman@slac.stanford.edu>
* include/bsp.h, startup/bspstart.c: confdefs.h now wants
	us to use BSP_INTERRUPT_STACK_SIZE instead of
	CONFIGURE_INTERRUPT_STACK_MEMORY. Removed reference to
	CONFIGURE_INTERRUPT_STACK_MEMORY from bspstart.c
2008-03-21 06:38:04 +00:00
Till Straumann 49bce16b2d 2008-03-20 Till Straumann <strauman@slac.stanford.edu>
* vmeUniverse/vmeTsi148.c: type of 5th argument
	to pci_read_config_dword() is now uint32_t*.
2008-03-21 06:30:52 +00:00
Till Straumann 73c7cf1e10 2008-03-19 Till Straumann <strauman@slac.stanford.edu>
* shared/startup/pretaskinghook.c: install pointer
	to rtems_malloc_sbrk_helpers_table. This (and derived)
	BSPs rely on sbrk delivering even the first/initial
	chunk of memory.
2008-03-20 19:10:03 +00:00
Till Straumann d56c6783e5 2008-03-20 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/bspsupport/irq.c: don't disable irqs
	at the interrupt controller (PIC) during initialization -- this
	caused problems where some BSPs's BSP_disable_irq_at_pic() routine
	did not ignore IRQ lines associated with cascaded PICs.
	Rely on the BSP (BSP_setup_the_pic()) to provide a good
	initial setup.
2008-03-20 19:08:52 +00:00
Ralf Corsepius b0fc2ec5a7 Add mpfr. 2008-03-20 11:54:54 +00:00
Ralf Corsepius 229f500a9e New. 2008-03-20 11:54:34 +00:00
Ralf Corsepius 0d4551f235 Add gmp. 2008-03-20 09:27:08 +00:00
Ralf Corsepius 4ae0edf615 New. 2008-03-20 09:26:44 +00:00
Ralf Corsepius f9dff196e8 Disable debug_package for cygwin. 2008-03-20 07:01:06 +00:00
Till Straumann 8e8614442b 2008-03-19 Till Straumann <strauman@slac.stanford.edu>
* shared/console/console.c, shared/console/uart.c,
	shared/console/uart.h: added support for task-driven
	console.
2008-03-20 06:50:14 +00:00
Till Straumann e6c4e669bc 2008-03-19 Till Straumann <strauman@slac.stanford.edu>
* shared/startup/pretaskinghook.c: install pointer
	to rtems_malloc_sbrk_helpers_table. This (and derived)
	BSPs rely on sbrk delivering even the first/initial
	chunk of memory.
2008-03-20 04:18:15 +00:00
Ralf Corsepius 310132c304 Add _libdir for cygwin. 2008-03-20 04:04:44 +00:00
Ralf Corsepius 28904d4152 Add cygwin optflags hack. 2008-03-20 04:03:34 +00:00
Ralf Corsepius fc7d623f77 Use %__tar instead of /usr/bin/star. 2008-03-20 04:02:31 +00:00
Ralf Corsepius a0291e05f4 Rename Source60 into Source70. 2008-03-19 17:07:56 +00:00
Ralf Corsepius 5a63a1e176 Upgrade to cygwin-1.5.25-11, w32api-3.11-1. 2008-03-19 12:48:48 +00:00
Till Straumann bf1b08c14e 2008-03-17 Till Straumann <strauman@slac.stanford.edu>
* vmeUniverse/vmeTsi148.c: Initialize VME Master
	'VTON' timer and bus-release policy to less aggressive
	values than the chip's defaults. The default VTON easily
	overrides any settings used by the DMA engine.
2008-03-19 00:19:44 +00:00
Ralf Corsepius 5589eac07b Add %{_bindir} to PATH to cater CdnX-builds.
Set CFLAGS_FOR_BUILD.
2008-03-18 06:12:40 +00:00
Ralf Corsepius 7940f9678f Add %{_bindir} to PATH to catter CdnX-builds. 2008-03-18 06:11:17 +00:00
Ralf Corsepius 1fb6a01539 BR: @rpmprefix@%{_host}-gcc for CdnX-builds. 2008-03-18 06:09:42 +00:00
Ralf Corsepius 18f7bf5aa0 Set CFLAGS_FOR_BUILD and CC for CdnX-builds. 2008-03-18 05:39:21 +00:00
Ralf Corsepius 368708b768 BR: @rpmprefix@@tool_target@-gcc and @rpmprefix@%{_host}-gcc for CdnX-builds. 2008-03-18 05:37:40 +00:00
Ralf Corsepius 7da626b0d0 BR: @rpmprefix@@tool_target@-gcc-c++ for CdnX-builds. 2008-03-18 05:36:13 +00:00
Ralf Corsepius 5431a7179a Bump RPMRELS. Sync with rtems-4-8-branch. 2008-03-14 16:14:48 +00:00
Ralf Corsepius d06b28e38a Fix typo. 2008-03-14 16:05:12 +00:00