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/hppaelf.em | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ld/emultempl/hppaelf.em') diff --git a/ld/emultempl/hppaelf.em b/ld/emultempl/hppaelf.em index dd3b264..fde4362 100644 --- a/ld/emultempl/hppaelf.em +++ b/ld/emultempl/hppaelf.em @@ -282,6 +282,7 @@ struct ld_emulation_xfer_struct ld_hppaelf_emulation = NULL, /* parse args */ NULL, /* unrecognized file */ NULL, /* list options */ - NULL /* recognized file */ + NULL, /* recognized file */ + NULL /* find_potential_libraries */ }; EOF -- cgit v1.1