This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add --print-dirs option for ldconfig


> --- a/ChangeLog
> +++ b/ChangeLog

The ChangeLog portion is not included in the diff, but the fragment
separately as simple text in your message.

> @@ -1,3 +1,9 @@
> +2012-03-28  Dan Nicholson  <dbn.lists@gmail.com>
> +
> +	* elf/ldconfig.c (opt_print_dirs): New option enabled with -P or
> +	--print-search-dirs.
> +	(main): Use it to print the linker search path.

	* elf/ldconfig.c (opt_print_dirs): New variable.
	(options, parse_opt): Add --print-search-dirs/-P to set it.
	(main): just When set, print the linker search path.

But you might as well name the variable opt_print_search_dirs for
consistency with the option name.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]