diff options
author | Michael Matz <matz@suse.de> | 2003-03-05 13:04:30 +0000 |
---|---|---|
committer | Michael Matz <matz@gcc.gnu.org> | 2003-03-05 13:04:30 +0000 |
commit | 336d0d96d0494f269832c492bd32f7402345ec40 (patch) | |
tree | 8261382812a0e17cd5745f44ac4df567159e8c85 /gcc | |
parent | be2fa2118342b5a2b489de82cc73da4dd75b7771 (diff) | |
download | gcc-336d0d96d0494f269832c492bd32f7402345ec40.zip gcc-336d0d96d0494f269832c492bd32f7402345ec40.tar.gz gcc-336d0d96d0494f269832c492bd32f7402345ec40.tar.bz2 |
unwind.h: Add the GPL exception.
* unwind.h: Add the GPL exception.
* Makefile.in (USER_H): Add unwind.h.
From-SVN: r63839
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/Makefile.in | 1 | ||||
-rw-r--r-- | gcc/unwind.h | 7 |
3 files changed, 13 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c2f7841..6155b43 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index e09d9ce..36c43c3 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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. diff --git a/gcc/unwind.h b/gcc/unwind.h index e4b1e10..d7f7f4a 100644 --- a/gcc/unwind.h +++ b/gcc/unwind.h @@ -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 "@@@". */ |