public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
From: kettenis@sources.redhat.com
To: src-cvs@sources.redhat.com
Subject: src ./ChangeLog ./Makefile.in ./Makefile.tpl . ...
Date: Sun, 18 May 2003 09:44:00 -0000	[thread overview]
Message-ID: <20030518094441.19183.qmail@sources.redhat.com> (raw)

CVSROOT:	/cvs/src
Module name:	src
Branch: 	kettenis_i386newframe-20030419-branch
Changes by:	kettenis@sourceware.org	2003-05-18 09:44:41

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl config-ml.in 
	                 config.guess config.sub configure configure.in 
	etc            : ChangeLog configure.texi 
	libiberty      : ChangeLog aclocal.m4 config.in configure 
	                 configure.in functions.texi hashtab.c hex.c 
	                 splay-tree.c 

Log message:
	2003-05-18  Mark Kettenis  <kettenis@gnu.org>
	
	Merge from mainline.
	* i386-tdep.h (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS,
	I386_SIZEOF_XREGS): Remove defenitions.
	(IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
	* i386-tdep.c (i386_gdbarch_init): Don't set register_bytes,
	register_size, call_dummy_words and sizeof_call_dummy.
	* i386-linux-tdep.c (i386_linux_init_abi): Don't set register_bytes.
	* x86-64-tdep.c (x86_64_init_abi): Don't set register_bytes and
	register_size.
	(x86_64_register_bytes): Remove variable.
	(_initialize_x86_64_tdep): Remove function.
	
	* i386-linux-tdep.c (i386_linux_sigcontext_addr): Call read_memory
	with correct arguments.
	* config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.370.2.1&r2=1.370.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.124.2.1&r2=1.124.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.56.2.1&r2=1.56.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config-ml.in.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.8.36.1&r2=1.8.36.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config.guess.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.25&r2=1.25.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config.sub.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.40&r2=1.40.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.67&r2=1.67.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.160&r2=1.160.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/etc/ChangeLog.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.7&r2=1.7.20.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/etc/configure.texi.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.1.1.1&r2=1.1.1.1.60.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.217.2.1&r2=1.217.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/aclocal.m4.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.6&r2=1.6.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/config.in.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.20&r2=1.20.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/configure.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.45&r2=1.45.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/configure.in.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.44&r2=1.44.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/functions.texi.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.12&r2=1.12.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/hashtab.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.20&r2=1.20.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/hex.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.3&r2=1.3.40.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/splay-tree.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.11&r2=1.11.24.1


             reply	other threads:[~2003-05-18  9:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-18  9:44 kettenis [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-04-18 11:07 bonzini
2007-02-09 15:15 drow
2004-09-24  0:40 hjl
2004-03-21 23:57 cagney
2004-01-13 16:12 drow
2003-03-16 14:01 kettenis
2002-12-27 23:09 neroden
2002-12-23  9:53 neroden

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=20030518094441.19183.qmail@sources.redhat.com \
    --to=kettenis@sources.redhat.com \
    --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).