mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 20:14:06 +08:00
(bfd_target_vector): #ifdef BFD64 rs6000coff64_vec
This commit is contained in:
parent
216a600b17
commit
9ee2520132
@ -1,5 +1,7 @@
|
||||
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
|
||||
info even if data directory has zero entries. Read idata section
|
||||
starting from dataoff, and adjust all data offsets to suit. Cast
|
||||
|
@ -866,7 +866,9 @@ const bfd_target * const bfd_target_vector[] = {
|
||||
&pmac_xcoff_vec,
|
||||
#endif
|
||||
&rs6000coff_vec,
|
||||
#ifdef BFD64
|
||||
&rs6000coff64_vec,
|
||||
#endif
|
||||
&ppcboot_vec,
|
||||
&shcoff_vec,
|
||||
&shlcoff_vec,
|
||||
|
Loading…
Reference in New Issue
Block a user