Package: toolchain-source Version: 3.4-5 The following ARM assembly assembles and links without errors, despite the symbol hello_world being undefined.
.global _start _start: adr r0, hello_world swi 2 swi 0x11 [EMAIL PROTECTED] ~/extra/sources $ arm-linux-as arm-test.s -o arm-test.o [EMAIL PROTECTED] ~/extra/sources $ arm-linux-ld arm-test.o [EMAIL PROTECTED] ~/extra/sources $ -- Member AFFS, WYLUG, SWP (UK), UAF, RESPECT, StWC No to software patents! Victory to the iraqi resistance! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]