From: <jk...@us...> - 2021-03-14 21:17:46
|
Revision: 3934 http://sourceforge.net/p/elftoolchain/code/3934 Author: jkoshy Date: 2021-03-14 21:17:45 +0000 (Sun, 14 Mar 2021) Log Message: ----------- Add a marker to assist downstream imports. The intent here is to help downstream projects script their imports of Elftoolchain code. The marker in these files would be replaced by project-specific version control markers (e.g. __RCSID(...) in NetBSD) on import into a downstream source tree. Modified Paths: -------------- trunk/libelf/elf.c trunk/libelf/elf_begin.c trunk/libelf/elf_cntl.c trunk/libelf/elf_data.c trunk/libelf/elf_end.c trunk/libelf/elf_errmsg.c trunk/libelf/elf_errno.c trunk/libelf/elf_fill.c trunk/libelf/elf_flag.c trunk/libelf/elf_getarhdr.c trunk/libelf/elf_getarsym.c trunk/libelf/elf_getbase.c trunk/libelf/elf_getident.c trunk/libelf/elf_getversion.c trunk/libelf/elf_hash.c trunk/libelf/elf_kind.c trunk/libelf/elf_memory.c trunk/libelf/elf_next.c trunk/libelf/elf_open.c trunk/libelf/elf_phnum.c trunk/libelf/elf_rand.c trunk/libelf/elf_rawfile.c trunk/libelf/elf_scn.c trunk/libelf/elf_shnum.c trunk/libelf/elf_shstrndx.c trunk/libelf/elf_strptr.c trunk/libelf/elf_update.c trunk/libelf/elf_version.c trunk/libelf/gelf_cap.c trunk/libelf/gelf_checksum.c trunk/libelf/gelf_dyn.c trunk/libelf/gelf_ehdr.c trunk/libelf/gelf_fsize.c trunk/libelf/gelf_getclass.c trunk/libelf/gelf_move.c trunk/libelf/gelf_phdr.c trunk/libelf/gelf_rel.c trunk/libelf/gelf_rela.c trunk/libelf/gelf_shdr.c trunk/libelf/gelf_sym.c trunk/libelf/gelf_syminfo.c trunk/libelf/gelf_symshndx.c trunk/libelf/gelf_xlate.c trunk/libelf/libelf_align.c trunk/libelf/libelf_allocate.c trunk/libelf/libelf_ar.c trunk/libelf/libelf_ar_util.c trunk/libelf/libelf_checksum.c trunk/libelf/libelf_convert.m4 trunk/libelf/libelf_data.c trunk/libelf/libelf_ehdr.c trunk/libelf/libelf_elfmachine.c trunk/libelf/libelf_extended.c trunk/libelf/libelf_fsize.m4 trunk/libelf/libelf_memory.c trunk/libelf/libelf_msize.m4 trunk/libelf/libelf_open.c trunk/libelf/libelf_phdr.c trunk/libelf/libelf_shdr.c trunk/libelf/libelf_xlate.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |