Multi-target: NEWS and user manual
[deliverable/binutils-gdb.git] / ld / ldexp.h
index 8dc1bf941f3d3618a3fd210a9ae2902fc828d849..717e839bd41131703029f2a0386ceee7e941d2df 100644 (file)
@@ -1,5 +1,5 @@
 /* ldexp.h -
-   Copyright (C) 1991-2019 Free Software Foundation, Inc.
+   Copyright (C) 1991-2020 Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils.
 
@@ -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.027406 seconds and 4 git commands to generate.