diff --git a/c/src/lib/libbsp/m32c/m32cbsp/ChangeLog b/c/src/lib/libbsp/m32c/m32cbsp/ChangeLog index fede8f1d59..d501a3cb81 100644 --- a/c/src/lib/libbsp/m32c/m32cbsp/ChangeLog +++ b/c/src/lib/libbsp/m32c/m32cbsp/ChangeLog @@ -1,3 +1,7 @@ +2008-10-02 Joel Sherrill + + * README: New file. + 2008-10-02 Joel Sherrill * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, diff --git a/c/src/lib/libbsp/m32c/m32cbsp/README b/c/src/lib/libbsp/m32c/m32cbsp/README new file mode 100644 index 0000000000..feba33cf12 --- /dev/null +++ b/c/src/lib/libbsp/m32c/m32cbsp/README @@ -0,0 +1,8 @@ +# +# $Id$ +# + +This BSP is designed to operate on a variety of M16C and M32C variants. +It is expected that this BSP will also be able to support R8C variants. + +It currently only runs on the M32C simulator in GDB.