aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Collapse)AuthorFilesLines
2001-02-072001-02-06 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+7
* config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): Do fixup if there is no relocation.
2001-02-062001-02-06 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+7
* config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): New. Defined. * config/tc-ia64.c (md_parse_option): Only accept the valid ia64 options on "-axxx".
2001-02-062001-02-06 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+14
* config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): New. Defined. * config/tc-ia64.c (md_parse_option): Only accept the valid ia64 options on "-axxx".
2001-02-06Don't abort for invalid input, print an error message instead.Jim Wilson2-3/+11
* config/tc-ia64.c (errata_nop_necessary_p): Return 0 instead of aborting for invalid operands.
2001-02-06Fix unwind info when cross-compiling from little-endian machines.Alan Modra2-37/+74
2001-02-04 * config/tc-m68hc11.h (LISTING_HEADER): Use m68hc11_listing_headerStephane Carrez3-39/+44
function to select the header according to the cpu. (md_after_pass_hook, md_do_align): Remove. (md_cleanup, m68hc11_cleanup): Remove. (md_pcrel_from_section): Declare. * config/tc-m68hc11.c (build_dbranch_insn): Remove insn_size. (build_jump_insn, build_insn): Likewise. (m68hc11_listing_header): New function. (m68hc11_cleanup): Remove.
2001-02-04 * gas/m68hc11/malis.s: New test to verify compliance with MotorolaStephane Carrez5-0/+307
Assembly Language Input Standard. * gas/m68hc11/malis.d: New file. * gas/m68hc11/malis-include.s: New file. * gas/m68hc11/all.exp: Add the new test.
2001-02-02Fix 2001-02-02 Stephane Carrez ChangeLog entryStephane Carrez1-3/+3
2001-02-02 * tc-m68hc11.c (relaxable_symbol): Relax externally visible symbolsStephane Carrez2-4/+11
because there is no support for shared libraries and these symbols can't be overridden (unless they are weak).
2001-02-01 * dwarf2dbg.c (out_debug_abbrev): Terminate the abbreviationsRichard Henderson2-0/+8
for the compilation unit with a zero byte.
2001-01-30Fix a null-pointer dereference and some range checks.Alan Modra2-13/+15
2001-01-25Do not abort if tcbit is still set. Issue an error message instead.Nick Clifton2-4/+20
Fix compile time warnings
2001-01-232001-01-23 Kazu Hirata <kazu@hxi.com>Kazu Hirata6-11/+19
* as.c: Fix formatting. * ehopt.c: Likewise. * messages.c: Likewise. * stabs.c: Likewise. * symbols.c: Likewise.
2001-01-23(m32r_handle_align): Declare type of fragp.Alan Modra2-4/+9
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