[Wisp-cvs] wisp/users/dig elf.py,1.1,1.2
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-02-06 21:10:29
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv27106 Modified Files: elf.py Log Message: give credit to FSF for <elf.h> Index: elf.py =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/elf.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- elf.py 6 Feb 2003 21:05:38 -0000 1.1 +++ elf.py 6 Feb 2003 21:10:23 -0000 1.2 @@ -6,6 +6,11 @@ # #### @(#) $Id$ +# Most of the data here is semi-automatically reorganized +# from <elf.h> of the GNU C Library. +# +# The GNU C Library is © 1995-2002 by Free Software Foundation. + class ET: # Legal values for e_type (object file type). NONE = 0 # No file type REL = 1 # Relocatable file |