mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
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
@ -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>
|
||||
|
||||
* regformats/regdef.h (struct reg): Add comment describing the
|
||||
|
@ -150,7 +150,7 @@ done
|
||||
|
||||
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
|
||||
exec 1>&2
|
||||
|
Loading…
Reference in New Issue
Block a user