]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/ldgram.y
Treat common symbol as undefined for --no-define-common
[thirdparty/binutils-gdb.git] / ld / ldgram.y
index 771d990a5c29efde02c9ab548411459f2aad64cf..e2998f15533456e51987b74d52dd2028773589b7 100644 (file)
@@ -339,7 +339,7 @@ ifile_p1:
        |       FORCE_GROUP_ALLOCATION
                { command_line.force_group_allocation = TRUE ; }
        |       INHIBIT_COMMON_ALLOCATION
-               { command_line.inhibit_common_definition = TRUE ; }
+               { link_info.inhibit_common_definition = TRUE ; }
        |       INPUT '(' input_list ')'
        |       GROUP
                  { lang_enter_group (); }