summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xxxusers/hjl/pr19171H.J. Lu2015-10-264-14/+42
* Properly convert address load of __start_XXX/__stop_XXXH.J. Lu2015-10-2625-10/+154
* Fix constness problem in ioscm_make_gdb_stdio_portSimon Marchi2015-10-262-4/+16
* symtab.c: Add castSimon Marchi2015-10-262-1/+6
* gdbscm_memory_port_write: use local variable to avoid adding castsSimon Marchi2015-10-262-2/+8
* scm-symbol.c: Add (domain_enum) castsSimon Marchi2015-10-262-2/+9
* Automatic date update in version.inGDB Administrator2015-10-261-1/+1
* Fix compile.exp error message expectationJan Kratochvil2015-10-252-1/+6
* Re-apply change for handling non-local references in nested functions.Iain Buclaw2015-10-252-3/+6
* tui-data.c: Remove unnecessary castsSimon Marchi2015-10-242-2/+8
* cli-setshow.c: Constify variableSimon Marchi2015-10-242-1/+5
* Automatic date update in version.inGDB Administrator2015-10-251-1/+1
* Replace (void *) cast with (gdb_byte *)Simon Marchi2015-10-242-1/+6
* proc-service.c: Add (gdb_byte *) castSimon Marchi2015-10-242-1/+5
* sparc64-tdep.c: Don't assign using memcpy returnSimon Marchi2015-10-242-1/+7
* ia64-tdep.c: Remove (void *) castsSimon Marchi2015-10-242-3/+9
* Automatic date update in version.inGDB Administrator2015-10-241-1/+1
* Add mmap casts in linux-btrace.cSimon Marchi2015-10-232-4/+10
* Add cast to observer.shSimon Marchi2015-10-232-1/+5
* Remove set_breakpoint_data definition in GDBServer.Antoine Tremblay2015-10-232-5/+4
* Fix nto,spu and win32 builds of GDBServer.Antoine Tremblay2015-10-234-10/+139
* Refactor default_breakpoint_kind_from_pc to be used by all targets in GDBServer.Antoine Tremblay2015-10-235-14/+31
* Handle __start_* and __stop_* symbols in --gc-sectionsAlan Modra2015-10-234-39/+82
* Add a test for PR ld/19167H.J. Lu2015-10-235-0/+28
* Initialize field insn_count correctlyYao Qi2015-10-232-0/+6
* Automatic date update in version.inGDB Administrator2015-10-231-1/+1
* Re: Always keep sections marked with SEC_KEEPAlan Modra2015-10-232-3/+9
* Always keep sections marked with SEC_KEEPH.J. Lu2015-10-227-1/+57
* garbage collect gdb/infrun.c:stop_after_trapPedro Alves2015-10-222-22/+8
* Fix inconsistent breakpoint kinds between breakpoints and tracepoints in GDBS...Antoine Tremblay2015-10-222-2/+20
* Add cast in python.cSimon Marchi2015-10-222-1/+5
* Add cast in nto-tdep.cSimon Marchi2015-10-222-1/+6
* gdb/Windows: use windows_wait/windows_resume directly in initial startupPedro Alves2015-10-222-10/+17
* Add support for MSP430 silicon errata to the assembler.Nick Clifton2015-10-2211-80/+473
* Properly check --enable-compressed-debug-sections={yes,all}H.J. Lu2015-10-226-4/+16
* bfd/mmo.c: handle "objcopy --extract-symbols" generating and reading back.Hans-Peter Nilsson2015-10-222-3/+51
* Allow mmix-knuth-mmixware adjustments to objcopy --extract-symbols test.Hans-Peter Nilsson2015-10-222-1/+22
* binutils/objcopy.c (setup_section): missing extract_symbol partHans-Peter Nilsson2015-10-222-5/+5
* xtensa: Fix implicit enum conversionsSimon Marchi2015-10-222-2/+11
* solib-spu: Add gdb_byte* castSimon Marchi2015-10-222-1/+5
* rs6000: Add cast for int to enum conversionSimon Marchi2015-10-222-1/+5
* mips: fix void*/gdb_byte* compilation errorsSimon Marchi2015-10-222-3/+12
* Handle --enable-compressed-debug-sections=ld,gasH.J. Lu2015-10-226-22/+36
* Gold: Don't fail on R_X86_64_[REX_]GOTPCRELX relocationsH.J. Lu2015-10-224-2/+40
* Gold: Don't fail on R_386_GOT32X relocationH.J. Lu2015-10-224-0/+22
* Add "-z call-nop=PADDING" option to ldH.J. Lu2015-10-2251-5/+694
* Add R_X86_64_[REX_]GOTPCRELX support to gas and ldH.J. Lu2015-10-2234-50/+723
* Add R_386_GOT32X support to gas and ldH.J. Lu2015-10-2252-69/+1012
* S/390: ifunc: Redirect local function calls to the IPLT.Andreas Krebbel2015-10-223-9/+54
* S/390: ifunc: Fix function pointers to hidden ifunc symbols.Andreas Krebbel2015-10-223-2/+88