* exec.c: #include "arch-utils.h"
[deliverable/binutils-gdb.git] / gdb / reply_mig_hack.awk
index aded177731a6a4dd9d691d89435c13274bc9c993..a201d06299a9756a157df19906f2a76cac39fb86 100644 (file)
@@ -1,6 +1,6 @@
 # Reply server mig-output massager
 #
-#   Copyright (C) 1995, 1996, 1999, 2007 Free Software Foundation, Inc.
+#   Copyright (C) 1995, 1996, 1999, 2007, 2008 Free Software Foundation, Inc.
 #
 #   Written by Miles Bader <miles@gnu.ai.mit.edu>
 #
@@ -80,7 +80,7 @@ parse_phase == 4 {
   print; next;
 }
 
-parse_phase == 5 && /^[ \t]*static const mach_msg_type_t/ {
+parse_phase == 5 && /^[ \t]*(auto|static) const mach_msg_type_t/ {
   # The type check structure for an argument.
   arg_check_name[num_checks] = $4;
   num_checks++;
This page took 0.024494 seconds and 4 git commands to generate.