removes trace section
As there is no definitive decision as to where the tracing should be placed in the memory, it is removed for now
This commit is contained in:
@@ -105,13 +105,5 @@ SECTIONS
|
||||
PROVIDE( tohost = . );
|
||||
PROVIDE( fromhost = . + 8 );
|
||||
|
||||
.trace_buffer (NOLOAD) :
|
||||
{
|
||||
. = ORIGIN(trace);
|
||||
__trace_buffer_start = .;
|
||||
. = ORIGIN(trace) + LENGTH(trace); /* pad until end of trace */
|
||||
__trace_buffer_end = .;
|
||||
} > trace
|
||||
|
||||
/DISCARD/ : { *(.eh_frame*) *(.comment) *(.note .note.*) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user