aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Collapse)AuthorFilesLines
2001-03-262001-03-26 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-0/+6
* gas/mips/sync.s: Declare 'foo' as a function so that this test will work on properly on ECOFF targets.
2001-03-26Do not optimize BFD_RELOC_390_GOTENT relocs.Nick Clifton3-784/+955
Always generate relocs for VT_ relocs.
2001-03-25Automate generate on man pagesNick Clifton7-697/+1048
2001-03-25Accept an absolute expression for index scale factor.Alan Modra2-16/+29
2001-03-24Small tweaks to sse2 instructions.Alan Modra3-2/+7
2001-03-23Document --listing-XXX command line switches.Nick Clifton2-0/+70
Explain why listings behave differently when -pipe is used.
2001-03-23fix_new_exp: Print an error if passed a register.Nick Clifton2-0/+8
2001-03-23 * gas/cris/pic-err-1.s, gas/cris/rd-pic-1.s, gas/cris/rd-pic-1.d:Hans-Peter Nilsson4-0/+113
New tests.
2001-03-23 * gas/cris/branch-warn-1.s, gas/cris/branch-warn-2.s,Hans-Peter Nilsson4-9/+8
gas/cris/branch-warn-3.s: Tweak for fixed FIXME:s.
2001-03-23 * config/tc-cris.[ch]: Tweak attribution. Fix typos. PIC support.Hans-Peter Nilsson3-88/+446
2001-03-20Use `relax_marker' instead of fragile address test code to determineAlan Modra3-39/+30
whether a frag's fr_address has been updated.
2001-03-19Don't try to read past end of info buffer, and correct test results.Alan Modra2-1/+5
2001-03-19Fix register name printed in warning message.Alan Modra2-3/+11
2001-03-19 * gas/m68k/pcrel.s: Force alignment to 8 byte boundary to getAndreas Schwab3-2/+9
consistent output across targets. * gas/m68k/pcrel.d: Adjusted.
2001-03-182001-03-18 H.J. Lu <hjl@gnu.org>H.J. Lu6-41/+81
* gas/i386/intel.s: Move PIC code to ... * gas/i386/intelpic.s: New. Here. * gas/i386/intel.d: Updated. * gas/i386/intelpic.d: New. * gas/i386/i386.exp: Check PIC code in Intel syntax for ELF targets only.
2001-03-18 * gas/mri/mri.exp: Fix test of m6811/m6812 targets.Stephane Carrez2-1/+5
2001-03-18 * config/tc-m68hc11.c (md_pseudo_table): Recognize xrefb to complyStephane Carrez2-0/+8
with 'Motorola specification for assembly language input standard'.
2001-03-17 * dwarf2dbg.c (user_filenum, user_filenum_allocated): Remove.Richard Henderson2-19/+39
(dwarf2_directive_loc): Don't use them. (dwarf2_directive_file): Reject duplicate file definitions. (get_filenum): Zero allocated memory. (out_file_list): Complain about missing file definitions.
2001-03-17Teach .org to handle complex expressionsAlan Modra3-4/+30
2001-03-16Add local tag support. Don't flush instructions for .xdata directives.Jim Wilson2-4/+56
* config/tc-ia64.c (md): New member keep_pending_output. (ia64_flush_pending_output): Flush only if md.keep_pending_output is not set. (dot_xdata): Turn on md.keep_pending_output for the duration of this function. (dot_xfloat_cons): Ditto. (dot_xstringer): Ditto. (dot_xdata_ua): Ditto. (dot_xfloat_cons_ua): Ditto. * config/tc-ia64.c (ia64_unrecognized_line, case '['): Add local label support.
2001-03-16* config/tc-sh.c (parse_reg): Match capital MACH and MACL.Alexandre Oliva2-2/+6
2001-03-15* stabs.c (s_stab_generic): Don't corrupt the notes obstack byDJ Delorie2-4/+17
blindly freeing string if it isn't at the top of the obstack.
2001-03-13Fix typos.Alan Modra1-4/+4
2001-03-13Support for @GOTOFF in .long expressions.Alan Modra3-155/+182
2001-03-12Always set machine type based on cpu_variant.Nick Clifton2-21/+23
2001-03-08Fix copyright noticesNick Clifton211-262/+392
2001-03-08Fix typosNick Clifton4-189/+196
2001-03-07* config/tc-i386.c (struct _i386_insn): Rename disp_reloc to reloc.Alan Modra2-31/+39
(md_assemble [smallest displacement]): Use correct field of i.op[] union. (md_assemble [JumpInterSegment output]): Use correct i.disp_reloc[]. (md_assemble [immediate output]): Likewise.
2001-03-06Fix BLX(1) for ThumbNick Clifton2-0/+14
2001-03-06Rest of the changes for Coldfire V4Nick Clifton3-253/+265
2001-03-022001-03-02 Dave Brolley <brolley@redhat.com>Dave Brolley2-1/+6
* config/tc-m32r.c (expand_debug_syms): Call frag_align_code rather than m32r_do_align.
2001-03-02Print warnings if NaNs are found and the target CPU does not support themNick Clifton2-2/+30
2001-02-282001-02-28 Andreas Jaeger <aj@suse.de>, Bo Thorsen <bo@suse.de>Andreas Jaeger2-12/+9
* config/tc-i386.c (tc_gen_reloc): Remove ugly hack which is not needed anymore since we use bfd_elf_generic_reloc now. (md_apply_fix3): Only apply hack for partial_inplace if not using RELA.
2001-02-27Bump version to 2.11.90, fix missing dependencies in bfd/,Alan Modra6-472/+585
and run "make dep-am".
2001-02-27Set SEC_NEVER_LOAD when the 'n' flag is used.Nick Clifton2-2/+8
2001-02-262001-02-26 H.J. Lu <hjl@gnu.org>H.J. Lu2-2/+6
* gas/ia64/opc-a-err.l: Change "Operand [3|4]" to "Operand [34]".
2001-02-24 * symbols.c (decode_local_label_name): Initialize message_formatStephane Carrez2-2/+8
only when an error is reported (perf pb due to I18N).
2001-02-242001-02-23 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+6
* dwarf2dbg.c (dwarf2_directive_file): Call s_app_file (0) if BFD_ASSEMBLER is not defined.
2001-02-232001-02-23 H.J. Lu <hjl@gnu.org>H.J. Lu5-139/+293
* gas/ia64/opc-a-err.l: Fix "cmp4.lt.or". * gas/ia64/opc-a.pl: Add tests for pseudo-ops for "cmp" and "cmp4". * gas/ia64/opc-a.s: Rebuilt. * gas/ia64/opc-a.d: Likewise.
2001-02-23Don't mark a fixup as done if it's against a symbol.Nick Clifton2-3/+10
2001-02-22Added ia64-*-aix* configuration.Timothy Wall7-475/+477
2001-02-22Improve gas error messages for invalid instructions.Jim Wilson2-99/+217
* cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for C8 said "1" instead of "8". Clarify error string for IMM22: "signed integer" instead of just "integer". * config/tc-ia64.c (enum operand_match_result): New type. (operand_match): Change return type to operand_match_result. Fix all returns appropriately, adding support for returning the out-of-range result. (parse_operands): New locals result, error_pos, out_of_range_pos, curr_out_of_range_pos. Rewrite operand matching loop to give better error messages. * ia64-opc-d.c (ia64_opcodes_d): Break the "add" pattern into two separate variants: one for IMM22 and the other for IMM14. * ia64-asmtab.c: Regenerate.
2001-02-21Fix bugs in handling of the .restore directive.Jim Wilson2-4/+24
* config/tc-ia64.c (struct unwind): Add member "prologue_count". (dot_proc): Clear unwind.prologue_count to zero. (dot_prologue): Increment unwind.prologue_count. (dot_restore): If second operand is omitted, use unwind.prologue_count -1 for "ecount" (# of additional regions to pop). Decrement unwind.prologue_count by number of regions popped.
2001-02-21Note that some flags to the COFF version of .section remove attributes ratherNick Clifton2-1/+8
than setting them.
2001-02-21Fix a typo.Kazu Hirata1-1/+1
2001-02-212001-02-20 Kazu Hirata <kazu@hxi.com>Kazu Hirata3-17/+21
* tc-pdp11.c: Fix formatting. * tc-pdp11.h: Likewise.
2001-02-202001-02-20 Bo Thorsen <bo@suse.de>Andreas Jaeger2-3/+9
* config/tc-i386.c (tc_i386_fix_adjustable): Fix GOTPCREL GOT entry.
2001-02-19001-02-18 David O'Brien <obrien@FreeBSD.org>David O'Brien4-2/+12
* configure.in (cpu_type, arch): Add a generic FreeBSD specification as all FreeBSD platforms should look the same at this level. * configure: Rebuilt. * config/tc-i386.c: Add support for old FreeBSD a.out hosts. Approved by: Philip Blundell <philb@gnu.org> Message-Id: <E14URxF-00023n-00@kings-cross.london.uk.eu.org>
2001-02-18Add PDP-11 supportNick Clifton14-583/+2699
2001-02-182001-02-17 Chris Demetriou <cgd@broadcom.com>Chris Demetriou3-4/+10
* gas/mips/mips32.d: Remove ELF dependencies. This test wasn't meant to be ELF specific, and doesn't have to be. * gas/mips/mips64.d: Likewise.