Took out the c++ support

This commit is contained in:
Steve Chamberlain 1991-05-07 19:16:52 +00:00
parent 6812f0e89f
commit d6079be71e
1 changed files with 0 additions and 8 deletions

View File

@ -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) :