+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.
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;
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))