211 Commits

Author SHA256 Message Date
Michael Matz
45a5ee96ed Accepting request 823444 from home:tomdevries:branches:devel:gcc-gdb-sve-internal-error
- Fix internal error on aarch64 [swo#26316].
  gdb-aarch64-fix-erroneous-use-of-spu-architecture-bfd.patch

OBS-URL: https://build.opensuse.org/request/show/823444
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=254
2020-07-30 14:37:13 +00:00
Michael Matz
cc934c1df0 Accepting request 822700 from home:tomdevries:branches:devel:gcc-gdb-gdb-gold-dep
- BuildRequire binutils-gold for testsuite

OBS-URL: https://build.opensuse.org/request/show/822700
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=253
2020-07-27 12:30:26 +00:00
Michael Matz
7c1935b761 Accepting request 822599 from home:tomdevries:branches:devel:gcc-gdb-gdb-upgrade-9.2
- Rebase to 9.2 release.

OBS-URL: https://build.opensuse.org/request/show/822599
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=252
2020-07-27 12:30:01 +00:00
Michael Matz
389676c4ef Accepting request 822281 from home:tomdevries:branches:gdb-upgrade
- Fix SLE-11 build.  Gdb 9.1 requires make 3.82, but SLE-11 has
  make 3.81:
  * gdbserver-fix-build-with-make-3.81.patch
- Fix patch context:
  * gdb-fix-the-thread-pool.c-compilation.patch
- Fix build error due to missing DIAGNOSTIC_IGNORE_UNUSED_FUNCTION.
  * gdb-fix-the-thread-pool.c-compilation.patch
- Drop ChangeLog part of patch:
  * gdb-fix-unused-function-error.patch
- Fix Werror=unused-function with gcc 4.8 (for Leap 42.3).
  * gdb-fix-unused-function-error.patch
- Require %{suse_version} >= 1500 for --with-system-readline.
- Rebase to 9.1 release (as in fedora 32 @ 1735910).
  * Breakpoints on nested functions and subroutines in Fortran.
  * Multithreaded symbol loading, disabled by default.  Enable
    using 'maint set worker-threads unlimited'.
  * Multi-target debugging support.
  * New command pipe.
  * New command set logging debugredirect [on|off].
  * New fortran commands info modules, info module functions,
    info module variables.
- Fedora-specific patches dropped:
  * gdb-libexec-add-index.patch
  * gdb-6.3-rh-testversion-20041202.patch
  * gdb-6.6-buildid-locate-misleading-warning-missing-debuginfo-rhbz981154.patch
- Obsoleted fedora patches dropped:
  * gdb-6.5-bz216711-clone-is-outermost.patch
  * gdb-6.6-scheduler_locking-step-is-default.patch
  * gdb-6.8-bz436037-reg-no-longer-active.patch
  * gdb-bz541866-rwatch-before-run.patch
  * gdb-bz568248-oom-is-error.patch
  * gdb-follow-child-stale-parent.patch
  * gdb-readline62-ask-more-rh.patch
  * gdb-rhbz1371380-gcore-elf-headers.patch
  * gdb-rhbz1553086-binutils-warning-loadable-section-outside-elf.patch
  * gdb-rhbz1704406-disable-style-log-output-1of3.patch
  * gdb-rhbz1704406-disable-style-log-output-2of3.patch
  * gdb-rhbz1704406-disable-style-log-output-3of3.patch
  * gdb-rhbz1708192-parse_macro_definition-crash.patch
  * gdb-rhbz1723564-gdb-crash-PYTHONMALLOC-debug.patch
  * gdb-rhbz795424-bitpos-20of25.patch
  * gdb-rhbz795424-bitpos-21of25.patch
  * gdb-rhbz795424-bitpos-22of25.patch
  * gdb-rhbz795424-bitpos-23of25.patch
  * gdb-rhbz795424-bitpos-25of25-test.patch
  * gdb-rhbz795424-bitpos-25of25.patch
  * gdb-rhbz795424-bitpos-arrayview.patch
  * gdb-rhbz795424-bitpos-lazyvalue.patch
  * gdb-testsuite-readline63-sigint.patch
- Fedora patches added:
  * gdb-rhbz1818011-bfd-gcc10-error.patch
- Obsoleted patched dropped:
  * gdb-fix-s390-build.diff
  * gdb-fix-riscv-tdep.patch
  * gdb-testsuite-add-missing-initial-prompt-read-in-multidictionary.exp.patch
  * gdb-testsuite-pie-no-pie.patch
  * gdb-testsuite-read1-fixes.patch
  * gdb-testsuite-i386-pkru-exp.patch
  * gdb-s390-handle-arch13.diff
  * gdb-fix-heap-use-after-free-in-typename-concat.patch
  * gdb-dwarf-reader-reject-sections-with-invalid-sizes.patch
  * gdb-0001-remove-alloca-0-calls.patch
  * gdb-arch13-1.diff
  * gdb-arch13-2.diff
  * gdb-arch13-3.diff
  * bfd-change-num_group-to-unsigned-int.patch
  * gdb-fix-incorrect-use-of-is-operator-for-comparison-in-python-lib-gdb-command-prompt.py.patch
  * gdb-symtab-prefer-var-def-over-decl.patch
  * gdb-only-force-interp_console-ui_out-for-breakpoint-commands-in-mi-mode.patch
  * gdb-testsuite-8.3-kfail-xfail-unsupported.patch
- Backport from master:
  * gdb-fix-debug-agent-odr-bool-int.patch
  * gdb-fix-python3.9-related-runtime-problems.patch

OBS-URL: https://build.opensuse.org/request/show/822281
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=251
2020-07-23 12:21:48 +00:00
Michael Matz
f9775d16c5 Accepting request 801284 from home:tomdevries:branches:devel:gcc-gdb-debug-types
- Fix .debug_types problems [swo#24480, swo#25889, bsc#1168394].
  - gdb-fix-range-loop-index-in-find_method.patch
  - gdb-fix-toplevel-types-with-fdebug-types-section.patch

OBS-URL: https://build.opensuse.org/request/show/801284
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=249
2020-05-07 17:55:58 +00:00
Michael Matz
f0e22c3fc6 Accepting request 795972 from home:tomdevries:branches:devel:gcc-gdb-gdb-emacs-python
- Fix python 3.8 warning [bsc#1169495].
  * gdb-fix-incorrect-use-of-is-operator-for-comparison-in-python-lib-gdb-command-prompt.py.patch

OBS-URL: https://build.opensuse.org/request/show/795972
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=247
2020-04-21 15:10:19 +00:00
Michael Matz
bb16f5ec91 Accepting request 793841 from home:tomdevries:branches:devel:gcc-gdb-gcc-10-build-woverflow
- Fix build with gcc 10 [bsc#1169368, swo#25717].
  * bfd-change-num_group-to-unsigned-int.patch

OBS-URL: https://build.opensuse.org/request/show/793841
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=245
2020-04-14 12:14:23 +00:00
Michael Matz
237b37f6cc Accepting request 770204 from home:tomdevries:branches:devel:gcc-gdb-hang-with-warning
- Fix hang after SIGKILL [swo#25478].
  * gdb-threads-fix-hang-in-stop_all_threads-after-killing-inferior.patch

OBS-URL: https://build.opensuse.org/request/show/770204
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=243
2020-02-19 16:18:21 +00:00
Michael Matz
94217e94c5 - Add support for official name of s390 arch13: z15.
Add descriptions for arch13 instructions.  Adds
  gdb-arch13-1.diff, gdb-arch13-2.diff and gdb-arch13-3.diff.
  [jsc#SLE-7903]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=241
2020-01-17 15:46:53 +00:00
Michael Matz
5b3d7328ee Accepting request 756824 from home:tomdevries:branches:devel:gcc-gdb-alloca-0
- Fix build with gcc 10 [bsc#1158539, swo#24653].
  * gdb-0001-remove-alloca-0-calls.patch

OBS-URL: https://build.opensuse.org/request/show/756824
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=239
2019-12-17 14:37:18 +00:00
Michael Matz
3b5c4a3228 Accepting request 747309 from home:lnussel:branches:devel:gcc
- make fpc optional (boo#1156284) as fpc requires itself for
  bootstrapping.

OBS-URL: https://build.opensuse.org/request/show/747309
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=237
2019-11-12 14:23:29 +00:00
Michael Matz
58e41976fe Accepting request 746178 from home:tomdevries:branches:devel:gcc-gdb-two-l3s
- Fix for bsc#1146475 [bsc#1146475, swo#24971 ]
  * gdb-symtab-prefer-var-def-over-decl.patch
- Fix for bsc#1146167 [bsc#1146167, swo#24956]
  * gdb-only-force-interp_console-ui_out-for-breakpoint-commands-in-mi-mode.patch

OBS-URL: https://build.opensuse.org/request/show/746178
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=235
2019-11-07 09:14:39 +00:00
Michael Matz
7366c0f556 Accepting request 743950 from home:tomdevries:branches:devel:gcc-gdb-cve-v2
- Backport 2nd part of fix for swo#23657.
  [bsc#1142772, swo#23657, CVE-2019-1010180]
  * gdb-dwarf-reader-reject-sections-with-invalid-sizes.patch

OBS-URL: https://build.opensuse.org/request/show/743950
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=233
2019-10-30 13:43:38 +00:00
Michael Matz
3402f9d75a - Add gdb-s390-handle-arch13.diff to handle most new s390 arch13
instructions.  [fate#327369, jsc#ECO-368]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=232
2019-10-14 17:54:50 +00:00
Michael Matz
dbaf4c8e00 Clarify changes.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=230
2019-10-01 14:39:39 +00:00
Michael Matz
814eaf999d Accepting request 734341 from home:tomdevries:branches:devel:gcc-gdb-8.3.1-upgrade
- Add gdb-testsuite-8.3-kfail-xfail-unsupported.patch
- Drop ChangeLog part of patch:
  * gdb-rhbz1708192-parse_macro_definition-crash.patch
  * gdb-rhbz1704406-disable-style-log-output-1of3.patch
  * gdb-rhbz1704406-disable-style-log-output-2of3.patch
  * gdb-rhbz1704406-disable-style-log-output-3of3.patch
  * gdb-rhbz1723564-gdb-crash-PYTHONMALLOC-debug.patch
  * gdb-rhbz1553086-binutils-warning-loadable-section-outside-elf.patch
- Update to gdb-8.3.1.
  * Drop "Testsuite: Ensure pie is disabled on some tests" part of
    gdb-testsuite-pie-no-pie.patch
  * Drop:
    - gdb-7.10-swo18929.patch
    - gdb-handle-vfork-in-thread-with-follow-fork-mode-child.patch
    - gdb-x86_64-i386-syscall-restart-master.patch
    - gdb-suppress-sigttou-when-handling-errors.patch
    - gdb-fix-breakpoints-on-file-reloads-for-pie-binaries.patch
    - gdb-symtab-fix-symbol-loading-performance-regression.patch
- Fix macro in comment warning

OBS-URL: https://build.opensuse.org/request/show/734341
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=229
2019-10-01 14:34:39 +00:00
Michael Matz
0ecc5e2c59 Accepting request 733347 from home:tomdevries:branches:devel:gcc-gdb-libipt-upgrade
- Upgrade libipt from v2.0 to v2.0.1.
  * Use -DBUILD_SHARED_LIBS=OFF to build libipt.a, and drop part
    of v1.5-libipt-static.patch that consequentially has become
    unnecessary.

OBS-URL: https://build.opensuse.org/request/show/733347
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=228
2019-09-26 14:08:42 +00:00
Michael Matz
0753212449 Accepting request 733030 from home:tomdevries:branches:devel:gcc-gdb-fedora-sync
- Sync with f30, merging 1e222a3..8bf40c6.
  * gdb-rhbz1708192-parse_macro_definition-crash.patch
  * gdb-rhbz1704406-disable-style-log-output-1of3.patch
  * gdb-rhbz1704406-disable-style-log-output-2of3.patch
  * gdb-rhbz1704406-disable-style-log-output-3of3.patch
  * gdb-rhbz1723564-gdb-crash-PYTHONMALLOC-debug.patch
  * gdb-rhbz1553086-binutils-warning-loadable-section-outside-elf.patch

OBS-URL: https://build.opensuse.org/request/show/733030
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=227
2019-09-26 14:07:43 +00:00
Michael Matz
7942f114e3 Accepting request 733026 from home:tomdevries:branches:devel:gcc-gdb-librpm-2
- Use ldd /bin/rpm instead of ls /usr/%{_lib}/ to find librpm

OBS-URL: https://build.opensuse.org/request/show/733026
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=226
2019-09-26 14:06:39 +00:00
Tom de Vries
8771b4d786 Accepting request 731070 from home:michel_mno:branches:devel:gcc
- Add _constraints for PowerPC need more than 3.5GB disk space
  to avoid build failure

OBS-URL: https://build.opensuse.org/request/show/731070
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=224
2019-09-19 13:28:45 +00:00
Michael Matz
8b87f86b6e - Disable use of valgrind on old s390 (31bit) distros.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=223
2019-09-10 15:47:42 +00:00
Michael Matz
3b05db1061 - Implements jsc#ECO-368, the 2019 toolchain module update
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=222
2019-09-10 15:36:15 +00:00
Michael Matz
d9daa262a4 Accepting request 726802 from home:tomdevries:branches:devel:gcc-librpm
- Enable librpm for version > librpm.so.3 [bsc#1145692]:
  * Allow any librpm.so.x
  * Fix unused variables in HAVE_LIBRPM code in
    gdb-6.6-buildid-locate-rpm-suse.patch
  * Add %build test to check for "zypper install <rpm-packagename>"
    message

OBS-URL: https://build.opensuse.org/request/show/726802
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=221
2019-09-10 15:34:12 +00:00
Michael Matz
27ab902d16 Accepting request 721544 from home:tomdevries:branches:devel:gcc-2
- Master backport:
  * gdb-fix-breakpoints-on-file-reloads-for-pie-binaries.patch
- Master backports testsuite:
  * gdb-testsuite-i386-pkru-exp.patch
  * gdb-testsuite-read1-fixes.patch
  * gdb-testsuite-pie-no-pie.patch
  * gdb-testsuite-add-missing-initial-prompt-read-in-multidictionary.exp.patch
- Work around bsc#1115034:
  * gdb-testsuite-ada-pie.patch
- Fixes for fedora patches:
  * gdb-testsuite-fix-perror-in-gdb.opt-fortran-string.exp.patch
  * gdb-testsuite-avoid-pagination-in-attach-32.exp.patch

OBS-URL: https://build.opensuse.org/request/show/721544
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=219
2019-08-08 14:14:27 +00:00
Michael Matz
3b3c59425c Accepting request 718654 from home:StefanBruens:branches:devel:gcc
- Remove some conditionals for SLE-10 (build is disabled/unresolvable).
- BuildRequire makeinfo instead of full texinfo (requiring texlive)
  where available (SLE >= 12).

OBS-URL: https://build.opensuse.org/request/show/718654
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=217
2019-07-26 12:04:33 +00:00
Michael Matz
9cb1c9b1c3 Accepting request 717918 from home:tomdevries:branches:devel:gcc
- Add Wno-error=odr to work around swo#24835
- Add BuildRequires xz-devel

OBS-URL: https://build.opensuse.org/request/show/717918
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=216
2019-07-23 14:54:28 +00:00
Richard Biener
787c307ec6 Accepting request 713298 from home:tomdevries:branches:devel:gcc
- Add BuildRequires valgrind for make check
- Copy %ada_arch from gcc9 and use it to fix 'unresolvable:
  nothing provides gcc-ada' for openSUSE_Leap_42.3_Ports/SLE-12
  ppc64le.
- Add BuildRequire fpc for make check
- Add comment explaining why guile support has been disabled for
  newer distro versions.
- Add BuildRequire gcc-go to get gccgo command for make check
- Copy gdbinit from fedora master @ 25caf28.  Add
  gdbinit.without-python, and use it for --without=python.

OBS-URL: https://build.opensuse.org/request/show/713298
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=215
2019-07-04 07:16:27 +00:00
Michael Matz
c7d90f09c4 Accepting request 712900 from home:tomdevries:branches:devel:gcc
- Remove unused code: gdbtui support

OBS-URL: https://build.opensuse.org/request/show/712900
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=214
2019-07-01 17:43:28 +00:00
Richard Biener
f87bfe82c0 Accepting request 711645 from home:tomdevries:branches:devel:gcc
- Add comments to "patches to upstream" specifying when they can be
  dropped.

OBS-URL: https://build.opensuse.org/request/show/711645
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=213
2019-06-24 09:24:30 +00:00
Richard Biener
7978b0d71a Accepting request 711229 from home:tomdevries:branches:devel:gcc-2
- Remove -Wno-implicit-fallthrough, -Wno-error=cast-function-type
  and -Wno-error=stringop-truncation

OBS-URL: https://build.opensuse.org/request/show/711229
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=211
2019-06-21 11:06:01 +00:00
Richard Biener
1d1ac43d41 Accepting request 710894 from home:tomdevries:branches:devel:gcc
- Remove gdb-fix-buf-overflow.diff, which is a workaround for
  swo#24698, which has been fixed since gdb 7.12.

OBS-URL: https://build.opensuse.org/request/show/710894
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=210
2019-06-21 11:04:38 +00:00
Michael Matz
94d1e3cc9f Accepting request 710142 from home:tomdevries:branches:devel:gcc
- Fix rpmlint macro-in-comment errors
- Fix rpmlint error "deprecated-grep ['egrep']" .
- gdb-gcore-bash.patch: Fix rpmlint error env-script-interpreter by
  replacing "/usr/bin/env bash" with "/bin/bash" in gcore.
- Rewrite gdbserver.1 workaround for riscv64 to avoid
  %define _unpackaged_files_terminate_build 0

OBS-URL: https://build.opensuse.org/request/show/710142
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=209
2019-06-17 13:22:35 +00:00
Michael Matz
ff8c7e40a6 Accepting request 707836 from home:Andreas_Schwab:Factory
- gdb-suppress-sigttou-when-handling-errors.patch: Suppress SIGTTOU when
  handling errors
- Enable ada tests on ppc64le and riscv64
- Enable multitarget build on riscv64
- Add ia64 and riscv64 to target_list
- Enable -Werror on riscv64 and aarch64
- Don't remove %{buildroot}

OBS-URL: https://build.opensuse.org/request/show/707836
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=207
2019-06-05 12:50:01 +00:00
Richard Biener
7c311b650f OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=206 2019-06-04 10:18:29 +00:00
OBS User buildservice-autocommit
98ace548a4 Accepting request 704721 from devel:gcc
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/704721
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=205
2019-05-25 11:16:31 +00:00
OBS User buildservice-autocommit
bd6cbb6ebd Updating link to change in openSUSE:Factory/gdb revision 125.0
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=6ed8d3488e880b2255fe3a3ae50e1011
2019-05-25 11:16:31 +00:00
Michael Matz
630d3f35be Accepting request 705251 from home:tomdevries:branches:devel:gcc
Update to 8.3 release

OBS-URL: https://build.opensuse.org/request/show/705251
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=204
2019-05-24 13:40:33 +00:00
Michael Matz
15e61520b4 Accepting request 704690 from home:marxin:branches:devel:gcc
- Add gdb-gcc9-fix-build-with-latest-GCC-9.0-tree.patch and
  gdb-gcc9-warning-on-elf32-arm.c-elf32_arm_final_link.patch
  in order to fix build with GCC9.

OBS-URL: https://build.opensuse.org/request/show/704690
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=203
2019-05-22 12:16:56 +00:00
Michael Matz
56004f3d0d Mention patches in .changes
patches:
  gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-1of5.patch
  gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-2of5.patch
  gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-3of5.patch
  gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-4of5.patch
  gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-5of5.patch
 * Add gdb-fix-multidictionary.exp-for-gdb-8.2.patch to fix
   multidictionary.exp test-case

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=201
2019-01-24 16:41:58 +00:00
Richard Biener
d40359d9a3 Accepting request 668275 from home:tomdevries:branches:devel:gcc
- Backport upstream fix for assertion failure
  `SYMBOL_LANGUAGE (sym) == DICT_LANGUAGE (dict)->la_language'
  [swo#23712, rh#1560010]
 * Add patches from fedora 29 @ 4513f72
 * Add patch to fix multidictionary.exp test-case

OBS-URL: https://build.opensuse.org/request/show/668275
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=200
2019-01-24 12:30:30 +00:00
Michael Matz
8150433645 Remove fuzz.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=199
2019-01-18 13:31:48 +00:00
Michael Matz
2af81dcacc - Add power8-registers.diff for implementing access to
more POWER8 registers.  [fate#326120, fate#325178]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=198
2018-12-06 14:50:54 +00:00
Richard Biener
1aa67c2660 Accepting request 652001 from home:tomdevries:branches:devel:gcc
- Run tests with -fno-PIE/-no-pie and -fPIE/-pie.

OBS-URL: https://build.opensuse.org/request/show/652001
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=197
2018-11-26 15:24:47 +00:00
Richard Biener
a87c07ece5 Accepting request 647075 from home:tomdevries:branches:devel:gcc
- Fix crash when reading core [bsc #1109013]
  * Add gdb-fix-crash-when-reading-core.patch
    https://sourceware.org/ml/gdb-cvs/2018-11/msg00022.html

OBS-URL: https://build.opensuse.org/request/show/647075
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=195
2018-11-08 08:59:28 +00:00
Michael Matz
0312b5b67a Try harder.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=193
2018-09-12 13:45:17 +00:00
Michael Matz
a4bd629f85 - Add gdb-fix-s390-build.diff for a Wformat error on s390.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=192
2018-09-12 12:56:29 +00:00
Michael Matz
d51e7f7f92 - Rebase to 8.2 release (as in fedora 29 @ c720d998):
* 'symbol-file' and 'add-symbol-file' accept -o to add relative
    offset to all sections
  * pager accepts 'c' response to disable it for rest of command
  * accept _Alignof and alignof in C resp. C++ expressions
  * new target riscv*-*-elf
  * python API extensions: gdb.Type.align, gdb.execute deals
    with multi-line gdb commands, gdb.convenience_variable and
    gdb.set_convenience_variable to access convenience variables,
  * aarch64: properly support hardware watchpoints on unaligned
    addresses (needs kernel >= 4.10)
- Support access to new POWER8 registers [fate#325178, fate#326120]
  Add patches gdb-rhbz1187581-power8-regs-1of7.patch,
  gdb-rhbz1187581-power8-regs-2of7.patch,
  gdb-rhbz1187581-power8-regs-3of7.patch,
  gdb-rhbz1187581-power8-regs-4of7.patch,
  gdb-rhbz1187581-power8-regs-5of7.patch,
  gdb-rhbz1187581-power8-regs-6of7.patch,
  gdb-rhbz1187581-power8-regs-7of7.patch .
- Support ipv6 for gdbserver connections:
  Add patches gdb-rhbz881849-ipv6-1of3.patch,
  gdb-rhbz881849-ipv6-2of3.patch,
  gdb-rhbz881849-ipv6-3of3.patch .
- Update to intel processor trace library 2.0 (from 1.6.1):
  Add v2.0.tar.gz, remove v1.6.1.tar.gz
  Remove obsolete v1.6.1-implicit-fallthrough.patch .
- Remove obsolete patches:
  gdb-fix-python37-breakage.patch,
  gdb-pahole-python2.patch .
- Added patches from Fedora:

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=191
2018-09-11 15:43:32 +00:00
Michael Matz
61f55bd3c2 .
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=190
2018-09-11 15:01:08 +00:00
Michael Matz
8d74db1fa0 Use %license marker
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=189
2018-09-11 13:50:50 +00:00
Michael Matz
f18dcc0654 .
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=188
2018-09-11 13:49:41 +00:00