* dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
authorPierre Muller <muller@sourceware.org>
Mon, 29 Apr 2013 09:52:07 +0000 (09:52 +0000)
committerPierre Muller <muller@sourceware.org>
Mon, 29 Apr 2013 09:52:07 +0000 (09:52 +0000)
editCase function rule.
(get_DW_AT_signature_type): Likewise.

gdb/ChangeLog
gdb/dwarf2read.c

index 09d1795d5c761fd1ffd67b904c9c5ff9f955da36..9839e52ad7e3e6d060a39a19a80156ca904ecdd3 100644 (file)
@@ -1,3 +1,9 @@
+2013-04-29  Pierre Muller  <muller@sourceware.org>
+
+       * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
+       editCase function rule.
+       (get_DW_AT_signature_type): Likewise.
+
 2013-04-29  Pierre Muller  <muller@sourceware.org>
 
        * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
index bd162e6e99e7a2a21121628eeda01241d0e378e8..8dcf9719cbde129f1daac4a21958989e22a0fe47 100644 (file)
@@ -8053,7 +8053,7 @@ find_file_and_directory (struct die_info *die, struct dwarf2_cu *cu,
 
 static void
 handle_DW_AT_stmt_list (struct die_info *die, struct dwarf2_cu *cu,
-                       const char *comp_dir)
+                       const char *comp_dir) /* ARI: editCase function */
 {
   struct attribute *attr;
 
@@ -17924,8 +17924,8 @@ get_signatured_type (struct die_info *die, ULONGEST signature,
    reading in and processing the type unit if necessary.  */
 
 static struct type *
-get_DW_AT_signature_type /* ARI: editCase */
-  (struct die_info *die, struct attribute *attr, struct dwarf2_cu *cu)
+get_DW_AT_signature_type (struct die_info *die, struct attribute *attr,
+                         struct dwarf2_cu *cu) /* ARI: editCase function */
 {
   /* Yes, DW_AT_signature can use a non-ref_sig8 reference.  */
   if (is_ref_attr (attr))
This page took 0.039982 seconds and 4 git commands to generate.