This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

r232086 - in /trunk/libiberty: ChangeLog argv.c


Author: vapier
Date: Tue Jan  5 19:55:21 2016
New Revision: 232086

URL: https://gcc.gnu.org/viewcvs?rev=232086&root=gcc&view=rev
Log:
libiberty: dupargv: rewrite to use xstrdup

This func is basically open coding the xstrdup function, so gut it
and use that directly.

Modified:
    trunk/libiberty/ChangeLog
    trunk/libiberty/argv.c


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