diff options
| author | Nix <nix@esperi.org.uk> | 2012-04-21 07:12:50 +0200 |
|---|---|---|
| committer | Andreas Jaeger <aj@suse.de> | 2012-04-21 07:12:50 +0200 |
| commit | b8e337281141f8a6f6c2b2c6b336b999945bbad9 (patch) | |
| tree | 61a0132865c798ace412448048f86847f43d79c6 /ChangeLog | |
| parent | a90f3bcb472a2327aa78af42c2ed7c780687284c (diff) | |
| download | glibc-b8e337281141f8a6f6c2b2c6b336b999945bbad9.tar.xz glibc-b8e337281141f8a6f6c2b2c6b336b999945bbad9.zip | |
Put vm86 into libc.a
[BZ #7064]
vm86 was not included in libc.a at all due to the default symbol
explicitely added to the weak symbol.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-04-21 Nix <nix@esperi.org.uk> + + [BZ #7064] + * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit + version from __vm86. + 2012-04-20 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/common/lxstat.c: Remove file. |
