OSDN Git Service

add some comments about peigen.c
authorIan Lance Taylor <ian@airs.com>
Sat, 11 Sep 1999 23:38:11 +0000 (23:38 +0000)
committerIan Lance Taylor <ian@airs.com>
Sat, 11 Sep 1999 23:38:11 +0000 (23:38 +0000)
bfd/coff-ppc.c
bfd/pe-ppc.c
bfd/pei-ppc.c

index 934027c..f2e8cb8 100644 (file)
@@ -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 \
index a2bac04..7d4a547 100644 (file)
@@ -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"
index b2d207b..86e1a5d 100644 (file)
@@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA.  */
 
 /* FIXME: Verify PCRELOFFSET is always false */
 
-#include "coff-ppc.c"
-
-
+/* FIXME: This target no longer works.  Search for POWERPC_LE_PE in
+   coff-ppc.c and peigen.c.  */
 
+#include "coff-ppc.c"