aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2000-02-11 * config/tc-hppa.c (pa_build_unwind_subspace): Use subseg_new to createJeff Law1-0/+6
the unwinder subspace. Save the current seg/subseg before creating the new seg/subseg.
2000-02-10Add support for M340Nick Clifton1-0/+18
2000-02-10Check label validity with TC_START_LABEL_WITHOUT_COLON if defined.Timothy Wall1-0/+5
2000-02-10New preprocessor options.Timothy Wall1-0/+8
2000-02-08Remove redundant code for checking numbers with suffixes. AddTimothy Wall1-0/+10
functionality to break out of assembler loops.
2000-02-08Add handling for numbers with suffixed radix.Timothy Wall1-0/+7
2000-02-08changelog for elseif additionTimothy Wall1-0/+7
2000-02-04Remove conditionals causing a bug in listings.Timothy Wall1-0/+5
2000-02-03octets vs bytes changes for GASTimothy Wall1-0/+32
2000-02-02Fix bug in stabs filename encoding where backslashes are present.Timothy Wall1-0/+6
2000-01-31Add ATPCS register naming supportNick Clifton1-1/+5
2000-01-31* config/obj-coff.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Don't define ifGeoffrey Keating1-1/+10
already defined. * config/tc-ppc.h [OBJ_XCOFF] (OBJ_COPY_SYMBOL_ATTRIBUTES): New macro. * config/tc-ppc.c (ppc_fix_adjustable): Don't look at the frag of a symbol when we really care about its value.
2000-01-31Cathc unwanted text after instructionsNick Clifton1-0/+5
2000-01-27Apply Thoams de Lellis's patch to fic disassembly of Thumb instructions whenNick Clifton1-0/+7
bounded by non-function labels.
2000-01-26This set of patches add support for aout emulation on the x86Alan Modra1-0/+128
assembler. ie. You will be able to do "as --em=i386aout" on an x86 linux-elf assembler to generate aout format object files, rather than using a separate assembler. The aout emulation is enabled by giving "--enable-targets=i386-linuxaout" to configure. Oh yeah, there's a couple of fixes too. Error messages shouldn't be passed to printf in the format arg just in case someone puts a `%' in the message.
2000-01-15Cosmetic changes to tc-i386.[ch] + extend x86 gas testsuite jmp andAlan Modra1-0/+11
call tests + tweak intel mode far call and jmp.
2000-01-142000-01-13 Clinton Popetz <cpopetz@cygnus.com>Clinton Popetz1-0/+5
* config/tc-mips.c (mips_do_align): New function. * config/tc-mips.h (md_do_align): Define.
2000-01-10fixup ARM documentationNick Clifton1-0/+7
2000-01-10Add arm-conix targetNick Clifton1-0/+7
2000-01-03ELF visibility patch from Martin LoewisNick Clifton1-0/+8
1999-12-27x86 indirect jump/call syntax fixes. Disassembly fix for lcall.Alan Modra1-0/+6
1999-12-22Apply patch from Philip Blundell to allow .previous to work for arm-elfNick Clifton1-1/+7
1999-12-14Add support for -marm720 command line switchNick Clifton1-0/+5
1999-12-01 * config/tc-mn10300.c (md_pseudo_table): Add ".am33" pseudo-op.Jeff Law1-0/+9
(r_registers, xr_registers): Define. (r_register_name, xr_register_name): New functions. (md_assemble): Handle new am33 operand types and instruction formats. (mn10300_insert_operand, check_operand): Likewise.
1999-11-29Fix .force_thumbNick Clifton1-0/+7
1999-11-29Add support for !literal and !lituse_baseMichael Meissner1-0/+50
1999-11-25 * config/tc-hppa.c (pa_ip): Handle PA2.0 unit completers. HandleJeff Law1-0/+5
'B' operand for PA2.0 bb instruction.
1999-11-18Fix generation of RVA relocsNick Clifton1-0/+10
1999-11-16* config/tc-i386.c (i386_immediate): Disallow O_big immediates.Alan Modra1-0/+5
(i386_displacement): Disallow O_big displacements.
1999-11-16log entry for config/tc-arm.c changeDonald Lindsay1-0/+7
1999-11-12do not look beyond the end of the bufferNick Clifton1-0/+5
1999-11-11Look for seperator after TO and FROM tokens when exploring nested structuresNick Clifton1-0/+5
1999-11-091999-11-08 Andrew Haley <aph@cygnus.com>Andrew Haley1-0/+5
* app.c (do_scrub_chars): When in State 10, treat backslash characters in the same way as as symbol characters.
1999-11-08 * config/tc-alpha.c (alpha_align): Check, don't assert, thatRichard Henderson1-0/+6
the previous label was in the current section before playing with auto-alignment.
1999-11-06Do not attempt to fixup relocs relative to weak symbolsNick Clifton1-0/+7
1999-11-05Add more md operatorsMichael Meissner1-0/+5
1999-11-03 * read.c (pseudo_set): Reject attempts to set the value of aIan Lance Taylor1-0/+3
section symbol.
1999-11-03 * config/obj-elf.c (obj_elf_ident): Call md_flush_pending_outputIan Lance Taylor1-0/+10
if it is defined. * config/obj-elf.c (elf_set_index): Add ATTRIBUTE_UNUSED. * config/obj-elf.c (elf_frob_file_after_relocs): Don't pass NULL to bfd_set_section_contents.
1999-11-03Change the default endianness to little.Nick Clifton1-0/+4
1999-11-01For include/opcode:Gavin Romig-Koch1-0/+5
* mips.h (OPCODE_IS_MEMBER): New. For gas: * config/tc-mips.c (macro_build): Use OPCODE_IS_MEMBER. (mips_ip): Use OPCODE_IS_MEMBER. For opcodes: * mips-dis.c (_print_insn_mips): Use OPCODE_IS_MEMBER.
1999-10-28 * config/tc-arm.c (reg_required_here): Improve comments.Jeff Law1-0/+2
1999-10-28 * config/tc-arm.c (thumb_opcode): Add "variants" field.Jeff Law1-2/+5
(tinsns): Initialize variants field.
1999-10-27 * tc-arm.c (bad_args, bad_pc): Renamed to BAD_ARGS and BAD_PCJeff Law1-0/+5
respectively.
1999-10-27fix compile time warningsNick Clifton1-0/+5
1999-10-25revert previous deltaNick Clifton1-6/+0
1999-10-25oops - omitted from previous deltaNick Clifton1-0/+6
1999-10-21 * tc_d10v.c (find_opcode): Allow ATSIGN to match expressions of theDiego Novillo1-0/+5
form @abs16, @(abs16) and @(abs16 + imm).
1999-10-21 * config/tc-mips.c (ISA_HAS_COPROC_DELAYS) : New.Gavin Romig-Koch1-0/+10
(ISA_HAS_64_BIT_REGS) New. (gpr_interlocks,md_begin,reg_needs_delay,append_insn, mips_emit_delays,macro_build,load_register,load_addresss, macro,macro2,mips_ip,s_cprestore,s_cpadd): Simplify and/or use new ISA_xxx macros in expressions involving ISA, particularly mips_opts.isa.
1999-10-18Add md expression support; Cleanup alpha warningsMichael Meissner1-0/+44
1999-10-17 * config/tc-hppa.c (md_apply_fix): Make "fmt" an int.Jeff Law1-0/+4