* rtems4.7/h8300/binutils-sources.add,
rtems4.7/m68k/binutils-sources.add: Add h8300 _tinydata patch and
bump patch for targets needing it.
* patches/binutils-2.17-rtems-20060815.diff: New file.
* linkcmds.c, linkcmds.h, memory.c, memory.h, sample.ptf: New files.
* bridges.c: corrected detection of bridged connections
* clocks.c: removed a printf
* linkcmds.[ch] new files, added output of linker script
* Makefile.am: added new files
* memory.[ch]: new files, detection of memory in SOPC configuration
* nios2gen.c: updated command line parsing and output control
* output.[ch]: improved output of BSP header file
* ptf.[ch]: added ptf_dump_ptf_item and small fixes
* sample.ptf: new file, sample configuration for nios2gen
* README: updated
* libnetworking/kern/kern_sysctl.c: Change int to int32_t.
* libnetworking/net/if_loop.c: Add cast to long.
These plus a patch to machine/param.h let the h8300 build multilib.
* configure.ac, gcc/build.add, gcc/target-gcc.add: Add bfin target
prior to merge. Add ability to disable libssp and libstdcxx-pch which
apparently are required to build the Blackfin port.
* patches/binutils-2.17-rtems-bfin-20060810.diff,
patches/gcc-4.1.1-bfinrtems-20060810a.diff,
patches/gdb-6.5-bfinrtems-20060810a.diff,
patches/newlib-1.14.0-bfinrtems-20060810a.diff,
rtems4.7/bfin/.cvsignore, rtems4.7/bfin/Makefile.am,
rtems4.7/bfin/binutils-sources.add, rtems4.7/bfin/gcc-sources.add,
rtems4.7/bfin/gdb-sources.add: New files.
* nios2gen.c: Added some very basic support for --help and --version
options along with output that is roughly in GNU format. This is
required by help2man. help2man expects this all to be written to
stdout instead of stderr so this was changed as well.
* ChangeLog: New file.