mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-11 16:46:14 +08:00
Took out the c++ support
This commit is contained in:
@ -15,14 +15,6 @@ SECTIONS
|
||||
.data ALIGN(0x2000) :
|
||||
{
|
||||
*(.data)
|
||||
___DTOR_LIST__ = . ;
|
||||
LONG((___CTOR_LIST__ - .) / 4 -2)
|
||||
*(___DTOR_LIST__)
|
||||
LONG(0)
|
||||
___CTOR_LIST__ = . ;
|
||||
LONG((_edata - .) / 4 -2)
|
||||
*(___CTOR_LIST__)
|
||||
LONG(0)
|
||||
_edata = .;
|
||||
}
|
||||
.bss SIZEOF(.data) + ADDR(.data) :
|
||||
|
Reference in New Issue
Block a user