* objdump.c (L_tmpnam): Never define.

(display_target_list): Use choose_temp_base instead of tmpnam.
	(display_info_table): Likewise.
PR 10482.
This commit is contained in:
Ian Lance Taylor 1996-08-29 15:30:19 +00:00
parent d833e7e3c8
commit 93f66767b9
1 changed files with 11 additions and 0 deletions

View File

@ -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.