OSDN Git Service

Peter Kjellerstedt writes:
authorEric Andersen <andersen@codepoet.org>
Thu, 23 Oct 2003 07:10:50 +0000 (07:10 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 23 Oct 2003 07:10:50 +0000 (07:10 -0000)
commit39ae188998b11650f5ca959eb86bc5bb5bc0bad2
treefe822cdedd777eb152979a22df078e4b023032ca
parent2427f9a510ea4b155657fde16f00299954b0218a
Peter Kjellerstedt writes:

The attached patch performs a clean up of
extra/gcc-uClibc/gcc-uClibc.c:

* Use NULL for pointers and '\0' for characters;
  not the opposite...
* Fixed an (assumed) segv if --uclibc-cc was used.
* Skip the argument to -x so it isn't considered
  to be a source file.
* Simplified the loop in xstrcat().
* A little white space clean up.

//Peter
extra/gcc-uClibc/gcc-uClibc.c