[PATCH] drop MAXPATHLEN dependency from gcc/tlink.c

Ian Lance Taylor iant@google.com
Wed Aug 8 14:01:00 GMT 2007


Samuel Thibault <samuel.thibault@ens-lyon.org> writes:

> 2007-08-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
> 
>       * gcc/tlink.c: Include "libiberty.h"
>       (initial_cwd): Change type into char*.
>       (tlink_init): Call getpwd() instead of getcwd().

Omit parentheses after function names in ChangeLog entry.

> -  getcwd (initial_cwd, sizeof (initial_cwd));
> +  initial_cwd = getpwd();

Space before left parenthesis.

OK with those changes.

Thanks.

Ian



More information about the Gcc-patches mailing list