(bfd_target_vector): #ifdef BFD64 rs6000coff64_vec

This commit is contained in:
Alan Modra
2000-05-12 06:07:04 +00:00
parent 216a600b17
commit 9ee2520132
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2000-05-12 Alan Modra <alan@linuxcare.com.au> 2000-05-12 Alan Modra <alan@linuxcare.com.au>
* targets.c (bfd_target_vector): #ifdef BFD64 rs6000coff64_vec
* peigen.c (pe_print_idata): Look for .idata section and print * peigen.c (pe_print_idata): Look for .idata section and print
info even if data directory has zero entries. Read idata section info even if data directory has zero entries. Read idata section
starting from dataoff, and adjust all data offsets to suit. Cast starting from dataoff, and adjust all data offsets to suit. Cast

View File

@ -866,7 +866,9 @@ const bfd_target * const bfd_target_vector[] = {
&pmac_xcoff_vec, &pmac_xcoff_vec,
#endif #endif
&rs6000coff_vec, &rs6000coff_vec,
#ifdef BFD64
&rs6000coff64_vec, &rs6000coff64_vec,
#endif
&ppcboot_vec, &ppcboot_vec,
&shcoff_vec, &shcoff_vec,
&shlcoff_vec, &shlcoff_vec,