about summary refs log tree commit diff
path: root/abi-tags
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-20 22:07:20 +0000
committerRoland McGrath <roland@gnu.org>2002-09-20 22:07:20 +0000
commit82c261269b2d8402958f7ee393d6c701b335ef7c (patch)
tree132948c73c62a04f8cf162b46a02e6ac67de88db /abi-tags
parent800a312a56abc34e98c5b2474260adc8c4faccd7 (diff)
downloadglibc-82c261269b2d8402958f7ee393d6c701b335ef7c.tar.gz
glibc-82c261269b2d8402958f7ee393d6c701b335ef7c.tar.xz
glibc-82c261269b2d8402958f7ee393d6c701b335ef7c.zip
* sysdeps/generic/utmp-equal.h: New file, extracted from utmp_file.c.
	* sysdeps/generic/utmp_file.c (setutent_file): Invalidate last_entry
	also on platforms with !HAVE_UT_TYPE.
	(proc_utmp_eq): Remove function.
	(internal_getut_r, pututline_file): Call __utmp_equal instead.

2002-09-20  Bruno Haible  <bruno@clisp.org>

	* abi-tags: Add support for FreeBSD with ABI OS value 3.
	* elf/cache.c (print_entry): Support the GNU/FreeBSD ABI tag.
Diffstat (limited to 'abi-tags')
-rw-r--r--abi-tags2
1 files changed, 2 insertions, 0 deletions
diff --git a/abi-tags b/abi-tags
index 6170a2a13e..7adc62ef2d 100644
--- a/abi-tags
+++ b/abi-tags
@@ -22,5 +22,7 @@
 
 .*-sun-solaris2.*	2	2.0.0	# just an arbitrary value
 
+.*-.*-freebsd.*-gnu.*	3	4.0.0	# earliest compatible kernel version
+
 # There is no catch-all default here because every supported OS that uses
 # ELF must have its own unique ABI tag.