mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
2003-06-17 Andrew Cagney <cagney@redhat.com>
* trad-frame.h (struct frame_info): Add opaque declaration. * remote-fileio.h (struct cmd_list_element): Add opaque declaration. * h8300-tdep.c (h8300s_register_name): Avoid C++ // style comments.
This commit is contained in:
parent
192cdb1903
commit
2cdf3c631a
@ -1,3 +1,11 @@
|
||||
2003-06-17 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* trad-frame.h (struct frame_info): Add opaque declaration.
|
||||
* remote-fileio.h (struct cmd_list_element): Add opaque
|
||||
declaration.
|
||||
* h8300-tdep.c (h8300s_register_name): Avoid C++ // style
|
||||
comments.
|
||||
|
||||
2003-06-17 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* remote.c (remote_prepare_to_store): Replace call to
|
||||
|
@ -895,7 +895,7 @@ h8300s_register_name (int regno)
|
||||
static char *register_names[] = {
|
||||
"er0", "er1", "er2", "er3", "er4", "er5", "er6",
|
||||
"sp", "", "pc", "cycles", "", "tick", "inst",
|
||||
//"mach", "macl",
|
||||
/* "mach", "macl", */
|
||||
"ccr", "exr" /* pseudo registers */
|
||||
};
|
||||
if (regno < 0
|
||||
|
@ -24,6 +24,8 @@
|
||||
#ifndef REMOTE_FILEIO_H
|
||||
#define REMOTE_FILEIO_H
|
||||
|
||||
struct cmd_list_element;
|
||||
|
||||
/* Unified interface to remote fileio, called in remote.c from
|
||||
remote_wait () and remote_async_wait () */
|
||||
extern void remote_fileio_request (char *buf);
|
||||
|
@ -22,6 +22,8 @@
|
||||
#ifndef TRAD_FRAME_H
|
||||
#define TRAD_FRAME_H
|
||||
|
||||
struct frame_info;
|
||||
|
||||
/* A traditional saved regs table, indexed by REGNUM, encoding where
|
||||
the value of REGNUM for the previous frame can be found in this
|
||||
frame.
|
||||
|
Loading…
Reference in New Issue
Block a user