* config/tc-alpha.h (tc_frob_file_before_adjust): Define if

OBJ_ECOFF.
	(alpha_frob_file_before_adjust): Declare if OBJ_ECOFF.
	* config/tc-alpha.c (alpha_debug): New static variable.
	(md_parse_option): Set alpha_debug if -g is seen.
 	(alpha_frob_file_before_adjust): New function if OBJ_ECOFF.
This commit is contained in:
Ian Lance Taylor 1997-03-24 17:14:06 +00:00
parent 9537b1d020
commit 1361ba7757
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
Mon Mar 24 12:11:18 1997 Ian Lance Taylor <ian@cygnus.com>
* config/tc-alpha.h (tc_frob_file_before_adjust): Define if
OBJ_ECOFF.
(alpha_frob_file_before_adjust): Declare if OBJ_ECOFF.
* config/tc-alpha.c (alpha_debug): New static variable.
(md_parse_option): Set alpha_debug if -g is seen.
(alpha_frob_file_before_adjust): New function if OBJ_ECOFF.
start-sanitize-d30v
Sun Mar 23 18:03:31 1997 Martin M. Hunt <hunt@pizza.cygnus.com>