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:
2026-02-13 10:04:17 +00:00
parent 1abf66d3cf
commit add4ef840b

View File

@@ -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.*) }
}