Add QEMU interrupt handling (incomplete)

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3339 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-03-05 16:04:24 +00:00
parent 3b73b8305e
commit 2f42c59de2

View File

@ -41,6 +41,7 @@ SECTIONS
.text : {
_stext = ABSOLUTE(.);
*(.text .text.*)
*(.gnu.linkonce.t.*)
_etext = ABSOLUTE(.);
}
@ -49,7 +50,6 @@ SECTIONS
*(.rodata .rodata.*)
*(.fixup)
*(.gnu.warning)
*(.gnu.linkonce.t.*)
*(.glue_7)
*(.glue_7t)
*(.got)
@ -74,7 +74,7 @@ SECTIONS
_ebss = ABSOLUTE(.);
}
/* Stabs debugging sections. */
/* Stabs debugging sections */
.stab 0 : { *(.stab) }
.stabstr 0 : { *(.stabstr) }
.stab.excl 0 : { *(.stab.excl) }