aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2000-03-26Mostly cosmetic. Fixes to comments. Don't start as_bad and as_warnAlan Modra1-38/+38
2000-03-19fix bug detecting pc-rel overflowNick Clifton1-2/+1
2000-03-17Fix adr pseudo op for Thumb.Nick Clifton1-7/+12
2000-03-17minor formatting improvementsNick Clifton1-111/+116
2000-03-17fix compile time warning messagesNick Clifton1-23/+23
2000-03-17Handle same-section relocations where the destination is at an address >=Nick Clifton1-4/+54
2000-03-16 * config/tc-sh.c (md_begin): When encountering insn that areJoern Rennecke1-1/+5
2000-03-16 * config/tc-sh.c (IDENT_CHAR): Define.Joern Rennecke1-48/+50
2000-03-16 * config/tc-sh.c (md_show_usage): Add description of -dsp.Joern Rennecke1-1/+2
2000-03-16Match r[0..7]_bank operands before normal operands.Nick Clifton1-7/+7
2000-03-15 * config/tc-h8300.c: Add ATTRIBUTE_UNUSED as appropriate.Jeff Law1-14/+14
2000-03-13 * read.c (TC_IMPLICIT_LCOMM_ALIGNMENT): New default-definition.Hans-Peter Nilsson1-1/+3
2000-03-11In bfd/:Geoffrey Keating1-26/+63
2000-03-09 * config/tc-m32r.c (m32r_fix_adjustable): Look up theCatherine Moore1-2/+14
2000-03-07Document new -m32r command line switchNick Clifton1-0/+2
2000-03-06treat -m32r as a seperate, specific command line switch.Nick Clifton1-9/+14
2000-03-02fix sign extension problem with d30vMichael Meissner1-4/+0
2000-02-282000-02-27 Thomas de Lellis <tdel@windriver.com>Ian Lance Taylor1-3/+5
2000-02-282000-02-27 Jakub Jelinek <jakub@redhat.com>Ian Lance Taylor1-1/+11
2000-02-28 * config/tc-alpha.c (md_assemble): Accept `1' and `9' in anIan Lance Taylor1-1/+1
2000-02-26Catch some more cases where we can represent a 16 bit immediate operand asAlan Modra1-15/+67
2000-02-25Extend the i386 gas testsuite to do some tests for intel_syntax. Fix allAlan Modra1-8/+16
2000-02-24Add support for WinCE targeted toolchains.Nick Clifton7-8/+69
2000-02-24Yet more .intel_syntax fixes.Alan Modra1-12/+41
2000-02-24 * config/obj-som.c (obj_pseudo_table): Add "weak".Catherine Moore1-2/+34
2000-02-24Correct intel_syntax fsub* and fdiv* handling. Oh, how I'd like to be ridAlan Modra1-19/+18
2000-02-24config/tc-i386.c (struct _i386_insn): Combine disps, imms, regs intoAlan Modra2-156/+97
2000-02-24Remove dead code when not TC_M68K.Alan Modra3-6/+6
2000-02-24 * config/tc-i386.c (md_assemble): When swapping operands forRichard Henderson1-15/+15
2000-02-23Add IBM 370 support.Alan Modra3-0/+3077
2000-02-22 * config/tc-d30v.c (parallel_ok): Use FLAG_NOT_WITH_ADDSUBppp toChandra Chavva1-4/+4
2000-02-221999-12-30 Andrew Haley <aph@cygnus.com>Andrew Haley1-2/+32
2000-02-222000-02-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>Ian Lance Taylor1-3/+3
2000-02-21 * config/tc-mips.c (MF_HILO_INSN): Define.Catherine Moore1-0/+52
2000-02-21This lot mainly cleans up `comparison between signed and unsigned' gccAlan Modra1-30/+34
2000-02-18Add a symbol's value to the computed frag offset, rather than overwriting it.Nick Clifton1-1/+1
2000-02-17bfd:Joern Rennecke2-38/+606
2000-02-11 * config/tc-hppa.c (pa_build_unwind_subspace): Use subseg_new to createJeff Law1-3/+3
2000-02-10Add support for M340Nick Clifton2-6/+180
2000-02-03octets vs bytes changes for GASTimothy Wall1-4/+11
2000-01-31Add ATPCS register naming supportNick Clifton1-4/+13
2000-01-31* config/obj-coff.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Don't define ifGeoffrey Keating3-5/+21
2000-01-31Cathc unwanted text after instructionsNick Clifton1-7/+24
2000-01-27Apply Thoams de Lellis's patch to fic disassembly of Thumb instructions whenNick Clifton1-5/+7
2000-01-26Make copyright date lists comply with GNU requirementAlan Modra1-20/+21
2000-01-26This set of patches add support for aout emulation on the x86Alan Modra12-152/+303
2000-01-15Cosmetic changes to tc-i386.[ch] + extend x86 gas testsuite jmp andAlan Modra2-17/+13
2000-01-142000-01-13 Clinton Popetz <cpopetz@cygnus.com>Clinton Popetz2-0/+33
2000-01-03ELF visibility patch from Martin LoewisNick Clifton1-0/+48
1999-12-27x86 indirect jump/call syntax fixes. Disassembly fix for lcall.Alan Modra1-8/+8