public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* [Bug 1001545] New: ustl: update to uSTL 1.6
@ 2012-03-24 16:12 bugzilla-daemon
  2012-03-25 15:46 ` [Bug 1001545] " bugzilla-daemon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-03-24 16:12 UTC (permalink / raw)
  To: ecos-patches

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

           Summary: ustl: update to uSTL 1.6
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: enhancement
          Priority: low
         Component: Patches and contributions
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: sergei.gavrikov@gmail.com
                CC: ecos-patches@ecos.sourceware.org
             Class: Advice Request


Created an attachment (id=1671)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1671)
update to uSTL 1.6

Updated from uSTL 1.4 to 1.6 (current)

1.5 summary
http://sourceforge.net/projects/ustl/files/ustl/1.5/

1.6 summary
http://sourceforge.net/projects/ustl/files/ustl/1.6/

-- 
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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1001545] ustl: update to uSTL 1.6
  2012-03-24 16:12 [Bug 1001545] New: ustl: update to uSTL 1.6 bugzilla-daemon
@ 2012-03-25 15:46 ` bugzilla-daemon
  2012-03-25 16:18 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-03-25 15:46 UTC (permalink / raw)
  To: ecos-patches

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

John Dallaway <john@dallaway.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john@dallaway.org.uk

--- Comment #1 from John Dallaway <john@dallaway.org.uk> 2012-03-25 16:45:46 BST ---
Sergei, great to see this patch. Thank you.

The patch looks clean. You have replaced the NextPow2 implementation with the
latest from upstream which is good. Our efforts to minimise the differences
between eCos uSTL sources and upstream are working well for us.

If the tests are building and running OK with GCC 4.3.2 tools (default template
+ ustl + fileio), then I see no reason why you should not check this in. It is
always good to check uSTL with a target architecture other than x86 since Mike
Sharov works mainly with x86. We know that a few of the tests are interactive
and will therefore not run.

-- 
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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1001545] ustl: update to uSTL 1.6
  2012-03-24 16:12 [Bug 1001545] New: ustl: update to uSTL 1.6 bugzilla-daemon
  2012-03-25 15:46 ` [Bug 1001545] " bugzilla-daemon
@ 2012-03-25 16:18 ` bugzilla-daemon
  2012-04-04 18:12 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-03-25 16:18 UTC (permalink / raw)
  To: ecos-patches

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

--- Comment #2 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2012-03-25 17:17:43 BST ---
(In reply in comment #1)
> Sergei, great to see this patch. Thank you.
> 
> The patch looks clean. You have replaced the NextPow2 implementation
> with the latest from upstream which is good. Our efforts to minimise
> the differences between eCos uSTL sources and upstream are working
> well for us.
> 
> If the tests are building and running OK with GCC 4.3.2 tools (default
> template + ustl + fileio), then I see no reason why you should not
> check this in. It is always good to check uSTL with a target
> architecture other than x86 since Mike Sharov works mainly with x86.
> We know that a few of the tests are interactive and will therefore not
> run.

Yep. I used default+fileio+ustl without any tweaks and run the tests
under GDB. A summary

- No new warnings with GCC 4.3.2 & GCC 4.6.3
- All bvt tests were run on ARMv4 (LE) target (GCC 4.3.2 & 4.6.3 builds)
  without fails
- All bvt tests (but bvt23) also were run on eCos Linux synthetic target

NOTE: it was not possible to build `bvt23' for synthetic target, but
      that is old "lrint*" issue:

      http://sourceware.org/ml/ecos-patches/2010-06/msg00027.html

-- 
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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1001545] ustl: update to uSTL 1.6
  2012-03-24 16:12 [Bug 1001545] New: ustl: update to uSTL 1.6 bugzilla-daemon
  2012-03-25 15:46 ` [Bug 1001545] " bugzilla-daemon
  2012-03-25 16:18 ` bugzilla-daemon
@ 2012-04-04 18:12 ` bugzilla-daemon
  2012-04-04 18:28 ` bugzilla-daemon
  2012-04-04 18:59 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-04-04 18:12 UTC (permalink / raw)
  To: ecos-patches

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

--- Comment #3 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2012-04-04 19:11:55 BST ---
So, can I commit the update?

-- 
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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1001545] ustl: update to uSTL 1.6
  2012-03-24 16:12 [Bug 1001545] New: ustl: update to uSTL 1.6 bugzilla-daemon
                   ` (2 preceding siblings ...)
  2012-04-04 18:12 ` bugzilla-daemon
@ 2012-04-04 18:28 ` bugzilla-daemon
  2012-04-04 18:59 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-04-04 18:28 UTC (permalink / raw)
  To: ecos-patches

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

--- Comment #4 from John Dallaway <john@dallaway.org.uk> 2012-04-04 19:27:41 BST ---
(In reply to comment #3)

> So, can I commit the update?

Sergei, you have answered my concerns and there have been no other comments. Go
for it!

-- 
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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1001545] ustl: update to uSTL 1.6
  2012-03-24 16:12 [Bug 1001545] New: ustl: update to uSTL 1.6 bugzilla-daemon
                   ` (3 preceding siblings ...)
  2012-04-04 18:28 ` bugzilla-daemon
@ 2012-04-04 18:59 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-04-04 18:59 UTC (permalink / raw)
  To: ecos-patches

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

--- Comment #5 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2012-04-04 19:58:43 BST ---
(In reply to comment #4)
> (In reply to comment #3)
> 
> > So, can I commit the update?
> 
> Sergei, you have answered my concerns and there have been no other
> comments. Go for it!

John, thanks for review. Checked-in.

-- 
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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-04-04 18:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-24 16:12 [Bug 1001545] New: ustl: update to uSTL 1.6 bugzilla-daemon
2012-03-25 15:46 ` [Bug 1001545] " bugzilla-daemon
2012-03-25 16:18 ` bugzilla-daemon
2012-04-04 18:12 ` bugzilla-daemon
2012-04-04 18:28 ` bugzilla-daemon
2012-04-04 18:59 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).