Bug 3808 - gas failure for mips-elf on HEAD
Summary: gas failure for mips-elf on HEAD
Status: RESOLVED FIXED
Alias: None
Product: binutils
Classification: Unclassified
Component: gas (show other bugs)
Version: 2.18
: P2 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-27 07:08 UTC by Hans-Peter Nilsson
Modified: 2012-05-16 23:39 UTC (History)
1 user (show)

See Also:
Host: i686-pc-linux-gnu
Target: mips-elf
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hans-Peter Nilsson 2006-12-27 07:08:46 UTC
With HEAD binutils checked out as of Wed, 27 Dec 2006 06:05:09 UTC, I get this
failure for "make check-gas" for --target=mips-elf:

Running /mnt/test1/hp/axis/binutils/src/gas/testsuite/gas/mips/mips.exp ...
FAIL: MIPS16 intermix

with the gas.log file containing:
/mnt/test1/hp/axis/binutils/src/gas/testsuite/lib/run ../as-new  -mips32r2 -o
dump.o /mnt/test1/hp/axis/binutils/src/gas/testsuit\
e/gas/mips/mips16-intermix.s
/mnt/test1/hp/axis/binutils/mips/gas/testsuite/../../binutils/objdump  -t dump.o
> dump.out
regexp_diff match failure
regexp "^0+[0-9a-f]+ l    d  .mips16.fn.m16_d   0+[0-9a-f]+ .mips16.fn.m16_d$"
line   "0000003c g     F .text  0000000c m32_d"
regexp_diff match failure
regexp "^0+[0-9a-f]+ l     F .mips16.fn.m16_d   0+[0-9a-f]+ __fn_stub_m16_d$"
line   "00000048 g     F .text  0000000c 0xf0 m16_d"
regexp_diff match failure
regexp "^0+[0-9a-f]+ l     F .text      0+[0-9a-f]+ m32_static_d$"
line   "00000000         *UND*  00000000 __mips16_fixdfsi"
regexp_diff match failure
(many more differences pruned)
Comment 1 Hans-Peter Nilsson 2012-05-16 23:39:27 UTC
Now fixed, unknown when.