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]

/src bfd/ChangeLog bfd/Makefile.am bfd/Makefil ...


CVSROOT:	/cvs/src
Module name:	
Changes by:	nickc@sourceware.cygnus.com	00/06/18 18:22:44

Modified files:
	src/bfd        : ChangeLog Makefile.am Makefile.in archures.c 
	                 bfd-in.h bfd-in2.h coff-i386.c coff-mcore.c 
	                 coffcode.h cofflink.c config.bfd configure 
	                 configure.in elf-bfd.h elf.c elfcode.h 
	                 elfcore.h elfxx-target.h libbfd.h peicode.h 
	                 reloc.c section.c targets.c 
	src/bfd/doc    : Makefile.in 
	src/bfd/po     : POTFILES.in bfd.pot 
	src/binutils   : readelf.c 
	src/binutils/po: POTFILES.in binutils.pot 
	src/binutils/testsuite: ChangeLog 
	src/binutils/testsuite/binutils-all: objdump.exp 
	src/gas        : ChangeLog Makefile.am Makefile.in configure 
	                 configure.in expr.c 
	src/gas/config : obj-elf.c tc-i386.c tc-m32r.c 
	src/gas/doc    : Makefile.am Makefile.in all.texi as.texinfo 
	src/gas/po     : POTFILES.in gas.pot 
	src/gas/testsuite: ChangeLog 
	src/gas/testsuite/gas/m68k: all.exp 
	src/gprof      : Makefile.in 
	src/gprof/po   : gprof.pot 
	src/include    : ChangeLog dis-asm.h 
	src/include/elf: ChangeLog 
	src/include/opcode: ChangeLog cgen.h 
	src/ld         : ChangeLog Makefile.am Makefile.in configure.tgt 
	src/ld/emulparams: shpe.sh 
	src/ld/emultempl: elf32.em 
	src/ld/po      : POTFILES.in ld.pot 
	src/opcodes    : Makefile.am Makefile.in configure configure.in 
	                 disassemble.c 
	src/opcodes/po : POTFILES.in opcodes.pot 
Added files:
	src/bfd        : cpu-m68hc11.c cpu-m68hc12.c elf32-m68hc11.c 
	                 elf32-m68hc12.c 
	src/gas/config : tc-m68hc11.c tc-m68hc11.h 
	src/gas/doc    : c-m68hc11.texi 
	src/gas/testsuite/gas/m68hc11: all.exp all_insns.d all_insns.s 
	                               insns.d insns.s lbranch.d 
	                               lbranch.s opers12.d opers12.s 
	src/include/elf: m68hc11.h 
	src/include/opcode: m68hc11.h 
	src/ld/emulparams: m68hc11elf.sh m68hc11elfb.sh m68hc12elf.sh 
	                   m68hc12elfb.sh 
	src/ld/scripttempl: elfm68hc11.sc elfm68hc12.sc 
	src/opcodes    : m68hc11-dis.c m68hc11-opc.c 

Log message:
	Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add support
	for m68hc11 and m68hc12 processors.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/cpu-m68hc11.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/cpu-m68hc12.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/elf32-m68hc11.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/elf32-m68hc12.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/ChangeLog.diff?cvsroot=src&r1=1.475&r2=1.476
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/Makefile.am.diff?cvsroot=src&r1=1.32&r2=1.33
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/Makefile.in.diff?cvsroot=src&r1=1.34&r2=1.35
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/archures.c.diff?cvsroot=src&r1=1.14&r2=1.15
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/bfd-in.h.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/bfd-in2.h.diff?cvsroot=src&r1=1.48&r2=1.49
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/coff-i386.c.diff?cvsroot=src&r1=1.9&r2=1.10
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/coff-mcore.c.diff?cvsroot=src&r1=1.15&r2=1.16
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/coffcode.h.diff?cvsroot=src&r1=1.43&r2=1.44
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/cofflink.c.diff?cvsroot=src&r1=1.16&r2=1.17
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/config.bfd.diff?cvsroot=src&r1=1.33&r2=1.34
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/configure.diff?cvsroot=src&r1=1.30&r2=1.31
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/configure.in.diff?cvsroot=src&r1=1.25&r2=1.26
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/elf-bfd.h.diff?cvsroot=src&r1=1.22&r2=1.23
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/elf.c.diff?cvsroot=src&r1=1.36&r2=1.37
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/elfcode.h.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/elfcore.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/elfxx-target.h.diff?cvsroot=src&r1=1.14&r2=1.15
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/libbfd.h.diff?cvsroot=src&r1=1.20&r2=1.21
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/peicode.h.diff?cvsroot=src&r1=1.22&r2=1.23
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/reloc.c.diff?cvsroot=src&r1=1.25&r2=1.26
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/section.c.diff?cvsroot=src&r1=1.13&r2=1.14
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/targets.c.diff?cvsroot=src&r1=1.22&r2=1.23
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/doc/Makefile.in.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/po/POTFILES.in.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/bfd/po/bfd.pot.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/binutils/readelf.c.diff?cvsroot=src&r1=1.59&r2=1.60
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/binutils/po/POTFILES.in.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/binutils/po/binutils.pot.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/binutils/testsuite/ChangeLog.diff?cvsroot=src&r1=1.18&r2=1.19
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/binutils/testsuite/binutils-all/objdump.exp.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/ChangeLog.diff?cvsroot=src&r1=1.406&r2=1.407
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/Makefile.am.diff?cvsroot=src&r1=1.22&r2=1.23
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/Makefile.in.diff?cvsroot=src&r1=1.24&r2=1.25
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/configure.diff?cvsroot=src&r1=1.33&r2=1.34
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/configure.in.diff?cvsroot=src&r1=1.30&r2=1.31
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/expr.c.diff?cvsroot=src&r1=1.16&r2=1.17
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/config/tc-m68hc11.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/config/tc-m68hc11.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/config/obj-elf.c.diff?cvsroot=src&r1=1.17&r2=1.18
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/config/tc-i386.c.diff?cvsroot=src&r1=1.53&r2=1.54
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/config/tc-m32r.c.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/doc/c-m68hc11.texi.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/doc/Makefile.am.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/doc/Makefile.in.diff?cvsroot=src&r1=1.9&r2=1.10
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/doc/all.texi.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/doc/as.texinfo.diff?cvsroot=src&r1=1.13&r2=1.14
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/po/POTFILES.in.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/po/gas.pot.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.72&r2=1.73
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/testsuite/gas/m68hc11/all.exp.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/testsuite/gas/m68hc11/all_insns.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/testsuite/gas/m68hc11/all_insns.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/testsuite/gas/m68hc11/insns.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/testsuite/gas/m68hc11/insns.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/testsuite/gas/m68hc11/lbranch.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/testsuite/gas/m68hc11/lbranch.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/testsuite/gas/m68hc11/opers12.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/testsuite/gas/m68hc11/opers12.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gas/testsuite/gas/m68k/all.exp.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gprof/Makefile.in.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/gprof/po/gprof.pot.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/include/ChangeLog.diff?cvsroot=src&r1=1.41&r2=1.42
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/include/dis-asm.h.diff?cvsroot=src&r1=1.14&r2=1.15
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/include/elf/m68hc11.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/include/elf/ChangeLog.diff?cvsroot=src&r1=1.53&r2=1.54
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/include/opcode/m68hc11.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/include/opcode/ChangeLog.diff?cvsroot=src&r1=1.83&r2=1.84
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/include/opcode/cgen.h.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/ld/ChangeLog.diff?cvsroot=src&r1=1.194&r2=1.195
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/ld/Makefile.am.diff?cvsroot=src&r1=1.31&r2=1.32
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/ld/Makefile.in.diff?cvsroot=src&r1=1.33&r2=1.34
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/ld/configure.tgt.diff?cvsroot=src&r1=1.29&r2=1.30
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/ld/emulparams/m68hc11elf.sh.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/ld/emulparams/m68hc11elfb.sh.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/ld/emulparams/m68hc12elf.sh.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/ld/emulparams/m68hc12elfb.sh.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/ld/emulparams/shpe.sh.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/ld/emultempl/elf32.em.diff?cvsroot=src&r1=1.17&r2=1.18
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/ld/po/POTFILES.in.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/ld/po/ld.pot.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/ld/scripttempl/elfm68hc11.sc.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/ld/scripttempl/elfm68hc12.sc.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/opcodes/m68hc11-dis.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/opcodes/m68hc11-opc.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/opcodes/Makefile.am.diff?cvsroot=src&r1=1.15&r2=1.16
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/opcodes/Makefile.in.diff?cvsroot=src&r1=1.17&r2=1.18
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/opcodes/configure.diff?cvsroot=src&r1=1.11&r2=1.12
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/opcodes/configure.in.diff?cvsroot=src&r1=1.9&r2=1.10
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/opcodes/disassemble.c.diff?cvsroot=src&r1=1.14&r2=1.15
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/opcodes/po/POTFILES.in.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi//src/opcodes/po/opcodes.pot.diff?cvsroot=src&r1=1.5&r2=1.6


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