aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-02-10Automatic date update in version.inGDB Administrator1-1/+1
2022-02-09Automatic date update in version.inGDB Administrator1-1/+1
2022-02-08Automatic date update in version.inGDB Administrator1-1/+1
2022-02-07Automatic date update in version.inGDB Administrator1-1/+1
2022-02-06Automatic date update in version.inGDB Administrator1-1/+1
2022-02-05Automatic date update in version.inGDB Administrator1-1/+1
2022-02-04Automatic date update in version.inGDB Administrator1-1/+1
2022-02-03Automatic date update in version.inGDB Administrator1-1/+1
2022-02-02Automatic date update in version.inGDB Administrator1-1/+1
2022-02-01Automatic date update in version.inGDB Administrator1-1/+1
2022-01-31Automatic date update in version.inGDB Administrator1-1/+1
2022-01-30Automatic date update in version.inGDB Administrator1-1/+1
2022-01-29Automatic date update in version.inGDB Administrator1-1/+1
2022-01-28Automatic date update in version.inGDB Administrator1-1/+1
2022-01-27Automatic date update in version.inGDB Administrator1-1/+1
2022-01-26Automatic date update in version.inGDB Administrator1-1/+1
2022-01-25Automatic date update in version.inGDB Administrator1-1/+1
2022-01-24Automatic date update in version.inGDB Administrator1-1/+1
2022-01-23Automatic date update in version.inGDB Administrator1-1/+1
2022-01-22Automatic date update in version.inGDB Administrator1-1/+1
2022-01-21Automatic date update in version.inGDB Administrator1-1/+1
2022-01-20Automatic date update in version.inGDB Administrator1-1/+1
2022-01-19Automatic date update in version.inGDB Administrator1-1/+1
2022-01-18Automatic date update in version.inGDB Administrator1-1/+1
2022-01-17Automatic date update in version.inGDB Administrator1-1/+1
2022-01-16Bump GDB version number to 11.2.90.DATE-git.Joel Brobecker4-2/+10
gdb/ChangeLog: * version.in: Set GDB version number to 11.2.90.DATE-git. gdb/testsuite/ChangeLog: * gdb.base/default.exp: Change $_gdb_minor to 3.
2022-01-16Document the GDB 11.2 release in gdb/ChangeLogJoel Brobecker1-0/+4
gdb/ChangeLog: GDB 11.2 released.
2022-01-16Set GDB version number to 11.2.gdb-11.2-releaseJoel Brobecker2-1/+5
gdb/ChangeLog: * version.in: Set GDB version number to 11.2.
2022-01-16Manual copyright year update of various GDB filesJoel Brobecker5-5/+16
This commit updates the copyright year of various files which gdb/copyright.py is not able to handle automatically. gdb/ChangeLog: * gdbarch.sh: Update end year of copyright year range for copyright header of generated files. gdb/doc/ChangeLog: * gdb.texinfo: Change end year of the manual's copyright notice to 2022. * refcard.tex: Ditto.
2022-01-16Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker6528-6527/+6532
This commit brings all the changes made by running gdb/copyright.py as per GDB's Start of New Year Procedure. For the avoidance of doubt, all changes in this commits were performed by the script.
2022-01-16gdb/copyright.py: Do not update gdbsupport/Makefile.inJoel Brobecker2-0/+5
This file is generated, so we should not modify it (any modification we make is going to be undone at the next re-generation anyway). gdb/ChangeLog: * copyright.py (EXCLUDE_LIST): Add "gdbsupport/Makefile.in". (cherry picked from commit a3f34021316d60ce33d2d52db76b463282519aef)
2022-01-16Update copyright year in version output for gdb, gdbserver and gdbreplayJoel Brobecker5-6/+18
This commit changes the end year of the copyright year range printed by gdb, gdbserver and gdbreplay to be 2022. This reflects the fact that some changes were made on this branch this year. gdb/ChangeLog: * top.c: Update year range in copyright notice. (print_gdb_version): Update copyright year to 2022. gdbserver/ChangeLog: * gdbreplay.cc: Update year range in copyright notice. (gdbreplay_version): Update copyright year to 2022. * server.cc: Update year range in copyright notice. (gdbserver_version): Update copyright year to 2022.
2022-01-16Automatic date update in version.inGDB Administrator1-1/+1
2022-01-15Automatic date update in version.inGDB Administrator1-1/+1
2022-01-14Automatic date update in version.inGDB Administrator1-1/+1
2022-01-13Automatic date update in version.inGDB Administrator1-1/+1
2022-01-12sim: add ChangeLog for SIGSTKSZ updateMike Frysinger2-0/+9
2022-01-12sim: filter out SIGSTKSZ [PR sim/28302]Mike Frysinger3-7/+5
We map target signals to host signals so we can propagate signals between the host & simulated worlds. That means we need to know the symbolic names & values of all signals that might be sent. The tools that generate that list use signal.h and include all symbols that start with "SIG" so as to automatically include any new symbols that the C library might add. Unfortunately, this also picks up "SIGSTKSZ" which is not actually a signal itself, but a signal related setting -- it's the size of the stack when a signal is handled. By itself this doesn't super matter as we will never see a signal with that same value (since the range of valid signals tend to be way less than 1024, and the size of the default signal stack will never be that small). But with recent glibc changes that make this into a dynamic value instead of a compile-time constant, some users see build failures when building the sim. As suggested by Adam Sampson, update our scripts to ignore this symbol to simplify everything and avoid the build failure. Bug: https://sourceware.org/PR28302
2022-01-12Automatic date update in version.inGDB Administrator1-1/+1
2022-01-11Automatic date update in version.inGDB Administrator1-1/+1
2022-01-10bfd_section_from_shdr: Support SHT_RELR sectionsFangrui Song1-3/+9
If a.so contains an SHT_RELR section, objcopy a.so will fail with: a.so: unknown type [0x13] section `.relr.dyn' This change allows objcopy to work. bfd/ * elf.c (bfd_section_from_shdr): Support SHT_RELR. (cherry picked from commit a619b58721f0a03fd91c27670d3e4c2fb0d88f1e)
2022-01-10readelf: Support SHT_RELR/DT_RELR for -rFangrui Song2-1/+9
The -r output for SHT_RELR looks like: Relocation section '.relr.dyn' at offset 0x530 contains 4 entries: 7 offsets 00000000000028c0 00000000000028c8 0000000000003ad0 0000000000003ad8 0000000000003ae0 0000000000003ae8 0000000000003af0 For --use-dynamic, the header looks like 'RELR' relocation section at offset 0x530 contains 32 bytes: include/ * elf/common.h (DT_ENCODING): Bump to 38. * elf/external.h (Elf32_External_Relr): New. (Elf64_External_Relr): New. (cherry picked from commit a7fd11862703e45d2774981a4888bc127d473b06)
2022-01-10readelf: Support RELR in -S and -d and outputFangrui Song2-0/+7
readelf -r dumping support is not added in this patch. include/ * elf/common.h: Add SHT_RELR, DT_RELR{,SZ,ENT} bfd/ * elf.c (_bfd_elf_print_private_bfd_data): Add DT_RELR{,SZ,ENT}. (cherry picked from commit dd207c1302d28d2d2b33cff058bb3fbf5138b480)
2022-01-10Automatic date update in version.inGDB Administrator1-1/+1
2022-01-09Automatic date update in version.inGDB Administrator1-1/+1
2022-01-08Automatic date update in version.inGDB Administrator1-1/+1
2022-01-07Automatic date update in version.inGDB Administrator1-1/+1
2022-01-06Automatic date update in version.inGDB Administrator1-1/+1
2022-01-05Automatic date update in version.inGDB Administrator1-1/+1
2022-01-04Automatic date update in version.inGDB Administrator1-1/+1