From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19360 invoked by alias); 18 May 2003 09:44:45 -0000 Mailing-List: contact src-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sources.redhat.com Received: (qmail 19184 invoked by uid 9077); 18 May 2003 09:44:41 -0000 Date: Sun, 18 May 2003 09:44:00 -0000 Message-ID: <20030518094441.19183.qmail@sources.redhat.com> From: kettenis@sources.redhat.com To: src-cvs@sources.redhat.com Subject: src ./ChangeLog ./Makefile.in ./Makefile.tpl . ... X-SW-Source: 2003-q2/txt/msg00047.txt.bz2 List-Id: 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 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