diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-11 23:37:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-11 23:37:28 +0000 |
commit | 277d1b5e4536ce8a575e7398c34253e296709894 (patch) | |
tree | 35257ebd68a0a9cba9ba91cf0e70fc5b7944fb5c /bfd/ChangeLog | |
parent | e166a60fd9d8b86149b175d598035997744114f6 (diff) | |
download | binutils-gdb-277d1b5e4536ce8a575e7398c34253e296709894.tar.gz |
1999-09-11 Donn Terry <donn@interix.com>
* libpei.h: New file, broken out of peicode.h.
* peigen.c: New file, broken out of peicode.h.
* peicode.h: A bunch of code moved out to libpei.h and peigen.c.
* configure.in: Add peigen.lo to list of files required for each
PE target.
* Makefile.am: Rebuild dependencies.
(BFD32_BACKENDS): Add peigen.lo.
(BFD32_BACKENDS_CFILES): Add peigen.c.
(SOURCE_HFILES): Add libpei.h.
* configure, Makefile.in: Rebuild.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d844da2d320..94d87cc89c8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -7,6 +7,17 @@ 1999-09-11 Donn Terry <donn@interix.com> + * libpei.h: New file, broken out of peicode.h. + * peigen.c: New file, broken out of peicode.h. + * peicode.h: A bunch of code moved out to libpei.h and peigen.c. + * configure.in: Add peigen.lo to list of files required for each + PE target. + * Makefile.am: Rebuild dependencies. + (BFD32_BACKENDS): Add peigen.lo. + (BFD32_BACKENDS_CFILES): Add peigen.c. + (SOURCE_HFILES): Add libpei.h. + * configure, Makefile.in: Rebuild. + * peicode.h (coff_swap_scnhdr_in): Don't check for a special section name of _BSS; check IMAGE_SCN_CNT_UNINITIALIZED_DATA instead. Don't clear the s_paddr field for an uninitialized data |