Timeline



07/12/00:

19:28 Changeset in rtems [bfc86bcb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed references to stack checker defines since it is dynamically enabled now at configure time.
19:27 Changeset in rtems [ea56a072]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed stupid reference to NO_TABLE_MOVE in comment block.
19:23 Changeset in rtems [39607984]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000712-1-cvs.diff from Ralf Corsepius <corsepiu@…> that is yet another multilib-related structual cleanup patch: Changes: * Make RTEMS_DEBUG a global per-cpu configuration option * Remove RTEMS_DEBUG from targopts.h * Add a global --enable-rtems-debug option disabled by default. * Add RTEMS_DEBUG to cpuopts.h * Remove all references to RTEMS_DEBUG from custom/*.cfg Notes: * RTEMS_DEBUG is set in c/src/exec/configure.in only (RTEMS_CHECK_RTEMS_DEBUG) and should be defined in cpuopts.h only. BSPs should not redefine it, but use the value being provided by cpuopts.h. => With multilibs, users have to choose: Either enable RTEMS_DEBUG for all BSPs and CPU_MODELs of a cpu or not. * Only few BSPs had RTEMS_DEBUG enabled, therefore I set the default to disabled. * This patch influences the per-BSP building scheme. Existing BSPs which set RTEMS_DEBUG in their make-target-options rule might have problems at runtime.
17:55 Changeset in network-demos [6dba533]rtems-4-5-branchnetdemos-4-5-0 by Joel Sherrill <joel.sherrill@…>
Changed version to 4.5.0.
16:47 Changeset in network-demos [1a1b41cd]4.11network-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branch by Joel Sherrill <joel.sherrill@…>
Patch from Andrew Bythell <abythell@…> that should allow the http demo to build a correct starting filesystem and run. Formerly, the http demo did not configure the filesystem as needed or build the tar file such that GoAhead? could find it.
16:44 Changeset in network-demos [6c58235]rtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Patch from Andrew Bythell <abythell@…> that should allow the http demo to build a correct starting filesystem and run. Formerly, the http demo did not configure the filesystem as needed or build the tar file such that GoAhead? could find it.
16:41 Changeset in network-demos [969907a]rtems-4-5-branch by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'. Cherrypick from master 2000-07-12 16:41:06 UTC Joel Sherrill <joel.sherrill@…> 'Adding and deleting files for branch and main trunk.': http/rootfs/etc/host.conf http/rootfs/etc/hosts http/rootfs/web/index.html
16:41 Changeset in network-demos [c91972f]4.11network-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branch by Joel Sherrill <joel.sherrill@…>
Adding and deleting files for branch and main trunk.
13:50 Changeset in rtems [8bb456a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added comment.
13:50 Changeset in rtems [71f578ef]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed unnecessary include of targopts.h.
13:44 Changeset in rtems [c3b76087]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added comment.
13:42 Changeset in rtems [60179c2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed unnecessary include of targopts.h.
13:15 Changeset in rtems [3a6bfc6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added comment.
12:36 Changeset in rtems [5ffa4e4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file missed in earlier commit.

07/11/00:

21:38 Changeset in rtems [0e7da15]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed no cpu references.
21:18 Changeset in rtems [0daf588]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
21:16 Changeset in rtems [4159370]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Reworked score/cpu/sparc so it can be safely compiled multilib. All routines and structures that require CPU model specific information are now in libcpu. This primarily required moving erc32 specific information from score/cpu files to libcpu/sparc and the erc32 BSP.
20:45 Changeset in rtems [f38d829]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added Hitachi H8/300 to the list of CPUs that should be OK with using cpuopts.h and not targopts.h.
19:41 Changeset in rtems [073e2411]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Adding .cvsignore files.
19:31 Changeset in rtems [bc85fd5a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Reworked score/cpu/i960 so it can be safely compiled multilib. All routines and structures that require CPU model specific information are now in libcpu. This required significant rework of the score/cpu header files and the creation of multiple header files and subdirectories in libcpu/i960.
15:33 Changeset in rtems [822d6b4] by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000711-2-cvs.diff from Ralf Corsepius <corsepiu@…> that removes setting unused variables WORKSPACE_MB and HEAPSPACE_MB.
15:26 Changeset in rtems [9e52b29]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000711-2-cvs.diff from Ralf Corsepius <corsepiu@…> that removes setting unused variables WORKSPACE_MB and HEAPSPACE_MB.
14:56 Changeset in rtems [270e3cc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000711-1-cvs.diff from Ralf Corsepius <corsepiu@…> that decouples exec/ for the sh, m68k and i960 from targopts.h. NOTE: The change to system.h is a hack to enable cpuopts.h for some targets, but keep using targopts.h for others - I know it does *not* work for sparc, mips, i386 and ppc. This will have to be addressed as work continues on multilibing.
14:02 Changeset in rtems [ebb0bb92]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated to new patch.

07/10/00:

19:23 Changeset in rtems [e0ba3e8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000709-1.diff from Ralf Corsepius <corsepiu@…> that addresses aspects of the targopts.h multilib related issues. Changes: * Move targopts.h to libbsp/include, because the current targopts.h actually is a per-BSP-header and therefore can not stay below exec/. * Introduce an autoheader generated header file (exec/score/include/rtems/score/cpuopts.h), which shall take per-cpu configuration options only. * Move all autoconf-detectable/configure specified per-cpu option-defines from targopts.h to cpuopts.h. * Add Makefiles to the libbsp/shared directory hierarchy. Notes: * The new per-bsp targopts.h in libbsp includes the per-cpu cpuopts.h. This way, the new targopts.h is kept backward compatible to the old targopts.h and existing BSPs which (carelessly) include targopts.h (i386, ppc) should be kept working when using the multilib-disabled configuration scheme. * cpuopts.h is not yet complete, because the per-BSP make-targopts rules from custom/<BSP>.cfg files can not be applied to files below exec/ when building multilibs. * All files below exec/ should not include targopts.h anymore, but should include cpuopts.h instead. However, eliminating inclusion of targopts.h currently triggers further structural / header file inclusion related issues, because several ports apply BSP or CPU_MODEL specific defines from targopts.h below exec/
19:12 Changeset in rtems [256cbec]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000708-1.diff from Ralf Corsepius <corsepiu@…> that is another small step toward multilibs: Changes: * Eliminate RTEMS_CHECK_CUSTOM_BSP from all configure.ins below exec/ * Add RTEMS_CHECK_CUSTOM_BSP to the multilib-disabled branch in RTEMS_ENV_RTEMSCPU to preserve the old per-BSP building scheme functional. Notes: * --enable-multilibs is still non-functional * This patch should not have any influence on the old building scheme (--disable-multilib should silently fall back to the old building scheme). * running ./bootstrap is required after applying the patch
19:09 Changeset in rtems [dc39377]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Now links although linkcmds will not work on real hardware. But then again neither will unlinked executables. :)
19:01 Changeset in rtems [74d5216]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Build rtems-cpu.rel in this directory.
19:00 Changeset in rtems [9df5323]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed typo.
19:00 Changeset in rtems [868b8ee6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Incorrectly specified using new exception processing.
18:59 Changeset in rtems [ad9e0071]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New files.
18:58 Changeset in rtems [73e480c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
18:43 Changeset in rtems [d529035]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
18:42 Changeset in rtems [9065de85]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added dummy clock driver.

07/07/00:

19:56 Changeset in rtems [586f260]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Picking up changes missed in previous commit. These changes were needed to move exception processing to score/cpu.
19:36 Changeset in rtems [80e5391]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Moved old_exception_processing and new_exception_processing directories from score/cpu to libcpu because the determination of which to use is based on RTEMS_CPU_MODEL. Thus it can not be determined based solely on multilib information.
19:34 Changeset in rtems [acddd7d2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed duplicate case values.
19:31 Changeset in rtems [df976833]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed problem reported by Victor V. Vengerov <Victor.Vengerov@…> 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.
19:31 Changeset in rtems [6d19b7e] by Joel Sherrill <joel.sherrill@…>
Fixed problem reported by Victor V. Vengerov <Victor.Vengerov@…> 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.
19:29 Changeset in rtems [5f4d774e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Moved RTEMS_APPLICATION conditional to include the use of the static inline routine _CORE_mutex_Seize_interrupt_trylock since static routines are not included when in an application.
17:01 Changeset in rtems [823938f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000707-1-cvs.diff from Ralf Corsepius <corsepiu@…> that adds a piece of the *-rc-20000705-? series that was not added to CVS accidentally.
16:48 Changeset in rtems [7f51092] by Joel Sherrill <joel.sherrill@…>
Patch from James Housley <jim@…> so application Makefiles can find tools installed to $(prefix)/bin after installation.
16:46 Changeset in rtems [d74fdb5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from James Housley <jim@…> to let the Makefiles find tools like packhex after installation.

07/06/00:

21:59 Changeset in rtems [ce1ba298]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Switched to faster implementation.
20:40 Changeset in rtems [eaedd00]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed formatting.
20:37 Changeset in rtems [79ef2d81]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
20:36 Changeset in rtems [168ba07]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…> and Yacine El Kolli <elkolli@…> to add support for the mbx860_005b.
20:24 Changeset in rtems [55e4dcf3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…>
20:15 Changeset in rtems [02217e0b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000704-1.diff from Ralf Corsepius <corsepiu@…> that makes --disable-multilib the default.
20:13 Changeset in rtems [04e6f7bf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000705-3.diff from Ralf Corsepius <corsepiu@…> that is a somewhat experimental, multilib-related patch: Changes: * Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP in configure.ins below exec/. At the moment, RTEMS_ENV_RTEMSCPU is more or less an optical change to emphasize that these subdirectories shall not depend on RTEMS_BSP than a real behavioral change. * Add AC_DEFINE_* to several aclocal/*.m4 macros to prepare autoheader/autoconf generated targopts.h and similiar configuration headers. * c/src/configure.in: remove exec from cfg_subdirs if multilibs are enabled (c/src is build per bsp, exec shall be build per cpu in c/ or from the toplevel in future, when multilibs are enabled.) Notes: * This patch should not have any impact on the current building scheme. * --enable-multilib still does not work. * running bootstrap from the toplevel directory is required. 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: ----------------------------------------------------------------------
20:12 Changeset in rtems [6c5aba2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000705-2.diff from Ralf Corsepius <corsepiu@…> that adds multigen to the list of noinst_SCRIPTS.
20:10 Changeset in rtems [1d51c45] by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000705-1.diff from Ralf Corsepius <corsepiu@…>. 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: ----------------------------------------------------------------------
20:10 Changeset in rtems [edb9d70]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000705-1.diff from Ralf Corsepius <corsepiu@…>. 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: ----------------------------------------------------------------------
20:07 Changeset in rtems [501d312]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added baseline for h8 simulator BSP to support the simulator in gdb 5.0
20:01 Changeset in rtems [34a26792]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added missing #endif's.
20:01 Changeset in rtems [e6faa6ac]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected call to _CORE_mutex_Seize_interrupt_blocking.
20:00 Changeset in rtems [8ce962c0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modfied to execute faster and have fewer instructions.
19:40 Changeset in rtems [9d27732]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Switched to using isr disable version of _Objects_Get. When the semaphore/mutex can be obtained immediately, this cuts execution time by 50%.
19:39 Changeset in rtems [d058ce2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added _Semaphore_Get_interrupt_disable.
19:35 Changeset in rtems [ab654be]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Cleaned up to avoid disruptive use of inline conditionals.
19:34 Changeset in rtems [1b7e8c51]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Switched to using _POSIX_Mutex_Get_interrupt_disable to improve performance.
19:33 Changeset in rtems [3ef54dc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added support for converting a mutex id to a pointer and returning with interrupts disabled.
19:32 Changeset in rtems [21e2b2b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Reimplemented _Core_MUTEX_Seize to return with interrupts disabled if the mutex is successfully obtained.
19:27 Changeset in rtems [8d5b438b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added _CORE_semaphore_Seize_isr_disable.
19:14 Changeset in rtems [c6f111b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added _Objects_Get_isr_disable prototype and added numerous comments.
19:13 Changeset in rtems [1d9403a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed unnecessary parentheses.
19:11 Changeset in rtems [8a3278fc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added objjectgetbyisr.c
19:10 Changeset in rtems [12aeaec6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
The code that attempts to obtain a mutex has now been inlined. The code remaining here now only blocks.
19:09 Changeset in rtems [3b4413c0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Directly index local table to avoid error check.
19:06 Changeset in rtems [d895fe8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file. Convert ID to pointer and return with interrupts -- not dispatching -- disabled.
19:01 Changeset in rtems [42ed3004]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Format of return line changed.
14:04 Changeset in rtems [04e4829]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000626-1.diff from Ralf Corsepius <corsepiu@…>. Comments follow: Building linux/posix fails due to including lib/include/sys/cdefs.h instead of linux's sys/cdefs.h. AFAIS, this sys/cdefs.h is specific to newlib and should probably not be used on any unix host. Therefore, I changed the relevant Makefile.am/configure.in to condionally install sys/cdefs.h only if newlib is present. This triggered another bug inside of the newlib-check for one of RTEMS target's (Unfortunately I can't remember which - mips/i960 ? ... one of the more exotic ...), for which int func() isn't identical to void func(). Note: This patch needs to be tested under Cygwin and Solaris. I am particularily unsure about Cygwin/posix, as it applies a different version newlib which must not trigger RTEMS newlib check (it is supposed to fail) and if it may need RTEMS's sys/cdefs.h.

07/03/00:

20:48 Changeset in rtems [e734e576] by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000702-1.diff from Ralf Corsepius <corsepiu@…> 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: ----------------------------------------------------------------------
20:05 Changeset in rtems [c2f39fff]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Interrupt stack is allocated by _ISR_Handler_initialization not that of _ISR_Manager_initialization.
18:44 Changeset in rtems [8bc62aeb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Interrupt stack is allocated in _ISR_Handler_initialization not _Interrupt_Manager_initialization.
18:43 Changeset in rtems [0f4bfda9] by Joel Sherrill <joel.sherrill@…>
Interrupt stack is allocated in _ISR_Handler_initialization not _Interrupt_Manager_initialization.
15:49 Changeset in rtems [0147d5e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added blocked_count field to allow for optimizations.
15:49 Changeset in rtems [feb93ede]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed extra_system_initialization_stack to extra_mpci_receive_server_stack to be consistent with other ports.
15:20 Changeset in rtems [c0ffdee]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000702-1.diff from Ralf Corsepius <corsepiu@…> that is a hack to workaround a switch generation compiler bug for the SH2 and cleaned up some warnings.

07/02/00:

12:29 Changeset in rtems [3af0828]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed stat_ino should be st_ino.
00:00 Milestone 4.5 completed

06/30/00:

12:49 Changeset in rtems [e86236b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added fchdir().
12:38 Changeset in rtems [e8fd633]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> so the web server shuts down on error -- not exitting the system.
12:36 Changeset in rtems [068b6473]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> so the directory read function in the IMFS properly returns the inode number.
12:33 Changeset in rtems [e5d6705e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> to add support for stat()'ing a symbolic link. This is needed to support the port of the BSD commands like ls to RTEMS.
12:31 Changeset in rtems [195ae7ba]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> to add fchdir() functionality to libc and update TODO.

06/29/00:

23:00 Changeset in rtems [5532553]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
This is the initial addition of the port of RTEMS to the Hitachi H8 family. This port was done by Philip Quaife <philip@…> of Q Solutions and sponsored by Comnet Technologies Ltd. The port was done based on RTEMS 3.5.1 to a Hitach H8300H. The port was updated to RTEMS 4.5 style Makefiles/configure by Joel Sherrill <joel@…>. While doing this Joel added support for the h8300-rtems to binutils, gcc, newlib, and gdb. NOTE: Philip submitted a BSP for a Hitachi evaluation board which is being merged as a separate entity.
22:35 Changeset in rtems [7a30efd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Using RPM names for versions now.
22:35 Changeset in rtems [bbc38ba]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added H8 as IEEE whether this is true or not.
22:34 Changeset in rtems [63db533]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Disabled #ident since the h8300-rtems binutils do not like the generated assembly from it.
22:34 Changeset in rtems [09a6eba]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected prototype for xdrrec_endofrecord to match C body.
22:33 Changeset in rtems [6f6ddc00]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added RTEMS_CPU_HAS_16_BIT_ADDRESSES constant to disable code that breaks when the target has 16 bit address space. One of the H8 multilibs is a 16-bit address space CPU. When a real attempt is made to support this CPU model, the code that assumes an address is 32 bits will have to change. This constant is probably not flagging all impacted code.
22:30 Changeset in rtems [a1c1ffc9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected.
22:30 Changeset in rtems [caeade33]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
22:20 Changeset in rtems [bc185859]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Switch to gcc patch 20000629 and revision level 8. This patch fixes: + the h8300-rtems and hppa1.1-rtems configure.in stanzas + config/rs6000/rtems.h start and end file specs
22:18 Changeset in rtems [971a534]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
h8300-rtems now uses the correct command to generate the specs file.
16:28 Changeset in rtems [5b43316]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added initial h8300 support.
16:28 Changeset in rtems [847ed4bd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
gdb 5.0 does not install readline so don't try to grab the info files.
16:27 Changeset in rtems [ef99210e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette to do some cleanup.
16:22 Changeset in rtems [6d3279ac] by Joel Sherrill <joel.sherrill@…>
Patches from Eric Valette to address librdbg issues on SunRPC upgrade and cleanup.
16:05 Changeset in rtems [5aac7bc] by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> to make sure the ttyHead back link is set.
16:05 Changeset in rtems [9b6d173]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> to make sure the ttyHead back link is set.
15:48 Changeset in rtems [1c2388c6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…> to make librdbg work with the new RPC code.
15:48 Changeset in rtems [14b4125] by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…> to make librdbg work with the new RPC code.
15:32 Changeset in rtems [dedb090f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000627-2 from Ralf Corsepius <corsepiu@…> that does some cleanup: * remove c/src/make/main.cfg.in (obsolete, unused) and any reference to it. * remove RTEMS_BSP_SPECS from c/src/make/custom/default.cfg.in (unused) Notes: All files being effected by this patch are only used when building RTEMS, therefore this patch should not have any side-effects outside of the source- rsp. build-tree.
15:29 Changeset in rtems [fe5851ce]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000627-1 from Ralf Corsepius <corsepiu@…> that is part of the multilib/gnu-canonicalization movement: Changes: * New m4-macro: aclocal/multilib.am * Suppress multiprocessing if --enable-multilib is given to configure Notes: For now this patch only suppresses multiprocessing if --enable-multilib is given to configure and should not have any other side-effects, ie. it works around a minor issue which prevents introduction of multilibs in general. The RTEMS_ENABLE_MULTILIB_MASTER macro is the core part to build real multilibs, but can not be applied before other multilib related issues with RTEMS have been solved. (e.g. sptables.h, bsp_specs, Cygnus/Gnu? canonicalization, _RTEMS_version, targopts.h, changing the installation point/tooldir support, etc.).
Note: See TracTimeline for information about the timeline view.