Commit aec3ae55 authored by matz's avatar matz
Browse files

* unwind.h: Add the GPL exception.

        * Makefile.in (USER_H): Add unwind.h.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63839 138bc75d-0d04-0410-961f-82ee72b054a4
parent e087929a
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
......
......@@ -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.
......
......@@ -18,6 +18,13 @@
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 "@@@". */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment