From fa21a8439f23b608448f1ce5f1f01c51a63ed258 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 17 Jul 1998 15:17:29 +0000 Subject: New files from Ralf Corsepius . His comments: * c/src/exec/score/tools/sh - NEW DIRECTORY - contains shgen Most of it should be self-explanatory. I am a little bit concerned about host-dependent features (getopt, floating point libraries). This shouldn't disturb much now, as this tool should be compileable on all gnu-based hosts and is only applicable for the sh. But in case somebody complains, we may need to add autoconf checks or even restructurize parts of rtems (IMO, rtems needs to be restructurized - remember the "turning rtems upside down" issue). --- tools/cpu/sh/COPYING | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tools/cpu/sh/COPYING (limited to 'tools/cpu/sh/COPYING') diff --git a/tools/cpu/sh/COPYING b/tools/cpu/sh/COPYING new file mode 100644 index 0000000000..805cdd8ffc --- /dev/null +++ b/tools/cpu/sh/COPYING @@ -0,0 +1,19 @@ + + shgen - code generator for the Hitachi SH microcontroller family + + Copyright (C) 1998 Ralf Corsepius (corsepiu@faw.uni-ulm.de) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + -- cgit v1.2.3