diff options
author | DJ Delorie <dj@redhat.com> | 1999-09-29 00:31:40 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 1999-09-29 00:31:40 +0000 |
commit | 8a5b676cd20d44969c9d797e5b522b673acd6963 (patch) | |
tree | 662c00b9ab35af85931d12bc62b936671e71cbb5 /ld/ChangeLog | |
parent | 6426a772a2645ef6afa596319dba0ff966bff050 (diff) | |
download | gdb-8a5b676cd20d44969c9d797e5b522b673acd6963.zip gdb-8a5b676cd20d44969c9d797e5b522b673acd6963.tar.gz gdb-8a5b676cd20d44969c9d797e5b522b673acd6963.tar.bz2 |
* pe-dll.c (process_def_file): Move the offset lookup from here to
(fill_exported_offsets): here. New static function.
(fill_edata): Use.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f4ca897..60e6cb4 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,11 @@ 1999-09-28 Mumit Khan <khan@xraylith.wisc.edu> + * pe-dll.c (process_def_file): Move the offset lookup from here to + (fill_exported_offsets): here. New static function. + (fill_edata): Use. + +1999-09-28 Mumit Khan <khan@xraylith.wisc.edu> + * deffilep.y (tokens): Add upper and lower case versions of DATA, CONSTANT, NONAME and PRIVATE tokens. (command): Use DATAU. |