This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
vectors: b ResetHandlerGlue b UndefinedHandlerGlue b SWIHandlerGlue b PrefetchAbortHandlerGlue b DataAbortHandlerGlue nop b IRQHandlerGlue b FIQHandlerGlue ResetHandlerGlue: ldr r0,=ResetHandler mov pc,r0 99: b 99b // Stop if reset ever exits.
UndefinedHandlerGlue: ldr r0,=UndefinedHandler mov pc,r0
SECTIONS { . = 0x00000000; . = ALIGN(4); .text : { vectorsStart = .; KEEP (obj/vectors.o(.text)); vectorsEnd = .; } . = 0x80008000;
. = ALIGN(4);
.text :
{
obj/start.o(.text);
src/Interrupts.o(.text);
}
.
.
.
}-- Rick
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |