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:
d108166
)
Do not use unprotected ANSI/ISO prototypes.
author
Michael Meissner
<gnu@the-meissners.org>
Thu, 13 Apr 1995 16:13:48 +0000
(16:13 +0000)
committer
Michael Meissner
<gnu@the-meissners.org>
Thu, 13 Apr 1995 16:13:48 +0000
(16:13 +0000)
gdb/rs6000-tdep.c
patch
|
blob
|
history
diff --git
a/gdb/rs6000-tdep.c
b/gdb/rs6000-tdep.c
index 1dfc20d2cecf6cd12ef648302bdfe6c1e589c78f..22602ff5846e6a0e18470037811374009b400e94 100644
(file)
--- a/
gdb/rs6000-tdep.c
+++ b/
gdb/rs6000-tdep.c
@@
-1172,7
+1172,8
@@
free_loadinfo ()
/* this is called from xcoffread.c */
void
-xcoff_add_toc_to_loadinfo (unsigned long tocoff)
+xcoff_add_toc_to_loadinfo (tocoff)
+ unsigned long tocoff;
{
while (loadinfotocindex >= loadinfolen) {
loadinfolen += LOADINFOLEN;