Commit fe5a5810 by Nick Clifton

oops - typo in previous delta

From-SVN: r31251
parent a56e7c08
...@@ -193,7 +193,7 @@ do { \ ...@@ -193,7 +193,7 @@ do { \
do { \ do { \
int len, size, sec; \ int len, size, sec; \
char *name, *string, *prefix; \ char *name, *string, *prefix; \
static char *prefixes[4][2] = { \ static char *prefixes[5][2] = { \
{ ".text.", ".gnu.linkonce.t." }, \ { ".text.", ".gnu.linkonce.t." }, \
{ ".rodata.", ".gnu.linkonce.r." }, \ { ".rodata.", ".gnu.linkonce.r." }, \
{ ".data.", ".gnu.linkonce.d." }, \ { ".data.", ".gnu.linkonce.d." }, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment