diff options
author | Kim Knuttila <krk@cygnus> | 1995-09-27 14:52:16 +0000 |
---|---|---|
committer | Kim Knuttila <krk@cygnus> | 1995-09-27 14:52:16 +0000 |
commit | d577efdd5f3842b704f25200b96b614ee1a61e13 (patch) | |
tree | 650db0adcb87ace1c9f01535a4e6d94d9d1fdae6 /gas | |
parent | 85cc2190f50d7f92f2813aecf7325dadeabd2a93 (diff) | |
download | gdb-d577efdd5f3842b704f25200b96b614ee1a61e13.zip gdb-d577efdd5f3842b704f25200b96b614ee1a61e13.tar.gz gdb-d577efdd5f3842b704f25200b96b614ee1a61e13.tar.bz2 |
Initial asm support for ppc/PE
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 10fe36e..987bc30 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,22 @@ +Wed Sep 27 10:29:13 1995 Kim Knuttila <krk@nellie> + + * configure (emulations): Added support for ppcle-*-[pe|winnt] + * configure.in (emulations): Same + * config/tc-ppc.h: + * config/tc-ppc.c (md_pseudo_table): Base support for new or altered + pseudo ops - <previous, pdata, ydata, reldata, rdata, ualong, znop, + section, comm, function> There will be more. + (pre_defined_registers): Predefined reg table to name registers, etc + (md_begin): Setup reg table initialization + (md_assemble): Initial [toc]x(rtoc) support + (ppc_frob_label): Removed some xcoff specific processing from TE_PE + (ppc_frob_symbol): Removed some xcoff specific processing from TE_PE + Added support for more predefined sections + (ppc_frob_section): Removed some xcoff specific processing from TE_PE + (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. + Tue Sep 26 14:57:59 1995 Michael Meissner <meissner@tiktok.cygnus.com> * config/tc-ppc.c (ppc_elf_suffix): Support all of the V.4 |