aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Collapse)AuthorFilesLines
1999-08-28 * config/tc-hppa.c (pa_ip): Add case for 'I'.Jeff Law2-0/+10
1999-08-28 * gas/testsuite/gas/hppa/basic/basic.exp (do_fp_comp2): New.Jeff Law3-0/+94
* gas/testsuite/gas/hppa/basic/fp_comp2.s: New.
1999-08-27Apply Jim Wilson's patch to track current frag for line number changes.Nick Clifton2-13/+32
1999-08-26This makes the line number info for the end of a function match what theNick Clifton2-2/+15
standard specifies. The current code could confuse a debugger.
1999-08-26Applied patch from Jim Wilson to fix several bugs in line table generation.Nick Clifton2-5/+19
1999-08-20*gas/config/tc-i386.c: Fix errors in displacement size whenAlan Modra5-4/+37
automatically inferring an address prefex.
1999-08-18If an offset is invalid, display it.Nick Clifton2-7/+14
1999-08-17 * config/tc-ppc.c (md_assemble): Trim @ha constant to 16 bits, toIan Lance Taylor2-2/+8
handle 0xffffNNNN constants correctly.
1999-08-171999-08-17 H.J. Lu <hjl@gnu.org>Ian Lance Taylor2-2/+8
* gas/elf/elf.exp: Expected to fail on alpha*-*-*.
1999-08-16Look for register conflicts on stores as well as loads.Nick Clifton2-18/+22
1999-08-13Only pass positive values to validate_offset_imm()Nick Clifton2-16/+25
1999-08-12Tidy up formatting.Nick Clifton2-261/+204
Fix Thubm weak function support.
1999-08-11config/tc-i386.c: Remove dead codeAlan Modra2-6/+5
1999-08-11 * config/tc-hppa.c (pa_build_unwind_subspace): Use sane sectionJeff Law2-1/+5
flags for the unwind subspace.
1999-08-10Fix typos in last change.Jeff Law1-3/+3
1999-08-10 * config/tc-hppa.c (UNWIND_SECTION_NAME): Define for ELF.Jeff Law2-7/+28
(pa_build_unwind_subspace): Remove #if 0 wrapper. Select a suitable relocation based on the size of the target's pointer. Always Use subsegment zero for the unwinders. (pa_level): Handle "2.0w".
1999-08-09rebuild with patched automakeIan Lance Taylor1-1/+1
1999-08-09 * config/tc-d30v.c (write_2_short): Don't group repeat instructionsJoern Rennecke2-3/+12
with the following instruction unless this was specified.
1999-08-09 * config/tc-i386.h (SUB_SEGMENT_ALIGN): If TE_GO32, return 4 forIan Lance Taylor2-0/+20
certain sections, to match BFD changes.
1999-08-09 * gas/i386/float.s, gas/i386/float.l: Modify to work correctlyIan Lance Taylor11-18/+28
when gas uses 2**4 alignment for .text. * gas/i386/general.s, gas/i386/general.l: Likewise. * gas/i386/katmai.s, gas/i386/katmai.d: Likewise. * gas/i386/modrm.s, gas/i386/modrm.l: Likewise. * gas/i386/prefix.s, gas/i386/prefix.d: Likewise.
1999-08-081999-08-08 Mumit Khan <khan@xraylith.wisc.edu>Ian Lance Taylor3-3/+10
* Makefile.am (noinst_SCRIPTS): Change .gdbinit to $(GDBINIT). (EXTRA_SCRIPTS): Define to keep automake happy.
1999-08-08 * Makefile.am: Rename .dep* files to DEP*.Ian Lance Taylor3-484/+492
(MKDEP): Rename from DEP. Change all uses. Use $${srcdir} rather than $(srcdir). Rename TCDEP targets to DEPTC. Rename OBJDEP targets to DEPOBJ. * Makefile.in: Rebuild.
1999-08-08 * config/tc-sparc.c (sparc_ip): Allow assembly of %lo()+%reg.Richard Henderson2-1/+8
1999-08-08 * Makefile.am: Change all uses of itbl-test-ops to itbl-tops toIan Lance Taylor3-7/+11
avoid problems on DOS filesystems. * Makefile.in: Rebuild.
1999-08-08 * doc/as.texinfo (Section): Document 's' flag for COFF version.Ian Lance Taylor3-0/+13
1999-08-08 Mumit Khan <khan@xraylith.wisc.edu> * config/obj-coff.c (obj_coff_section): Handle 's' (shared) section flag.
1999-08-08comment additionsIan Lance Taylor2-1/+5
1999-08-08 * configure.in: Define and substitute GDBINIT. Change AC_OUTPUTIan Lance Taylor5-171/+200
line to crate ${GDBINIT} rather than .gdbinit. * configure, Makefile.in, doc/Makefile.in: Rebuild.
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.