This is the mail archive of the ecos-patches@sourceware.org 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: New objloader patch


Anthony Tonizzo writes:
> Hi:
> 
> Here is a new patch for the objloader. Among the features
> added by this patch:
> 
> 1) Support for loading libraries statically compiled in the
> code (thanks to Gernot Zankl for this!)
> 2) Support for ARMv4T devices, tested by Sergei Gavrikov

Hi

Anthony, there is one regrettable garbage in CDL. ls -la :-). 2 cents
fix is provided.

All works fine with your cleanups. Tested on Olimex OLPC-H2294 target
(ARM7TDMI-S).

Sergei
diff -r 1d9e630579c9 current/cdl/objloader.cdl
--- a/current/cdl/objloader.cdl	Wed Dec 17 09:05:07 2008 +0200
+++ b/current/cdl/objloader.cdl	Wed Dec 17 09:29:46 2008 +0200
@@ -127,7 +127,7 @@
       cdl_option CYGOPT_SERVICES_OBJLOADER_LOADERS_MEMORY {
           display       "Load module from memory"
           flavor        bool
-          defaultls -la_value 1
+          default_value 1
           description   "This option will compile the module required to load an
                          object library from a ROM memory." 
           compile       loader_memory.c

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