diff options
author | Joseph Myers <jsm28@gcc.gnu.org> | 2001-11-11 11:25:28 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-11-11 11:25:28 +0000 |
commit | eaec9b3d7ed15d4d07e0091a361e52c73d2170b3 (patch) | |
tree | b852443590ce1b94b516d895ae6e1e58523886b8 /gcc/configure.in | |
parent | 592bf28c9096a01cf9576951123cb248d4869803 (diff) | |
download | gcc-eaec9b3d7ed15d4d07e0091a361e52c73d2170b3.tar.gz |
ChangeLog.2, [...]: Fix spelling errors.
* ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog,
cfg.c, cfganal.c, cfgcleanup.c, cfglayout.c, cfgloop.c, cfgrtl.c,
collect2.c, combine.c, config.in, configure, configure.in,
conflict.c, dwarf2out.c, dwarfout.c, except.c, final.c, flow.c,
genattrtab.c, ggc-page.c, jump.c, lcm.c, predict.c, reg-stack.c,
reload1.c, rtlanal.c, sched-rgn.c, toplev.c, unwind-dw2-fde.h: Fix
spelling errors.
From-SVN: r46928
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index 91047eb11cb..56edfd7fe6a 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -1693,7 +1693,7 @@ elif test x$gcc_cv_as != x -a x"$insn" != x ; then if $gcc_cv_as -o conftest.o conftest.s > /dev/null 2>&1 \ && grep debug_line conftest.o > /dev/null 2>&1 ; then # The .debug_line file table must be in the exact order that - # we specified the files, since these indicies are also used + # we specified the files, since these indices are also used # by DW_AT_decl_file. Approximate this test by testing if # the assembler bitches if the same index is assigned twice. echo ' .file 1 "foo.s"' > conftest.s @@ -1710,7 +1710,7 @@ fi if test x"$gcc_cv_as_dwarf2_debug_line" = xyes; then AC_DEFINE(HAVE_AS_DWARF2_DEBUG_LINE, 1, [Define if your assembler supports dwarf2 .file/.loc directives, - and preserves file table indicies exactly as given.]) + and preserves file table indices exactly as given.]) fi AC_MSG_RESULT($gcc_cv_as_dwarf2_debug_line) |