Ticket #105 (closed defect: fixed)
all objfmt/macho tests fail
| Reported by: | mikko.tiihonen@… | Owned by: | |
|---|---|---|---|
| Priority: | P2 | Milestone: | |
| Component: | Object Format: macho | Version: | 0.6.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
linux, x86-64, gcc 4.1.2, CFLAGS=-O1
Test macho_test: O +0-1/1 0%
** O: gas-macho32 did not match object file!
FAIL: modules/objfmts/macho/tests/gas32/gas_macho32_test.sh
Test macho_test: O +0-1/1 0%
** O: gas-macho64 did not match object file!
FAIL: modules/objfmts/macho/tests/gas64/gas_macho64_test.sh
Test macho_test: OO +0-2/2 0%
** O: macho-reloc did not match object file! ** O: machotest did not match object file!
FAIL: modules/objfmts/macho/tests/nasm32/macho32_test.sh
Test macho_test: .O +1-1/2 50%
** O: machotest64 did not match object file!
FAIL: modules/objfmts/macho/tests/nasm64/macho64_test.sh
All the failures have exactly the same differenes, just at different location. Would that point to a problem when generating non-code parts, for example section headers?
