aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Collapse)AuthorFilesLines
1999-05-29Include pipeline offset in addend unless dealing with an old ABI.Nick Clifton2-9/+12
1999-05-28 -Wchar-subscripts cleanupDoug Evans6-26/+40
* listing.c (listing_newline): Use unsigned char variable, so calls to isascii,iscntrl are correct. * atof-generic.c (atof_generic): Cast arg to isdigit, et. al. with (unsigned char). * ecoff.c (ecoff_directive_ent,ecoff_stab): Ditto. * config/obj-elf.c (obj_elf_vtable_inherit): Ditto. * config/tc-mips.c (mips_ip,mips16_ip): Ditto. (my_getSmallExpression,get_number,s_mips_ent): Ditto.
1999-05-271999-05-28 Torbjorn Granlund <tege@matematik.su.se>Ian Lance Taylor3-11/+195
* config/tc-m68k.c (m68k_ip): Check for disallowed index register width for Coldfire. (arch_coldfire_p): New #define. (m68k_ip, m68k_init_after_args): Use arch_coldfire_p. 1999-05-28 Linus Nordberg <linus.nordberg@canit.se> * config/tc-m68k.c (install_operand): Add places `n', `o'. * config/tc-m68k.c (m68k_ip): Add formats `E', `G', `H'. (install_operand): Add place `N'. (init_table): Add registers ACC, MACSR, MASK. * config/m68k-parse.h (m68k_register): Add ACC, MACSR, MASK. * config/tc-m68k.c: Change mcf5200 --> mcf. (archs): Add mcf5206e, mcf5307. (m68k_ip): Add format `u'. (install_operand): Add place `m', `M', `h'. (init_table): Add upper/lower registers. * config/m68k-parse.h (m68k_register): Add upper/lower registers.
1999-05-27 * gas/vtable/vtable.exp: Don't run test for i960 yet.Ian Lance Taylor2-0/+9
1999-05-271999-05-28 Martin Dorey <mdorey@madge.com>Ian Lance Taylor7-285/+1158
* config/tc-i960.c: Several minor changes to add ELF and BFD_ASSEMBLER support. * config/tc-i960.h: Likewise. * configure.in (i960-*-elf*): New target. * aclocal.m4, configure: Rebuild.
1999-05-27rebuild dependenciesIan Lance Taylor2-3/+6
1999-05-24ÿAlan Modra1-1/+1
Fiz i386-iaout breakage introduced by last patch.
1999-05-24èAlan Modra1-0/+5
Fiz i386-iaout breakage introduced by last patch.
1999-05-22Accept 'sp' as a valid register name.Nick Clifton2-73/+78
1999-05-17Update to match lattest assembler/objdump outpuytNick Clifton2-132/+135
1999-05-17ØAlan Modra2-0/+342
Add missing files from last change in gas/testsuite. i386-dis.c: Catch a number of cases where an invalid modrm would result in bogus disassembly. const lots of places.
1999-05-17èAlan Modra1-1/+4
Move bitfield overflow checks to after the md_apply_fix call in fixup_segment so that md_apply_fix has a chance to modify value. Handle 8 and 16-bit pcrel relocs for i386. Prototypes and other minor code cleanups.
1999-05-17nAlan Modra1-27/+48
Move bitfield overflow checks to after the md_apply_fix call in fixup_segment so that md_apply_fix has a chance to modify value. Handle 8 and 16-bit pcrel relocs for i386. Prototypes and other minor code cleanups.
1999-05-17*** empty log message ***Alan Modra1-7/+6
1999-05-17/Alan Modra4-25/+38
Move bitfield overflow checks to after the md_apply_fix call in fixup_segment so that md_apply_fix has a chance to modify value. Handle 8 and 16-bit pcrel relocs for i386. Prototypes and other minor code cleanups.
1999-05-17 Alan Modra1-0/+25
Move bitfield overflow checks to after the md_apply_fix call in fixup_segment so that md_apply_fix has a chance to modify value. Handle 8 and 16-bit pcrel relocs for i386. Prototypes and other minor code cleanups.
1999-05-14 * config/atof-ieee.c (gen_to_words): Correctly round aAndreas Schwab2-4/+29
denormalized number. Fix off-by-one in range checking for exponent in a denormal.
1999-05-13Joel Sherrill (joel@OARcorp.com)Richard Henderson3-167/+175
* configure.in (i386-*-rtemself*, sh-*-rtemself*): New targets.
1999-05-13PAlan Modra9-9/+35
i386 PIII SIMD support, remove ReverseRegRegmem kludge tidy a few things in i386 intel mode disassembly
1999-05-13XAlan Modra1-9/+16
i386 PIII SIMD support, remove ReverseRegRegmem kludge tidy a few things in i386 intel mode disassembly
1999-05-13ÿAlan Modra1-39/+28
i386 PIII SIMD support, remove ReverseRegRegmem kludge tidy a few things in i386 intel mode disassembly
1999-05-13 Alan Modra1-0/+13
i386 PIII SIMD support, remove ReverseRegRegmem kludge tidy a few things in i386 intel mode disassembly
1999-05-08 * config/tc-ppc.c (md_parse_option): Recognize -mppc64bridge.Richard Henderson2-3/+15
(md_begin): Allow ppc32 insns in ppc64bridge mode. (ppc_insert_operand): Accept SIGNOPT in ppc64 mode.
1999-05-06 * config/tc-i386.c (i386_immediate): Skip whitespace beforeRichard Henderson2-0/+8
complaining about junk after expression. (i386_displacement): Likewise.
1999-05-06 * symbols.c (symbol_find_base): Use memcpy instead of strcpy.Richard Henderson2-10/+22
Don't copy before downcaseing.
1999-05-05 * tc-m68k.c: Include elf/m68k.h.Catherine Moore3-1/+21
(m68k_elf_final_processing): New routine. * tc-m68k.h (elf_tc_final_processing m68k_elf_final_processing): Define.
1999-05-03 * config/tc-hppa.c (md_apply_fix): Handle 22 bit fmt insn like aJeff Law2-4/+9
17 bit fmt insn.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson994-0/+276712