unwind.h: Add the GPL exception.
authorMichael Matz <matz@suse.de>
Wed, 5 Mar 2003 13:04:30 +0000 (13:04 +0000)
committerMichael Matz <matz@gcc.gnu.org>
Wed, 5 Mar 2003 13:04:30 +0000 (13:04 +0000)
* unwind.h: Add the GPL exception.
        * Makefile.in (USER_H): Add unwind.h.

From-SVN: r63839

gcc/ChangeLog
gcc/Makefile.in
gcc/unwind.h

index c2f7841329ad256bc61c29788be3c0d0276b9966..6155b434231d62b4defe5532be49a6c5f114faf0 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-05  Michael Matz  <matz@suse.de>
+
+       * unwind.h: Add the GPL exception.
+       * Makefile.in (USER_H): Add unwind.h.
+
 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        PR c/9799
index e09d9ceeb473e34e9b8f4bd9480145ad6b911a7a..36c43c3aeb11fbb8c2c6180ac17109da14a4dab1 100644 (file)
@@ -198,6 +198,7 @@ USER_H = $(srcdir)/ginclude/float.h \
         $(srcdir)/ginclude/stdbool.h \
         $(srcdir)/ginclude/stddef.h \
         $(srcdir)/ginclude/varargs.h \
+        $(srcdir)/unwind.h \
         $(EXTRA_HEADERS)
 
 # The GCC to use for compiling libgcc.a and crt*.o.
index e4b1e10865d45f18e15bc51156f0116c4d118c4b..d7f7f4ae607750d58a0320ff12e4f18c81fc2ba3 100644 (file)
    Software Foundation, 59 Temple Place - Suite 330, Boston, MA
    02111-1307, USA.  */
 
+/* As a special exception, if you include this header file into source
+   files compiled by GCC, this header file does not by itself cause
+   the resulting executable to be covered by the GNU General Public
+   License.  This exception does not however invalidate any other
+   reasons why the executable file might be covered by the GNU General
+   Public License.  */
+
 /* This is derived from the C++ ABI for IA-64.  Where we diverge
    for cross-architecture compatibility are noted with "@@@".  */