diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-07-25 09:06:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-07-25 09:06:04 +0000 |
commit | 3e360d34276ee913fbc6c546e4ed4d0522e1fe3d (patch) | |
tree | 02305fb73f48d52ed04ca6fccfdc1d6a38e8bf37 /sysdeps/unix/sysv/linux/bits/a.out.h | |
parent | 7b787f8516c039ed56b1bc3f511eb1165526061b (diff) | |
download | glibc-3e360d34276ee913fbc6c546e4ed4d0522e1fe3d.tar.gz glibc-3e360d34276ee913fbc6c546e4ed4d0522e1fe3d.tar.xz glibc-3e360d34276ee913fbc6c546e4ed4d0522e1fe3d.zip |
Update.
2003-07-25 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/a.out.h: Replace with i386 version. Include bits/a.out.h. * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add bits/a.out.h. * sysdeps/unix/sysv/linux/bits/a.out.h: New file. * sysdeps/unix/sysv/linux/i386/bits/a.out.h: New file. * sysdeps/unix/sysv/linux/m68k/bits/a.out.h: New file. * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: New file. * sysdeps/unix/sysv/linux/alpha/a.out.h: New file. * sysdeps/unix/sysv/linux/alpha/bits/a.out.h: New file. * sysdeps/unix/sysv/linux/sparc/a.out.h: New file. * sysdeps/unix/sysv/linux/sparc/bits/a.out.h: New file.
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/a.out.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/a.out.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/a.out.h b/sysdeps/unix/sysv/linux/bits/a.out.h new file mode 100644 index 0000000000..0e7fb030fc --- /dev/null +++ b/sysdeps/unix/sysv/linux/bits/a.out.h @@ -0,0 +1,7 @@ +#ifndef __A_OUT_GNU_H__ +# error "Never use <bits/a.out.h> directly; include <a.out.h> instead." +#endif + +/* Signal to users of this header that this architecture really doesn't + support a.out binary format. */ +#define __NO_A_OUT_SUPPORT 1 |