[lxc-devel] [lxc/lxc] 5f7dd0: src/lxc/raw_syscalls.c: fix sparc assembly

Christian Brauner noreply at github.com
Sat Feb 29 02:35:08 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: 5f7dd076fe203ebe6992698b63a1856a98bc0bba
      https://github.com/lxc/lxc/commit/5f7dd076fe203ebe6992698b63a1856a98bc0bba
  Author: Fabrice Fontaine <fontaine.fabrice at gmail.com>
  Date:   2020-02-28 (Fri, 28 Feb 2020)

  Changed paths:
    M src/lxc/raw_syscalls.c

  Log Message:
  -----------
  src/lxc/raw_syscalls.c: fix sparc assembly

Build of lxc 3.2.1 fails with ultrasparc on:

raw_syscalls.c: In function ‘lxc_raw_clone’:
raw_syscalls.c:66:3: error: invalid 'asm': invalid operand output code
   asm volatile(
   ^~~

Issue has been added with commit
b52e8e68a61866da2af86e85905ec850f8a8b7fc which added %g1 instead of %%g1

Fixes:
 - http://autobuild.buildroot.org/results/17c2319850f02f24da6fbef9656c07f86fdc5a3a

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>


  Commit: 382854fbd3665dc3bd22eedbce5920377bf5ea9f
      https://github.com/lxc/lxc/commit/382854fbd3665dc3bd22eedbce5920377bf5ea9f
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2020-02-29 (Sat, 29 Feb 2020)

  Changed paths:
    M src/lxc/raw_syscalls.c

  Log Message:
  -----------
  Merge pull request #3272 from ffontaine/master

src/lxc/raw_syscalls.c: fix sparc assembly


Compare: https://github.com/lxc/lxc/compare/67d54d09c226...382854fbd366


More information about the lxc-devel mailing list