binutils-gdb/include/coff
Alan Modra 602f165704 -Wstringop-truncation warnings
This patch is aimed at silencing gcc8 -Wstringop-truncation warnings.

Unfortunately adding  __attribute__ ((__nonstring)) doesn't work in a
number of the places patched here, (see
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85643) so if you have
recent glibc headers installed you'll need to configure binutils with
--disable-werror to compile using gcc8 or gcc9.

include/
	* ansidecl.h: Import from gcc.
	* coff/internal.h (struct internal_scnhdr): Add ATTRIBUTE_NONSTRING
	to s_name.
	(struct internal_syment): Add ATTRIBUTE_NONSTRING to _n_name.
bfd/
	* elf-linux-core.h (struct elf_external_linux_prpsinfo32_ugid32),
	(struct elf_external_linux_prpsinfo32_ugid16),
	(struct elf_external_linux_prpsinfo64_ugid32),
	(struct elf_external_linux_prpsinfo64_ugid16): Add ATTRIBUTE_NONSTRING
	to pr_fname and pr_psargs fields.  Remove GCC diagnostic pragmas.
	Move comment to..
	* elf.c (elfcore_write_prpsinfo): ..here.  Indent nested preprocessor
	directives.
	* elf32-arm.c (elf32_arm_nabi_write_core_note): Add ATTRIBUTE_NONSTRING
	to data.
	* elf32-ppc.c (ppc_elf_write_core_note): Likewise.
	* elf32-s390.c (elf_s390_write_core_note): Likewise.
	* elf64-s390.c (elf_s390_write_core_note): Likewise.
	* elfxx-aarch64.c (_bfd_aarch64_elf_write_core_note): Likewise.
	* elf64-x86-64.c (elf_x86_64_write_core_note): Add GCC diagnostic
	pragmas.
	* peXXigen.c (_bfd_XXi_swap_scnhdr_out): Use strnlen to avoid
	false positive gcc-8 warning.
gas/
	* config/obj-evax.c (shorten_identifier): Use memcpy in place
	of strncpy.
	* config/obj-macho.c (obj_mach_o_make_or_get_sect): Ensure
	segname and sectname fields are NUL terminated.
2018-05-04 18:58:23 +09:30
..
ChangeLog-0415 binutils ChangeLog rotation 2016-01-01 22:59:17 +10:30
ChangeLog-9103 Add copyright notices 2012-12-10 12:48:03 +00:00
alpha.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
arm.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
ecoff.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
external.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
go32exe.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
i386.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
ia64.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
internal.h -Wstringop-truncation warnings 2018-05-04 18:58:23 +09:30
mcore.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
mips.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
msdos.h Add support for reading msdos MZ executables. 2018-02-12 13:15:56 +00:00
pe.h Prevent memory access violations when attempting to parse an x86_64 PE binary containing corrupt unwind information. 2018-03-13 14:02:52 +00:00
powerpc.h Add support for reading msdos MZ executables. 2018-02-12 13:15:56 +00:00
rs6k64.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
rs6000.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
sh.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
sym.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
symconst.h ChangeLog: 2009-06-03 18:08:14 +00:00
ti.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
tic4x.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
tic30.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
tic54x.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
tic80.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
x86_64.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
xcoff.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
z8k.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
z80.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30