aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Collapse)AuthorFilesLines
1999-08-06 * config/tc-hppa.c (pa_ip, case '?'): Add missing break.Jeff Law2-0/+5
1999-08-06 * config/tc-hppa.c (pa_ip): Add 64 bit condition completers.Jeff Law2-6/+106
1999-08-061999-08-06 Jakub Jelinek <jj@ultra.linux.cz>Ian Lance Taylor2-9/+18
* config/tc-sparc.h (tc_fix_adjustable): Fix check for PIC local non-adjustable symbols.
1999-08-05 * config/tc-hppa.c (pa_ip): Change condition args to have '?' prefix.Jeff Law2-399/+415
1999-08-05Fix year.Joern Rennecke1-1/+1
1999-08-05 * config/tc-sh.c (md_assemble): Call as_bad when there are excessJoern Rennecke2-2/+17
operands.
1999-08-051999-08-05 Donn Terry <donn@interix.com>Ian Lance Taylor4-166/+188
* config/te-interix.h: New file. * configure.in (i386-*-interix*): New target. * configure: Rebuild.
1999-08-05 * config/tc-hppa.c (pa_chk_field_selector): Allow 3 byteJeff Law2-2/+8
selectors for ELF too. (selector_table): Add "ltp" and "rtp" selectors.
1999-08-04Support for gcc to generate 16-bit i386 code. (.code16gcc)Alan Modra4-40/+99
1999-08-03 * config/obj-coff.c (coff_frob_symbol): Always update set_end withIan Lance Taylor6-75/+82
next_set_end even if the end symbol is being discarded. * gasp.c: Add ATTRIBUTE_UNUSED as needed for non-BFD_ASSEMBLER. * output-file.c, symbols.c, config/tc-i386.c: Likewise. * config/obj-coff.c: Likewise. (seg_info_type): Remove. (seg_info_off_by_4): Change to array of segT. (s_get_segment): Adjust accordingly. (obj_pseudo_table): Fully initialize sentinel entry.
1999-08-03 * config/tc-mips.c (append_insn): Correct INSN_SYNC test. FromIan Lance Taylor2-1/+6
Ralf Baechle <ralf@uni-koblenz.de>.
1999-08-03Rationalize some of the i386 intel mode code.Alan Modra2-946/+892
Indentation and white space changes.
1999-08-03* config/tc-i386.c: Add INFER_ADDR_PREFIX code. Fix 16 bit mode nop.Alan Modra2-395/+436
1999-07-30Jakub Jelinek <jj@ultra.linux.cz>Richard Henderson4-2/+159
* config/tc-sparc.c (md_longopts): Add --no-undeclared-regs option. (sparc_ip): Warn if %g2 or %g3 register is used and not covered by .register pseudo-op if -64 and --no-undeclared-regs. (s_register, sparc_adjust_symtab): New functions. * config/tc-sparc.h (tc_adjust_symtab, sparc_adjust_symtab): Declare sparc_adjust_symtab as tc_adjust_symtab. * doc/c-sparc.texi: Add description of #ignore special literal for .register pseudo-op.
1999-07-30Fix up vtable entry relocsCatherine Moore2-0/+10
1999-07-28Fix an overflow checking bug uncovered when a 32 bit target is compiledAlan Modra3-18/+13
with a 64 bit bfd.
1999-07-28 * config/tc-hppa.c (pa_ip): Add 'J' and 'K' codeJeff Law2-0/+29
processing.
1999-07-27 * config/tc-sparc.h (tc_fix_adjustable): Don't adjust GOT, PLT, orIan Lance Taylor2-0/+11
VTABLE relocations.
1999-07-27Tweak for when --enable-targets includes 64-bit bfd target.Alan Modra2-1/+6
1999-07-221999-07-21 Mark Elbrecht <snowball3@bigfoot.com>Ian Lance Taylor2-2/+5
* config/te-go32.h (COFF_LONG_SECTION_NAMES): Define.
1999-07-22 From Mark Elbrecht:Ian Lance Taylor3-150/+6
* configure.bat: Remove; obsolete. * config/go32.cfg: Likewise.
1999-07-221999-07-21 Brad M. Garcia <bgarcia@fore.com>Ian Lance Taylor3-166/+173
* configure.in (i386-*-vxworks*): New target. * configure: Rebuild.
1999-07-16Jakub Jelinek <jj@ultra.linux.cz>Richard Henderson2-1/+17
* doc/c-sparc.texi: Document .register and .nword pseudo-ops.
1999-07-16Jakub Jelinek <jj@ultra.linux.cz>Richard Henderson3-6/+66
* config/tc-sparc.c (sparc_ip): Allow OLO10 relocations on -64 and not pic. (output_insn): Put OLO10's secondary addend into tc_fix_data. (md_apply_fix3): Handle BFD_RELOC_SPARC_OLO10. (tc_gen_reloc): Return two relocs for OLO10, LO10 and SPARC13. * config/tc-sparc.h (RELOC_EXPANSION_POSSIBLE, MAX_RELOC_EXPANSION): Define. (TC_FIX_TYPE, TC_INIT_FIX_DATA, TC_FIX_DATA_PRINT): Likewise.
1999-07-16* gas/config/tc-i386.c: Fix for immediates and displacements in 16-bitAlan Modra2-48/+66
mode when no insn suffix present, eg. push $0x12345678. Fix some compiler warnings. Disallow immediate jump absolute.
1999-07-15 * configure.in: Bump version number to 2.9.5.Ian Lance Taylor3-2/+5
* configure: Rebuild.
1999-07-15 * dwarf2dbg.c (dwarf2_gen_line_info): Don't assume that long longIan Lance Taylor2-2/+7
or %llx work.
1999-07-15dJeff Law1-1/+2
* config/tc-hppa.c (md_pseudo_table): Add ".dword" pseudo-op. (cons_fix_new_hppa): Derive size of fixup from size of the object.
1999-07-15 Jeff Law1-0/+5
* config/tc-hppa.c (md_pseudo_table): Add ".dword" pseudo-op. (cons_fix_new_hppa): Derive size of fixup from size of the object.
1999-07-15oops - omitted from previous deltaNick Clifton1-0/+3
1999-07-15Apply patch from Philip Blundell <pb@nexus.co.uk>Nick Clifton3-33/+19
Prepend LOCAL_LABEL_PREFIX (if defined) to local symbols. ARM: Set F_SOFTFLOAT in the output file if -mno-fpu was given.
1999-07-14 * write.c (cvt_frag_to_fill): Use frag file and line in rs_orgIan Lance Taylor2-4/+20
error message. (relax_segment): Likewise. After giving a rs_org error, convert the frag to rs_align to avoid cascading errors.
1999-07-12 * config/tc-m68k.c: Add some ATTRIBUTE_UNUSED.Andreas Schwab2-29/+33
1999-07-11 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor12-85/+128
as appropriate. Fill in structure initializations. Add variable initializations. Add casts. * dwarf2dbg.c (print_stats): Change i to size_t. * listing.c (listing_listing): Change list_line to unsigned int.
1999-07-11rebuildIan Lance Taylor1-215/+226
1999-07-09 * config/tc-ppc.h (tc_fix_adjustable) [OBJ_ELF]: Call S_IS_LOCALIan Lance Taylor3-4/+8
rather than checking for \001 and \002 in symbol name. * config/tc-sparc.h (tc_fix_adjustable) [OBJ_ELF]: Likewise.
1999-07-08 * configure.in (hppa*-linux-gnu*): New target.Jeff Law3-226/+222
* configure: Rebuilt.
1999-07-08Document .thumb_set directive.Nick Clifton2-1/+13
1999-07-07Use symbol_get_obj() rather than accessing symbolP directly.Nick Clifton2-2/+7
1999-07-06hJeff Law1-1/+2
* config/tc-hppa.h (tc_frob_symbol): Always punt "$global$" symbol for ELF.
1999-07-06ΓΏJeff Law1-0/+5
* config/tc-hppa.h (tc_frob_symbol): Always punt "$global$" symbol for ELF.
1999-07-05Add support for armv5 architectureNick Clifton3-37/+258
Add ADRL pseudo op.
1999-07-01hJeff Law1-8/+6
* config/tc-hppa.c (pa_ip): Convert the opcode and all completers into lower case.
1999-07-01 Jeff Law1-0/+5
* config/tc-hppa.c (pa_ip): Convert the opcode and all completers into lower case.
1999-06-271999-06-27 H.J. Lu <hjl@gnu.org>Ian Lance Taylor2-4/+9
* subsegs.c (subseg_text_p): Use 1/0 instead of true/false for non BFD_ASSEMBLER case.
1999-06-261999-06-26 Mumit Khan <khan@xraylith.wisc.edu>Ian Lance Taylor2-1/+6
* config/obj-coff.c (obj_coff_section): Mark writable sections as data.
1999-06-26David Mosberger <davidm@hpl.hp.com>Richard Henderson2-6/+16
* dwarf2dbg.c (dwarf2_gen_line_info): Don't call out_end_sequence() when the address decreases due to a new frag. (gen_dir_list): Set ls.file[i].dir to j + 1 (not j) because file numbering starts with 1.
1999-06-23ooops - omitted from previous delta.Nick Clifton1-0/+3
1999-06-23Make the mcore even more paranoid about section switchingNick Clifton3-22/+75
1999-06-22 * subsegs.c (subseg_text_p): Rewrite non BFD_ASSEMBLER case to useIan Lance Taylor2-4/+38
a list of names, to try obj_segment_name, and to try abbreviated names when using COFF without long section names.