Skip to content

Commit 6839b26

Browse files
add .note sections back for linker
1 parent 19a8791 commit 6839b26

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/linker_script.ld

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ SECTIONS
129129
/DISCARD/ :
130130
{
131131
*(.comment)
132-
*(.note*)
133132
}
134133
}
135134

src/linker_script_app.ld

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,5 @@ SECTIONS
123123
{
124124
*(.runprgm.reloc)
125125
*(.comment)
126-
*(.note*)
127126
}
128127
}

0 commit comments

Comments
 (0)