This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Dear all,
The attached patches fixes unexpected failures, dued to:
- Some result files (like readelf.r) miss the check terminator string i.e. XYZ0ZYX.
- If the host and target, are different machines (like my case) you have to be sure that each test is run in the proper machine (host PC, target SH4).
I also patched dejagnu-1.4.4/lib/rsh.exp
(I launch the binutils testsuite from my linux PC to the Sh4 board by ssh)
My enviroment is:
- Host: Linux PC; sh4 cross compiler installed.
- Target: embedded sh4 board; sh4-linux-gcc installed
- FS: NFS
without patch I had the following fails:
=== binutils Summary ===
# of expected passes 27
# of unexpected failures 17
Welcome comments
Fabio Arnone
Attachment:
rsh_fix.patch
Description: Binary data
Attachment:
binutils-2.18_test_fix.patch
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |