aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2000-06-20TI C54x target.Timothy Wall3-0/+5702
2000-06-19Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add supportNick Clifton5-6/+2949
2000-06-19Fix compile time warningsNick Clifton2-65/+69
2000-06-17Typo fix: Change BFD_ASSEMLER to BFD_ASSEMBLER.Nick Clifton1-1/+1
2000-06-16Add -mcpu=rmXXXX switch.Nick Clifton1-1/+17
2000-06-15 * config/tc-mips.h: Remove definition of ONLY_STANDARD_ESCAPES.Ulf Carlsson1-1/+0
2000-06-14 * config/tc-hppa.c (pa_export): Weak symbols can be global.Jeff Law1-1/+6
2000-06-09Don't treat `;' as a line separator by default.Alan Modra11-23/+14
2000-06-08Assign correct reloc value to size 1 constant valued fixes.Nick Clifton1-5/+6
2000-06-08* config/tc-alpha.c (md_undefined_symbol): Properly understand that $atDavid O'Brien1-1/+1
2000-06-08unwind bug fixes needed for today's gcc patch.Jim Wilson1-21/+16
2000-06-07Patch from David Mosberger, cleanups to improve 32b-x-64b cross support.Jim Wilson1-1/+128
2000-06-07 * config/tc-avr.c (avr_operand): fix the fomratting of the comment.Denis Chertykov1-1/+3
2000-06-07 * config/tc-avr.c (AVR_ISA_???): moved to include/opcode/avr.hDenis Chertykov1-215/+28
2000-06-03Update md_shortopts to what we actually handle.Alan Modra1-2/+2
2000-06-02is_end_of_line fixes.Alan Modra5-12/+12
2000-06-01The ARM assembler is not assembling the following instructionScott Bambrough1-2/+5
2000-05-29Fix compile time warning messages.Nick Clifton2-48/+52
2000-05-27* config/tc-mn10300.c (md_assemble): Copy size to real_size beforeAlexandre Oliva1-2/+4
2000-05-26 * config/tc-sparc.c (sparc_relax): New.Jakub Jelinek1-1/+102
2000-05-25New short-conditional-branch packing rules for D10V.Donald Lindsay1-46/+84
2000-05-25IA-64 unwind info changes, fix errors, add missing pieces, and some cleanup.Jim Wilson2-328/+1093
2000-05-23Pass jump reloc in fr_var so it can be used inAlan Modra1-30/+27
2000-05-23 * config/tc-ia64.c (FUNC_PC_RELATIVE): New.Richard Henderson1-76/+142
2000-05-22 * obj.h (struct format_ops): New members begin, app_file,Hans-Peter Nilsson7-18/+225
2000-05-22Keep a reloc for jumps to weak and external symbols.Alan Modra1-10/+16
2000-05-19 * config/tc-hppa.c (md_apply_fix): Mask out immediate bits ofJeff Law1-4/+4
2000-05-15Add support for _x and _s flags to MSR instructionNick Clifton1-138/+166
2000-05-14Apply David O'Brien's comment patch.Phil Blundell16-68/+45
2000-05-14Kazu Hirata's output reloc for mov.Alan Modra1-17/+15
2000-05-14New fileAlan Modra1-0/+30
2000-05-13Add x86 gas -q option to quiet some x86 gas warnings.Alan Modra1-55/+48
2000-05-13`.arch cpu_type' pseudo for x86.Alan Modra2-114/+197
2000-05-12* config/tc-mn10300.h (md_end): Define.Alexandre Oliva2-1/+31
2000-05-11(md_estimate_size_before_relax): Use the external version ofAlan Modra1-1/+6
2000-05-09Unwind info bug fixes from David Mosberger.Jim Wilson1-7/+6
2000-05-08Michael Sokolov's 68000 patches + assorted compiler warning fixes.Alan Modra1-40/+44
2000-05-03* config/tc-ppc.c (pre_defined_registers): Add entries for vectorJ.T. Conklin1-1/+72
2000-05-03 * config/atof-ieee.c (gen_to_words): When adding carry back in,Ian Lance Taylor1-2/+4
2000-05-03Fix little endian relocsNick Clifton1-12/+12
2000-05-03go32 bss alignment.Alan Modra1-0/+1
2000-05-02Assorted code cleanup and fixes for hppa. Re-enable elf32-hppa asAlan Modra5-223/+111
2000-05-01 * config/tc-avr.c: ATTRIBUTE_UNUSED added to the necessary places.Denis Chertykov1-59/+50
2000-05-01 * config/tc-avr.c: New AVR_ISA_ defined.Denis Chertykov1-48/+185
2000-04-26 Add XCOFF64 support.Clinton Popetz3-24/+72
2000-04-25Remove '/' from comment_chars for FreeBSD so divide operator works.Alan Modra1-3/+3
2000-04-25Use record_alignment, not bfd_set_section_alignment.Alan Modra1-2/+2
2000-04-25Keep shift count smaller than 32.Alan Modra1-2/+2
2000-04-24Document behaviour of .align 0 for ARM targets.Nick Clifton1-2/+0
2000-04-24 * obj-som.c: Terminate obj_pseudo_table.Jeff Law1-1/+2