comparison packages/hal/sh/arch/current/src/sh.ld @ 139:79d72068f491 ecos-sw-2000-11-24

Merge from eCos master repository on 2000-11-24-16:52:55-GMT
author jlarmour
date Fri, 24 Nov 2000 17:42:47 +0000
parents 289bf90c6a9b
children d397fc472bcf
comparison
equal deleted inserted replaced
138:289bf90c6a9b 139:79d72068f491
42 42
43 #include <pkgconf/system.h> 43 #include <pkgconf/system.h>
44 #include <cyg/hal/basetype.h> 44 #include <cyg/hal/basetype.h>
45 45
46 STARTUP(vectors.o) 46 STARTUP(vectors.o)
47 ENTRY(CYG_LABEL_NAME(_reset)) 47 ENTRY(CYG_LABEL_DEFN(_reset))
48 #ifdef EXTRAS 48 #ifdef EXTRAS
49 INPUT(extras.o) 49 INPUT(extras.o)
50 #endif 50 #endif
51 GROUP(libtarget.a libgcc.a) 51 GROUP(libtarget.a libgcc.a)
52 52