aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Collapse)AuthorFilesLines
2001-01-222001-01-22 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-109/+104
* config/tc-alpha.c: Fix formatting.
2001-01-202001-01-19 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-86/+91
* config/tc-alpha.c: Fix formatting.
2001-01-192001-01-18 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-163/+167
* config/tc-alpha.c: Fix formatting.
2001-01-19Remove redundant bit from "fa" and "da" flagsNick Clifton2-4/+10
2001-01-18* configure.in (cpu_type, arch): Match i386 too.Alexandre Oliva3-2/+7
* configure: Rebuilt.
2001-01-172001-01-16 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-55/+62
* config/tc-i386.c: Fix formatting.
2001-01-16Support hand-crafted .PARISC.unwind entriesAlan Modra2-8/+17
2001-01-16Build unwind info for more than just .text section.Alan Modra2-1/+8
2001-01-15Fix assembler segfault on gcc/crtstuff.c file.Jim Wilson2-0/+22
* config/tc-ia64.c (ia64_flush_insns): Handle unwind directives not immediately followed by an instruction.
2001-01-152001-01-15 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-77/+72
* config/tc-m68hc11.c: Fix formatting.
2001-01-15Delete output file upon fatal errors.Nick Clifton3-4/+17
Treat multiple defintions of the same symbol as ordinary errors, not fatal ones
2001-01-15Missed this in last commit "Linux target variants for elfxx-hppa."Alan Modra2-2/+14
2001-01-152001-01-14 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-202/+201
* config/tc-arc.c: Fix formatting.
2001-01-142001-01-14 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-376/+378
* config/tc-arc.c: Fix formatting.
2001-01-142001-01-14 Kazu Hirata <kazu@hxi.com>Kazu Hirata13-38/+43
* config/tc-alpha.c: Fix formatting. * config/tc-arc.c: Likewise. * config/tc-arc.h: Likewise. * config/tc-d10v.c: Likewise. * config/tc-i370.c: Likewise. * config/tc-i386.c: Likewise. * config/tc-i960.c: Likewise. * config/tc-m68k.c: Likewise. * config/tc-ppc.c: Likewise. * config/tc-sparc.c: Likewise. * config/tc-tahoe.c: Likewise. * config/tc-vax.c: Likewise.
2001-01-14Use SEGREL32 relocs for elf32-hppa unwind.Alan Modra2-6/+5
2001-01-14Adds assembly and dis-assembly support for the HPPA wideAlan Modra2-31/+64
mode, 16 bit forms of ldi, ldo, ldw and stw instructions.
2001-01-13 * tc-i386.h (TARGET_MACH): New macro.Jan Hubicka3-0/+21
(i386_mach): Declare. * tc-i386.c (i386_mach): New function.
2001-01-132001-01-13 Philip Blundell <philb@gnu.org>Phil Blundell3-35/+50
* doc/as.texinfo: Fix spelling and cross-references. * doc/c-arm.texi: Fix typos. Say that `;' is a line separator character for all systems, not just GNU/Linux. Make it explicit that `-k' doesn't affect code generation, just ELF flags.
2001-01-13Formatting fixNick Clifton1-1/+0
2001-01-13 * i386.c (md_assemble): Check cpu_flags even for nullary instructions.Jan Hubicka2-2/+13
* i386.h (i386_optab): Fix pusha and ret templates. * i386-dis.c (dis386_att, disx86_64_att): Fix ret, lret and iret templates.
2001-01-12* gas/cgen featureFrank Ch. Eigler2-1/+9
2001-01-12 Frank Ch. Eigler <fche@redhat.com> * cgen.c (gas_cgen_finish_insn): Call dwarf2_emit_insn.
2001-01-12Update copyright date to 2001Nick Clifton2-2/+6
2001-01-12Add missing ARC documentationNick Clifton2-0/+212
2001-01-12Cure recent x86 warts.Alan Modra8-249/+266
2001-01-11Updated ARC assembler from arccores.comNick Clifton79-1416/+4738
2001-01-11Fix gas 68HC12 indexed addressing code generationStephane Carrez5-37/+112
2001-01-11Dwarf2 test for 68HC11/68HC12 gasStephane Carrez5-0/+427
2001-01-11Fix weak symbols for 68HC11 asStephane Carrez2-6/+27
2001-01-11Rotate ChangeLogsNick Clifton2-4861/+4856
2001-01-11Make COFF and ELF disassemblys agreeNick Clifton3-8/+15
2001-01-11 * config/tc-i386.h (TC_RELOC_GLOBAL_OFFSET_TABLE): Removed, it'sAndreas Jaeger2-10/+6
not used anywhere.
2001-01-11Allow ADRL relocs to be adjusted in arm-coffNick Clifton3-1/+22
2001-01-11Fix local label code to use LOCAL_LABEL_PREFIXNick Clifton2-9/+35
2001-01-10 * i386.exp: Add ssemmx2 and sse2 tests.Jan Hubicka6-0/+478
(sse2.d, sse2.s, ssemmx2.d, ssemmx2.s): New tests.
2001-01-09fix patterns to match new behaviour of disassemblerNick Clifton3-5/+11
2001-01-092001-01-03 Philip Blundell <pb@futuretv.com>Phil Blundell2-0/+5
* gas/vtable/vtable.exp: Don't run tests on Alpha.
2001-01-082001-01-08 Bo Thorsen <bo@suse.de>Andreas Jaeger2-46/+51
* config/tc-i386.c (i386_immediate, i386_displacement): GOTPCREL check fix.
2001-01-08 * doc/c-i386.texi (i386-Arch): Remove spaces incorrectly insertedIan Lance Taylor2-1/+6
in last change.
2001-01-07Update address for bug reports.Phil Blundell3-2/+8
2001-01-06 * configure.in: Define DEFAULT_ARCH for i386.Jan Hubicka8-174/+521
* tc-i386.c (md_assemble): Return after the error message; move testing for 64bit operands to proper place. * i386.exp: Add tests for presence of 32bit versus 64bit output format; run both 64bit and 32bit tests when format is available; add x86_64 test. * x86_64.s: New file. * x86_64.d: New file.
2001-01-062001-01-06 Jan Hubicka <jh@suse.cz>, Andreas Jaeger <aj@suse.de>Andreas Jaeger3-31/+205
* doc/as.texinfo: Document '#' as comment character for i386 and x86_64. Add AMD x86-64 into menu of machine dependent information. * doc/c-i386.texi: Document x86_64 extensions.
2001-01-05 * tc-i386.c (md_assemble): Handle third byte of the opcode as prefix.Jan Hubicka2-18/+10
* i386.h (i386_optab): Make [sml]fence template to use immext field.
2001-01-04 * tc-i386.c (cpu_arch): Add Pentium4 and modify sledgehammer entry.Jan Hubicka3-1/+9
* NEWS: Add note about Pentium4 support.
2001-01-03 * tc-i387.c (pi, pte, pt): Update.Jan Hubicka2-16/+24
(type_names): Add new types.
2001-01-03 * tc-i386.h (CpuK6, CpuAthlon, CpuSledgehammer, CpuMMX, Cpu3dnow,Jan Hubicka2-8/+17
CpuUnknown): Renumber (CpuP4, CpuSSE2): New. (CpuUnknownFlags): Add CpuP4 and CpuSSE2 * i386.h (i386_optab): Fix 64bit pushf template; Add instructions introduced by Pentium4
2001-01-032001-01-03 Philip Blundell <pb@futuretv.com>Phil Blundell2-1/+16
* config/tc-alpha.c (alpha_force_relocation): Handle vtable relocs. (alpha_fix_adjustable): Likewise. (md_apply_fix): Likewise.
2001-01-02Fix msr-bsd testNick Clifton2-1/+6
2001-01-012001-01-01 Philip Blundell <philb@gnu.org>Phil Blundell8-0/+83
* gas/arm/adrl.s, gas/arm/pic.s, gas/arm/msr-bad.s: New tests. * gas/arm/arm.exp: Run them. * gas/arm/adrl.d, gas/arm/pic.d: Expected results for above. * gas/arm/arm6.s: Also test uppercase `CPSR' and `SPSR'.
2001-01-012000-12-31 H.J. Lu <hjl@gnu.org>H.J. Lu3-174/+184
* listing.c (listing_message): Allocate string only if it is used. * configure: Rebuild.