* (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* Re: (patch) hpjyg10: include/hp-symtab.h
1999-11-04 18:42 (patch) hpjyg10: include/hp-symtab.h Jimmy Guo
@ 1999-12-16 0:23 ` Jeffrey A Law
0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey A Law @ 1999-12-16 0:23 UTC (permalink / raw)
To: Jimmy Guo; +Cc: gdb-patches
In message < Pine.LNX.4.10.9911041836060.8693-100000@hpcll168.cup.hp.com >you w
rite:
> ***
> 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.
Thanks. I went ahead and installed this patch. It will appear in the
next snapshot.
jeff
^ 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