aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-02-21 06:28:46 +0000
committerDoug Evans <dje@google.com>1998-02-21 06:28:46 +0000
commitee753b4b6bfc77d9c8e6036169b7eb3401881418 (patch)
tree4711f71f143bdc63676242eb94b462da3580f371
parent57d0c8302de78f2e509d9f20ebb1dc23bf6ae803 (diff)
downloadbinutils-ee753b4b6bfc77d9c8e6036169b7eb3401881418.zip
binutils-ee753b4b6bfc77d9c8e6036169b7eb3401881418.tar.gz
binutils-ee753b4b6bfc77d9c8e6036169b7eb3401881418.tar.bz2
tc-dvp.c (cur_mach): New static local.
(record_mach): New function. (md_begin): Initialize `cur_mach'. (assemble_*): Record current mach type.
-rw-r--r--gas/ChangeLog4
1 files changed, 4 insertions, 0 deletions
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 <devans@canuck.cygnus.com>
(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 <ian@cygnus.com>