This is the mail archive of the binutils@sources.redhat.com 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]

Re: make check failure on alpha


On Tue, Jun 12, 2001 at 12:03:38PM +0200, Andreas Jaeger wrote:
> regexp "^  00000004  00.* R_.*00000000  
> line   "  00000004  700000001 R_ALPHA_REFLONG       

What really ought to happen is that the -r output should break 
up r_info into R_SYM and R_TYPE fields.

What you're seeing is r_info printed as %08lx.  For 32-bit targets
you'd see "00070001".  The "7" is at bit 32 for 64-bit targets.

Best solution is probably to match [0-9A-Fa-f]+ or something here.



r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]