Fix typo in entry header
This commit is contained in:
parent
c30509f569
commit
43f80ffb7d
|
@ -1,4 +1,4 @@
|
||||||
2015-01-20 Wilco Dijkstra wdijkstr@arm.com
|
2015-01-20 Wilco Dijkstra <wdijkstr@arm.com>
|
||||||
|
|
||||||
* libc/machine/aarch64/strlen.S (strlen): Improve performance.
|
* libc/machine/aarch64/strlen.S (strlen): Improve performance.
|
||||||
|
|
||||||
|
|
|
@ -797,6 +797,7 @@ linux
|
||||||
m88kbug
|
m88kbug
|
||||||
mmixware
|
mmixware
|
||||||
netware
|
netware
|
||||||
|
or1k
|
||||||
rdos
|
rdos
|
||||||
rtems
|
rtems
|
||||||
sh
|
sh
|
||||||
|
@ -11455,7 +11456,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 11458 "configure"
|
#line 11459 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11561,7 +11562,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 11564 "configure"
|
#line 11565 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11827,6 +11828,8 @@ subdirs="$subdirs a29khif"
|
||||||
mmixware) subdirs="$subdirs mmixware"
|
mmixware) subdirs="$subdirs mmixware"
|
||||||
;;
|
;;
|
||||||
netware) subdirs="$subdirs netware"
|
netware) subdirs="$subdirs netware"
|
||||||
|
;;
|
||||||
|
or1k) subdirs="$subdirs or1k"
|
||||||
;;
|
;;
|
||||||
rdos) subdirs="$subdirs rdos"
|
rdos) subdirs="$subdirs rdos"
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -34,6 +34,7 @@ if test -n "${sys_dir}"; then
|
||||||
m88kbug) AC_CONFIG_SUBDIRS(m88kbug) ;;
|
m88kbug) AC_CONFIG_SUBDIRS(m88kbug) ;;
|
||||||
mmixware) AC_CONFIG_SUBDIRS(mmixware) ;;
|
mmixware) AC_CONFIG_SUBDIRS(mmixware) ;;
|
||||||
netware) AC_CONFIG_SUBDIRS(netware) ;;
|
netware) AC_CONFIG_SUBDIRS(netware) ;;
|
||||||
|
or1k) AC_CONFIG_SUBDIRS(or1k) ;;
|
||||||
rdos) AC_CONFIG_SUBDIRS(rdos) ;;
|
rdos) AC_CONFIG_SUBDIRS(rdos) ;;
|
||||||
rtems) AC_CONFIG_SUBDIRS(rtems) ;;
|
rtems) AC_CONFIG_SUBDIRS(rtems) ;;
|
||||||
sh) AC_CONFIG_SUBDIRS(sh) ;;
|
sh) AC_CONFIG_SUBDIRS(sh) ;;
|
||||||
|
|
Loading…
Reference in New Issue