src/share/vm/utilities/elfFile.cpp

changeset 6511
31e80afe3fed
parent 6503
a9becfeecd1b
child 6876
710a3c8b516e
child 7857
8c3941f2020c
equal deleted inserted replaced
6510:7c462558a08a 6511:31e80afe3fed
138 } 138 }
139 add_symbol_table(table); 139 add_symbol_table(table);
140 } 140 }
141 } 141 }
142 142
143 #if defined(PPC64) 143 #if defined(PPC64) && !defined(ABI_ELFv2)
144 // Now read the .opd section wich contains the PPC64 function descriptor table. 144 // Now read the .opd section wich contains the PPC64 function descriptor table.
145 // The .opd section is only available on PPC64 (see for example: 145 // The .opd section is only available on PPC64 (see for example:
146 // http://refspecs.linuxfoundation.org/LSB_3.1.1/LSB-Core-PPC64/LSB-Core-PPC64/specialsections.html) 146 // http://refspecs.linuxfoundation.org/LSB_3.1.1/LSB-Core-PPC64/LSB-Core-PPC64/specialsections.html)
147 // so this code should do no harm on other platforms but because of performance reasons we only 147 // so this code should do no harm on other platforms but because of performance reasons we only
148 // execute it on PPC64 platforms. 148 // execute it on PPC64 platforms.

mercurial