diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2003-07-05 02:58:29 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2003-07-05 02:58:29 +0000 |
commit | bf7a6389e81782655f363fbeda9b5d16d5f6fdac (patch) | |
tree | 429b4b8080da6c50c7a4556d902ba102c3833f3a /binutils/ChangeLog | |
parent | dbb9d0f3eee9d21097d4cf7ab4f3b49e53ae22ed (diff) | |
download | gdb-bf7a6389e81782655f363fbeda9b5d16d5f6fdac.zip gdb-bf7a6389e81782655f363fbeda9b5d16d5f6fdac.tar.gz gdb-bf7a6389e81782655f363fbeda9b5d16d5f6fdac.tar.bz2 |
* dlltool.c (prefix_encode): New function. Encode temp file prefix from pid.
(dlltmp): Pass address of pointer being alloced or suffer neverending mallocs.
(make_one_lib_file): Allocate enough space for new longer stub names.
(gen_lib_file): Ditto.
(main): Generate the temp file prefix from the pid if prefix was not specified
on the command line.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 897cc66..2617875 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +2003-07-04 Christopher Faylor <cgf@redhat.com> + + * dlltool.c (prefix_encode): New function. Encode temp file prefix + from pid. + (dlltmp): Pass address of pointer being alloced or suffer neverending + mallocs. + (make_one_lib_file): Allocate enough space for new longer stub names. + (gen_lib_file): Ditto. + (main): Generate the temp file prefix from the pid if prefix was not + specified on the command line. + 2003-07-04 Nick Clifton <nickc@redhat.com> * readelf.c (get_data): Print (unsigned) hex values for size and |