]>
git.ipfire.org Git - thirdparty/elfutils.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Roland McGrath [Sat, 13 Aug 2005 01:59:10 +0000 (01:59 +0000)]
libebl/
2005-08-12 Roland McGrath <roland@redhat.com>
* libeblP.h (struct ebl): Add bss_plt_p hook.
* eblopenbackend.c (default_bss_plt_p): New function.
(fill_defaults): Use it.
* eblbsspltp.c: New file.
* Makefile.am (gen_SOURCES): Add it.
* libebl.h: Declare ebl_bss_plt_p.
* ppc_symbol.c (ppc_bss_plt_p): New function.
* libebl_ppc.h: Declare it.
* ppc_init.c (ppc_init): Use it.
* ppc64_symbol.c (ppc64_bss_plt_p): New function.
* libebl_ppc64.h: Declare it.
* ppc64_init.c (ppc64_init): Use it.
* ebl_check_special_symbol.c: New file.
* Makefile.am (gen_SOURCES): Add it.
* libebl.h: Declare ebl_check_special_symbol.
* libeblP.h (struct ebl): Add check_special_symbol hook.
* eblopenbackend.c (default_check_special_symbol): New function.
(fill_defaults): Use it.
* ppc_symbol.c (ppc_check_special_symbol): New function.
* libebl_ppc.h: Add prototype.
* ppc_init.c (ppc_init): Use it.
* ppc64_symbol.c (ppc64_check_special_symbol): New function.
* libebl_ppc64.h: Add prototype.
* ppc64_init.c (ppc64_init): Use it.
src/
2005-08-12 Roland McGrath <roland@redhat.com>
* elflint.c (check_symtab): Check that _GLOBAL_OFFSET_TABLE_ st_shndx
refers to the right section if it's not SHN_ABS.
Let ebl_check_special_symbol override _G_O_T_ value and size checks.
* elflint.c (check_sections): Don't complain about a non-NOBITS
section taking no segment space, if it's sh_size is 0.
* elflint.c (check_sections): Use ebl_bss_plt_p to see if .plt should
be PROGBITS or NOBITS.
* elflint.c (check_symtab): Use ebl_check_special_symbol to override
standard st_value and st_size checks.
Roland McGrath [Thu, 11 Aug 2005 07:03:55 +0000 (07:03 +0000)]
Roland McGrath [Wed, 10 Aug 2005 22:13:57 +0000 (22:13 +0000)]
2005-08-10 Roland McGrath <roland@redhat.com>
* relocate.c (__libdwfl_relocate): Take argument DEBUGFILE,
use it instead of MOD->debug.file.
* libdwflP.h: Update decl.
* dwfl_module_getdwarf.c (load_dw): Update caller.
Fixes bug #165598.
Roland McGrath [Wed, 10 Aug 2005 08:10:07 +0000 (08:10 +0000)]
Update DW_LNS_set_epilogue_begin uses to correct misspelling.
Ulrich Drepper [Thu, 11 Aug 2005 05:12:05 +0000 (05:12 +0000)]
Change addr2line to use dwfl_* functions.
Minor strip cleanups.
Ulrich Drepper [Thu, 11 Aug 2005 04:41:58 +0000 (04:41 +0000)]
Minimal cleanup in strip.
Ulrich Drepper [Thu, 11 Aug 2005 04:37:52 +0000 (04:37 +0000)]
Correct fallout of renaming of DW_LNS_set_epilog_begin.
Roland McGrath [Tue, 9 Aug 2005 10:36:01 +0000 (10:36 +0000)]
2005-08-09 Roland McGrath <roland@redhat.com>
* dwarf.h (DW_LNS_set_epilog_begin): Renamed DW_LNS_set_epilogue_begin.
Roland McGrath [Tue, 9 Aug 2005 10:31:08 +0000 (10:31 +0000)]
libdw/
2005-08-09 Roland McGrath <roland@redhat.com>
* dwarf_end.c: Add INTDEF.
* dwarf_error.c (dwarf_errmsg): Likewise.
* libdwP.h (dwarf_end, dwarf_errmsg): Add INTDECLs.
libdwfl/
2005-08-09 Roland McGrath <roland@redhat.com>
* libdwflP.h: Include ../libdw/libdwP.h for its INTDECLs.
* cu.c: Use INTUSE on dwarf_* calls.
* dwfl_error.c: Likewise.
* dwfl_module.c: Likewise.
* dwfl_module_getdwarf.c: Likewise.
* dwfl_module_getsrc_file.c: Likewise.
* lines.c: Likewise.
Roland McGrath [Tue, 9 Aug 2005 04:58:05 +0000 (04:58 +0000)]
2005-08-08 Roland McGrath <roland@redhat.com>
* strip.c (options, parse_opt): Grok -R .comment for compatibility
with binutils strip. Likewise -d, -S, as aliases for -g.
Likewise ignore -s/--strip-all.
Roland McGrath [Mon, 8 Aug 2005 03:49:35 +0000 (03:49 +0000)]
2005-08-07 Roland McGrath <roland@redhat.com>
* strip.c (process_file): Open read-only when using a different output
file.
Roland McGrath [Sun, 7 Aug 2005 21:42:56 +0000 (21:42 +0000)]
2005-08-07 Roland McGrath <roland@redhat.com>
* linux-kernel-modules.c (dwfl_linux_kernel_find_elf): When module
names contain '_' or '-', look for files named either "foo-bar.ko"
or "foo_bar.ko".
Roland McGrath [Sun, 7 Aug 2005 21:42:07 +0000 (21:42 +0000)]
2005-08-07 Roland McGrath <roland@redhat.com>
* dwflmodtest.c: Print function details only if -f flag is given.
Ulrich Drepper [Sun, 7 Aug 2005 08:12:33 +0000 (08:12 +0000)]
Ulrich Drepper [Sun, 7 Aug 2005 08:12:22 +0000 (08:12 +0000)]
Add support for a few missing DT_ and R_* values.
Import new elf.h.
Roland McGrath [Sun, 7 Aug 2005 07:22:06 +0000 (07:22 +0000)]
Add omitted file.
Ulrich Drepper [Sun, 7 Aug 2005 05:33:07 +0000 (05:33 +0000)]
Relax elflint a bit.
Run elflint on all programs and DSOs.
Ulrich Drepper [Sun, 7 Aug 2005 04:41:39 +0000 (04:41 +0000)]
Implement --enable-gprof option in configure script.
Ulrich Drepper [Sat, 6 Aug 2005 06:44:50 +0000 (06:44 +0000)]
Fix xgettext call.
Ulrich Drepper [Sat, 6 Aug 2005 03:53:18 +0000 (03:53 +0000)]
CHeck names in verdef auxiliary data exist.
Ulrich Drepper [Sat, 6 Aug 2005 03:49:53 +0000 (03:49 +0000)]
Avoid elf_strptr call.
Ulrich Drepper [Sat, 6 Aug 2005 01:37:23 +0000 (01:37 +0000)]
Many improvements in elflint, mostly symbol versioning related.
Cosmetic changes in readelf.
Ulrich Drepper [Thu, 4 Aug 2005 07:01:49 +0000 (07:01 +0000)]
Move elf32_offscn etc in new version.
More elflint tests.
Ulrich Drepper [Wed, 3 Aug 2005 21:10:49 +0000 (21:10 +0000)]
Remove unnecessary exports.
Ulrich Drepper [Wed, 3 Aug 2005 05:19:11 +0000 (05:19 +0000)]
Move .mt-attrs file to top level.
Ulrich Drepper [Wed, 3 Aug 2005 02:24:12 +0000 (02:24 +0000)]
Add beginning of objdump program.
Ulrich Drepper [Wed, 3 Aug 2005 02:05:39 +0000 (02:05 +0000)]
Add some patches from the disasm-branch branch.
The asm_begin interface changed.
In text mode output is really written to the file.
Ulrich Drepper [Wed, 3 Aug 2005 00:54:16 +0000 (00:54 +0000)]
Add missing files.
Ulrich Drepper [Wed, 3 Aug 2005 00:02:56 +0000 (00:02 +0000)]
Add several more elflint tests:
- check whether dynamic section matches PT_DYNAMIC program header entry
- make sure text relocation flag is used correctly
libelf needed one extension for this.
Ulrich Drepper [Tue, 2 Aug 2005 16:07:42 +0000 (16:07 +0000)]
elflint cleanups.
Bump release number.
Roland McGrath [Tue, 2 Aug 2005 01:24:01 +0000 (01:24 +0000)]
2005-08-01 Roland McGrath <roland@redhat.com>
* dwarf_getaranges.c (dwarf_getaranges): Check for bogus offset.
* dwarf_getabbrev.c (__libdw_getabbrev): Likewise.
Roland McGrath [Tue, 2 Aug 2005 00:58:33 +0000 (00:58 +0000)]
Ulrich Drepper [Mon, 1 Aug 2005 07:18:47 +0000 (07:18 +0000)]
Relax elfcmp to ignore section count and the position of the section
name string table position.
Roland McGrath [Fri, 29 Jul 2005 19:34:39 +0000 (19:34 +0000)]
Ulrich Drepper [Fri, 29 Jul 2005 19:32:17 +0000 (19:32 +0000)]
Add missing files.
Roland McGrath [Fri, 29 Jul 2005 10:11:59 +0000 (10:11 +0000)]
Nuke loc2c prototype code, now moved to systemtap.
Ulrich Drepper [Thu, 28 Jul 2005 22:32:58 +0000 (22:32 +0000)]
Add a few missing extern for function prototypes.
Ulrich Drepper [Thu, 28 Jul 2005 21:49:05 +0000 (21:49 +0000)]
Release formalities.
Ulrich Drepper [Thu, 28 Jul 2005 21:31:36 +0000 (21:31 +0000)]
New release.
Ulrich Drepper [Thu, 28 Jul 2005 21:29:22 +0000 (21:29 +0000)]
Merge all of libdwfl.a into libdw.a. libdwfl.a is not installed.
Fix building of libdwfl. libdwfl.a must not depend on libwu.a
since the latter is not available after installation. Add copies
of the crc32 files to libdwfl.
Ulrich Drepper [Thu, 28 Jul 2005 19:49:26 +0000 (19:49 +0000)]
Mention Roland.
Roland McGrath [Thu, 28 Jul 2005 09:15:47 +0000 (09:15 +0000)]
Move misplaced ChangeLog entry.
Roland McGrath [Thu, 28 Jul 2005 09:12:43 +0000 (09:12 +0000)]
Missed bit in last change.
Roland McGrath [Thu, 28 Jul 2005 09:05:31 +0000 (09:05 +0000)]
elfutils.spec.in: Remove libdwfl.so from package.
Roland McGrath [Thu, 28 Jul 2005 07:12:38 +0000 (07:12 +0000)]
Merge libdwfl contents into libdw.so
Roland McGrath [Thu, 28 Jul 2005 07:08:01 +0000 (07:08 +0000)]
libdwfl.h: Use "" for libdw.h #include.
Roland McGrath [Thu, 28 Jul 2005 07:03:04 +0000 (07:03 +0000)]
elfcmp.c: Include <locale.h>.
Roland McGrath [Thu, 28 Jul 2005 06:20:53 +0000 (06:20 +0000)]
Roland McGrath [Thu, 28 Jul 2005 01:02:55 +0000 (01:02 +0000)]
Revert commit made on wrong branch.
Roland McGrath [Thu, 28 Jul 2005 00:51:59 +0000 (00:51 +0000)]
2005-07-27 Roland McGrath <roland@redhat.com>
* libdw.map: Define an empty base version and move all symbols to
version ELFUTILS_0.111; don't define ELFUTILS_1.0 at all yet.
Roland McGrath [Thu, 28 Jul 2005 00:44:29 +0000 (00:44 +0000)]
libdwfl.map: Add dwfl_getmodules.
Ulrich Drepper [Wed, 27 Jul 2005 10:13:23 +0000 (10:13 +0000)]
elfcmp.c: Print name and index of differing section.
Ulrich Drepper [Tue, 26 Jul 2005 06:32:21 +0000 (06:32 +0000)]
File attributes.
Ulrich Drepper [Tue, 26 Jul 2005 05:00:05 +0000 (05:00 +0000)]
Adjust for monotone.