From: Ian Lance Taylor Date: Mon, 24 Mar 1997 17:14:06 +0000 (+0000) Subject: * config/tc-alpha.h (tc_frob_file_before_adjust): Define if X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1361ba77577ef47cac1ef1e909a689d1814bbcbb;p=binutils-gdb.git * 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index f433743bd80..a832a08bad8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +Mon Mar 24 12:11:18 1997 Ian Lance Taylor + + * 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