From 40d109bfbc1e7666dedf73f61ef7592c8d272e42 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 29 Feb 2000 05:53:53 +0000 Subject: GCC warning fix: Add missing NULL initialiser for find_potential_libraries. --- ld/emultempl/aix.em | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ld/emultempl/aix.em') diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em index 6748af0..dd81b5f 100644 --- a/ld/emultempl/aix.em +++ b/ld/emultempl/aix.em @@ -1049,6 +1049,7 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation = 0, /* place_orphan */ 0, /* set_symbols */ gld${EMULATION_NAME}_parse_args, - gld${EMULATION_NAME}_unrecognized_file + gld${EMULATION_NAME}_unrecognized_file, + NULL /* find_potential_libraries */ }; EOF -- cgit v1.1