This is the mail archive of the ecos-bugs@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]

[Bug 1001253] Kernel tests on small memory targets


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001253

Ilija Kocho <ilijak@siva.com.mk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1273|0                           |1
        is obsolete|                            |

--- Comment #31 from Ilija Kocho <ilijak@siva.com.mk> 2011-07-09 18:14:52 BST ---
Created an attachment (id=1309)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1309)
thread_gdb.c_110709 with test for 32KiB and 48KiB

(In reply to comment #27)
> Ilija, and the last minor note. IMHO, in those other diffs for kernel
> tests is preffered to use
> 
> #if (CYGMEM_REGION_ram_SIZE <= 32768)
> 
> check instead of
> 
> #if defined(CYGMEM_REGION_ram_SIZE) && (CYGMEM_REGION_ram_SIZE <= 32768)
> 

Sergei, thank you for this remark, in this case we would like warnings indeed.
I also fixed thread_gdb for 48KiB RAM (other programs compiled without).

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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