2002-02-04 Daniel Jacobowitz <drow@mvista.com>
* regformats/regdat.sh: Add braces to the definition of expedite_regs_${arch}.
This commit is contained in:
parent
db2530270b
commit
c638789ff8
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2002-02-04 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
|
* regformats/regdat.sh: Add braces to the definition of
|
||||||
|
expedite_regs_${arch}.
|
||||||
|
|
||||||
2002-02-04 Daniel Jacobowitz <drow@mvista.com>
|
2002-02-04 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
* regformats/regdef.h (struct reg): Add comment describing the
|
* regformats/regdef.h (struct reg): Add comment describing the
|
||||||
|
|
|
@ -150,7 +150,7 @@ done
|
||||||
|
|
||||||
echo "};"
|
echo "};"
|
||||||
echo
|
echo
|
||||||
echo "const char *expedite_regs_${name} = { \"`echo ${expedite} | sed 's/,/", "/g'`\", 0 };"
|
echo "const char *expedite_regs_${name}[] = { \"`echo ${expedite} | sed 's/,/", "/g'`\", 0 };"
|
||||||
|
|
||||||
# close things off
|
# close things off
|
||||||
exec 1>&2
|
exec 1>&2
|
||||||
|
|
Loading…
Add table
Reference in a new issue