aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorKris Warkentin <kewarken@qnx.com>2004-12-22 14:43:44 +0000
committerKris Warkentin <kewarken@qnx.com>2004-12-22 14:43:44 +0000
commitd69f560c9e32e75dc4e7e9b3e4da3a158f10470c (patch)
treef783d1a750a34d76040a264f3054f9623f5306bc /bfd/ChangeLog
parent750bce0ee10ab816e29d8f01733ad000466181fb (diff)
downloadgdb-d69f560c9e32e75dc4e7e9b3e4da3a158f10470c.zip
gdb-d69f560c9e32e75dc4e7e9b3e4da3a158f10470c.tar.gz
gdb-d69f560c9e32e75dc4e7e9b3e4da3a158f10470c.tar.bz2
* elf.c (elfcore_grok_nto_gregs): Change name to elfcore_grok_nto_regs.
Add 'base' argument for constructing register sections. Reformat. (elfcore_grok_nto_note): Call elfcore_grok_nto_regs for both gp and fp regs. Reformat.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 0524c5b..f110a23 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2004-12-21 Kris Warkentin <kewarken@qnx.com>
+
+ * elf.c (elfcore_grok_nto_gregs): Change name to elfcore_grok_nto_regs.
+ Add 'base' argument for constructing register sections. Reformat.
+ (elfcore_grok_nto_note): Call elfcore_grok_nto_regs for both
+ gp and fp regs. Reformat.
+
2004-12-22 Klaus Rudolph <lts-rudolph@gmx.de>
* reloc.c: Add new relocs R_AVR_LDI, R_AVR_6, R_AVR_6_ADIW.