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