Don't write to inferior_ptid in go32-nat.c
[deliverable/binutils-gdb.git] / ld / ldgram.y
index 595b89f0ba3d46a60ef4446f15f099a9b12716c6..36845c4c30447de2c874b75fa7a9d63e0ca23357 100644 (file)
@@ -1,5 +1,5 @@
 /* A YACC grammar to parse a superset of the AT&T linker scripting language.
-   Copyright (C) 1991-2019 Free Software Foundation, Inc.
+   Copyright (C) 1991-2020 Free Software Foundation, Inc.
    Written by Steve Chamberlain of Cygnus Support (steve@cygnus.com).
 
    This file is part of the GNU Binutils.
@@ -1313,7 +1313,7 @@ dynamic_list_node:
 dynamic_list_tag:
                vers_defns ';'
                {
-                 lang_append_dynamic_list ($1);
+                 lang_append_dynamic_list (current_dynamic_list_p, $1);
                }
        ;
 
This page took 0.03195 seconds and 4 git commands to generate.