Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* (patch) hpjyg10: include/hp-symtab.h
@ 1999-11-04 18:42 Jimmy Guo
  1999-12-16  0:23 ` Jeffrey A Law
  0 siblings, 1 reply; 2+ messages in thread
From: Jimmy Guo @ 1999-11-04 18:42 UTC (permalink / raw)
  To: gdb-patches

***
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;



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-12-16  0:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-04 18:42 (patch) hpjyg10: include/hp-symtab.h Jimmy Guo
1999-12-16  0:23 ` Jeffrey A Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox