diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-03-21 20:00:30 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-03-21 20:00:30 +0000 |
commit | 9e4ebb1b3a69d506af5f46c3704458ff5bbfc999 (patch) | |
tree | 41fb6ed1439d652a4428f795fec5bd0cc0d04116 /bfd | |
parent | 9e7427a439ec8d1376786b01d0e2dc3be4c6ee29 (diff) | |
download | gdb-9e4ebb1b3a69d506af5f46c3704458ff5bbfc999.zip gdb-9e4ebb1b3a69d506af5f46c3704458ff5bbfc999.tar.gz gdb-9e4ebb1b3a69d506af5f46c3704458ff5bbfc999.tar.bz2 |
Warn if the .pdata section is not a multiple of 20 bytes
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 949f38c..76becd7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Thu Mar 21 14:59:11 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * peicode.h (pe_print_pdata): Warn if the .pdata section is not a + multiple of 20 bytes. + Thu Mar 21 13:54:40 1996 Ian Lance Taylor <ian@cygnus.com> * coffcode.h (coff_compute_section_file_positions): If not |