summaryrefslogtreecommitdiff
path: root/build-id.lds
diff options
context:
space:
mode:
Diffstat (limited to 'build-id.lds')
-rw-r--r--build-id.lds11
1 files changed, 11 insertions, 0 deletions
diff --git a/build-id.lds b/build-id.lds
new file mode 100644
index 0000000..ae54f64
--- /dev/null
+++ b/build-id.lds
@@ -0,0 +1,11 @@
+SECTIONS
+{
+ __note_gnu_build_id_start = .;
+}
+INSERT BEFORE .note.gnu.build-id;
+
+SECTIONS
+{
+ __note_gnu_build_id_end = .;
+}
+INSERT AFTER .note.gnu.build-id;