ld: Replace exp_dataseg_none with exp_seg_none
[deliverable/binutils-gdb.git] / ld / emultempl / ppc64elf.em
index ac306645d11b583cc01fe7786b1484ff9a3e4d53..d6d5b0acf36fdffd8a191284e837cfbdaa8e2e3e 100644 (file)
@@ -266,7 +266,7 @@ prelim_size_sections (void)
   if (expld.phase != lang_mark_phase_enum)
     {
       expld.phase = lang_mark_phase_enum;
-      expld.dataseg.phase = exp_dataseg_none;
+      expld.dataseg.phase = exp_seg_none;
       one_lang_size_sections_pass (NULL, FALSE);
       /* We must not cache anything from the preliminary sizing.  */
       lang_reset_memory_regions ();
This page took 0.026826 seconds and 4 git commands to generate.