SHA256
3
0
forked from pool/elfutils
Commit Graph

141 Commits

Author SHA256 Message Date
Dominique Leuenberger
90286eed7d Accepting request 630656 from Base:System
OBS-URL: https://build.opensuse.org/request/show/630656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=68
2018-08-28 07:19:43 +00:00
d8431e91b3 Accepting request 629456 from home:1Antoine1:branches:Base:System
- Don't make elfutils recommend elfutils-lang as elfutils-lang
  already supplements elfutils.

OBS-URL: https://build.opensuse.org/request/show/629456
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=117
2018-08-20 18:13:12 +00:00
2f2c0f5bfe Accepting request 628392 from home:scarabeus_iv:branches:Base:System
- Fix typo in the recommends name bsc#1104264

OBS-URL: https://build.opensuse.org/request/show/628392
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=116
2018-08-10 06:57:46 +00:00
Dominique Leuenberger
e747dca220 Accepting request 621693 from Base:System
- Update to version 0.173
  More fixes for crashes and hangs found by afl-fuzz. In particular various
  functions now detect and break infinite loops caused by bad DIE tree cycles.
  readelf: Will now lookup the size and signedness of constant value types
           to display them correctly (and not just how they were encoded).
  libdw: New function dwarf_next_lines to read CU-less .debug_line data.
         dwarf_begin_elf now accepts ELF files containing just .debug_line
         or .debug_frame sections (which can be read without needing a DIE
         tree from the .debug_info section).
         Removed dwarf_getscn_info, which was never implemented.
  backends: Handle BPF simple relocations.
            The RISCV backends now handles ABI specific CFI and knows about
            RISCV register types and names.
- add cfi-fix.patch: make build green on arm target (forwarded request 621681 from marxin)

OBS-URL: https://build.opensuse.org/request/show/621693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=67
2018-07-14 18:14:38 +00:00
Richard Biener
1ea09e54ef Accepting request 621681 from home:marxin:branches:Base:System
- Update to version 0.173
  More fixes for crashes and hangs found by afl-fuzz. In particular various
  functions now detect and break infinite loops caused by bad DIE tree cycles.
  readelf: Will now lookup the size and signedness of constant value types
           to display them correctly (and not just how they were encoded).
  libdw: New function dwarf_next_lines to read CU-less .debug_line data.
         dwarf_begin_elf now accepts ELF files containing just .debug_line
         or .debug_frame sections (which can be read without needing a DIE
         tree from the .debug_info section).
         Removed dwarf_getscn_info, which was never implemented.
  backends: Handle BPF simple relocations.
            The RISCV backends now handles ABI specific CFI and knows about
            RISCV register types and names.
- add cfi-fix.patch: make build green on arm target

OBS-URL: https://build.opensuse.org/request/show/621681
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=114
2018-07-09 09:41:27 +00:00
Yuchen Lin
c3feff5862 Accepting request 616503 from Base:System
- Update to versio 0.172
  No functional changes compared to 0.171.
  Various bug fixes in libdw and eu-readelf dealing with bad DWARF5 data.
  Thanks to running the afl fuzzer on eu-readelf and various testcases. (forwarded request 616253 from marxin)

OBS-URL: https://build.opensuse.org/request/show/616503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=66
2018-06-22 11:11:51 +00:00
Richard Biener
7591745e87 Accepting request 616253 from home:marxin:branches:Base:System
- Update to versio 0.172
  No functional changes compared to 0.171.
  Various bug fixes in libdw and eu-readelf dealing with bad DWARF5 data.
  Thanks to running the afl fuzzer on eu-readelf and various testcases.

OBS-URL: https://build.opensuse.org/request/show/616253
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=112
2018-06-13 11:07:12 +00:00
6440ea25f6 Accepting request 615774 from home:Andreas_Schwab:Factory
- disable-tests-with-ptrace.patch: Rediff

OBS-URL: https://build.opensuse.org/request/show/615774
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=111
2018-06-10 16:22:10 +00:00
Dominique Leuenberger
99d91c3009 Accepting request 614220 from Base:System
- Update to version 0.171
  DWARF5 and split dwarf, including GNU DebugFission, are supported now.
  Data can be read from the new DWARF sections .debug_addr, .debug_line_str,
  .debug_loclists, .debug_str_offsets and .debug_rnglists.  Plus the new
  DWARF5 and GNU DebugFission encodings of the existing .debug sections.
  Also in split DWARF .dwo (DWARF object) files.  This support is mostly
  handled by existing functions (dwarf_getlocation*, dwarf_getsrclines,
  dwarf_ranges, dwarf_form*, etc.) now returning the data from the new
  sections and data formats.  But some new functions have been added
  to more easily get information about skeleton and split compile units
  (dwarf_get_units and dwarf_cu_info), handle new attribute data
  (dwarf_getabbrevattr_data) and to keep references to Dwarf_Dies
  that might come from different sections or files (dwarf_die_addr_die).
  Not yet supported are .dwp (Dwarf Package) and .sup (Dwarf Supplementary)
  files, the .debug_names index, the .debug_cu_index and .debug_tu_index
  sections. Only a single .debug_info (and .debug_types) section are
  currently handled.
  readelf: Handle all new DWARF5 sections.
           --debug-dump=info+ will show split unit DIEs when found.
           --dwarf-skeleton can be used when inspecting a .dwo file.
     Recognizes GNU locviews with --debug-dump=loc.
  libdw: New functions dwarf_die_addr_die, dwarf_get_units,
         dwarf_getabbrevattr_data and dwarf_cu_info.
         libdw will now try to resolve the alt file on first use of
         an alt attribute FORM when not set yet with dwarf_set_alt.
         dwarf_aggregate_size() now works with multi-dimensional arrays.
  libdwfl: Use process_vm_readv when available instead of ptrace.
  backends: Add a RISC-V backend.
  There were various improvements to build on Windows.
  The sha1 and md5 implementations have been removed, they weren't used.
- Remove patches: elfutils-0.170-Wpackednotaligned.patch,
  elfutils-0.170-stripnothing.patch, gcc8-disable-test.patch 
- make package with V=1 to print verbose command line (forwarded request 613899 from marxin)

OBS-URL: https://build.opensuse.org/request/show/614220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=65
2018-06-08 21:08:47 +00:00
Richard Biener
9a41c7f04a Accepting request 613899 from home:marxin:branches:openSUSE:Factory
- Update to version 0.171
  DWARF5 and split dwarf, including GNU DebugFission, are supported now.
  Data can be read from the new DWARF sections .debug_addr, .debug_line_str,
  .debug_loclists, .debug_str_offsets and .debug_rnglists.  Plus the new
  DWARF5 and GNU DebugFission encodings of the existing .debug sections.
  Also in split DWARF .dwo (DWARF object) files.  This support is mostly
  handled by existing functions (dwarf_getlocation*, dwarf_getsrclines,
  dwarf_ranges, dwarf_form*, etc.) now returning the data from the new
  sections and data formats.  But some new functions have been added
  to more easily get information about skeleton and split compile units
  (dwarf_get_units and dwarf_cu_info), handle new attribute data
  (dwarf_getabbrevattr_data) and to keep references to Dwarf_Dies
  that might come from different sections or files (dwarf_die_addr_die).
  Not yet supported are .dwp (Dwarf Package) and .sup (Dwarf Supplementary)
  files, the .debug_names index, the .debug_cu_index and .debug_tu_index
  sections. Only a single .debug_info (and .debug_types) section are
  currently handled.
  readelf: Handle all new DWARF5 sections.
           --debug-dump=info+ will show split unit DIEs when found.
           --dwarf-skeleton can be used when inspecting a .dwo file.
     Recognizes GNU locviews with --debug-dump=loc.
  libdw: New functions dwarf_die_addr_die, dwarf_get_units,
         dwarf_getabbrevattr_data and dwarf_cu_info.
         libdw will now try to resolve the alt file on first use of
         an alt attribute FORM when not set yet with dwarf_set_alt.
         dwarf_aggregate_size() now works with multi-dimensional arrays.
  libdwfl: Use process_vm_readv when available instead of ptrace.
  backends: Add a RISC-V backend.
  There were various improvements to build on Windows.
  The sha1 and md5 implementations have been removed, they weren't used.
- Remove patches: elfutils-0.170-Wpackednotaligned.patch,
  elfutils-0.170-stripnothing.patch, gcc8-disable-test.patch 
- make package with V=1 to print verbose command line

OBS-URL: https://build.opensuse.org/request/show/613899
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=109
2018-06-05 10:45:12 +00:00
Richard Biener
4e99f4b64b Accepting request 613261 from home:marxin:branches:Base:System
- Add gcc8-disable-test.patch in order to fix boo#1084637: temporarily
  disable a test-case.

OBS-URL: https://build.opensuse.org/request/show/613261
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=108
2018-06-01 06:55:06 +00:00
Dominique Leuenberger
4e38291c6d Accepting request 591142 from Base:System
OBS-URL: https://build.opensuse.org/request/show/591142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=64
2018-03-29 09:50:00 +00:00
3f16a5f399 Accepting request 590373 from home:Andreas_Schwab:Factory
- disable-tests-with-ptrace.patch: Rediff

OBS-URL: https://build.opensuse.org/request/show/590373
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=106
2018-03-26 15:46:58 +00:00
Dominique Leuenberger
e55517be05 Accepting request 585779 from Base:System
- Update to version 0.170
  libdw: Added new DWARF5 attribute, tag, character encoding, language code,
         calling convention, defaulted member function and macro constants
         to dwarf.h.
	 New functions dwarf_default_lower_bound and dwarf_line_file.
	 dwarf_peel_type now handles DWARF5 immutable, packed and shared tags.
	 dwarf_getmacros now handles DWARF5 .debug_macro sections.
  strip: Add -R, --remove-section=SECTION and --keep-section=SECTION.
  backends: The bpf disassembler is now always build on all platforms.
- Includes changes in 0.169
  backends: Add support for EM_PPC64 GNU_ATTRIBUTES.
            Frame pointer unwinding fallback support for i386, x86_64, aarch64.
  translations: Update Polish translation.
- Remove obsolete 0001-backends-Add-support-for-EM_PPC64-GNU_ATTRIBUTES.patch 
  and ppc-machine-flags.patch
- Add elfutils-0.170-stripnothing.patch to robustify test and avoid a FAIL.
- Add elfutils-0.170-Wpackednotaligned.patch to fix build with GCC 8.
  (boo#1084637) (forwarded request 584787 from rguenther)

OBS-URL: https://build.opensuse.org/request/show/585779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=63
2018-03-19 22:30:02 +00:00
Richard Biener
3e2c8790d2 Accepting request 584787 from home:rguenther:branches:Base:System
- Update to version 0.170
  libdw: Added new DWARF5 attribute, tag, character encoding, language code,
         calling convention, defaulted member function and macro constants
         to dwarf.h.
	 New functions dwarf_default_lower_bound and dwarf_line_file.
	 dwarf_peel_type now handles DWARF5 immutable, packed and shared tags.
	 dwarf_getmacros now handles DWARF5 .debug_macro sections.
  strip: Add -R, --remove-section=SECTION and --keep-section=SECTION.
  backends: The bpf disassembler is now always build on all platforms.
- Includes changes in 0.169
  backends: Add support for EM_PPC64 GNU_ATTRIBUTES.
            Frame pointer unwinding fallback support for i386, x86_64, aarch64.
  translations: Update Polish translation.
- Remove obsolete 0001-backends-Add-support-for-EM_PPC64-GNU_ATTRIBUTES.patch 
  and ppc-machine-flags.patch
- Add elfutils-0.170-stripnothing.patch to robustify test and avoid a FAIL.
- Add elfutils-0.170-Wpackednotaligned.patch to fix build with GCC 8.
  (boo#1084637)

OBS-URL: https://build.opensuse.org/request/show/584787
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=104
2018-03-12 08:21:17 +00:00
Dominique Leuenberger
a90ee8ae04 Accepting request 580189 from Base:System
Use %license (boo#1082318). Please forward to SLE, if possible (forwarded request 580083 from favogt)

OBS-URL: https://build.opensuse.org/request/show/580189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=62
2018-02-28 18:56:07 +00:00
Richard Biener
12290540da Accepting request 580083 from home:favogt:licensetag
Use %license (boo#1082318). Please forward to SLE, if possible

OBS-URL: https://build.opensuse.org/request/show/580083
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=102
2018-02-26 11:11:50 +00:00
Dominique Leuenberger
a61ce39806 Accepting request 520996 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/520996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=61
2017-09-14 19:09:05 +00:00
eff1336546 Accepting request 518893 from home:jengelh:branches:Base:System
- Restore obsolete on libebl.

OBS-URL: https://build.opensuse.org/request/show/518893
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=100
2017-09-05 07:24:04 +00:00
1fdfb16270 Accepting request 514152 from home:jengelh:branches:Base:System
- Update package descriptions.
- Rename libebl1 to libebl-plugins as these are not linked,
  but dlopened using their unversioned libebl_$ARCH.so name.
- Have libelf1 require libebl-plugins (libebl.a, which does the
  dlopen call, is staticly built into libelf1). This is necessary
  for pahole to display its results. [boo#1049871]

OBS-URL: https://build.opensuse.org/request/show/514152
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=99
2017-08-21 05:40:43 +00:00
Dominique Leuenberger
14fe292f8c Accepting request 504583 from Base:System
- ppc-machine-flags.patch: support EM_PPC machine flags
- disable-tests-with-ptrace.patch: disable more tests (forwarded request 504468 from AndreasSchwab)

OBS-URL: https://build.opensuse.org/request/show/504583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=60
2017-06-23 07:14:27 +00:00
Richard Biener
0cab1d9022 Accepting request 504468 from home:AndreasSchwab:f
- ppc-machine-flags.patch: support EM_PPC machine flags
- disable-tests-with-ptrace.patch: disable more tests

OBS-URL: https://build.opensuse.org/request/show/504468
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=97
2017-06-19 08:01:08 +00:00
Dominique Leuenberger
7be30c47dd Accepting request 501368 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/501368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=59
2017-06-12 13:10:48 +00:00
Richard Biener
d18184c0f4 Accepting request 498730 from home:jengelh:branches:Base:System
the line is useful, saves me a google search ;-)

OBS-URL: https://build.opensuse.org/request/show/498730
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=95
2017-05-30 10:38:49 +00:00
Dominique Leuenberger
a0315395a6 Accepting request 491760 from Base:System
- Add 0001-backends-Add-support-for-EM_PPC64-GNU_ATTRIBUTES.patch
  unconditionally in the spec file. As we can't support binary diff,
  a newly added test-case is removed from the patch.

- Add 0001-backends-Add-support-for-EM_PPC64-GNU_ATTRIBUTES.patch:
  fix .gnu.attributes checking on ppc64{,le}.

OBS-URL: https://build.opensuse.org/request/show/491760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=58
2017-05-27 11:05:43 +00:00
Richard Biener
01556b07f7 Accepting request 491446 from home:marxin:branches:Base:System
GCC7 fix, the previous PR was not properly tested.

OBS-URL: https://build.opensuse.org/request/show/491446
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=93
2017-04-27 09:08:13 +00:00
Richard Biener
705086c863 Accepting request 491038 from home:marxin:branches:Base:System
Fix a test that fails on ppc64, patch is taken from upstream.

OBS-URL: https://build.opensuse.org/request/show/491038
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=92
2017-04-26 07:32:38 +00:00
Dominique Leuenberger
d99e6a8924 Accepting request 487068 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/487068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=57
2017-04-25 06:55:05 +00:00
61111f74df Accepting request 486577 from home:jengelh:branches:Base:System
- Add missing ldconfig calls for libasm1

OBS-URL: https://build.opensuse.org/request/show/486577
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=90
2017-04-10 13:27:43 +00:00
83d355f128 Accepting request 484254 from home:bmwiedemann:branches:Base:System
make tests pass when user does not want debuginfo (boo#1031556)

OBS-URL: https://build.opensuse.org/request/show/484254
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=89
2017-04-03 06:47:31 +00:00
Yuchen Lin
6356ed5fb1 Accepting request 483826 from Base:System
- Update to version 0.168:
  libelf: gelf_newehdr and gelf_newehdr now return void *.
  libdw: dwarf.h corrected the DW_LANG_PLI constant name (was DW_LANG_PL1).
  readelf: Add optional --symbols[=SECTION] argument to select section name.
- Includes changes from 0001-Add-GCC7-Wimplicit-fallthrough-support-fixes.patch
  and 0001-ar-Fix-GCC7-Wformat-length-issues.patch.
- Remove elfutils-0.137-dwarf-header-check-fix.diff which is no longer
  required after a debugedit fix. (forwarded request 483764 from rguenther)

OBS-URL: https://build.opensuse.org/request/show/483826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=56
2017-03-31 13:01:24 +00:00
Richard Biener
41afbe1a42 Accepting request 483764 from home:rguenther:branches:Base:System
- Update to version 0.168:
  libelf: gelf_newehdr and gelf_newehdr now return void *.
  libdw: dwarf.h corrected the DW_LANG_PLI constant name (was DW_LANG_PL1).
  readelf: Add optional --symbols[=SECTION] argument to select section name.
- Includes changes from 0001-Add-GCC7-Wimplicit-fallthrough-support-fixes.patch
  and 0001-ar-Fix-GCC7-Wformat-length-issues.patch.
- Remove elfutils-0.137-dwarf-header-check-fix.diff which is no longer
  required after a debugedit fix.

OBS-URL: https://build.opensuse.org/request/show/483764
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=87
2017-03-30 13:36:37 +00:00
Ludwig Nussel
d160e8ddc2 Accepting request 447176 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/447176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=55
2016-12-29 21:41:08 +00:00
efd8a1cc59 Accepting request 446998 from home:marxin:branches:Base:System
Adding patches to be able to build with GCC 7.

OBS-URL: https://build.opensuse.org/request/show/446998
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=85
2016-12-20 14:06:44 +00:00
Dominique Leuenberger
844832631a Accepting request 423865 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/423865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=54
2016-09-01 12:01:13 +00:00
Tony Jones
0f4f8764c9 Accepting request 423862 from home:matz2:branches:Base:System
Note: this blocks the binutils 2.27 submission so please
forward to Factory.

- Update to version 0.167:
  libasm: Add eBPF disassembler for EM_BPF files.
  backends: Add m68k and BPF backends.
  ld: Removed.
  dwelf: Add ELF/DWARF string table creation functions. dwelf_strtab_init,
         dwelf_strtab_add, dwelf_strtab_add_len, dwelf_strtab_finalize,
         dwelf_strent_off, dwelf_strent_str and dwelf_strtab_free.
  Support compressed sections from binutils 2.27.
- Remove patch elfutils-0.166-elfcmp-comp-gcc6.patch: included upstream.

OBS-URL: https://build.opensuse.org/request/show/423862
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=83
2016-08-30 16:46:39 +00:00
Dominique Leuenberger
c5325523c7 Accepting request 407877 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/407877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=53
2016-07-16 20:10:42 +00:00
794a2bdf98 Accepting request 407748 from home:Andreas_Schwab:Factory
- disable-tests-with-ptrace.patch: disable tests that use ptrace when
  running under qemu-linux-user

OBS-URL: https://build.opensuse.org/request/show/407748
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=81
2016-07-12 09:23:40 +00:00
e9b6c82321 Accepting request 404998 from home:fcrozat:branches:Base:System
- Update to version 0.166:
  + config: The default program prefix for the installed tools is now
  eu-. Use configure --program-prefix="" to not use a program
  prefix.
  + Various bugfixes.
- Drop elfutils-0.164-dt-ppc-opt.patch and
  elfutils-0.164-gcc6.patch (merged upstream)
- Add patch elfutils-0.166-elfcmp-comp-gcc6.patch: fix
  self-comparison error with GCC 6.
- Changes from 0.165:
  + Add eu-elfcompress
  + Add pkg-config files for libelf and libdw.

OBS-URL: https://build.opensuse.org/request/show/404998
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=80
2016-06-27 14:38:55 +00:00
Dominique Leuenberger
36c178ba1b Accepting request 390327 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/390327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=52
2016-04-22 14:15:51 +00:00
eee228fdec Accepting request 390276 from home:michel_mno:branches:Base:System
-  add elfutils-0.164-gcc6.patch

OBS-URL: https://build.opensuse.org/request/show/390276
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=78
2016-04-16 17:18:08 +00:00
Dominique Leuenberger
aafdb9a27a Accepting request 362807 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/362807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=51
2016-03-05 12:04:41 +00:00
Tony Jones
54596ab49d Accepting request 362117 from home:michel_mno:branches:Base:System
- rename dt-ppc-opt.patch as elfutils-0.164-dt-ppc-opt.patch
  and add reference to upstream commit id

OBS-URL: https://build.opensuse.org/request/show/362117
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=76
2016-02-29 05:45:52 +00:00
Stephan Kulow
fa1610cf54 Accepting request 349042 from home:Andreas_Schwab:Factory
- dt-ppc-opt.patch: add support for DT_PPC_OPT

OBS-URL: https://build.opensuse.org/request/show/349042
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=75
2015-12-15 18:40:35 +00:00
Dominique Leuenberger
a98b747e3a Accepting request 345589 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/345589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=50
2015-11-26 16:00:46 +00:00
a8451209c2 Accepting request 345380 from home:namtrac:branches:Base:System
- Update to version 0.164
  Drop the following patches, fixed upstream:
    * elfutils-portability-0.163.patch
    * elfutils-revert-portability-scanf.patch
    * elfutils-uninitialized.diff
    * libebl-prototype-fix.diff
  Changelog:
  - strip, unstrip: 
    * Handle ELF files with merged strtab/shstrtab tables.
    * Handle missing SHF_INFO_LINK section flags.
  - libelf: 
    * Use int64_t for offsets in libelf.h instead of loff_t.
  - libdw: 
    * dwarf.h Add preliminary DWARF5 DW_LANG_Haskell.
  - libdwfl:
    * dwfl_standard_find_debuginfo now searches any subdir of the binary
      path under the debuginfo root when the separate debug file couldn't
      be found by build-id.
    * dwfl_linux_proc_attach can now be called before any Dwfl_Modules
      have been reported.
- Implement %check

OBS-URL: https://build.opensuse.org/request/show/345380
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=73
2015-11-21 17:08:09 +00:00
Dominique Leuenberger
12fc15d5a3 Accepting request 330719 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/330719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=49
2015-10-02 07:22:30 +00:00
Tony Jones
a79a7670bd Accepting request 330718 from home:jones_tony:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/330718
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=71
2015-09-13 03:40:55 +00:00
Tony Jones
254bb48cb4 Accepting request 330583 from home:jones_tony:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/330583
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=70
2015-09-12 18:41:06 +00:00
Dominique Leuenberger
f4f2cce73a Accepting request 285889 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/285889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=48
2015-02-20 11:00:18 +00:00