diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-18 01:00:28 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-18 01:00:28 +0000 |
commit | 2c5cfd29351c033307ae950dbd7bf6b6c56872f2 (patch) | |
tree | 8c5018b02034ae423c3dcd9e0811b62a590ac41b /libobjc/ChangeLog | |
parent | 25e01cad80cdcc067ea19f772a5b04b845eeb5ff (diff) | |
download | gcc-2c5cfd29351c033307ae950dbd7bf6b6c56872f2.tar.gz |
* exception.c: New file.
* Makefile.in (exception.lo): New.
(OBJS): Add it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83331 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r-- | libobjc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index fac9d45318a..1c85986c7bd 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,9 @@ +2004-06-17 Richard Henderson <rth@redhat.com> + + * exception.c: New file. + * Makefile.in (exception.lo): New. + (OBJS): Add it. + 2004-06-14 Andrew Pinski <pinskia@physics.uc.edu> * linking.m (_objcInit): New empty function |