mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
b36c1ccb1f
Would be more useful if we could use "const char * const *", but there's a long standing bug where gcc warns about incompatible pointers when you try to pass in "char **". We can at least constify the array itself as gcc will not warn in that case.
27 lines
790 B
Plaintext
27 lines
790 B
Plaintext
2016-01-05 Mike Frysinger <vapier@gentoo.org>
|
||
|
||
* libiberty.h (dupargv): Change arg to char * const *.
|
||
(writeargv, countargv): Likewise.
|
||
|
||
2016-01-01 Alan Modra <amodra@gmail.com>
|
||
|
||
Update year range in copyright notice of all files.
|
||
|
||
For older changes see ChangeLog-0415, aout/ChangeLog-9115,
|
||
cgen/ChangeLog-0915, coff/ChangeLog-0415, elf/ChangeLog-0415,
|
||
mach-o/ChangeLog-1115, nlm/ChangeLog-9315, opcode/ChangeLog-0415,
|
||
som/ChangeLog-1015, and vms/ChangeLog-1015
|
||
|
||
Copyright (C) 2016 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|