import gdb-1999-09-08 snapshot

This commit is contained in:
Stan Shebs 1999-09-09 00:02:17 +00:00
parent 325188ecac
commit d4f3574e77
201 changed files with 8614 additions and 4843 deletions

View file

@ -996,9 +996,7 @@ print_spaces (n, file)
/* Print a host address. */
void
gdb_print_address (addr, stream)
PTR addr;
GDB_FILE *stream;
gdb_print_host_address (void *addr, struct gdb_file *stream)
{
/* We could use the %p conversion specifier to fprintf if we had any
@ -3200,6 +3198,13 @@ get_cell ()
*/
int
strlen_paddr (void)
{
return (TARGET_PTR_BIT / 8 * 2);
}
/* eliminate warning from compiler on 32-bit systems */
static int thirty_two = 32;