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 mips: siginfo.h: add SIGSYS details [BZ #18863] 2015-08-26 13:33:54 -04:00
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 Fix MIPS variable PAGE_SIZE bug (16191) 2015-01-05 13:45:16 +00:00
Implies
Makefile Clean up sysdep-dl-routines variable. 2015-02-06 10:42:08 -08:00
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 Fix posix_spawn getrlimit64 namespace (bug 17991). 2015-02-18 00:26:35 +00:00
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 nptl: Rewrite cancellation macros 2015-06-04 18:58:36 -03:00
pread64.c nptl: Rewrite cancellation macros 2015-06-04 18:58:36 -03:00
profil-counter.h
pt-vfork.S
putmsg.c
pwrite.c nptl: Rewrite cancellation macros 2015-06-04 18:58:36 -03:00
pwrite64.c nptl: Rewrite cancellation macros 2015-06-04 18:58:36 -03:00
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