Linking non-PIC modules with PIC modules for MIPS SVR4.2MP

Maciej W. Rozycki macro@ds2.pg.gda.pl
Fri Feb 15 11:56:00 GMT 2002


On Fri, 15 Feb 2002, Kai Ruottu wrote:

> Is there any way to see the called function names and the names for the addresses
> in the disassembly listing?  Then cloning the current non-PIC 'crt1.o' could be a little
> more easy...

 You can already see names for addresses -- they are these names in angle
brackets.  For function calls and variable references you need to look at
relocations using the "-r" option of `objdump'.  If you want dissassembly
and relocation information interspersed, use both options at the same
time.

-- 
+  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
+--------------------------------------------------------------+
+        e-mail: macro@ds2.pg.gda.pl, PGP key available        +



More information about the Binutils mailing list