You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/09/20 22:44:56 UTC

[jira] Updated: (STDCXX-567) [Sun C++/Linux/x86] assembler error on xchg in i86/atomic.s

     [ https://issues.apache.org/jira/browse/STDCXX-567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor updated STDCXX-567:
--------------------------------

             Priority: Blocker  (was: Major)
    Affects Version/s:     (was: trunk)
                       4.1.2
                       4.1.3
                       4.1.4

This actually affects all prior versions of stdcxx, even if those that had no explicit support for Sun C++ on x86, as the suffix is missing in all of them. Since this prevents the library from building on this platform I'm making it a Blocker.

> [Sun C++/Linux/x86] assembler error on xchg in i86/atomic.s
> -----------------------------------------------------------
>
>                 Key: STDCXX-567
>                 URL: https://issues.apache.org/jira/browse/STDCXX-567
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 4.1.2, 4.1.3, 4.1.4
>         Environment: Sun C++ 5.9/Linux/x86
>            Reporter: Martin Sebor
>            Assignee: Martin Sebor
>            Priority: Blocker
>             Fix For: trunk
>
>
> All Sun C++ 5.9 builds on Linux/x86 are failing with the error below:
> ...
> gmake: Entering directory `$(BUILDDIR)/lib'
> CC -c -D_RWSTDDEBUG    -I$(TOPDIR)/include -I$(BUILDDIR)/include  -library=%none -g  -m32 +w -errtags -erroff=hidef  -KPIC  $(TOPDIR)/src/assert.cpp
> CC -c -D_RWSTDDEBUG    -I$(TOPDIR)/include -I$(BUILDDIR)/include  -library=%none -g  -m32 +w -errtags -erroff=hidef  -KPIC $(TOPDIR)/src/atomic-cxx.S
> Assembler: 
> 	"$(TOPDIR)/src/i86/atomic.s", line 60 : Syntax error
> 	Near line: "    xchg %al, (%ecx)"
> gmake: *** [atomic-cxx.o] Error 127
> gmake: Leaving directory `$(BUILDDIR)/lib'
> Command exited with non-zero status 2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.