aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pru/pru.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pru/pru.lds b/src/pru/pru.lds
index db36803c..48f71d6d 100644
--- a/src/pru/pru.lds
+++ b/src/pru/pru.lds
@@ -3,7 +3,9 @@ SECTIONS
{
/* binutils on the PRU doesn't support --gc-sections so manually
* discard the .compile_time_request section */
+ /* and GDB extended debugging information */
/DISCARD/ : {
*( .compile_time_request )
+ *( .gnu.debug* )
}
}