summaryrefslogtreecommitdiffstats
path: root/gdb/rs6000-tdep.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-06-04 00:41:10 +0000
committerKevin Buettner <kevinb@redhat.com>2000-06-04 00:41:10 +0000
commit507f3c78fb4a1235b731350d60f1bf0ce94b4175 (patch)
tree6ea9ac74469d05832c141119201193804a03f09c /gdb/rs6000-tdep.c
parent450005e7c2e864ed0b7ab8c85947716cc707b98a (diff)
downloadppe42-binutils-507f3c78fb4a1235b731350d60f1bf0ce94b4175.tar.gz
ppe42-binutils-507f3c78fb4a1235b731350d60f1bf0ce94b4175.zip
Eliminate PARAMS from function pointer declarations.
Diffstat (limited to 'gdb/rs6000-tdep.c')
-rw-r--r--gdb/rs6000-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rs6000-tdep.c b/gdb/rs6000-tdep.c
index e68da47ceb..eeadae5296 100644
--- a/gdb/rs6000-tdep.c
+++ b/gdb/rs6000-tdep.c
@@ -47,7 +47,7 @@ stepBreaks[2];
inferior under AIX. The initialization code in rs6000-nat.c sets
this hook to point to find_toc_address. */
-CORE_ADDR (*find_toc_address_hook) PARAMS ((CORE_ADDR)) = NULL;
+CORE_ADDR (*find_toc_address_hook) (CORE_ADDR) = NULL;
/* Static function prototypes */
OpenPOWER on IntegriCloud