diff options
author | Andreas Tobler <andreast@gcc.gnu.org> | 2003-09-04 16:58:22 +0200 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2003-09-04 16:58:22 +0200 |
commit | 226660aff3f29cac2c24320417ec1ffe7224825a (patch) | |
tree | 2c79939264a71304c3ae643049b857dcd5e755d5 | |
parent | d6e3ff272caf8e5515f974c45ba585ed3babae0c (diff) | |
download | gcc-226660aff3f29cac2c24320417ec1ffe7224825a.zip gcc-226660aff3f29cac2c24320417ec1ffe7224825a.tar.gz gcc-226660aff3f29cac2c24320417ec1ffe7224825a.tar.bz2 |
sorry forgot the changelog.
From-SVN: r71073
-rw-r--r-- | libffi/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index a05f577..7cf2146 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,8 @@ +2003-08-30 Andreas Tobler <a.tobler@schweiz.ch> + + * src/java_raw_api.c: Include <stdlib.h> to fix compiler warning + about implicit declaration of abort(). + 2003-09-04 Andreas Tobler <a.tobler@schweiz.ch> * Makefile.am: Add dejagnu test framework. Fixes PR other/11411. |