summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disallow -shared/-pie, -shared/-static, -pie/-staticusers/hjl/pr16428H.J. Lu2014-01-109-7/+56
* Don't adjust LOAD segment to match GNU_RELRO segmentAlan Modra2014-01-107-52/+37
* Remove path from gdb.ada/pp-rec-component.exp "source" testJoel Brobecker2014-01-102-1/+6
* Remove path from gdb.python/py-pp-integral.exp "source" test.Joel Brobecker2014-01-102-1/+6
* * emulparams/crislinux.sh (COMMONPAGESIZE): Define.Hans-Peter Nilsson2014-01-102-0/+5
* daily updateAlan Modra2014-01-101-1/+1
* gdb.mi/mi-info-os.exp: Fix cross-debugger testingPedro Alves2014-01-092-0/+26
* Fix buffer underrun in i386-dis.c.Roland McGrath2014-01-092-1/+7
* Handle the case of a remote target supporting target side commands, but not o...Pedro Alves2014-01-095-30/+111
* Fix copyright yearH.J. Lu2014-01-091-1/+1
* Check if GNU_RELRO segment is is generatedH.J. Lu2014-01-092-1/+30
* remove include/gdbm.hTom Tromey2014-01-092-91/+4
* Add and use check_lto_shared_availableH.J. Lu2014-01-093-2/+45
* Use table jump macros in coff-rs6000 targets.Tristan Gingold2014-01-092-171/+100
* daily updateAlan Modra2014-01-091-1/+1
* GDBserver: Discard previous queued events when GDB disconnects.Pedro Alves2014-01-082-3/+12
* [remote/gdbserver] Don't lose signals when reconnecting.Pedro Alves2014-01-088-58/+429
* Remove regbnd and vec_disp8H.J. Lu2014-01-082-3/+6
* Adjust LOAD segment to generate GNU_RELRO segmentH.J. Lu2014-01-088-10/+97
* Update copyright year to 2014H.J. Lu2014-01-0810-10/+30
* New Year - binutils ChangeLog rotationH.J. Lu2014-01-0816-11695/+11806
* Update NEWS post GDB 7.7 branch creation.Joel Brobecker2014-01-082-1/+9
* Bump version to 7.7.50.DATE-cvs.Joel Brobecker2014-01-082-1/+6
* Add missing ChangeLog entries.gdb-7.7-branchpointJoel Brobecker2014-01-082-0/+17
* Fix pointer assignment with different signednessYao Qi2014-01-082-3/+9
* Pass name to symbol_file_add_from_bfdYao Qi2014-01-082-1/+7
* Fix PR16201.Pierre Muller2014-01-082-6/+32
* daily updateAlan Modra2014-01-081-1/+1
* AARCH64: Change cpsr type to be 64bit.Andrew Pinski2014-01-073-2/+7
* Use correct default for target functions that return pointerAndreas Schwab2014-01-072-4/+18
* Fix dir command for duplicated paths and add a new testcase.Edjunior Barbosa Machado2014-01-074-10/+58
* remove VA_* macros from simTom Tromey2014-01-074-5/+11
* remove PARAMS from simTom Tromey2014-01-0733-430/+459
* remove PARAMS from include/cgenTom Tromey2014-01-072-11/+15
* remove VA_* from binutilsTom Tromey2014-01-078-31/+55
* remove uses of PARAMS from binutilsTom Tromey2014-01-075-6/+16
* remove ANSI_PROTOTYPESTom Tromey2014-01-072-3/+5
* Remove duplicated #include's from GDBHonggyu Kim2014-01-0739-50/+42
* Fix missing-prototypes error for '_initialize_spu_nat'Yao Qi2014-01-072-0/+6
* [AArch64] Add GAS recognition for "xgene-1"Philipp Tomsich2014-01-072-0/+5
* Cast to uintptr_t when calling ptrace32 on aixYao Qi2014-01-071-15/+15
* varobj/Ada: Missing children for interface-wide tagged typesJoel Brobecker2014-01-075-0/+133
* Ada: Fix missing call to pretty-printer for fields of records.Joel Brobecker2014-01-078-13/+171
* ada_print_floating: Remove use of statically sized buffer.Joel Brobecker2014-01-072-16/+16
* Extract string-printing out of ada_val_print_arrayJoel Brobecker2014-01-072-49/+72
* move ada_val_print_array down within other ada_val_print* functionsJoel Brobecker2014-01-072-66/+73
* rewrite ada_val_print_ref to reduce if/else block nesting depthJoel Brobecker2014-01-072-33/+39
* ada-valprint.c: Inline print_record inside ada_val_print_struct_unionJoel Brobecker2014-01-072-24/+18
* Split ada_val_print_1 into smaller functionsJoel Brobecker2014-01-072-218/+332
* Remove call to gdb_flush at end of ada_val_print_1Joel Brobecker2014-01-072-1/+4