From f813923cf34479e1cb13f8c14aa783505fd8acb0 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Wed, 24 Jan 2001 06:14:09 +0000 Subject: * emultempl/elf32.em: Correct spelling in comments and listed options. --- ld/emultempl/elf32.em | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'ld/emultempl') diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index 417ac4c..e518ed0 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -77,7 +77,7 @@ if test -n "$EXTRA_EM_FILE" ; then . ${srcdir}/emultempl/${EXTRA_EM_FILE}.em fi -# Functions in this file can be overriden by setting the LDEMUL_* shell +# Functions in this file can be overridden by setting the LDEMUL_* shell # variables. If the name of the overriding function is the same as is # defined in this file, then don't output this file's version. # If a different overriding name is given then output the standard function @@ -123,7 +123,7 @@ static boolean global_vercheck_failed; This is called via lang_for_each_input_file. GLOBAL_VERCHECK_NEEDED is the list of objects needed by the object - which we ar checking. This sets GLOBAL_VERCHECK_FAILED if we find + which we are checking. This sets GLOBAL_VERCHECK_FAILED if we find a conflicting version. */ static void @@ -216,7 +216,7 @@ gld${EMULATION_NAME}_stat_needed (s) different versions of the same shared library. For example, there may be a problem if -lc picks up libc.so.6 but some other shared library has a DT_NEEDED entry of libc.so.5. This is a - hueristic test, and it will only work if the name looks like + heuristic test, and it will only work if the name looks like NAME.so.VERSION. FIXME: Depending on file names is error-prone. If we really want to issue warnings about mixing version numbers of shared libraries, we need to find a better way. */ @@ -1102,7 +1102,7 @@ gld${EMULATION_NAME}_place_orphan (file, s) /* Choose a unique name for the section. This will be needed if the same section name appears in the input file with different - loadable or allocateable characteristics. */ + loadable or allocatable characteristics. */ outsecname = secname; if (bfd_get_section_by_name (output_bfd, outsecname) != NULL) { @@ -1465,13 +1465,13 @@ if test x"$GENERATE_SHLIB_SCRIPT" = xyes; then cat >>e${EMULATION_NAME}.c <