aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
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
2000-04-23Clean up F-unit assembly and tests.Timothy Wall1-2/+15
2000-04-21 * config/tc-hppa.c (md_apply_fix): Handle new PA2.0 formats.Jeff Law1-2/+125
2000-04-21IA-64 ELF support.Jim Wilson2-0/+8513
2000-04-21 * config/tc-d30v.c (write_2_short): Disregard opcode1->ecc whenRichard Henderson1-2/+1
2000-04-20* config/tc-mn10300.c (HAVE_AM30): Define.Alexandre Oliva1-1/+3
2000-04-20Check for changed section attributes.Alan Modra1-37/+57
2000-04-182000-04-18 H.J. Lu (hjl@gnu.org)H.J. Lu1-6/+6
2000-04-1764 bit bfd fix.Alan Modra1-4/+9
2000-04-13Remove U suffix from constants for K&R compilers.Alan Modra1-6/+6
2000-04-12Apply patch to fix compuation of frag offsets for symbolsNick Clifton1-12/+33
2000-04-12Apply Andrew Cagney's patch to fix use of 'struct fix'.Nick Clifton2-3/+7
2000-04-10Fix 64-bit nits.Alan Modra1-64/+58
2000-04-08Add support for BFD_RELOC_{ARM|THUMB}_PCREL_BLX relocs.Nick Clifton1-1/+25
2000-04-05opcodes:Joern Rennecke1-1/+7
2000-04-05sh-dsp REPEAT support:Joern Rennecke1-42/+127
2000-04-05* config/tc-sparc.c (sparc_ip): Avoid string pasting.Alexandre Oliva1-2/+1
2000-04-03* config/tc-mn10300.c (md_pseudo_table): Use constant names.Alexandre Oliva1-14/+17
2000-04-03Move bug report string to one place.Alan Modra1-1/+1
2000-04-03Correct 2000-02-26 change.Alan Modra1-4/+4
2000-04-02 * config/tc-d30v.c (check_range): Allow signed or unsigned 32-bitRichard Henderson1-15/+19
2000-04-02 * app.c: Add ATTRIBUTE_UNUSED as needed.Ian Lance Taylor1-14/+14
2000-04-01Flush any pending instructiuons before emitting data into the instruction str...Nick Clifton1-0/+1
2000-03-29Fix SUB_SEGMENT_ALIGN macor for BFD_ASSEMBLERNick Clifton1-9/+11
2000-03-29Add "bal" instruction pattern.Nick Clifton1-0/+1
2000-03-27 * config/tc-sh.c (md_show_usage): Use backslash before newline inIan Lance Taylor1-2/+2
2000-03-27ATMEL AVR microcontroller support.Alan Modra2-0/+1370
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