mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 23:32:21 +08:00
2005-06-02 H.J. Lu <hjl@gnu.org>
* ld-srec/sr3.cc (__dso_handle): Added for gcc 3.1 with -fuse-cxa-atexit. (__cxa_atexit): Likewise.
This commit is contained in:
@ -116,3 +116,12 @@ Foo::~Foo ()
|
||||
{
|
||||
foos--;
|
||||
}
|
||||
|
||||
void *__dso_handle;
|
||||
|
||||
extern "C"
|
||||
int
|
||||
__cxa_atexit (void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user