OSDN Git Service

* dcrt0.cc (dll_crt0_1): Add a symbol denoting return from call to main().
authorChristopher Faylor <cgf@redhat.com>
Fri, 1 Aug 2008 19:12:48 +0000 (19:12 +0000)
committerChristopher Faylor <cgf@redhat.com>
Fri, 1 Aug 2008 19:12:48 +0000 (19:12 +0000)
commit07b3c34a288837f573c1a402288306f073fb56cb
treeb25bfc1643bab76244365723d66048123f6bd1d6
parentf6e4d22f78875a4f2bda37c7b063a62d6d93485a
* dcrt0.cc (dll_crt0_1): Add a symbol denoting return from call to main().
* exceptions.cc (stack_info::walk): Stop walking the stack when we hit
_cygwin_exit_return rather than just blindly stopping when PC becomes zero.
winsup/cygwin/ChangeLog
winsup/cygwin/dcrt0.cc
winsup/cygwin/exceptions.cc [new file with mode: 0644]