summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added H8 as IEEE whether this is true or not.Joel Sherrill2000-06-293-0/+3
|
* Disabled #ident since the h8300-rtems binutils do not like theJoel Sherrill2000-06-293-3/+3
| | | | generated assembly from it.
* Corrected prototype for xdrrec_endofrecord to match C body.Joel Sherrill2000-06-293-3/+3
|
* Added RTEMS_CPU_HAS_16_BIT_ADDRESSES constant to disable codeJoel Sherrill2000-06-294-0/+24
| | | | | | | | 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.
* Corrected.Joel Sherrill2000-06-291-7/+3
|
* New file.Joel Sherrill2000-06-293-0/+85
|
* Switch to gcc patch 20000629 and revision level 8. This patchJoel Sherrill2000-06-291-2/+2
| | | | | | fixes: + the h8300-rtems and hppa1.1-rtems configure.in stanzas + config/rs6000/rtems.h start and end file specs
* h8300-rtems now uses the correct command to generate the specs file.Joel Sherrill2000-06-291-1/+1
|
* Added initial h8300 support.Joel Sherrill2000-06-295-8/+26
|
* gdb 5.0 does not install readline so don't try to grab the info files.Joel Sherrill2000-06-291-1/+2
|
* Patch from Eric Valette to do some cleanup.Joel Sherrill2000-06-293-9/+16
|
* Patch from Chris Johns <cjohns@cybertec.com.au> to make sure theJoel Sherrill2000-06-293-3/+6
| | | | ttyHead back link is set.
* Patch from Eric Valette <valette@crf.canon.fr> to make librdbg workJoel Sherrill2000-06-291-8/+10
| | | | with the new RPC code.
* Patch rtems-rc-20000627-2 from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-06-294-17/+3
| | | | | | | | | | | | 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.
* Patch rtems-rc-20000627-1 from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-06-293-7/+73
| | | | | | | | | | | | | | | | | | | | | 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.).
* Removed as it was orphaned by previous patches.Joel Sherrill2000-06-261-19/+0
|
* Patch from Chris Johns <cjohns@cybertec.com.au> andJoel Sherrill2000-06-264-0/+12
| | | | | | | | | | | 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.
* Patch from Chris Johns <cjohns@cybertec.com.au> andJoel Sherrill2000-06-264-4/+4
| | | | | Jennifer Averett <jennifer.averett@oarcorp.com> to make sure "/" is created with S_IFDIR set.
* Patch rtemsdoc-4.5.0-rc-14-cvs.diff from Ralf CorsepiusJoel Sherrill2000-06-171-10/+16
| | | | | <corsepiu@faw.uni-ulm.de> to address build problems effecting RedHat users but not SuSE users.
* *** empty log message ***Joel Sherrill2000-06-163-3/+4
|
* Patch from John Cotton <john.cotton@nrc.ca> to correct style ofJoel Sherrill2000-06-162-32/+32
| | | | names to be rtems_PACKAGE_method.
* Bug report from James Housley <jim@thehousleys.net> correctingJoel Sherrill2000-06-161-1/+1
| | | | name of GNU Java Compiler.
* changed version to ss-20000616Joel Sherrill2000-06-160-0/+0
|
* changed version to ss-20000616Joel Sherrill2000-06-161-1/+1
|
* New file.Joel Sherrill2000-06-161-0/+2
|
* Patch rtems-rc-20000616-2-cvs.diff from Ralf CorsepiusJoel Sherrill2000-06-161-1/+2
| | | | | <corsepiu@faw.uni-ulm.de> to add -qnolinkcmds to bsp_specs like other BSPs.
* Patch rtems-rc-20000616-1-cvs.diff from Ralf CorsepiusJoel Sherrill2000-06-161-7/+7
| | | | | <corsepiu@faw.uni-ulm.de> to use __i386__ instead of __i386 and i386 to be able to compile this file with -ansi.
* Patch from James Housley <jim@thehousleys.net> to address FreeBSD 4.xJoel Sherrill2000-06-165-4/+5
| | | | build issues.
* Patch rtems-rc-20000615-4-cvs.diff from Ralf CorsepiusJoel Sherrill2000-06-163-23/+2
| | | | | | | | | | | | <corsepiu@faw.uni-ulm.de> to fix the following: * lib/configure.in actually is libc's configure.in, so let it depend on libc not on lib [In my Cygnus/GNU configuration scheme, lib/include and lib/libc are treated as one unit, while libcpu and libbsp are treated as separate units.] * Allow empty --enable-bare* flags for the bare bsp. The formerly used scheme is too strict for our multilib experiments.
* Modified to pick up components from libcpu.Joel Sherrill2000-06-152-1/+2
|
* rxgen960 compiles and links.Joel Sherrill2000-06-159-17/+91
|
* Remove pragma align 4Joel Sherrill2000-06-152-4/+0
|
* Make ppc603e pick up caching code.Joel Sherrill2000-06-151-0/+1
|
* Pick up caching code.Joel Sherrill2000-06-151-1/+2
|
* Use correct name for caching routines.Joel Sherrill2000-06-151-3/+2
|
* Updated mailing list information.Joel Sherrill2000-06-151-16/+24
|
* Fixing warning obtained by some users.Joel Sherrill2000-06-153-0/+12
|
* Typo corrected from John Cotton <john.cotton@nrc.ca>.Joel Sherrill2000-06-151-9/+9
|
* Updated.Joel Sherrill2000-06-152-1/+4
|
* Added multigen generated bare BSP configuration files.Joel Sherrill2000-06-151-0/+1
|
* Patch rtems-rc-20000615-3-cvs.diff from Ralf CorsepiusJoel Sherrill2000-06-153-7/+9
| | | | | <corsepiu@faw.uni-ulm.de> so these BSPs pick up the components they need from libcpu.
* Patch rtems-rc-20000615-2-cvs.diff from Ralf CorsepiusJoel Sherrill2000-06-151-0/+6
| | | | <corsepiu@faw.uni-ulm.de> to update multigen.
* Patch rtems-rc-20000615-1-cvs.diff from Ralf CorsepiusJoel Sherrill2000-06-151-1/+1
| | | | <corsepiu@faw.uni-ulm.de> to fix a bad file reference.
* Moved <sys/cdefs.h> to lib/include so non-networking applications couldJoel Sherrill2000-06-153-3/+3
| | | | include <sys/ioctl.h>.
* Moved <sys/cdefs.h> to lib/include/sys from libnetworking/sys soJoel Sherrill2000-06-151-2/+2
| | | | non-networking applications could include <sys/ioctl.h>.
* New file from Ralf.Joel Sherrill2000-06-141-0/+165
|
* Enable data cache as well.Joel Sherrill2000-06-143-0/+3
|
* Use John Cotton's more permanent email address.Joel Sherrill2000-06-141-1/+1
|
* Moved <sys/cdefs.h> from libnetworking to lib/include so non-networkingJoel Sherrill2000-06-143-0/+354
| | | | | configurations could see it while including <sys/ioctl.h> and <sys/ioccom.h>.
* Added Cache Manager and MBX8xx credits.Joel Sherrill2000-06-141-0/+14
|