diff options
author | Daniel Jacobowitz <dan@debian.org> | 2002-02-04 22:45:49 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2002-02-04 22:45:49 +0000 |
commit | 04d0a43cad0280a3c66d7639dcecedb302c12410 (patch) | |
tree | cb08678a2ef8c8c1536a0ae0bfaf940e4420fe0f /gdb/regformats | |
parent | e6d2d79bfafc08f4848c3300f69d58df93db4fdc (diff) | |
download | gdb-04d0a43cad0280a3c66d7639dcecedb302c12410.tar.gz |
2002-02-04 Daniel Jacobowitz <drow@mvista.com>
* regformats/regdat.sh: Add braces to the definition of
expedite_regs_${arch}.
Diffstat (limited to 'gdb/regformats')
-rwxr-xr-x | gdb/regformats/regdat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/regformats/regdat.sh b/gdb/regformats/regdat.sh index dc0ee65c459..eb0475e4ddb 100755 --- a/gdb/regformats/regdat.sh +++ b/gdb/regformats/regdat.sh @@ -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 |