aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-16sim: drop obsolete AC_EXEEXT callMike Frysinger67-70/+133
2021-06-16sim: ppc: use common sim-assert settingMike Frysinger4-38/+5
2021-06-16sim: ppc: convert to bfd_endianMike Frysinger11-59/+75
2021-06-16sim: ppc: replace local __attribute__ fallbackMike Frysinger3-15/+7
2021-06-16sim: ppc: use common ATTRIBUTE_PRINTF macrosMike Frysinger6-5/+23
2021-06-16sim: ppc: use common ATTRIBUTE_PACKED macroMike Frysinger3-6/+12
2021-06-16sim: ppc: replace local NORETURN macros with common oneMike Frysinger4-6/+12
2021-06-16sim: ppc: replace local UNUSED macros with common oneMike Frysinger5-96/+97
2021-06-16sim: ppc: replace local CONCAT macros with common onesMike Frysinger6-16/+12
2021-06-16sim: ppc: change bool variable name to booleanMike Frysinger2-1/+5
2021-06-16sim: ppc: drop host endian configure optionMike Frysinger12-928/+474
2021-06-16sim: mips: fix format warnings when setting up memoryMike Frysinger2-18/+22
2021-06-16sim: drop arch-specific config.hMike Frysinger100-8706/+1478
2021-06-15sim: move dv-sockser define to CPPFLAGSMike Frysinger95-250/+161
2021-06-16Automatic date update in version.inGDB Administrator1-1/+1
2021-06-15sim: switch modules.c & version.c to stamp filesMike Frysinger5-7/+26
2021-06-15Fix typo in vsx-regs.exp testCarl Love1-1/+1
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