Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Jimmy Guo <guo@cup.hp.com>
To: gdb-patches@sourceware.cygnus.com
Subject: (patch) hpjyg10: include/hp-symtab.h
Date: Thu, 04 Nov 1999 18:42:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.10.9911041836060.8693-100000@hpcll168.cup.hp.com> (raw)

***
This patch is sent to both gdb-patches and binutils.
Patch dependency: hpjyg07 (include/hp-symtab.h)
***

ChangeLog:

1999-11-04	Jimmy Guo	<guo@cup.hp.com>

	* hp-symtab.h (dntt_type_fparam): Add doc_ranges, misc_kind
          fields, change location type to CORE_ADDR from int.
	  (dntt_type_const): Name the 5th field location_type.

Index: include/hp-symtab.h
/opt/gnu/bin/diff -r -c -N  /view/guo.wdb.c//CLO/Components/WDB/Src/gnu/include/hp-symtab.h include/hp-symtab.h
*** /view/guo.wdb.c//CLO/Components/WDB/Src/gnu/include/hp-symtab.h	Thu Nov  4 10:48:58 1999
--- include/hp-symtab.h	Thu Nov  4 15:05:57 1999
***************
*** 485,493 ****
    unsigned int longaddr:	1;
    unsigned int copyparam:	1;
    unsigned int dflt:		1;
!   unsigned int unused:		16;
    vtpointer name;
!   int location;
    dnttpointer type;
    dnttpointer nextparam;
    int misc;
--- 485,495 ----
    unsigned int longaddr:	1;
    unsigned int copyparam:	1;
    unsigned int dflt:		1;
!   unsigned int doc_ranges:	1;
!   unsigned int misc_kind:       1;
!   unsigned int unused:		14;
    vtpointer name;
!   CORE_ADDR location;
    dnttpointer type;
    dnttpointer nextparam;
    int misc;
***************
*** 595,601 ****
    unsigned int kind:		10;
    unsigned int global:		1;
    unsigned int indirect:	1;
!   unsigned int:			3;
    unsigned int classmem:	1;
    unsigned int unused:		15;
    vtpointer name;
--- 597,603 ----
    unsigned int kind:		10;
    unsigned int global:		1;
    unsigned int indirect:	1;
!   unsigned int location_type:	3;
    unsigned int classmem:	1;
    unsigned int unused:		15;
    vtpointer name;



             reply	other threads:[~1999-11-04 18:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-04 18:42 Jimmy Guo [this message]
1999-12-16  0:23 ` Jeffrey A Law

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=Pine.LNX.4.10.9911041836060.8693-100000@hpcll168.cup.hp.com \
    --to=guo@cup.hp.com \
    --cc=gdb-patches@sourceware.cygnus.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