diff options
author | Kim Knuttila <krk@cygnus> | 1995-09-27 16:33:05 +0000 |
---|---|---|
committer | Kim Knuttila <krk@cygnus> | 1995-09-27 16:33:05 +0000 |
commit | 01c7fb71dec8c97a88f1e1b8051959abeec1b0df (patch) | |
tree | 7ef4e89a9497cd59e5fc47545d40a4b77fb1a24d /gas | |
parent | 81d08d0c532e362fb29b4540a98e9e8be121c3c6 (diff) | |
download | gdb-01c7fb71dec8c97a88f1e1b8051959abeec1b0df.zip gdb-01c7fb71dec8c97a88f1e1b8051959abeec1b0df.tar.gz gdb-01c7fb71dec8c97a88f1e1b8051959abeec1b0df.tar.bz2 |
Details of more fixes to earlier fixes
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fa9ecc6..8b2cf4d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -6,6 +6,7 @@ Wed Sep 27 11:33:38 1995 Michael Meissner <meissner@tiktok.cygnus.com> Wed Sep 27 10:29:13 1995 Kim Knuttila <krk@nellie> * configure (emulations): Added support for ppcle-*-[pe|winnt] + (target_frag): Removed an extraneous PPC definition. * configure.in (emulations): Same * config/tc-ppc.h: * config/tc-ppc.c (md_pseudo_table): Base support for new or altered @@ -21,6 +22,7 @@ Wed Sep 27 10:29:13 1995 Kim Knuttila <krk@nellie> (ppc_fix_adjustable): Removed from TE_PE mainline (md_apply_fix3): For TE_PE toc entries, we don't need to mess with fx_addnumber. Removed for the time being. + (lots): Put back missing assignments to ppc_current_csect. Tue Sep 26 14:57:59 1995 Michael Meissner <meissner@tiktok.cygnus.com> |