This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos 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]

Re: Problem linking eCos application


diff -u -5 -p -r1.1 -r1.2
--- vectors.S	2003/01/27 11:15:30	1.1
+++ vectors.S	2003/03/28 18:24:53	1.2
@@ -254,11 +254,12 @@ ice_thread_vector:
 // Other vectors - this may include "fixed" locations
 #ifdef PLATFORM_VECTORS
         PLATFORM_VECTORS
 #endif
                         
-        .text   
+        .text
+        .balign 4
 // Startup code which will get the machine into supervisor mode
         .global reset_vector
         .type   reset_vector,function
 reset_vector:
         PLATFORM_SETUP1         // Early stage platform initialization

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]