Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Michal Ludvig <mludvig@suse.cz>
To: gdb-patches@sources.redhat.com
Subject: [RFA] Crossdebugging compilation fix for x86-64
Date: Mon, 04 Mar 2002 04:30:00 -0000	[thread overview]
Message-ID: <3C8368C6.90101@suse.cz> (raw)

Index: ChangeLog
from Michal Ludvig <mludvig@suse.cz>

       * MAINTAINERS (x86-64): Target is not broken anymore.
       * x86-64-tdep.h (sys/reg.h): Delete
       (R15, R14, R13, R12, RBP, RBX, R11, R10, R9, R8, RAX, RCX, RDX,
       RSI, RDI, ORIG, RIP, CS, EFLAGS, RSP, SS): Define. These can't be
       included from sys/reg.h when compiling for cross-debuging.

Index: x86-64-tdep.h
===================================================================
RCS file: /cvs/src/src/gdb/x86-64-tdep.h,v
retrieving revision 1.1
diff -c -3 -p -r1.1 x86-64-tdep.h
*** x86-64-tdep.h       2001/09/21 12:19:15     1.1
--- x86-64-tdep.h       2002/03/04 12:26:44
***************
*** 24,30 ****
   #define X86_64_TDEP_H

   #include "i386-tdep.h"
! #include <sys/reg.h>

   /* Mapping between the general-purpose registers in `struct user'
      format and GDB's register array layout.  */
--- 24,55 ----
   #define X86_64_TDEP_H

   #include "i386-tdep.h"
!
! /* Because of cross-debugging we can't include glibc's sys/reg.h  */
!
! /* Index into an array of 8 byte longs returned from ptrace for
!    location of the users' stored general purpose registers.  */
!
! #define R14   1
! #define R13   2
! #define R12   3
! #define RBP   4
! #define RBX   5
! #define R11   6
! #define R10   7
! #define R9    8
! #define R8    9
! #define RAX   10
! #define RCX   11
! #define RDX   12
! #define RSI   13
! #define RDI   14
! #define ORIG_RAX 15
! #define RIP   16
! #define CS    17
! #define EFLAGS        18
! #define RSP   19
! #define SS    20

   /* Mapping between the general-purpose registers in `struct user'
      format and GDB's register array layout.  */


Michal Ludvig
-- 
* SuSE CR, s.r.o     * mludvig@suse.cz
* +420 2 9654 5373   * http://www.suse.cz


             reply	other threads:[~2002-03-04 12:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-04  4:30 Michal Ludvig [this message]
2002-03-04  8:20 ` Daniel Jacobowitz
2002-03-04 10:03   ` Andreas Schwab
2002-03-04 10:08     ` Michal Ludvig
2002-03-04 12:24   ` Andreas Jaeger

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=3C8368C6.90101@suse.cz \
    --to=mludvig@suse.cz \
    --cc=gdb-patches@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