mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-29 05:10:55 +00:00
chore(esp-hal/ld): remove riscv debug.x
(#3672)
This commit is contained in:
parent
581eec517e
commit
a3ebab6b5b
@ -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,
|
||||
|
@ -101,6 +101,4 @@ INCLUDE "stack.x"
|
||||
INCLUDE "dram2.x"
|
||||
/* End of Shared sections */
|
||||
|
||||
INCLUDE "debug.x"
|
||||
|
||||
_dram_origin = ORIGIN( DRAM );
|
||||
|
@ -102,6 +102,4 @@ INCLUDE "stack.x"
|
||||
INCLUDE "dram2.x"
|
||||
/* End of Shared sections */
|
||||
|
||||
INCLUDE "debug.x"
|
||||
|
||||
_dram_origin = ORIGIN( DRAM );
|
||||
|
@ -92,6 +92,4 @@ INCLUDE "stack.x"
|
||||
INCLUDE "dram2.x"
|
||||
/* End of Shared sections #2 */
|
||||
|
||||
INCLUDE "debug.x"
|
||||
|
||||
_dram_origin = ORIGIN( RAM );
|
||||
|
@ -85,6 +85,4 @@ INCLUDE "stack.x"
|
||||
INCLUDE "dram2.x"
|
||||
/* End of Shared sections #2 */
|
||||
|
||||
INCLUDE "debug.x"
|
||||
|
||||
_dram_origin = ORIGIN( RAM );
|
||||
|
@ -1,6 +0,0 @@
|
||||
|
||||
|
||||
SECTIONS {
|
||||
.eh_frame (INFO) : { KEEP(*(.eh_frame)) }
|
||||
.eh_frame_hdr (INFO) : { *(.eh_frame_hdr) }
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user