This is the mail archive of the binutils-cvs@sourceware.cygnus.com mailing list for the binutils project.


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

binutils/bfd ChangeLog aout-adobe.c aout-arm.c ...


CVSROOT:	/cvs/binutils
Module name:	binutils
Changes by:	ian@egcs.cygnus.com	99/07/12 10:30:23

Modified files:
	bfd            : ChangeLog aout-adobe.c aout-arm.c aout-ns32k.c 
	                 aout-tic30.c aoutx.h bfd-in2.h bout.c 
	                 coff-a29k.c coff-arm.c coff-h8300.c coff-i386.c 
	                 coff-i860.c coff-i960.c coff-m68k.c coff-m88k.c 
	                 coff-mcore.c coff-mips.c coff-ppc.c 
	                 coff-rs6000.c coff-sh.c coff-sparc.c 
	                 coff-stgo32.c coff-tic30.c coff-tic80.c 
	                 coff-we32k.c coffcode.h cofflink.c coffswap.h 
	                 cpu-h8500.c cpu-ns32k.c cpu-w65.c ecoff.c 
	                 ecofflink.c elf-hppa.h elf-m10200.c 
	                 elf-m10300.c elf32-arc.c elf32-arm.h 
	                 elf32-d10v.c elf32-d30v.c elf32-fr30.c 
	                 elf32-hppa.c elf32-i386.c elf32-i960.c 
	                 elf32-m32r.c elf32-mcore.c elf32-mips.c 
	                 elf32-ppc.c elf32-sh.c elf32-sparc.c 
	                 elf32-v850.c elfarm-nabi.c elfarm-oabi.c 
	                 hp300hpux.c i386lynx.c i386msdos.c i386os9k.c 
	                 ieee.c libhppa.h m68klinux.c mipsbsd.c 
	                 nlm32-ppc.c nlm32-sparc.c nlmcode.h oasys.c 
	                 peicode.h ppcboot.c reloc.c riscix.c 
	                 sparclinux.c sunos.c versados.c vms-gsd.c 
	                 vms-hdr.c vms-misc.c vms-tir.c vms.c vms.h 
	                 xcofflink.c 

Log message:
	* Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
	as appropriate.  Use EMPTY_HOWTO as appropriate.  Fill in
	structure initializations.  Add casts.
	* reloc.c (EMPTY_HOWTO): Define.
	* bfd-in2.h: Rebuild.
	* coff-h8300.c (h8300_reloc16_extra_cases): Remove useless
	comparisons against 0.
	* elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Change
	previous_ibfd_e_flags to unsigned long.
	* vms.h (struct vms_private_data_struct): Change section_count to
	unsigned.
	* vms-gsd.c (_bfd_vms_slurp_gsd): Change psect_idx to unsigned.
	(_bfd_vms_write_gsd): Change symnum to unsigned.
	* vms-hdr.c (_bfd_vms_write_hdr): Change symnum to unsigned.
	* vms-tir.c (etir_sta): Change psect to unsigned.
	(alloc_section): Change idx to unsigned.
	(tir_sta, tir_ctl): Change psect to unsigned.
	(_bfd_vms_write_tir): Change len and before to bfd_size_type.
	* vms.c (priv_section_count): Change to unsigned.


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