Handle multiple target events before commit resume
[deliverable/binutils-gdb.git] / ld / ldexp.h
index 8dc1bf941f3d3618a3fd210a9ae2902fc828d849..71395bc6c4696e959ffc26cf40e088642d00e2f4 100644 (file)
@@ -106,7 +106,9 @@ typedef enum
   /* During assignment of symbol values when relaxation in progress.  */
   lang_assigning_phase_enum,
   /* Final assignment of symbol values.  */
-  lang_final_phase_enum
+  lang_final_phase_enum,
+  /* Run after symbol values have been fixed, for lang_map.  */
+  lang_fixed_phase_enum
 } lang_phase_type;
 
 union lang_statement_union;
This page took 0.022676 seconds and 4 git commands to generate.