mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
add some comments about peigen.c
This commit is contained in:
parent
277d1b5e45
commit
650f5dd8d8
@ -2214,6 +2214,7 @@ static void ppc_coff_swap_sym_in_hook PARAMS ((bfd *, PTR, PTR));
|
||||
#define coff_bfd_final_link ppc_bfd_coff_final_link
|
||||
|
||||
#ifndef COFF_IMAGE_WITH_PE
|
||||
/* FIXME: This no longer works. */
|
||||
#define coff_swap_sym_in_hook ppc_coff_swap_sym_in_hook
|
||||
#endif
|
||||
|
||||
@ -2221,6 +2222,9 @@ static void ppc_coff_swap_sym_in_hook PARAMS ((bfd *, PTR, PTR));
|
||||
|
||||
#define COFF_PAGE_SIZE 0x1000
|
||||
|
||||
/* FIXME: This controls some code that used to be in peicode.h and is
|
||||
now in peigen.c. It will not control the code in peigen.c. If
|
||||
anybody wants to get this working, you will need to fix that. */
|
||||
#define POWERPC_LE_PE
|
||||
|
||||
#define COFF_SECTION_ALIGNMENT_ENTRIES \
|
||||
|
@ -38,4 +38,7 @@ Boston, MA 02111-1307, USA. */
|
||||
|
||||
/* FIXME: verify PCRELOFFSET is always false */
|
||||
|
||||
/* FIXME: This target no longer works. Search for POWERPC_LE_PE in
|
||||
coff-ppc.c and peigen.c. */
|
||||
|
||||
#include "coff-ppc.c"
|
||||
|
@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */
|
||||
|
||||
/* FIXME: Verify PCRELOFFSET is always false */
|
||||
|
||||
/* FIXME: This target no longer works. Search for POWERPC_LE_PE in
|
||||
coff-ppc.c and peigen.c. */
|
||||
|
||||
#include "coff-ppc.c"
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user