diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-21 09:08:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-21 09:08:04 +0000 |
commit | d7cc1c9fe36a1c29ddeda94042ffc2477afdc31d (patch) | |
tree | 189e233fafa7d0bfe1e8e5acba8d1a5d15709767 /ChangeLog | |
parent | 97f94fff438576a6ece7c116d46325fdce4c25db (diff) | |
download | glibc-d7cc1c9fe36a1c29ddeda94042ffc2477afdc31d.tar.gz glibc-d7cc1c9fe36a1c29ddeda94042ffc2477afdc31d.tar.xz glibc-d7cc1c9fe36a1c29ddeda94042ffc2477afdc31d.zip |
Update.
2004-02-19 Carlos O'Donell <carlos@baldric.uwo.ca> * sysdeps/generic/framestate.c [__USING_SJLJ_EXCEPTIONS__] (__frame_state_for): Set frame_State_for to abort if the compiler is using sjlj. * sysdeps/generic/unwind-dw2.c: Allow sjlj enabled compilers to build the code by removing __USING_SJLJ_EXCEPTIONS__ wrapper.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d04410c59f..bea3492e3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-02-19 Carlos O'Donell <carlos@baldric.uwo.ca> + + * sysdeps/generic/framestate.c [__USING_SJLJ_EXCEPTIONS__] + (__frame_state_for): Set frame_State_for to abort if the compiler + is using sjlj. + * sysdeps/generic/unwind-dw2.c: Allow sjlj enabled compilers to + build the code by removing __USING_SJLJ_EXCEPTIONS__ wrapper. + 2004-02-20 Alexandre Oliva <aoliva@redhat.com> * resolv/Versions: Remove semicolon from the end of libresolv's |