Václav Kadlčík
fa03fb9fb0
Import RHEL's regression test for #1427140
2021-05-19 13:16:01 +02:00
DJ Delorie
7fad3fa72c
Support ppc64le SCV syscall insn
...
If the kernel supports it AND glibc supports it, the ppc64le
syscalls may use the SCV variant instead of the SC variant.
The registers we care about have the same use so little change
is required.
Reference: RHEL BZ 1922305
2021-02-08 15:34:58 -05:00
Fedora Release Engineering
5ec9ca7d89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 18:46:42 +00:00
Václav Kadlčík
e84d51dcc0
Introduce CI gating with a simple test
2021-01-18 16:44:54 +01:00
Tom Stellard
a3bd583aee
Add BuildRequires: make
...
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2021-01-05 03:29:12 +00:00
Carlos O'Donell
bf46c36d90
Document official upstream.
2020-12-11 17:24:04 -05:00
Fedora Release Engineering
7583740404
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 06:22:42 +00:00
Tom Stellard
ddce3ea91b
Use make macros
...
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
2020-07-14 20:47:11 +00:00
DJ Delorie
d258184038
Initialize some variables to avoid gcc warning
...
GCC cannot follow the logic that determines if it's safe to free
lrhs in expr.c. Initializing these variables to NULL silences
this warning.
Resolves : #1799619
2020-02-06 17:06:01 -05:00
Fedora Release Engineering
26dcb3847a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-29 11:23:18 +00:00
DJ Delorie
29bc5d8e70
Temporarily skip ppc64 tests
...
Tests on ppc64le are hanging koji, despite the forced timeout.
The rpmbuild finishes normally - even building rpms - but the
hung testcase keeps koji from seeing it as "done".
So skip tests on ppc64le for now, until we can fix the hang.
2019-07-23 15:05:27 -04:00
DJ Delorie
3306a47dce
Testsuite fixed, aarch64 updates
...
- Add fixes in handling of bogus paths that come from XDG_CONFIG_DIRS.
- Testsuite fixes for pre-installed config files.
- Extra AARCH64 includes for gcc 9.
- Testsuite: AARCH64 ifuncs not supported yet yet.
2019-07-17 16:06:34 -04:00
DJ Delorie
33db0068ba
Add Intel CET support
...
Adds two features:
1. Parsing CET-enabled PLTs.
2. Using a second "insecure" PLT as a fallback.
2019-04-04 17:23:36 -04:00
DJ Delorie
926a6be35e
Revert previous patch.
...
Redundant. Not esyr's fault.
2019-03-12 20:34:42 -04:00
Eugene Syromiatnikov
5695a6a3e5
Fix "Too many return value classes" assert
...
Patch to ensure e_machine is properly initialized in some cases where
we attach to a running multi-threaded process.
2019-03-05 17:51:33 -05:00
Fedora Release Engineering
32b5bcdc8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-01 09:06:12 +00:00
Igor Gnatenko
2aadca5477
Remove obsolete Group tag
...
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:14 +01:00
Jeff Law
6ec3ae3207
- Avoid passing NULL as argument to %s in printf call
2019-01-16 15:06:46 -07:00
Fedora Release Engineering
b29373d636
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 09:25:07 +00:00
Jason Tibbitts
d85198bfb5
Remove needless use of %defattr
2018-07-10 01:50:56 -05:00
DJ Delorie
22553ad6c5
Fix AARCH64 params
...
- Fix aarch64 long parameters (via $r8) support.
- Make system_call_params test compare more exactly.
2018-07-06 14:54:28 -04:00
Igor Gnatenko
b6a19f9856
Escape macros in %changelog
...
Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-09 09:05:05 +01:00
Fedora Release Engineering
03c55be2ae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-08 00:17:17 +00:00
Fedora Release Engineering
cf9d69d54c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2017-08-03 02:47:24 +00:00
Fedora Release Engineering
4e917b570b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-07-26 20:24:27 +00:00
Jeff Law
45c459ecca
+- Fix FTBFS due to invalid code in ARM support ( #1423913 ).
2017-02-17 10:08:32 -07:00
Fedora Release Engineering
f12c53f197
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2017-02-10 20:04:05 +00:00
Jeff Law
bafda20792
- Fix FTBFS due to new gcc 6 warnings, deprecated readdir_r, and bogus chunk in unwind-elf patch.
...
(#1347879 )
2016-07-20 09:43:25 -06:00
Jeff Law
8a08e1b4d7
* Thu Feb 19 2016 Jeff Law <law@redhat.com.org> - 0.7.91-19
...
- Fix FTBFS due to testsuite failure (#1307754 ) . Add missing files to %doc
2016-02-19 14:22:24 -07:00
Dennis Gilmore
20cb2cffcb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2016-02-04 04:30:56 +00:00
Dennis Gilmore
12c718e6e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-06-17 19:02:18 +00:00
Petr Machata
1fa8105697
Fix a FTBFS on powerpc64le
2015-04-13 10:23:43 +02:00
Petr Machata
091cc6df51
Fix test suite warnings
2015-04-08 16:45:34 +02:00
Petr Machata
dd8ca09a5f
Add changelog
2015-04-08 15:12:40 +02:00
Petr Machata
44de39e5d1
Fix tracing of multi-threaded processes without -f
2015-04-08 15:10:37 +02:00
Petr Machata
efe3b675aa
Fix a compilation error caused by the previous patch
2015-01-09 01:58:13 +01:00
Petr Machata
1c7f1423fa
Add upstream fix for support of elfutils unwinder
2015-01-09 01:39:10 +01:00
Petr Machata
a23b75f310
Add upstream fix for a bug in labeling PLT slots
2015-01-07 15:46:24 +01:00
Petr Machata
155cbc3dc7
Add a forgotten patch
2014-12-09 19:20:38 +01:00
Petr Machata
5f8efb0257
Fix bias handling and cloning of unresolved breakpoints on ppc
2014-12-09 19:04:59 +01:00
Petr Machata
e5a35a0ade
Fix a bug reference
2014-08-21 13:35:01 +02:00
Petr Machata
fe527c31ef
Add ppc64le support
2014-08-20 18:25:18 +02:00
Peter Robinson
43b327d5f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2014-08-17 07:49:14 +00:00
Dennis Gilmore
f613d42c1d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-06-07 02:06:33 -05:00
Petr Machata
735db88722
Support aarch64, fix e_machine initialization on multi-threaded attach
2014-02-13 16:27:34 +01:00
Petr Machata
c1bce5fd6b
Fix a problem in handling a failure to open an ELF file
2014-01-15 18:17:54 +01:00
Petr Machata
3eda79ec21
Port a couple more patches from upstream
2014-01-14 16:16:17 +01:00
Petr Machata
cc2bc6c506
Man page nits
2014-01-14 16:06:35 +01:00
Petr Machata
d4e3c89949
Fix crashing in calls through untraced slots in prelinked PPC64 binaries
2014-01-10 20:31:38 +01:00
Petr Machata
2128805bc3
Patch.
2014-01-10 00:33:06 +01:00