diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-05-26 19:35:53 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-05-26 19:35:53 +0000 |
commit | a7a487976274843322ca48da124cc2f39c5ca0a9 (patch) | |
tree | b611b8e8bd0866fe5cd8feff2163c8a321bf1961 /gdb/ChangeLog | |
parent | f5479e9c58047dd029988e3824e08dac0675a3eb (diff) | |
download | gdb-a7a487976274843322ca48da124cc2f39c5ca0a9.zip gdb-a7a487976274843322ca48da124cc2f39c5ca0a9.tar.gz gdb-a7a487976274843322ca48da124cc2f39c5ca0a9.tar.bz2 |
2003-05-26 Elena Zannoni <ezannoni@redhat.com>
* stabsread.c (dbx_lookup_type): Make static.
(read_type): Ditto.
(add_undefined_type): Ditto.
* stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
not export.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 95cec75..5e2bed1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2003-05-26 Elena Zannoni <ezannoni@redhat.com> + * stabsread.c (dbx_lookup_type): Make static. + (read_type): Ditto. + (add_undefined_type): Ditto. + * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do + not export. + +2003-05-26 Elena Zannoni <ezannoni@redhat.com> + * hpread.c (hpread_has_name): Make static. (hpread_psymtab_to_symtab): Ditto. (file_exists): Ditto. |