diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-08-29 15:30:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-08-29 15:30:19 +0000 |
commit | 93f66767b9a162c4d5f1064f892c48997e76c686 (patch) | |
tree | ca445e605ab01a019ceb48903daeda50427e0c03 /binutils | |
parent | d833e7e3c837e0b51a9e224cf1cc9d08ef2c2d38 (diff) | |
download | gdb-93f66767b9a162c4d5f1064f892c48997e76c686.zip gdb-93f66767b9a162c4d5f1064f892c48997e76c686.tar.gz gdb-93f66767b9a162c4d5f1064f892c48997e76c686.tar.bz2 |
* objdump.c (L_tmpnam): Never define.
(display_target_list): Use choose_temp_base instead of tmpnam.
(display_info_table): Likewise.
PR 10482.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e5a91b7..9931ad0 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +Thu Aug 29 11:29:20 1996 Ian Lance Taylor <ian@cygnus.com> + + * objdump.c (L_tmpnam): Never define. + (display_target_list): Use choose_temp_base instead of tmpnam. + (display_info_table): Likewise. + +Tue Aug 27 18:15:01 1996 Ian Lance Taylor <ian@cygnus.com> + + * stabs.c (parse_stab): An N_FUN symbol with an empty string + indicates the end of a function. + Thu Aug 22 17:08:00 1996 Ian Lance Taylor <ian@cygnus.com> * wrstabs.c (struct string_hash_entry): Add next field. |