aboutsummaryrefslogtreecommitdiffstats
path: root/main/gdb
Commit message (Collapse)AuthorAgeFilesLines
* main/gdb: fix gdb 7.12.1 build with musl on ppcGustavo Romero2017-04-042-2/+101
| | | | | | | | | | | | | | | | GDB (as other applications) relies on a libc that includes Linux headers by default, like <asm/ptrace.h>. However Musl does not rely on these headers and instead decided to define them also. As a consequence build brakes due to redefinitions. That commit fixes GDB build on ppc by excluding the problematic dependency on Linux headers and also addresses an issue that appeared from GDB 7.11.1 to 7.12.1, when GDB started to be built as a C++ program by default [1, 2], generating mangled and non-mangled objects. [1] https://goo.gl/HYL82h [2] https://sourceware.org/ml/gdb/2016-04/msg00041.html
* main/gdb: add s390x supportTuan M. Hoang2017-03-202-4/+160
|
* main/gdb: depend on perl instead of perl-devSören Tempel2017-03-131-1/+1
| | | | See: ccf94d35d34088ae47d7c05f01e9475222684616
* main/gdb: improve APKBUILDSören Tempel2017-02-121-20/+7
| | | | | And fix building of man pages by depending on perl-dev since perl-dev includes pod2man nowadays.
* main/gdb: upgrade to 7.12.1André Klitzing2017-01-301-4/+4
|
* [various] rename dependency python-dev to python2-devJakub Jirutka2016-10-261-1/+1
|
* main/gdb: upgrade to 7.12Natanael Copa2016-10-101-4/+4
|
* main/gdb: upgrade to 7.11.1Sören Tempel2016-06-011-5/+6
|
* main/gdb: use system zlibSören Tempel2016-03-011-2/+5
|
* main/gdb: upgrade to 7.11Natanael Copa2016-02-293-85/+5
|
* main/gdb: rebuild against fixed ncurses widechar onlyNatanael Copa2015-12-171-1/+1
|
* main/gdb: rebuild against ncurses wide charNatanael Copa2015-12-171-1/+1
|
* main/gdb: upgrade to 7.10.1Sören Tempel2015-12-071-4/+4
|
* main/gdb: upgrade to 7.10Natanael Copa2015-11-161-5/+5
|
* main/gdb: rebuild against ncurses-6.0Natanael Copa2015-10-151-1/+1
|
* main/gdb: resolve conflict with binutils-docSören Tempel2015-10-121-1/+5
|
* main/gdb: upgrade to 7.9.1Natanael Copa2015-05-181-4/+4
|
* main/gdb: upgrade to 7.9Natanael Copa2015-05-046-197/+36
|
* main/gdb: add mising linux-headersCarlo Landmeter2015-04-291-1/+1
|
* main/*: remove libiconv-dev from makedependsNatanael Copa2015-04-091-1/+1
|
* main/gdb: build fix for musl x86_64Natanael Copa2014-01-142-5/+73
|
* main/gdb: upgrade to 7.6.2Bartłomiej Piotrowski2013-12-261-4/+4
|
* main/[various]: simple build fixes against musl (update_config_sub)Timo Teräs2013-09-201-1/+1
|
* main/gdb: upgrade to 7.6.1Natanael Copa2013-09-021-5/+5
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-4/+4
|
* main/gdb: support crosscompiling and muslTimo Teräs2013-07-124-5/+96
|
* main/gdb: build fixNatanael Copa2013-04-292-12/+61
| | | | | - Seem slike we need to run configure in opcodes separately. - fix cpuid asm to not use ebx for our PIC
* main/gdb: upgrade to 7.6Bartłomiej Piotrowski2013-04-271-2/+6
|
* main/gdb: upgrade to 7.5.1Natanael Copa2012-11-301-2/+2
|
* main/gdb: upgrade to 7.5Natanael Copa2012-08-201-4/+4
|
* main/gdb: upgrade to 7.4.1Natanael Copa2012-04-291-2/+2
|
* main/gdb: upgrade to 7.4Natanael Copa2012-04-232-5/+49
|
* main/gdb: upgrade to 7.3.1Natanael Copa2011-09-121-2/+2
|
* main/gdb: upgrade to 7.3Natanael Copa2011-08-022-61/+4
|
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* Revert "Revert "main/gdb: upgrade to 7.2""Natanael Copa2010-10-234-3466/+77
| | | | This reverts commit d666f38c767db33ee765c73fba530d15574effc0.
* Revert "main/gdb: upgrade to 7.2"Natanael Copa2010-10-234-77/+3466
| | | | This reverts commit d1c41b447396f63a434d9ca888459cd9b016bbdf.
* main/gdb: upgrade to 7.2Natanael Copa2010-10-234-3466/+77
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* moved extra/* to main/Natanael Copa2009-07-243-0/+3493
and fixed misc build issues