Commit 9e20fc0ca7ffeefb7604f6dce4f80dfb75aa6ef8

Authored by Grzegorz Jabłoński
1 parent 4fdf0b0a

Added .vectors section to the beginning of .data

Showing 1 changed file with 1 additions and 0 deletions
virtual_lab/script.lds
... ... @@ -176,6 +176,7 @@ SECTIONS
176 176 .data :
177 177 {
178 178 __data_start = .;
  179 + *(.vectors)
179 180 *(.data .data.* .gnu.linkonce.d.*)
180 181 SORT(CONSTRUCTORS)
181 182 }
... ...