Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-10 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-02-09 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-02-08 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-02-07 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-02-06 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-02-05 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-02-04 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-02-03 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-02-02 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-02-01 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-31 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-30 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-29 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-28 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-27 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-26 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-25 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-24 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-23 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-22 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-21 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-20 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-19 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-18 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-17 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-16 | Bump GDB version number to 11.2.90.DATE-git. | Joel Brobecker | 4 | -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-16 | Document the GDB 11.2 release in gdb/ChangeLog | Joel Brobecker | 1 | -0/+4 | |
gdb/ChangeLog: GDB 11.2 released. | |||||
2022-01-16 | Set GDB version number to 11.2.gdb-11.2-release | Joel Brobecker | 2 | -1/+5 | |
gdb/ChangeLog: * version.in: Set GDB version number to 11.2. | |||||
2022-01-16 | Manual copyright year update of various GDB files | Joel Brobecker | 5 | -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-16 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 6528 | -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-16 | gdb/copyright.py: Do not update gdbsupport/Makefile.in | Joel Brobecker | 2 | -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-16 | Update copyright year in version output for gdb, gdbserver and gdbreplay | Joel Brobecker | 5 | -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-16 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-15 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-14 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-13 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-12 | sim: add ChangeLog for SIGSTKSZ update | Mike Frysinger | 2 | -0/+9 | |
2022-01-12 | sim: filter out SIGSTKSZ [PR sim/28302] | Mike Frysinger | 3 | -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-12 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-11 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-10 | bfd_section_from_shdr: Support SHT_RELR sections | Fangrui Song | 1 | -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-10 | readelf: Support SHT_RELR/DT_RELR for -r | Fangrui Song | 2 | -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-10 | readelf: Support RELR in -S and -d and output | Fangrui Song | 2 | -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-10 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-09 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-08 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-07 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-06 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-05 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2022-01-04 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |