]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Replace uses of concat with xstrdup
authorTom Tromey <tom@tromey.com>
Sun, 16 Jun 2019 16:00:52 +0000 (10:00 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 16 Jun 2019 16:00:52 +0000 (10:00 -0600)
commit395f9c911460b3e868c0b700e831c7f92746fad7
tree79b66e95f3a7c308b32721a3a73ab317050b39c7
parentcafb34387d063fa47bc2cdb33fc3fe2f13e6cec0
Replace uses of concat with xstrdup

I noticed a couple of spots using concat that could use xstrdup
instead.  This patch fixes these.

gdb/ChangeLog
2019-06-16  Tom Tromey  <tom@tromey.com>

* coffread.c (process_coff_symbol): Use xstrdup.
* value.c (create_internalvar): Use xstrdup.
gdb/ChangeLog
gdb/coffread.c
gdb/value.c