aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKim Knuttila <krk@cygnus>1995-09-28 20:21:36 +0000
committerKim Knuttila <krk@cygnus>1995-09-28 20:21:36 +0000
commit1446dd726675d77b61ca985cb3168adf5bbbc92f (patch)
tree5a4de486c7ac3df2b401590bd184d7376dc786fb /gas
parent30360a6f9687fc1b58d638266ea44cbac9f90452 (diff)
downloadgdb-1446dd726675d77b61ca985cb3168adf5bbbc92f.zip
gdb-1446dd726675d77b61ca985cb3168adf5bbbc92f.tar.gz
gdb-1446dd726675d77b61ca985cb3168adf5bbbc92f.tar.bz2
updated changes
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 24ef676..f062857 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,13 @@
+Thu Sep 28 15:43:15 1995 Kim Knuttila <krk@nellie>
+
+ * config/tc-ppc.c (md_apply_fix3): Removed some TE_PE specific
+ manipulations, since I can't prove they're needed.
+ (md_begin): Removed init_regtable, insert_reg, and the call points.
+ (register_name): New function. Parses a register name, if appropriate.
+ (md_assemble): Added call to register_name to handle symbolic names.
+ (ppc_pe_section): Removed all duplicate IMAGE defines, and include
+ coff/pe.h instead.
+
Thu Sep 28 12:09:19 1995 Ian Lance Taylor <ian@cygnus.com>
* config/tc-ppc.h (tc_fix_adjustable): Define.