Formatting fixes and removed commented code only.

This commit is contained in:
Justin C. Miller
2018-03-23 09:04:51 -07:00
parent cdef82f06f
commit d438392ed5
7 changed files with 173 additions and 189 deletions

View File

@@ -20,9 +20,9 @@ SECTIONS
*(.bss)
}
.note ALIGN(0x1000) : {
*(.note.*)
}
.note ALIGN(0x1000) : {
*(.note.*)
}
end = ALIGN(4096);
end = ALIGN(4096);
}