diff options
| author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-05 23:31:29 +0000 |
|---|---|---|
| committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-05 23:31:29 +0000 |
| commit | f87e616157221fd1ac7abc60eac4e4f424d32ab3 (patch) | |
| tree | 4ff14da6a5739e70db54a4740d6992f8e3ab0e82 | |
| parent | afe7902730ca58cca47706549efcf2c0a57c272d (diff) | |
| download | ppe42-gcc-f87e616157221fd1ac7abc60eac4e4f424d32ab3.tar.gz ppe42-gcc-f87e616157221fd1ac7abc60eac4e4f424d32ab3.zip | |
oops - typo in previous delta
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31251 138bc75d-0d04-0410-961f-82ee72b054a4
| -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." }, \ |

