public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
From: jimb@sourceware.org
To: src-cvs@sources.redhat.com
Subject: src ChangeLog configure configure.in
Date: Thu, 14 Jul 2005 22:51:00 -0000	[thread overview]
Message-ID: <20050714225142.32375.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/src
Module name:	src
Changes by:	jimb@sourceware.org	2005-07-14 22:51:42

Modified files:
	.              : ChangeLog configure configure.in 

Log message:
	ChangeLog:
	2005-07-14  Jim Blandy  <jimb@redhat.com>
	
	* configure.in: Add cases for Renesas m32c.
	* configure: Regenerated.
	
	bfd/ChangeLog:
	2005-07-14  Jim Blandy  <jimb@redhat.com>
	
	Add support for m32c-*-elf (Renesas m32c and m16c).
	* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
	(ALL_MACHINES_CFILES): Add cpu-m32c.c.
	(BFD32_BACKENDS): Add elf32-m32c.lo.
	(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
	(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
	* Makefile.in: Regenerated.
	* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
	arch and mach codes.
	(bfd_m32c_arch): New arch info object.
	(bfd_archures_list): List bfd_m32c_arch.
	* bfd-in2.h: Regenerated.
	* config.bfd: Add case for the m32c.
	* configure.in: Add case for the m32c.
	* configure: Regenerated.
	* cpu-m32c.c, elf32-m32c.c: New files.
	* libbfd.h: Regenerated.
	* targets.c (bfd_elf32_m32c_vec): Declare.
	(_bfd_target_vector): List bfd_elf32_m32c_vec.
	
	binutils/ChangeLog:
	2005-07-14  Jim Blandy  <jimb@redhat.com>
	
	* readelf.c: #include "elf/m32c.h"
	(guess_is_rela, dump_relocations, get_machine_name): Add cases for
	EM_M32C.
	* Makefile.am (readelf.o): Update dependencies.
	* Makefile.in: Regenerated.
	
	cpu/ChangeLog:
	2005-07-14  Jim Blandy  <jimb@redhat.com>
	
	* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
	
	gas/ChangeLog:
	2005-07-14  Jim Blandy  <jimb@redhat.com>
	
	Add support for the Renesas M32C.
	* Makefile.am (CPU_TYPES): List m32c.
	(TARGET_CPU_CFILES): List config/tc-m32c.c.
	(TARGET_CPU_HFILES): List config/tc-m32c.h.
	* configure.in: Add case for m32c.
	* configure.tgt: Add cases for m32c and m32c-*-elf.
	* configure: Regenerated.
	* config/tc-m32c.c, config/tc-m32c.h: New files.
	* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
	* doc/Makefile.in: Regenerated.
	* doc/all.texi: Set M32C.
	* doc/as.texinfo: Add text for the M32C-specific options and line
	comment characters, and refer to c-m32c.texi.
	* doc/c-m32c.texi: New file.
	
	include/ChangeLog:
	2005-07-14  Jim Blandy  <jimb@redhat.com>
	
	* dis-asm.h (print_insn_m32c): New declaration.
	
	include/elf/ChangeLog:
	2005-07-14  Jim Blandy  <jimb@redhat.com>
	
	Add support for Renesas M32C and M16C.
	* common.h (EM_M32C): New machine number.
	* m32c.h: New file.
	
	ld/ChangeLog:
	2005-07-14  Jim Blandy  <jimb@redhat.com>
	
	Add support for the Renesas M32C and M16C.
	* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
	(eelf32m32c.c): New target.
	* Makefile.in: Regenerated.
	* configure.tgt: Add case for m32c-*-elf.
	* emulparams/elf32m32c.sh: New file.
	
	opcodes/ChangeLog:
	2005-07-14  Jim Blandy  <jimb@redhat.com>
	
	Add support for the Renesas M32C and M16C.
	* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
	* m32c-desc.h, m32c-opc.h: New.
	* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
	(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
	m32c-opc.c.
	(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
	m32c-ibld.lo, m32c-opc.lo.
	(CLEANFILES): List stamp-m32c.
	(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
	(CGEN_CPUS): Add m32c.
	(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
	(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
	(m32c_opc_h): New variable.
	(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
	(m32c-opc.lo): New rules.
	* Makefile.in: Regenerated.
	* configure.in: Add case for bfd_m32c_arch.
	* configure: Regenerated.
	* disassemble.c (ARCH_m32c): New.
	[ARCH_m32c]: #include "m32c-desc.h".
	(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
	(disassemble_init_for_target) [ARCH_m32c]: Same.
	
	* cgen-ops.h, cgen-types.h: New files.
	* Makefile.am (HFILES): List them.
	* Makefile.in: Regenerated.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.594&r2=1.595
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.187&r2=1.188
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.275&r2=1.276


             reply	other threads:[~2005-07-14 22:51 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-14 22:51 jimb [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-01-04  9:12 bonzini
2006-12-27 23:46 ian
2006-09-20 12:33 ths
2006-08-30 13:14 corinna
2006-07-23  3:47 drow
2006-06-20  8:45 ayers
2006-06-13 14:47 ayers
2005-12-27 17:42 nickc
2005-10-09 16:35 kazu
2005-09-30 14:54 hjl
2005-09-01 21:03 dj
2005-07-11 16:48 dj
2005-07-07  2:24 kazu
2005-06-06 18:36 dj
2005-06-02 19:56 aldyh
2005-05-19 20:25 pbrook
2005-03-25  9:02 bonzini
2005-02-21 12:29 ebotcazou
2004-12-16 19:51 amylaar
2004-11-26 23:57 danglin
2004-11-08 22:15 hp
2004-11-04 15:54 drow
2004-10-26 20:39 aaronwl
2004-10-23 20:30 drow
2004-09-30 16:34 nickc
2004-09-29 11:43 rsandifo
2004-09-03 19:09 rth
2004-06-03  4:57 cgf
2004-06-01  7:54 bonzini
2004-05-27 18:22 drow
2004-04-19 15:41 ro
2004-04-19 15:38 ro
2004-03-16 22:21 neroden
2004-03-11 18:30 dj
2004-03-01 19:34 rsandifo
2004-02-11 17:52 dj
2004-02-11 17:50 dj
2004-02-06  0:50 dj
2004-01-01  0:07 dj
2003-12-22  0:59 dj
2003-12-08 21:19 fitzsim
2003-09-21 19:31 drow
2003-09-17 20:03 drow
2003-08-27 21:17 drow
2003-08-21  3:25 geoffk
2003-08-01 21:35 cagney
2003-07-30 20:12 dj
2003-06-18  2:25 dj
2003-01-19 23:45 neroden
2003-01-07 21:58 cgf
2003-01-06 18:36 cagney
2002-12-31 10:00 schwab
2002-12-30 19:28 drow
2002-05-13 13:55 dj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050714225142.32375.qmail@sourceware.org \
    --to=jimb@sourceware.org \
    --cc=src-cvs@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).