This is the mail archive of the binutils-cvs@sources.redhat.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]

src/bfd ChangeLog elf.c elf-m10200.c elf32-arc ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	aoliva@sources.redhat.com	2001-09-12 16:53:31

Modified files:
	bfd            : ChangeLog elf.c elf-m10200.c elf32-arc.c 
	                 elf32-avr.c elf32-d10v.c elf32-d30v.c 
	                 elf32-fr30.c elf32-m32r.c elf32-pj.c 
	                 elf32-v850.c 

Log message:
	* elf.c (prep_headers): Get the machine code from the elf
	backend data.
	* elf-m10200.c (ELF_MACHINE_CODE): Redefine to EM_MN10200.
	(ELF_MACHINE_ALT1): Define to EM_CYGNUS_MN10200.
	* elf-m10300.c (ELF_MACHINE_CODE): Redefine to EM_MN10300.
	(ELF_MACHINE_ALT1): Define to EM_CYGNUS_MN10300.
	* elf-arc.c (arc_elf_final_write_processing): Don't override
	e_machine, it's now properly set in prep_headers.
	* elf32-avr.c (elf32_avr_object_p): Accept both EM_AVR and
	EM_AVR_OLD.
	(ELF_MACHINE_ALT1): Define to EM_AVR_OLD.
	* elf-d10v.c (ELF_MACHINE_CODE): Redefine to EM_D10V.
	(ELF_MACHINE_ALT1): Define to EM_CYGNUS_D10V.
	* elf-d30v.c (ELF_MACHINE_CODE): Redefine to EM_D30V.
	(ELF_MACHINE_ALT1): Define to EM_CYGNUS_D30V.
	* elf-fr30.c (ELF_MACHINE_CODE): Redefine to EM_FR30.
	(ELF_MACHINE_ALT1): Define to EM_CYGNUS_FR30.
	* elf-m32r.c (ELF_MACHINE_CODE): Redefine to EM_M32R.
	(ELF_MACHINE_ALT1): Define to EM_CYGNUS_M32R.
	* elf32-pj.c (ELF_MACHINE_ALT1): DEfine to EM_PJ_OLD.
	* elf-v850.c (ELF_MACHINE_CODE): Redefine to EM_V850.
	(ELF_MACHINE_ALT1): Define to EM_CYGNUS_V850.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.1042&r2=1.1043
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf.c.diff?cvsroot=src&r1=1.90&r2=1.91
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf-m10200.c.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-arc.c.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-avr.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-d10v.c.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-d30v.c.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-fr30.c.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-m32r.c.diff?cvsroot=src&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-pj.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-v850.c.diff?cvsroot=src&r1=1.13&r2=1.14


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