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]
Other format: [Raw text]

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


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        +


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