projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
190dce0
)
* reply_mig_hack.awk: Check for `auto const mach_msg_type_t' declarations as well.
author
Alfred M. Szmidt
<ams@gnu.org>
Wed, 16 May 2007 17:37:02 +0000
(17:37 +0000)
committer
Alfred M. Szmidt
<ams@gnu.org>
Wed, 16 May 2007 17:37:02 +0000
(17:37 +0000)
gdb/reply_mig_hack.awk
patch
|
blob
|
history
diff --git
a/gdb/reply_mig_hack.awk
b/gdb/reply_mig_hack.awk
index aded177731a6a4dd9d691d89435c13274bc9c993..8330f0c88284ea01dce437d0c710678e0ac3a765 100644
(file)
--- a/
gdb/reply_mig_hack.awk
+++ b/
gdb/reply_mig_hack.awk
@@
-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++;