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] ld.so: command argument "--preload"


* David Newall:

> +${test_wrapper} $rtld --library-path $library_path --preload $preload $test_program 2>&1 && rc=0 || rc=$?

I would suggest to use "" around shell variables where applicable, and
wrap this long line (using \).

There are also a few stylistic issues we need to fix: Two whitespace
problems (”.  */” at end of comments, space before parenthesis in
function call, not after it).  The copyright statement for the new file
needs a bit polishing.

But the change as such looks okay to me.  We can commit this for your
after 2.30 development opens in Feburary.  I'll supply a new NEWS entry
and a ChangeLog entry, too.

Thanks,
Florian


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