mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 06:23:58 +08:00
gdb/ChangeLog:
2006-10-25 Jim Blandy <jimb@codesourcery.com> * p-valprint.c (pascal_object_print_value): Add 'static' keyword to function definition, to match declaration earlier in file.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2006-10-25 Jim Blandy <jimb@codesourcery.com>
|
||||||
|
|
||||||
|
* p-valprint.c (pascal_object_print_value): Add 'static' keyword
|
||||||
|
to function definition, to match declaration earlier in file.
|
||||||
|
|
||||||
2006-10-21 Paul Brook <paul@codesourcery.com>
|
2006-10-21 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
* remote.c (remote_fetch_registers): Fix error message.
|
* remote.c (remote_fetch_registers): Fix error message.
|
||||||
|
@ -915,7 +915,7 @@ pascal_object_print_value_fields (struct type *type, const gdb_byte *valaddr,
|
|||||||
/* Special val_print routine to avoid printing multiple copies of virtual
|
/* Special val_print routine to avoid printing multiple copies of virtual
|
||||||
baseclasses. */
|
baseclasses. */
|
||||||
|
|
||||||
void
|
static void
|
||||||
pascal_object_print_value (struct type *type, const gdb_byte *valaddr,
|
pascal_object_print_value (struct type *type, const gdb_byte *valaddr,
|
||||||
CORE_ADDR address, struct ui_file *stream,
|
CORE_ADDR address, struct ui_file *stream,
|
||||||
int format, int recurse,
|
int format, int recurse,
|
||||||
|
Reference in New Issue
Block a user