Fix spelling typos in NEWS, NOTES, TODO, and in comments of configure.ac

accidently -> accidentally
approriate -> appropriate
depencies -> dependencies
endianess -> endianness
funtions -> functions
indeces -> indices
indentified -> identified
ist -> is
mutliple -> multiple
nessesary -> necessary
optimze -> optimize
severly -> severely
suport -> support
tranformation -> transformation

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
This commit is contained in:
Dmitry V. Levin
2020-12-12 19:52:49 +03:00
committed by Mark Wielaard
parent 29d3b65896
commit 98b69a9759
6 changed files with 23 additions and 16 deletions
+7
View File
@@ -1,3 +1,10 @@
2020-12-12 Dmitry V. Levin <ldv@altlinux.org>
* configure.ac: Fix spelling typos in comments.
* NEWS: Fix spelling typos.
* NOTES: Likewise.
* TODO: Likewise.
2020-12-11 Dmitry V. Levin <ldv@altlinux.org>
* configure.ac (AM_CONDITIONAL): Remove HAVE_LIBASM and STANDALONE.
+9 -9
View File
@@ -128,7 +128,7 @@ Fixes CVE-2019-7146, CVE-2019-7148, CVE-2019-7149, CVE-2019-7150,
Version 0.175
readelf: Handle mutliple .debug_macro sections.
readelf: Handle multiple .debug_macro sections.
Recognize and parse GNU Property notes, NT_VERSION notes
and GNU Build Attribute ELF Notes.
@@ -629,7 +629,7 @@ Version 0.140:
libelf: Fix regression in creation of section header
libdwfl: Less strict behavior if DWARF reader ist just used to display data
libdwfl: Less strict behavior if DWARF reader is just used to display data
Version 0.139:
@@ -939,7 +939,7 @@ strip: support Linux kernel modules
Version 0.106:
libdw: Updated dwarf.h from DWARF3 spec
libdw: add new funtions dwarf_func_entrypc, dwarf_func_file, dwarf_func_line,
libdw: add new functions dwarf_func_entrypc, dwarf_func_file, dwarf_func_line,
dwarf_func_col, dwarf_getsrc_file
Version 0.105:
@@ -1049,7 +1049,7 @@ libelf: change to GPL from OSL1 for now.
Version 0.90:
libebl: Recognize a few more section types and dynamic tags and return
approriate strings.
appropriate strings.
Version 0.89:
@@ -1151,11 +1151,11 @@ Version 0.73:
Version 0.72:
libelf: and yet more fun with endian tranformation at output time.
libelf: and yet more fun with endian transformation at output time.
Version 0.71:
libelf: more fun with endian tranformation at output time. Add test for it.
libelf: more fun with endian transformation at output time. Add test for it.
Version 0.70:
@@ -1166,7 +1166,7 @@ libelf: add unlikely in some more places.
Version 0.69:
libelf: fix output routines to handle case where section indeces and
libelf: fix output routines to handle case where section indices and
ordre in the output file don't match correctly. Patch by Jakub.
elflint: fix test of note section content for 64-bit platforms and files
@@ -1341,7 +1341,7 @@ General: fix a few problem gcc 3.1 had with the code.
libelf: implement {gelf,elf32,elf64}_checksum
libelf: optimze DSO: fewer relocations, fewer PLTs
libelf: optimize DSO: fewer relocations, fewer PLTs
add msg_tst test
@@ -1586,7 +1586,7 @@ Version 0.16:
more work on assigning input sections to output sections.
Add gelf_xlatetof and gelf_xlatetom which were accidently left out.
Add gelf_xlatetof and gelf_xlatetom which were accidentally left out.
Fix memory handling of section headers.
+2 -2
View File
@@ -55,7 +55,7 @@ Some notes:
- the old linker supported extern "C++", extern "java" in version scripts.
I believe this implementation is severly broken and needs a redesign
I believe this implementation is severely broken and needs a redesign
(how do wildcards work with these languages*?). Therefore it is left
out for now.
@@ -91,5 +91,5 @@ Some notes:
Sections created in output files follow the naming of special section
from the gABI.
In no place is a section solely indentified by its name. Internal
In no place is a section solely identified by its name. Internal
references always use the section index.
+1 -1
View File
@@ -135,7 +135,7 @@ Time-stamp: <2009-02-05 22:08:01 drepper>
check whether any relocation is for a merge-able section
check TLS relocation depencies
check TLS relocation dependencies
Check content of .eh_frame_hdr, .eh_frame, .gcc_except_table
+3 -3
View File
@@ -240,7 +240,7 @@ LDFLAGS="$save_LDFLAGS"])
AS_IF([test "x$ac_cv_tls" != xyes],
AC_MSG_ERROR([__thread support required]))
dnl Before 4.9 gcc doesn't ship stdatomic.h, but the nessesary atomics are
dnl Before 4.9 gcc doesn't ship stdatomic.h, but the necessary atomics are
dnl available by (at least) 4.7. So if the system doesn't have a stdatomic.h we
dnl fall back on one copied from FreeBSD that handles the difference.
AC_CACHE_CHECK([whether gcc provides stdatomic.h], ac_cv_has_stdatomic,
@@ -298,7 +298,7 @@ case $use_debugpred in
esac
AC_SUBST([DEBUGPRED], $use_debugpred_val)
dnl Enable gprof suport.
dnl Enable gprof support.
AC_ARG_ENABLE([gprof],
AS_HELP_STRING([--enable-gprof],[build binaries with gprof support]), [use_gprof=$enableval], [use_gprof=no])
if test "$use_gprof" = yes; then
@@ -307,7 +307,7 @@ if test "$use_gprof" = yes; then
fi
AM_CONDITIONAL(GPROF, test "$use_gprof" = yes)
# Enable gcov suport.
# Enable gcov support.
AC_ARG_ENABLE([gcov],
AS_HELP_STRING([--enable-gcov],[build binaries with gcov support]), [use_gcov=$enableval], [use_gcov=no])
if test "$use_gcov" = yes; then
+1 -1
View File
@@ -1096,7 +1096,7 @@
2005-05-11 Ulrich Drepper <drepper@redhat.com>
* eblcorenote.c: Handle new AT_* values and files with different
endianess.
endianness.
* Makefile.am (x86_64_SRCS): Add x86_64_corenote.c.
* x86-64_corenote.c: New file.
* x86_64_init.c: Hook in x86_64_corenote.