aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.c
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-12-15 01:45:15 +0000
committerStu Grossman <grossman@cygnus>1992-12-15 01:45:15 +0000
commit01d1590babc04e0950cdcbde17a69a677322c855 (patch)
treea3ccf809c58184914e31fc7955eb632f0f1b3649 /gdb/gdbtypes.c
parent764c960db48f6b7c784495fd6e2cb92cc126fb4d (diff)
downloadgdb-01d1590babc04e0950cdcbde17a69a677322c855.zip
gdb-01d1590babc04e0950cdcbde17a69a677322c855.tar.gz
gdb-01d1590babc04e0950cdcbde17a69a677322c855.tar.bz2
* convex-xdep.c, hppab-nat.c, i860-tdep.c, infptrace.c: Remove
decl for attach_flag, it now lives in inferior.h. * hppa-pinsn.c: Reformat opcode tables. Add function prototypes. Make most functions static. * hppah-nat.c: General cleanups, remove BSD specific code (since that all lives in hppab-nat.c). * hppah-tdep.c (frame_chain_valid), tm-hppa.h (FRAME_CHAIN): Change sense of test against inside_entry_file(). This fix is from U. of Utah. * tm-hppa.h (PUSH_DUMMY_FRAME, POP_FRAME): Use char * for 2nd arg to read/write_register_bytes().
Diffstat (limited to 'gdb/gdbtypes.c')
-rw-r--r--gdb/gdbtypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbtypes.c b/gdb/gdbtypes.c
index 53f651e..dfb98ac 100644
--- a/gdb/gdbtypes.c
+++ b/gdb/gdbtypes.c
@@ -848,7 +848,7 @@ check_stub_method (type, i, j)
TYPE_FN_FIELD_STUB (f, j) = 0;
}
-const struct cplus_struct_type cplus_struct_default;
+struct cplus_struct_type cplus_struct_default;
void
allocate_cplus_struct_type (type)