linux: Don't emit a .note.ABI-tag section anymore (#26663)
authorAdam Jackson <ajax@redhat.com>
Tue, 23 Apr 2013 18:07:33 +0000 (14:07 -0400)
committerAdam Jackson <ajax@redhat.com>
Thu, 25 Apr 2013 19:51:35 +0000 (15:51 -0400)
commit904b03824b4c5cc24649aa69dd1a557ddfd5dda3
tree2476aa5ef980bc4bebff32414aa71b87e423bdd6
parent73de07cbbcaf6804c489546cce1b3c55db4535ae
linux: Don't emit a .note.ABI-tag section anymore (#26663)

We don't support pre-2.6 kernels anyway - the install docs say 2.6.28
for DRI - and apparently this confuses ld.so's sorting when multiple
libGLs are installed.  Just remove it.

Note: this is a candidate for the stable branches.

Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Adam Jackson <ajax@redhat.com>
src/mapi/entry_x86-64_tls.h
src/mapi/entry_x86_tls.h
src/mapi/glapi/gen/gl_x86-64_asm.py
src/mapi/glapi/gen/gl_x86_asm.py