Skip to content

Commit

Permalink
Fix typos (libunwind#397)
Browse files Browse the repository at this point in the history
* Fix typos

* Cleanup trailing whitespaces in committed files

* Update include/tdep-ia64/libunwind_i.h
  • Loading branch information
am11 authored Aug 5, 2022
1 parent 919da2e commit 14e199e
Show file tree
Hide file tree
Showing 23 changed files with 373 additions and 373 deletions.
26 changes: 13 additions & 13 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@

* News for v1.0:

** Fast unwind (rbp, rsp, rip only) on x86_64 with a fallback to
** Fast unwind (rbp, rsp, rip only) on x86_64 with a fallback to
slow code path (Lassi Tuura)
** Improved local and remote unwinding on ARM (Ken Werner)
** Testing, stability and many fixes on x86 (Paul Pluzhnikov)
** FreeBSD port and clean separation of OS specific bits
** FreeBSD port and clean separation of OS specific bits
(Konstantin Belousov)
** Thanks for all the bug reports, contributions and testing!

Expand Down Expand Up @@ -108,15 +108,15 @@
* News for v0.98:

** Update libunwind to be compliant with the updated/expanded
ia64 unwind specificiation by HJ Lu [1]. This is needed for
ia64 unwind specification by HJ Lu [1]. This is needed for
GCC 3.4 compatibility.

[1] http://www.kernel.org/pub/linux/devel/gcc/unwind/

** Initial support for x86-64 has been added courtesy of Max Asbock.
Along with this came a bunch of DWARF2 unwinder fixes.

** A new rountine unw_strerror() has been added courtesy of
** A new routine unw_strerror() has been added courtesy of
Thomas Hallgren.

** Including <libunwind.h> now defines 4 macros that can be used
Expand Down Expand Up @@ -188,40 +188,40 @@
at IBM and it is expected that this support will be merged into the
official tree soon.


* News for v0.96:

** _Unwind_*() routines defined by the C++ ABI are now included in
libunwind.


* News for v0.95:

** Bigger, better, faster, or so the theory goes.


* News for v0.93:

** More bug-fixes & improved HP-UX support.


* News for v0.92:

** Bug-fix release. IA-64 unwinder can now be built with Intel compiler (ECC).


* News for v0.91:

** Lots of documentation updates
** Some portability fixes.


* News for v0.9:

** The libunwind API is mostly feature-complete at this point (hence the
version jump from v0.2 to v0.9).


* News for v0.2:

** Automated configuration/build with autoconf and automake.
Expand All @@ -236,12 +236,12 @@
e.g., useful for building a debugger that can support multiple targets
such as x86, ia64, etc.)


* News for v0.1:

** Added support for exception handling.


* News for v0.0:

** It's a brand new package.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ AM_CONDITIONAL(HAVE_ZLIB, test x$enable_zlibdebuginfo = xyes)

AC_MSG_CHECKING([whether to support UNW_CACHE_PER_THREAD])
AC_ARG_ENABLE([per-thread-cache],
AS_HELP_STRING([--enable-per-thread-cache], [build with support for UNW_CACHE_PER_THREAD (which imposes a hight TLS memory usage) (default: disabled)]))
AS_HELP_STRING([--enable-per-thread-cache], [build with support for UNW_CACHE_PER_THREAD (which imposes a high TLS memory usage) (default: disabled)]))
AC_MSG_RESULT([$enable_per_thread_cache])
AS_IF([test x$enable_per_thread_cache = xyes], [
AC_DEFINE(HAVE___CACHE_PER_THREAD, 1,
Expand Down
Loading

0 comments on commit 14e199e

Please # to comment.