ubsan: nds32: left shift cannot be represented in type 'int'
[deliverable/binutils-gdb.git] / ld / ldlang.h
index 3e3e6a028940b4f8b6d937773bfa217b0e98787b..24a509921833df41ef53e3e640a897d2d811ad79 100644 (file)
@@ -574,7 +574,7 @@ extern asection *section_for_dot
 
 #define LANG_FOR_EACH_INPUT_STATEMENT(statement)                       \
   lang_input_statement_type *statement;                                        \
-  for (statement = file_chain.head == NULL ? NULL : &file_chain.head->input_statement; \
+  for (statement = (lang_input_statement_type *) file_chain.head;      \
        statement != NULL;                                              \
        statement = statement->next)
 
This page took 0.023135 seconds and 4 git commands to generate.