diff options
author | DJ Delorie <dj@redhat.com> | 2001-10-19 00:00:55 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-10-19 00:00:55 +0000 |
commit | 663dd3780830bfbb264c070a1cfffb0d9aaab33b (patch) | |
tree | 715ec31bcdcb2a9faf7e79560ea12e5873d0825e /ld/ChangeLog | |
parent | 6c5108aec9745b56285d00bde80eee7dfeac11ca (diff) | |
download | gdb-663dd3780830bfbb264c070a1cfffb0d9aaab33b.zip gdb-663dd3780830bfbb264c070a1cfffb0d9aaab33b.tar.gz gdb-663dd3780830bfbb264c070a1cfffb0d9aaab33b.tar.bz2 |
* pe-dll.c (autofilter_objectlist): Add startup objects
for profiling.
(auto-export): Constify char * p.
Extract file basename and use strcmp rather than ststr
for object lookup.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 302d0c3..a74d6be 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz> + + * pe-dll.c (autofilter_objectlist): Add startup objects + for profiling. + (auto-export): Constify char * p. + Extract file basename and use strcmp rather than ststr + for object lookup. + 2001-10-18 Chris Demetriou <cgd@broadcom.com> * ldmain.c (get_emulation): Improve comment about the handling |