0xffffffff when BFD64

Alan Modra alan@linuxcare.com.au
Thu Apr 6 22:39:00 GMT 2000


On 7 Apr 2000, Alexandre Oliva wrote:

> So, here's the revised patch-generator:
> 
> grep -lr '\<0x[89a-zA-Z][0-9a-zA-Z][0-9a-zA-Z][0-9a-zA-Z][0-9a-zA-Z][0-9a-zA-Z][0-9a-zA-Z][0-9a-zA-Z]\>' bfd opcodes binutils gas ld |
> while read f; do
>   sed 's,\<0x[89a-zA-Z][0-9a-zA-Z][0-9a-zA-Z][0-9a-zA-Z][0-9a-zA-Z][0-9a-zA-Z][0-9a-zA-Z][0-9a-zA-Z]\>,(unsigned)(&),g' \
>     < $f > $f.new && mv $f.new $f
> done

I'd ordinarily quite like using this, but I'm going through files slowly
by hand because of formatting issues, and so as to not change numbers in
comments.

-- 
Linuxcare.  Support for the Revolution.



More information about the Binutils mailing list