mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
(bfd_target_vector): #ifdef BFD64 rs6000coff64_vec
This commit is contained in:
@ -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
|
||||||
|
@ -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,
|
||||||
|
Reference in New Issue
Block a user