Add feature reference in .dat files
[deliverable/binutils-gdb.git] / gdb / regformats / regdat.sh
index 8c6e191596350fb4e983f8736985d9832f41e2d3..18108d77ebbad4b692b764c8cfb8bfa6109f8347 100755 (executable)
@@ -118,6 +118,7 @@ xmltarget=x
 xmlarch=x
 xmlosabi=x
 expedite=x
+feature=x
 exec < $1
 while do_read
 do
@@ -145,6 +146,9 @@ do
   elif test "${type}" = "expedite"; then
     expedite="${entry}"
     continue
+  elif test "${type}" = "feature"; then
+    feature="${entry}"
+    continue
   elif test "${name}" = x; then
     echo "$0: $1 does not specify \`\`name''." 1>&2
     exit 1
This page took 0.023285 seconds and 4 git commands to generate.