summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* new fileJoel Sherrill1998-03-241-0/+54
|
* Renamed hppa1_1 to hppa1.1Joel Sherrill1998-03-240-0/+0
|
* Renamed hppa1_1 to hppa1.1Joel Sherrill1998-03-234-85/+73
|
* renamed ppc to powerpcJoel Sherrill1998-03-235-80/+72
|
* Updated now that the phony crt0.c in newlib defines all odd symbolsJoel Sherrill1998-03-233-72/+4
| | | | that gcc automatically generates references to.
* *** empty log message ***Joel Sherrill1998-03-231-101/+67
|
* Converted to conditionally uses strerr code to better work with glibc2.Joel Sherrill1998-03-232-8/+21
|
* Patches from Eric Norum:Joel Sherrill1998-03-239-174/+85
| | | | | | | Here are some patches to the gen68360 BSP. The improvements include: Boot prom run-time selection of DRAM size (1/4/16 Mbytes) Full 32-bit ethernet address obtained from boot prom. Updated README.
* Update from Eric Norum:Joel Sherrill1998-03-231-12/+3
| | | | | | | Here are some patches to the gen68360 BSP. The improvements include: Boot prom run-time selection of DRAM size (1/4/16 Mbytes) Full 32-bit ethernet address obtained from boot prom. Updated README.
* Added BSP specific start since it had become VERY complex to attemptJoel Sherrill1998-03-213-1/+325
| | | | to share the start code across i386 BSPs.
* Corrected typo in copyright notice.Joel Sherrill1998-03-212-2/+2
|
* Switch to using a shared main() for all of the embedded BSPsJoel Sherrill1998-03-2170-463/+190
| | | | | | | | based on the GNU tools. This usually involved correcting the type of bsp_start(), bsp_cleanup(), adjusting the start code to call the right start routine (the shared boot_card()), and then removing code from bsp_start() which was performed in the new boot_card()/main() path.
* Fixed spacing to be consistent with other CPUs.Joel Sherrill1998-03-211-1/+1
|
* Fixed RTEMS_PROG_CC_WORKS and RTEMS_PROG_CXX_WORKS so they couldJoel Sherrill1998-03-212-71/+133
| | | | successfully work on powerpc-rtems and hppa1.1-rtems.
* Added enough symbols to the conftest.c program to make sure it wouldJoel Sherrill1998-03-212-3/+34
| | | | successfully link on both the powerpc and hppa1.1.
* POSIX not properly conditionalizedJoel Sherrill1998-03-212-2/+2
|
* Fixed typo.Joel Sherrill1998-03-202-2/+2
|
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-03-201-11/+2
| | | | | | | | | | I've included a version of make/custom/gen68360.cfg that works with this. Note that I've removed the option of using `-m68020 -msoft-float -mno-bitfield' as an alternative to using `-mcpu32'. The alternative won't work with the new system (since it predefines __mc68020__ and not __mcpu32__), and didn't really work before anyway (since the newlib that gets linked was built with `-m68020 -msoft-float' and so could contain bitfield operators).
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-03-201-81/+75
| | | | | | Here is my attempt at bringing m68k.h into line with the predefined symbols provided by egcs-1.0.2-prerelease (with R. Kirkham's patch so that -mcpu32, etc. implies -msoft-float).
* Added Hitachi SH port info.Joel Sherrill1998-03-201-1/+2
|
* New port from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1998-03-2025-0/+1919
|
* SH port submitted from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1998-03-2032-0/+5497
|
* Patch from Ralf Corsepius to properly detect that Cygwin32 does notJoel Sherrill1998-03-203-84/+111
| | | | support the -pipe option on the compiler.
* Fixed MANAGERS_NOT_WANTED.Joel Sherrill1998-03-201-2/+2
|
* Removed blank line.Joel Sherrill1998-03-201-1/+1
|
* Added Constants, Feature Flags, and Macros (included in Functions).Joel Sherrill1998-03-1817-126/+554
| | | | No status information was included.
* First attempt at adding constants and feature flagsJoel Sherrill1998-03-175-10/+324
|
* Completed status pass on functions and data types.Joel Sherrill1998-03-1712-33/+48
|
* Completed first pass at function status.Joel Sherrill1998-03-179-96/+117
| | | | Added most data types without status information.
* Added types, status of functions, cleaned up output of summarize.Joel Sherrill1998-03-169-229/+316
|
* Added function status and data typesJoel Sherrill1998-03-163-21/+54
|
* Cleaned up format and added data types.Joel Sherrill1998-03-161-8/+38
|
* Added Function field.Joel Sherrill1998-03-1615-344/+344
|
* summarize now generates a nicely formatted function status summary.Joel Sherrill1998-03-162-3/+13
|
* Function implmentation status information correct.Joel Sherrill1998-03-161-10/+10
|
* First time summary chapter is included in the document.Joel Sherrill1998-03-163-3/+6
|
* Fix from Chris Johns for inconsistent invocation of make.Joel Sherrill1998-03-162-2/+2
|
* Added blank lines.Joel Sherrill1998-03-142-0/+12
|
* Added summary chapter.Joel Sherrill1998-03-141-2/+11
|
* New file.Joel Sherrill1998-03-141-0/+33
|
* Added functions from POSIX standard.Joel Sherrill1998-03-147-0/+295
|
* Added functions from POSIX standard.Joel Sherrill1998-03-143-2/+116
|
* Added copyright headerJoel Sherrill1998-03-141-0/+8
|
* Added functions from POSIX standard.Joel Sherrill1998-03-147-7/+686
|
* Outline complete and apparently correct.Joel Sherrill1998-03-1116-152/+156
|
* BaselineJoel Sherrill1998-03-1121-0/+754
|
* Corrected to indicate test cases which were skipped.Joel Sherrill1998-03-032-4/+4
|
* Changed to remove warning.Joel Sherrill1998-03-031-5/+3
|
* Switched from "extern int errno" to "#include <errno.h>".Joel Sherrill1998-03-0312-12/+12
|
* Removed use of dc. David Fiddes reported that this is part of theJoel Sherrill1998-02-272-2/+34
| | | | | GNU tool bc which is not always installed under Linux and seldom present under non-UNIX environments like Win32.