diff options
author | Joel Brobecker <brobecker@gnat.com> | 2013-01-01 11:04:34 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2013-01-01 11:04:34 +0000 |
commit | 627fe8051e8879e566626a404dcb5e53a1be2271 (patch) | |
tree | ebbafa8bdc3f37a979d54c962f4163a9e9c36395 /gdb | |
parent | 8333c85bf882a6ec58bd0be69f713542f7f446fd (diff) | |
download | fsf-binutils-gdb-627fe8051e8879e566626a404dcb5e53a1be2271.zip fsf-binutils-gdb-627fe8051e8879e566626a404dcb5e53a1be2271.tar.gz fsf-binutils-gdb-627fe8051e8879e566626a404dcb5e53a1be2271.tar.bz2 |
ppc-aix: .bss relocation problem when overlapping with the .data section
Add missing ChangeLog entry.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3c5a3f2..d75b28e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -4,6 +4,11 @@ 2013-01-01 Joel Brobecker <brobecker@adacore.com> + * rs6000-nat.c (bss_data_overlap): New function. + (vmap_symtab): Use it to adjust the .bss section's offset. + +2013-01-01 Joel Brobecker <brobecker@adacore.com> + Update year range in copyright notice of all files. 2013-01-01 Joel Brobecker <brobecker@adacore.com> |