]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Revamp libebl/common-reloc.c code to share source at compile time only and not extend...
authorRoland McGrath <roland@redhat.com>
Wed, 16 Nov 2005 01:57:40 +0000 (01:57 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 16 Nov 2005 01:57:40 +0000 (01:57 +0000)
commitcd60ea83050d9fb48c3204005f475df460f433b6
treee083a367ff3c5598999f3fe23df1fba35681ef31
parent1b8b446a794ac4babfd687ca48de32e5f4aaa539
Revamp libebl/common-reloc.c code to share source at compile time only and not extend the libebl.a behavior itself.
65 files changed:
libebl/ChangeLog
libebl/Makefile.am
libebl/alpha_init.c
libebl/alpha_reloc.def [new file with mode: 0644]
libebl/alpha_symbol.c
libebl/arm_destr.c [deleted file]
libebl/arm_init.c
libebl/arm_reloc.def [new file with mode: 0644]
libebl/arm_symbol.c
libebl/common-reloc.c [new file with mode: 0644]
libebl/ebl-hooks.h [new file with mode: 0644]
libebl/eblopenbackend.c
libebl/eblrelocsimpletype.c
libebl/i386_corenote.c
libebl/i386_destr.c [deleted file]
libebl/i386_init.c
libebl/i386_reloc.def [new file with mode: 0644]
libebl/i386_symbol.c
libebl/ia64_destr.c [deleted file]
libebl/ia64_init.c
libebl/ia64_reloc.def [new file with mode: 0644]
libebl/ia64_symbol.c
libebl/libeblP.h
libebl/libebl_CPU.h [moved from libebl/libebl_sh.h with 52% similarity]
libebl/libebl_alpha.h [deleted file]
libebl/libebl_alpha.map [deleted file]
libebl/libebl_arm.h [deleted file]
libebl/libebl_arm.map [deleted file]
libebl/libebl_i386.h [deleted file]
libebl/libebl_i386.map [deleted file]
libebl/libebl_ia64.h [deleted file]
libebl/libebl_ia64.map [deleted file]
libebl/libebl_ppc.h [deleted file]
libebl/libebl_ppc.map [deleted file]
libebl/libebl_ppc64.h [deleted file]
libebl/libebl_ppc64.map [deleted file]
libebl/libebl_sh.map [deleted file]
libebl/libebl_sparc.h [deleted file]
libebl/libebl_sparc.map [deleted file]
libebl/libebl_x86_64.h [deleted file]
libebl/libebl_x86_64.map [deleted file]
libebl/ppc64_destr.c [deleted file]
libebl/ppc64_init.c
libebl/ppc64_reloc.def [new file with mode: 0644]
libebl/ppc64_symbol.c
libebl/ppc_destr.c [deleted file]
libebl/ppc_init.c
libebl/ppc_reloc.def [new file with mode: 0644]
libebl/ppc_symbol.c
libebl/s390_init.c [new file with mode: 0644]
libebl/s390_reloc.def [new file with mode: 0644]
libebl/s390_symbol.c [moved from libebl/alpha_destr.c with 52% similarity]
libebl/sh_destr.c [deleted file]
libebl/sh_init.c
libebl/sh_reloc.def [new file with mode: 0644]
libebl/sh_symbol.c
libebl/sparc_destr.c [deleted file]
libebl/sparc_init.c
libebl/sparc_reloc.def [new file with mode: 0644]
libebl/sparc_symbol.c
libebl/x86_64_corenote.c
libebl/x86_64_destr.c [deleted file]
libebl/x86_64_init.c
libebl/x86_64_reloc.def [new file with mode: 0644]
libebl/x86_64_symbol.c