From ddbb8a31d5f6d13c91a416e13f6ad11ac6604102 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 5 Nov 2009 15:35:50 +0000 Subject: * lexsup.c: Rename --add-needed to --copy-dt-needed-entries. * ldlang.h (struct lang_input_statement_struct): Rename add_needed to add_DT_NEEDED_for_dynamic. Rename as_needed to add_DT_NEEDED_for_regular. * ldlang.c: Likewise. * ldlang.h: Likewise. * ldlang.c: Use the new variable names. * ldgram.y: Likewise. * emultempl/elf32.em: Likewise. * ld.texinfo: Document the renamed option. Also mention its affect on the resolution of dynamic symbols. * NEWS: Mention the changed option name. --- ld/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ld/NEWS') diff --git a/ld/NEWS b/ld/NEWS index 10a4ed3..b2a94f5 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* --add-needed renamed to --copy-dt-needed-entries in order to avoid confusion + with --as-needed option. + * Extend .def file syntax by '== ' for imports and exports. This allows to alias the import/export table name written in PE image. -- cgit v1.1