summaryrefslogtreecommitdiff
path: root/gdb/hppa-tdep.h
diff options
context:
space:
mode:
authorPierre Muller <muller@ics.u-strasbg.fr>2011-03-14 16:54:56 +0000
committerPierre Muller <muller@ics.u-strasbg.fr>2011-03-14 16:54:56 +0000
commit0ca05af73ed3e5aa9e1ca541d068c75a251aaa56 (patch)
tree2fe380cf274812c3b07f7a72639183e237d56c95 /gdb/hppa-tdep.h
parent4dd51a525ac7a42f9773a24206ffb0fb0b286365 (diff)
downloadgdb-0ca05af73ed3e5aa9e1ca541d068c75a251aaa56.tar.gz
Fix ARI warning about function names in first column.
Put prototype declaration on same line as return type. * objc-exp.y: Ditto. * p-exp.y: Ditto. * python/py-stopevent.h: Ditto. For long function names, split parameters to allow function name on same line as return type. * solib-pa64.c: Ditto. * varobj.c: Ditto. * varobj.h: Ditto. For long function declaration, use single line. * hppa-tdep.h: Ditto. * inferior.h: Ditto.
Diffstat (limited to 'gdb/hppa-tdep.h')
-rw-r--r--gdb/hppa-tdep.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/hppa-tdep.h b/gdb/hppa-tdep.h
index 4afb0302aa5..f961258899a 100644
--- a/gdb/hppa-tdep.h
+++ b/gdb/hppa-tdep.h
@@ -240,8 +240,7 @@ extern struct minimal_symbol *
hppa_lookup_stub_minimal_symbol (const char *name,
enum unwind_stub_types stub_type);
-extern struct hppa_objfile_private *
-hppa_init_objfile_priv_data (struct objfile *objfile);
+extern struct hppa_objfile_private * hppa_init_objfile_priv_data (struct objfile *objfile);
extern int hppa_in_solib_call_trampoline (struct gdbarch *gdbarch,
CORE_ADDR pc, char *name);