glibc/sysdeps/unix/sysv/linux/mips
Florian Weimer 8c77b6ad40 Simplify the abilist format
The new format lists the version on each line, as in:

	VERSION SYMBOL TYPE [VALUE]

This makes it easier to process the files with line-oriented tools.

The abilist files were converted with this awk script:

/^[^ ]/ { version = $1 }
/^ / { print version, substr($0, 2) }

And sorted under the "C" locale with sort.
2015-11-06 13:58:53 +01:00
..
bits
mips32 Simplify the abilist format 2015-11-06 13:58:53 +01:00
mips64 Simplify the abilist format 2015-11-06 13:58:53 +01:00
sys
Implies
Makefile
Versions
____longjmp_chk.c
_test_and_set.c
arch-fork.h
brk.c
clone.S
configure
configure.ac
dl-cache.h
dl-static.c
getcontext.S
getmsg.c
getrlimit64.c
getsysstats.c
ipc_priv.h
kernel-features.h
kernel_rt_sigframe.h
kernel_sigaction.h
kernel_stat.h
kernel_termios.h
ldsodefs.h
libc-abis
makecontext.S
pipe.S
pread.c
pread64.c
profil-counter.h
pt-vfork.S
putmsg.c
pwrite.c
pwrite64.c
readelflib.c
register-dump.h
setcontext.S
setrlimit64.c
shlib-versions
sigaction.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
sigcontextinfo.h
swapcontext.S
syscalls.list
sysdep-cancel.h
ucontext_i.sym
ustat.c
vfork.S
xstatconv.c