* misc.c (insert_default_attributes): Add dummy version.
authorGeert Bosch <bosch@gnat.com>
Tue, 2 Oct 2001 23:33:26 +0000 (01:33 +0200)
committerGeert Bosch <bosch@gcc.gnu.org>
Tue, 2 Oct 2001 23:33:26 +0000 (01:33 +0200)
From-SVN: r45983

gcc/ada/ChangeLog [new file with mode: 0644]
gcc/ada/misc.c

diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
new file mode 100644 (file)
index 0000000..b0681fe
--- /dev/null
@@ -0,0 +1,3 @@
+2001-10-02  Geert Bosch  <bosch@gnat.com>
+
+       * misc.c (insert_default_attributes): Add dummy version.
index 365bc0abfabc28d8bda9dd4d695da35120cf3f5a..a806d241ea8b6826144c6725527e5381197fd0fc 100644 (file)
@@ -6,7 +6,7 @@
  *                                                                          *
  *                           C Implementation File                          *
  *                                                                          *
- *                             $Revision: 1.3 $
+ *                             $Revision$
  *                                                                          *
  *          Copyright (C) 1992-2001 Free Software Foundation, Inc.          *
  *                                                                          *
@@ -954,6 +954,14 @@ lang_get_alias_set (type)
   return -1;
 }
 
+/* Set default attributes for functions.  We do nothing.  */
+
+void
+insert_default_attributes (decl)
+     tree decl ATTRIBUTE_UNUSED;
+{
+}
+
 /* GNU_TYPE is a type. Determine if it should be passed by reference by
    default.  */