Subject: [Boost-bugs] [Boost C++ Libraries] #11603: make_ppc32_sysv_macho_gas.S apparently has a typo inside
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-08-31 15:24:54
#11603: make_ppc32_sysv_macho_gas.S apparently has a typo inside
------------------------+------------------------------
Reporter: braumann@⦠| Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.59.0
Severity: Problem | Keywords:
------------------------+------------------------------
I think there is a superfluous % sign on line 85 of
make_ppc32_sysv_macho_gas.S (assembler source code) which leads to a
syntax error during boost 1.59.0 building:
{{{
stw r5, 236(%r3)
}}}
should be
{{{
stw r5, 236(r3)
}}}
After removing the % sign compilation of 1.59.0 was successful on a PPC 32
bit system (MacOSX 10.5.8).
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11603> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:18 UTC