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: [RFA]: opcodes alpha disassembler


Michael Snyder <msnyder@cygnus.com> writes:
> > Whether that harm is enough to worry about is something for somebody
> > else to decide.  (Personally, I've wished for OSF/1 PAL call
> > disassembly, but...)
> 
> Well then ultimately, somebody needs to "multi-arch" these
> codes somehow.  But in the mean time, how much worse would 
> a vms or NT person be?  What output would they get presently?
> "<undefined>"?

I'm not _sure_ since i've not done alpha assembly poking for a few
years.


For instance, from one of my NetBSD/alpha systems (running a slightly
older version of the tools):

(gdb) x/x 0xfffffc0000300194
0xfffffc0000300194 <alpha_pal_wrfen>:   0x0000002b
(gdb) x/i 0xfffffc0000300194
0xfffffc0000300194 <alpha_pal_wrfen>:   call_pal        0x2b

(that's also how the code is assembled.  the relevant assembly source
does "call_pal PAL_OSF1_wrfen", where PAL_OSF1_wrfen is defined to
0x2b).



chris

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