aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-15Add a unit test for scoped_ignore_sigpipeusers/palves/scoped_ignore_signalPedro Alves2-0/+126
2021-06-15scoped_ignore_signal: Use sigprocmask+sigtimedwait instead of signalPedro Alves1-2/+35
2021-06-15Introduce scoped_restore_signalPedro Alves3-40/+101
2021-06-15Move scoped_ignore_sigttou to gdbsupport/Pedro Alves6-9/+6
2021-06-15Allow readelf to recognise GO buildid notes.Nick Clifton4-0/+11
2021-06-15x86: bring "gas --help" output for --32 etc in sync with realityJan Beulich3-4/+15
2021-06-15x86: simplify .dispNN settingJan Beulich2-51/+24
2021-06-15x86: slightly simplify offset_in_range()Jan Beulich2-2/+7
2021-06-15x86: harmonize disp with imm handlingJan Beulich5-23/+79
2021-06-15x86: make offset_in_range()'s warning contents useful (again)Jan Beulich2-6/+7
2021-06-15x86: off-by-1 in offset_in_range()Jan Beulich7-1/+89
2021-06-15x86: permit parenthesized expressions again as addressing scale factorJan Beulich5-2/+26
2021-06-15readelf: report DF_1_PIE as "Position-Independent Executable"Alan Modra7-44/+155
2021-06-14sim: mn10300: enable -WerrorMike Frysinger3-106/+113
2021-06-14sim: mn10300: switch abort to sim_engine_abortMike Frysinger2-1/+5
2021-06-14sim: erc32: fix build w/out F_{G,S}ETFLMike Frysinger3-2/+13
2021-06-14sim: erc32: fix build w/out termios.hMike Frysinger2-0/+20
2021-06-14sim: drop redundant SIM_AC_OPTION_WARNINGSMike Frysinger27-214/+250
2021-06-14sim: enable silent rules in common buildsMike Frysinger8-30/+84
2021-06-15Automatic date update in version.inGDB Administrator1-1/+1
2021-06-14gnulib: define the path to gnulib's parent dirMike Frysinger8-12/+35
2021-06-14fbsd nat: Disable address space randomization when requested.John Baldwin6-2/+96
2021-06-14Fix silent gdb.base/annota1.exp test coverage regressionPedro Alves2-3/+12
2021-06-14Include missing header signal.hBernd Edlinger2-0/+5
2021-06-14Use consistent type in binutils/dwarf.cEric Botcazou2-10/+17
2021-06-14GNU gettext introduced this change[0] in version 0.19.8 to fix gettext detect...Michael Forney4-20/+67
2021-06-14gas: fold three as_warn() in emit_expr_with_reloc()Jan Beulich2-12/+6
2021-06-14gas: drop TC_ADDRESS_BYTES conditionalsJan Beulich3-5/+8
2021-06-13sim: ppc: use common version.o tooMike Frysinger2-7/+10
2021-06-13sim: rx: move cycle-accurate settings to CPPFLAGSMike Frysinger5-10/+15
2021-06-14Automatic date update in version.inGDB Administrator1-1/+1
2021-06-12sim: start unifying portability shimsMike Frysinger12-19/+157
2021-06-12sim: unify sim-load.o buildingMike Frysinger6-5/+74
2021-06-12sim: rx: replace cycle-stats with common profile settingsMike Frysinger7-63/+29
2021-06-12sim: assume sys/select.h always existsMike Frysinger13-15/+25
2021-06-12sim: erc32: replace caddr_t with void*Mike Frysinger2-10/+18
2021-06-12sim: erc32/ppc: fix handling of $EXEEXTMike Frysinger4-6/+14
2021-06-12sim: overhaul alignment settings managementMike Frysinger136-1616/+334
2021-06-12sim: unify bug & package settingsMike Frysinger105-2785/+165
2021-06-12sim: unify debug/stdio/trace/profile build settingsMike Frysinger73-4742/+244
2021-06-12sim: split debug/stdio/trace/profile options into dedicated m4 filesMike Frysinger6-95/+178
2021-06-13Automatic date update in version.inGDB Administrator1-1/+1
2021-06-12sim: ppc: unify header & function & type tests tooMike Frysinger8-1081/+902
2021-06-12remote: Fix indentation in remote_new_objfile.John Baldwin2-2/+6
2021-06-12sim: ppc: unify env settings tooMike Frysinger6-45/+23
2021-06-12sim: unify environment build settingsMike Frysinger100-993/+100
2021-06-12sim: unify assert build settingsMike Frysinger131-869/+222
2021-06-12sim: unify platform function & header testsMike Frysinger109-17440/+1478
2021-06-12readelf: don't clear section_headers in process_file_headerAlan Modra2-2/+4
2021-06-12Re: readelf section readingAlan Modra2-3/+12