diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2004-01-20 21:08:16 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2004-01-20 21:08:16 +0000 |
commit | 4d8907ac12142818530c77b52d39d50bcf9931c5 (patch) | |
tree | f2f11e9c97c70f9fb38112af1e886f5dce4983cb /ld/ChangeLog | |
parent | 66bed356fcb5fcae7a2af096b919b99218c28543 (diff) | |
download | gdb-4d8907ac12142818530c77b52d39d50bcf9931c5.zip gdb-4d8907ac12142818530c77b52d39d50bcf9931c5.tar.gz gdb-4d8907ac12142818530c77b52d39d50bcf9931c5.tar.bz2 |
* pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
* ld.texinfo (--omagic): Note that writable text section
does not conform to published PE-COFF specs.
(--enable-auto-import): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 2e92129..9d4edc9 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2004-01-20 Danny Smith <dannysmith@users.sourceforge.net> + + * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag. + * ld.texinfo (--omagic): Note that writable text section + does not conform to published PE-COFF specs. + (--enable-auto-import): Likewise. + 2004-01-15 Alan Modra <amodra@bigpond.net.au> * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define. |