projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1a7880
)
* hppa-tdep.c (_initialize_hppa_tdep): Add declaration.
author
Pedro Alves
<palves@redhat.com>
Sun, 7 Jun 2009 22:52:44 +0000
(22:52 +0000)
committer
Pedro Alves
<palves@redhat.com>
Sun, 7 Jun 2009 22:52:44 +0000
(22:52 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/hppa-tdep.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 74f0071d1ce448e03330725fc4b193fce17a24d7..a9d908809d2f76504e7c1afc0219d280bcffd5c8 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2009-06-07 Pedro Alves <pedro@codesourcery.com>
+
+ * hppa-tdep.c (_initialize_hppa_tdep): Add declaration.
+
2009-06-07 Pedro Alves <pedro@codesourcery.com>
* procfs.h: New.
diff --git
a/gdb/hppa-tdep.c
b/gdb/hppa-tdep.c
index fe29a86a2e4af7ea95c868e2bf2b1f9e9f1f277f..59dec66aa15f782694cb93972b3b1d71de3a7f33 100644
(file)
--- a/
gdb/hppa-tdep.c
+++ b/
gdb/hppa-tdep.c
@@
-3145,6
+3145,9
@@
hppa_dump_tdep (struct gdbarch *gdbarch, struct ui_file *file)
fprintf_unfiltered (file, "elf = %s\n", tdep->is_elf ? "yes" : "no");
}
+/* Provide a prototype to silence -Wmissing-prototypes. */
+extern initialize_file_ftype _initialize_hppa_tdep;
+
void
_initialize_hppa_tdep (void)
{