aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2001-09-27Add missing function protoypes.Nick Clifton1-1/+4
2001-09-25* config/tc-mn10300.c (tc_gen_reloc): Don't emit an *ABS*Alexandre Oliva1-4/+33
2001-09-24fix compile time warning messagesNick Clifton2-5/+7
2001-09-22Fix compile time warningsNick Clifton1-1/+1
2001-09-21 * config/tc-openrisc.c: Don't include <ctype.h>.Alan Modra1-1/+0
2001-09-20Add option -mwarn-areg-zero.Nick Clifton1-46/+57
2001-09-19 * config/tc-i370.c: Fix typo in last change.Alan Modra1-1/+1
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu43-445/+422
2001-09-18s390 assembler improvements and testsuiteNick Clifton1-5/+8
2001-09-18 * dwarf2dbg.c (dwarf2_directive_file): Avoid signed/unsigned warning.Alan Modra4-14/+15
2001-09-15 * config/tc-sh.h (sh_force_relocation): Prototype.Hans-Peter Nilsson2-34/+32
2001-09-142001-09-14 Eric Christopher <echristo@redhat.com>Eric Christopher1-2/+0
2001-09-12 * config/tc-mips.c (append_insn): Don't rightshift BFD_RELOC_16_PCREL.Thiemo Seufer1-1/+1
2001-09-11 * config/tc-alpha.c (alpha_elf_section_letter): New.Richard Henderson4-0/+49
2001-09-11 * config/obj-elf.c (obj_elf_parse_section_letters): Use 'M' insteadJakub Jelinek3-5/+5
2001-09-09 * expr.c (expr): Move code setting "retval" to the end of the loop,Alan Modra2-14/+26
2001-09-08 * config/tc-alpha.c (alpha_reloc_op_tag): Replace need_seq withRichard Henderson1-27/+31
2001-09-07 * config/tc-sparc.c (md_apply_fix3): Handle relocs against SEC_MERGEJakub Jelinek1-0/+1
2001-09-07 Reallow unrestricted use of .set mipsX pseudo-op in gas.Thiemo Seufer1-0/+45
2001-09-07 * elf32-mips.c (mips_elf_calculate_relocation): Fix overflow handlingThiemo Seufer1-11/+33
2001-09-05 * config/tc-ia64.c (FUNC_IPLT_RELOC): New.Richard Henderson1-0/+25
2001-09-05 * config/tc-alpha.c (struct alpha_insn): Make sequence scalar long.Richard Henderson2-833/+567
2001-09-05 * tc-h8300.c (tc_gen_reloc): Give an error if we try to take theJeff Law1-2/+12
2001-08-31 * config/tc-h8300.c (build_bytes): For OBJ_ELF, make relocation'sJeff Law1-2/+34
2001-08-312001-08-31 Eric Christopher <echristo@redhat.com>Eric Christopher1-17/+10
2001-08-31 * tc-h8300.c (relocation mappings): Remove. Moved to tc-h8300.h.Jeff Law2-18/+45
2001-08-30Nuts. Checked in wrong version of previous patch. Fixed.Jeff Law1-3/+4
2001-08-30Thu Aug 30 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com>Jeff Law1-0/+38
2001-08-29 * tc-h8300.c: If OBJ_ELF, include elf/h8.h, and defineJeff Law2-1/+23
2001-08-29 * config/tc-h8300.c (h8300hmode): Record the machine typeJeff Law1-0/+13
2001-08-27 * tc_mips.c (load_address): Reflect change to MAX_GPREL_OFFSET.Thiemo Seufer1-2/+2
2001-08-27 * configure.in: Recognise powerpc*le*, not just powerpcle*.Alan Modra2-98/+418
2001-08-26 * config/tc-s390.c: Add missing prototypesAndreas Jaeger1-1/+17
2001-08-26 * tc_mips.h (MAX_GPREL_OFFSET): Change it to the maximum allowedThiemo Seufer2-17/+14
2001-08-24 * config/tc-ppc.h: Fix prototype declaration.Andreas Jaeger1-9/+9
2001-08-23 * config/tc-ia64.c (dot_endp): Set function symbol sizes.Jakub Jelinek2-4/+54
2001-08-21 * tc_mips.c (md_begin): Warn about incompatibility between -march=FOOThiemo Seufer1-1/+17
2001-08-21 * config/tc-mips.c (md_parse_option): #ifdef theThiemo Seufer1-3/+7
2001-08-21 * config/tc-alpha.h (MD_APPLY_FIX3): Define.Richard Henderson2-2/+4
2001-08-182001-08-18 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+1
2001-08-18 * config/tc-mips.c (S_EX_*): New enum for my_getSmallExpression()Thiemo Seufer1-73/+149
2001-08-16Set MIPS n32 ABI flag in ELF header if appropriate.Thiemo Seufer1-0/+4
2001-08-16Remove obsolete special handling of 64bit Relocations.Thiemo Seufer2-35/+0
2001-08-13Add missing prototypesNick Clifton1-5/+10
2001-08-13 * config/tc-s390.c (s390_elf_cons): Correct fixups for PLTAndreas Jaeger1-55/+57
2001-08-12Fix behaviour of unaligned data directivesNick Clifton1-2/+2
2001-08-11 * config/tc-mips.c: Fix a comment typo.Kazu Hirata1-1/+1
2001-08-10 * config/tc-mips.c (move_register): New function.Richard Sandiford1-13/+27
2001-08-10Revert 2001-08-08 changes.Alan Modra1-28/+32
2001-08-09 * symbols.c: Add missing prototypes.Alan Modra5-17/+40