GCC warning fix: Add missing NULL initialiser for find_potential_libraries.

This commit is contained in:
Alan Modra
2000-02-29 05:53:53 +00:00
parent 244106e863
commit 40d109bfbc
16 changed files with 38 additions and 15 deletions

View File

@ -177,6 +177,7 @@ struct ld_emulation_xfer_struct ld_gld960_emulation =
NULL, /* parse args */
NULL, /* unrecognized file */
NULL, /* list options */
NULL /* recognized file */
NULL, /* recognized file */
NULL /* find_potential_libraries */
};
EOF