From: Doug Evans Date: Sat, 21 Feb 1998 06:28:46 +0000 (+0000) Subject: tc-dvp.c (cur_mach): New static local. X-Git-Tag: gdb-4_18~3238 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee753b4b6bfc77d9c8e6036169b7eb3401881418;p=platform%2Fupstream%2Fbinutils.git tc-dvp.c (cur_mach): New static local. (record_mach): New function. (md_begin): Initialize `cur_mach'. (assemble_*): Record current mach type. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 5a17829..a2e7844 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -13,6 +13,10 @@ Fri Feb 20 12:43:02 1998 Doug Evans (md_assemble): Watch for .endgif if in ASM_GIF state. (assemble_gif): Complete. (s_endgif): Complete. + (cur_mach): New static local. + (record_mach): New function. + (md_begin): Initialize `cur_mach'. + (assemble_*): Record current mach type. end-sanitize-sky Fri Feb 20 15:03:13 1998 Ian Lance Taylor