X-Git-Url: https://git.alrj.org/?p=bold.git;a=blobdiff_plain;f=Bold%2Fconstants.py;h=797613da2848f34bbccf99b77c65f266fc4672f9;hp=72d01007ac1da32d52f40862138f7090003369fd;hb=04fc98235b338558eaad347b698d63414270589b;hpb=b2cbc828fcbff8ecf501a53ee3b5b62195913923 diff --git a/Bold/constants.py b/Bold/constants.py index 72d0100..797613d 100644 --- a/Bold/constants.py +++ b/Bold/constants.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- - # kate: space-indent on; indent-width 2; mixedindent off; indent-mode python; # Copyright (C) 2009 Amand 'alrj' Tihon @@ -8,8 +7,8 @@ # Heavily inspired by elf.h from the GNU C Library. # # You can redistribute this file and/or modify it under the terms of the -# GNU Lesser General Public License as published by the Free Software -# Foundation, version 2.1. +# GNU General Public License as published by the Free Software Foundation, +# either version 3 of the License or (at your option) any later version. """This file defines standard ELF constants.""" @@ -218,24 +217,3 @@ R_X86_64_TLSLD = Amd64Relocation(20, "TLSLD") R_X86_64_DTPOFF32 = Amd64Relocation(21, "DTPOFF32") R_X86_64_GOTTPOFF = Amd64Relocation(22, "GOTTPOFF") R_X86_64_TPOFF32 = Amd64Relocation(23, "TPOFF32") - - - - - - - - - - - - - - - - - - - - -