diff options
author | Kim Knuttila <krk@cygnus> | 1995-12-04 01:58:54 +0000 |
---|---|---|
committer | Kim Knuttila <krk@cygnus> | 1995-12-04 01:58:54 +0000 |
commit | 53d45489e3872acadd98a01b94e707d59b162bc7 (patch) | |
tree | 730be65067bd9fbb82d56a67ee0398bf97ac98a7 /bfd/ChangeLog | |
parent | 361e8876a0e4fafbae967472a257b626838e4e21 (diff) | |
download | gdb-53d45489e3872acadd98a01b94e707d59b162bc7.zip gdb-53d45489e3872acadd98a01b94e707d59b162bc7.tar.gz gdb-53d45489e3872acadd98a01b94e707d59b162bc7.tar.bz2 |
Dumper for PowerPC .edata section
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 398dc7a..a325b74 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Sun Dec 3 19:00:27 1995 Kim Knuttila <krk@cygnus.com> + + * peicode.h (pe_print_idata): Minor format fixes + (pe_print_edata): New function. Under private printing, this formats + the edata section of a PE file. + (pe_print_private_bfd_data): Added call to pe_print_edata. + Sun Dec 3 16:46:54 1995 Richard Earnshaw (rearnsha@armltd.co.uk) * aout-arm.c (MY_swap_std_reloc_out): Use KEEPIT to get the symbol |