[armhf linux] Error: pixman-arm-simd-asm.h:823: Error: garbage following instruction -- `bne 01f'
Categories
(Core :: Graphics, defect)
Tracking
()
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(4 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-esr128+
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-esr115+
|
Details | Review |
The build fails when targeting armhf linux and using the latest binutils version, with the following:
pixman-arm-simd-asm.h:823: Error: garbage following instruction -- `bne 01f'
pixman-arm-simd-asm.h:871: Info: macro invoked from here
pixman-arm-simd-asm.h:326: Info: macro invoked from here
pixman-arm-simd-asm.h:343: Info: macro invoked from here
pixman-arm-simd-asm.h:354: Info: macro invoked from here
pixman-arm-simd-asm.h:408: Info: macro invoked from here
pixman-arm-simd-asm.h:793: Info: macro invoked from here
pixman-arm-simd-asm.S:877: Info: macro invoked from here
pixman-arm-simd-asm.h:824: Error: garbage following instruction -- `bcc 03f'
pixman-arm-simd-asm.h:871: Info: macro invoked from here
pixman-arm-simd-asm.h:326: Info: macro invoked from here
pixman-arm-simd-asm.h:343: Info: macro invoked from here
pixman-arm-simd-asm.h:354: Info: macro invoked from here
pixman-arm-simd-asm.h:408: Info: macro invoked from here
pixman-arm-simd-asm.h:793: Info: macro invoked from here
pixman-arm-simd-asm.S:877: Info: macro invoked from here
etc.
| Assignee | ||
Comment 1•1 year ago
|
||
A change in the latest version of binutils broke building pixman for arm.
The binutils change:
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=226749d5a6ff0d5c607d6428d6c81e1e7e7a994b
This change was committed upstream in
https://gitlab.freedesktop.org/pixman/pixman/-/commit/865e6ce00bb79a6b925ed4c2c436e1533e4472aa
and will be in the next release.
Updated•1 year ago
|
| Assignee | ||
Comment 3•1 year ago
|
||
A change in the latest version of binutils broke building pixman for arm.
The binutils change:
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=226749d5a6ff0d5c607d6428d6c81e1e7e7a994b
This change was committed upstream in
https://gitlab.freedesktop.org/pixman/pixman/-/commit/865e6ce00bb79a6b925ed4c2c436e1533e4472aa
and will be in the next release.
Original Revision: https://phabricator.services.mozilla.com/D217517
Updated•1 year ago
|
| Assignee | ||
Comment 4•1 year ago
|
||
A change in the latest version of binutils broke building pixman for arm.
The binutils change:
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=226749d5a6ff0d5c607d6428d6c81e1e7e7a994b
This change was committed upstream in
https://gitlab.freedesktop.org/pixman/pixman/-/commit/865e6ce00bb79a6b925ed4c2c436e1533e4472aa
and will be in the next release.
Original Revision: https://phabricator.services.mozilla.com/D217517
Updated•1 year ago
|
| Assignee | ||
Comment 5•1 year ago
|
||
A change in the latest version of binutils broke building pixman for arm.
The binutils change:
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=226749d5a6ff0d5c607d6428d6c81e1e7e7a994b
This change was committed upstream in
https://gitlab.freedesktop.org/pixman/pixman/-/commit/865e6ce00bb79a6b925ed4c2c436e1533e4472aa
and will be in the next release.
Original Revision: https://phabricator.services.mozilla.com/D217517
Updated•1 year ago
|
Comment 6•1 year ago
|
||
beta Uplift Approval Request
- User impact if declined: Build failure on armhf linux with latest binutils
- Code covered by automated testing: no
- Fix verified in Nightly: yes
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: N/A
- Risk associated with taking this patch: Low
- Explanation of risk level: trivial relabelling
- String changes made/needed: N/A
- Is Android affected?: no
Comment 7•1 year ago
|
||
esr128 Uplift Approval Request
- User impact if declined: Build failure on armhf linux with latest binutils
- Code covered by automated testing: no
- Fix verified in Nightly: yes
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: N/A
- Risk associated with taking this patch: Low
- Explanation of risk level: Trivial relabelling
- String changes made/needed: N/A
- Is Android affected?: no
Comment 8•1 year ago
|
||
esr115 Uplift Approval Request
- User impact if declined: Build failure on armhf linux with latest binutils
- Code covered by automated testing: no
- Fix verified in Nightly: yes
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: N/A
- Risk associated with taking this patch: Low
- Explanation of risk level: Trivial relabelling
- String changes made/needed: N/A
- Is Android affected?: no
Comment 9•1 year ago
|
||
| bugherder | ||
Updated•1 year ago
|
Comment 10•1 year ago
|
||
| uplift | ||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 11•1 year ago
|
||
| uplift | ||
Comment 12•1 year ago
|
||
| uplift | ||
Updated•1 year ago
|
Description
•