summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds.bootp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-0/+2
|
* Updated files missed in earlier batch from Eric Norum.Joel Sherrill2000-01-131-13/+9
|
* All m68k BSPs now build with new ELF style linkcmds.Joel Sherrill2000-01-131-4/+4
|
* New patch from Eric Norum plus some minor mods by Joel.Joel Sherrill2000-01-131-1/+1
|
* Patch rtems-rc-20000104-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-01-121-35/+49
| | | | that converts the libbsp/i386 subdirectory to full automake.
* Patch from Eric Norum <eric@cls.usask.ca>:Joel Sherrill2000-01-031-0/+2
| | | | | | | | | | | | | In another attempt to get C++ exceptions working on the gen68360 target I tried building for the m68k-elf target. All the tools built and installed properly as did all of RTEMS. No applications would run, though -- not even hello.exe! It turns out the problem was in the linker script. The alignment was in the wrong place. Here's a patch. Exceptions still don't work, but at least I can get some things working with the ELF format now.
* update from Eric NorumJoel Sherrill1998-04-151-1/+4
|
* Patches from Eric Norum:Joel Sherrill1998-03-231-15/+0
| | | | | | | 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.
* Fixes from Eric Norum. C++ support added in previous version was broken:Joel Sherrill1997-12-221-136/+137
| | | | | | | | | | | | | | | | | | 1) In my haste to add C++ constructor/destructors to the 68360 linkcmds scripts I managed to break all existing 68360 programs. Linker scripts which actually produce a working executable are contained below. The problem was that the constructor/destructors weren't included before the etext symbol. On top of that Eric and I appear to have problems with attachments: 2) In deciphering the above problem I think I stumbled across the reason you've had with patches mailed from me. I noticed that the linkcmds (and linkcmds.bootp) scripts in the latest distribution have a control-M (carriage return) at the end of each line. Could you check the files below before installing them in the distribution and see that there aren't returns in the files? Maybe if I send everything as a tar attatchment things will work better.
* Update from Eric Norum to include C++ support.Joel Sherrill1997-12-201-122/+136
|
* Update from Eric Norum.Joel Sherrill1997-04-161-29/+5
|
* Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill1997-04-091-0/+146
was done based on the 3.6.0 release and had to be autoconf'ed locally. It is turned on is the bsp enables it and it is not explicitly disabled via the configure option --disable-tcpip. As many warnings as possible were removed locally after the code was merged. Only the gen68360 and mvme136 bsps were compiled this way. The ka9q port and network driver were submitted by Eric Norum (eric@skatter.USask.Ca). The network demo programs are not included in the tree at this point.