$$dyncall in PA-RISC2.0 64 bit assembler ???
Hi again -
While trying to get some old code to work under HP-UX 11.11 with a
PA-RISC 2.0 CPU-based machine in 64 bit mode I have some assembler
code that doesn't compile.
Note that I am using gcc 4.2.3 to do this and so I am using the gnu as
assembler.
Still, this is the "offending" code part:
.import $$dyncall,MILLICODE /* sitting at the top of the file */
/* somewhere in a procedure: */
bl $$dyncall,%r31
The linker then barfs and says that $$dyncall is an unsatisfied
symbol. Looking at docs from HP (man, I used to work for HP for more
than 12 years back then) I see that there's a $$dyncall entry in the
32 bit /usr/lib/libmilli.a but no such symbol in
/usr/lib/PA20_64/libmilli.a ...
The 64 bit porting info I found also doesn't help.
Any ideas?
Thanks!!!
Best,
Frank
--
Frank Goenninger
frgo(at)mac(dot)com
"Don't ask me! I haven't been reading comp.lang.lisp long enough to
really know ..." |