chore(esp-hal/ld): remove riscv debug.x (#3672)

This commit is contained in:
Gabriel Hansson 2025-06-23 12:23:25 +02:00 committed by GitHub
parent 581eec517e
commit a3ebab6b5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 0 additions and 20 deletions

View File

@ -108,12 +108,6 @@ fn main() -> Result<(), Box<dyn Error>> {
"ld/riscv/asserts.x",
out.join("asserts.x"),
)?;
preprocess_file(
&config_symbols,
&cfg,
"ld/riscv/debug.x",
out.join("debug.x"),
)?;
preprocess_file(
&config_symbols,
&cfg,

View File

@ -101,6 +101,4 @@ INCLUDE "stack.x"
INCLUDE "dram2.x"
/* End of Shared sections */
INCLUDE "debug.x"
_dram_origin = ORIGIN( DRAM );

View File

@ -102,6 +102,4 @@ INCLUDE "stack.x"
INCLUDE "dram2.x"
/* End of Shared sections */
INCLUDE "debug.x"
_dram_origin = ORIGIN( DRAM );

View File

@ -92,6 +92,4 @@ INCLUDE "stack.x"
INCLUDE "dram2.x"
/* End of Shared sections #2 */
INCLUDE "debug.x"
_dram_origin = ORIGIN( RAM );

View File

@ -85,6 +85,4 @@ INCLUDE "stack.x"
INCLUDE "dram2.x"
/* End of Shared sections #2 */
INCLUDE "debug.x"
_dram_origin = ORIGIN( RAM );

View File

@ -1,6 +0,0 @@
SECTIONS {
.eh_frame (INFO) : { KEEP(*(.eh_frame)) }
.eh_frame_hdr (INFO) : { *(.eh_frame_hdr) }
}