aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brittenson <bson@gnu.org>1993-09-22 12:21:03 -0700
committerJan Brittenson <bson@gnu.org>1993-09-22 12:21:03 -0700
commit6317749bebf3881a515b65cc5284c05dc155c281 (patch)
treeebdffd064b0a36cb36a306ad3f4495f79215519a
parent659d75b80248d6e214152d31320525913eb149a6 (diff)
downloadgcc-6317749bebf3881a515b65cc5284c05dc155c281.zip
gcc-6317749bebf3881a515b65cc5284c05dc155c281.tar.gz
gcc-6317749bebf3881a515b65cc5284c05dc155c281.tar.bz2
declared finalize_pic as void
From-SVN: r5411
-rw-r--r--gcc/config/m68k/m68k.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c
index 50e5e03..51e4bd9 100644
--- a/gcc/config/m68k/m68k.c
+++ b/gcc/config/m68k/m68k.c
@@ -58,6 +58,7 @@ rtx legitimize_pic_address ();
all PIC references were deleted from the current function. That would
save an address register */
+void
finalize_pic ()
{
if (flag_pic && current_function_uses_pic_offset_table)