1999-05-10 Catherine Moore <clm@cygnus.com>
authorCatherine Moore <clm@redhat.com>
Mon, 10 May 1999 18:30:21 +0000 (18:30 +0000)
committerCatherine Moore <clm@redhat.com>
Mon, 10 May 1999 18:30:21 +0000 (18:30 +0000)
* emulttempl/pe.em (gld_${EMULATION_NAME}_after_open):
Check for TARGET_IS_arm_epoc_pe.
(gld_${EMULATION_NAME}_before_allocation): Likewise.

ld/ChangeLog
ld/emultempl/pe.em

index d667637a0a80740914e337553670256d21299700..ae17edd15da478a9d3d499bcf1307d824fe3513e 100644 (file)
@@ -1,3 +1,9 @@
+1999-05-10  Catherine Moore  <clm@cygnus.com>
+
+       * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
+       Check for TARGET_IS_arm_epoc_pe.
+       (gld_${EMULATION_NAME}_before_allocation): Likewise.
+
 1999-05-12  Anthony Green  <green@cygnus.com>
 
        * ldlang.c (walk_wild, walk_wild_file, walk_wild_section,
index 46ebbe99865fff7b5636db49cbb02e0c09a05f78..6ad4b20ec808009ce2320e9e2b461d840fa5ba16 100644 (file)
@@ -626,7 +626,7 @@ gld_${EMULATION_NAME}_after_open ()
     pe_dll_build_sections (output_bfd, &link_info);
 #endif
 
-#ifdef TARGET_IS_armpe
+#if defined(TARGET_IS_armpe) || defined(TARGET_IS_arm_epoc_pe)
   {
     /* Find a BFD that can hold the interworking stubs.  */
     LANG_FOR_EACH_INPUT_STATEMENT (is)
@@ -658,7 +658,7 @@ gld_${EMULATION_NAME}_before_allocation()
   ppc_allocate_toc_section (&link_info);
 #endif /* TARGET_IS_ppcpe */
 
-#ifdef TARGET_IS_armpe
+#if defined(TARGET_IS_armpe) || defined(TARGET_IS_arm_epoc_pe)
   /* FIXME: we should be able to set the size of the interworking stub
      section.
 
This page took 0.030602 seconds and 4 git commands to generate.