diff options
author | Nick Clifton <nickc@gcc.gnu.org> | 2000-01-05 23:31:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2000-01-05 23:31:29 +0000 |
commit | fe5a58103115ff22b1707fb1f561eabe8dcc3f39 (patch) | |
tree | 4ff14da6a5739e70db54a4740d6992f8e3ab0e82 /gcc/config/mips/elf64.h | |
parent | a56e7c0854c156a0555743d1b98597c650cf6499 (diff) | |
download | gcc-fe5a58103115ff22b1707fb1f561eabe8dcc3f39.tar.gz |
oops - typo in previous delta
From-SVN: r31251
Diffstat (limited to 'gcc/config/mips/elf64.h')
-rw-r--r-- | gcc/config/mips/elf64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/elf64.h b/gcc/config/mips/elf64.h index 907e4cb0cca..fe5f147fdf3 100644 --- a/gcc/config/mips/elf64.h +++ b/gcc/config/mips/elf64.h @@ -193,7 +193,7 @@ do { \ do { \ int len, size, sec; \ char *name, *string, *prefix; \ - static char *prefixes[4][2] = { \ + static char *prefixes[5][2] = { \ { ".text.", ".gnu.linkonce.t." }, \ { ".rodata.", ".gnu.linkonce.r." }, \ { ".data.", ".gnu.linkonce.d." }, \ |