summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* * config/tc-mips.h (TC_FORCE_RELOCATION_SUB_SAME): Define.Alan Modra2002-10-012-1/+10
* 2002-09-30 H.J. Lu <hjl@gnu.org>H.J. Lu2002-10-012-4/+4
* 2002-09-30 H.J. Lu <hjl@gnu.org>H.J. Lu2002-10-012-2/+3
* 2002-09-30 H.J. Lu <hjl@gnu.org>H.J. Lu2002-09-302-0/+9
* 2002-09-30 H.J. Lu <hjl@gnu.org>H.J. Lu2002-09-302-2/+6
* [gas/]Richard Sandiford2002-09-3017-10/+789
* 2002-09-29 H.J. Lu <hjl@gnu.org>H.J. Lu2002-09-302-2/+19
* * config/tc-vax.c (md_estimate_size_before_relax): Only try toJason Thorpe2002-09-282-7/+13
* 2002-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>Daniel Jacobowitz2002-09-286-0/+47
* * gas/vax/elf-rel.[ds]: New test.Jason Thorpe2002-09-274-2/+87
* bfd/Jakub Jelinek2002-09-272-4/+36
* 2002-09-27 H.J. Lu <hjl@gnu.org>H.J. Lu2002-09-275-1/+21
* * config/tc-avr.c (md_apply_fix3): Reinstate code handling pcrelAlan Modra2002-09-272-0/+16
* Fix v850 .offset pseudo-opJim Wilson2002-09-262-5/+10
* /gas/ChangeLogThiemo Seufer2002-09-2610-5/+59
* * config/tc-mips.c (append_insn): Fix jump overflow check.Thiemo Seufer2002-09-265-10/+18
* * config/tc-i386.c (process_operands): Warn about "lea" segmentAlan Modra2002-09-242-9/+15
* Add LDM and STM instructions which are unpredictable because of their use ofNick Clifton2002-09-233-0/+14
* * write.c: Delete set_segment_vma and prototype. Update all callers.DJ Delorie2002-09-232-25/+4
* * config/tc-i386.c (md_apply_fix3): Replace S_IS_EXTERNAL,Alan Modra2002-09-215-35/+49
* Fix UNPREDICATABLE use of writeback in LDM/STM instructions.Nick Clifton2002-09-213-6/+12
* symbols.c (colon): Do not allow symbols to be created in the absolute sectionNick Clifton2002-09-202-8/+10
* Do not allow symbols to be created in the absolute section.Nick Clifton2002-09-202-1/+12
* * expr.c (expr): Simplify foo-foo here.Alan Modra2002-09-202-31/+19
* * write.h (struct fix): Add fx_dot_value.Alan Modra2002-09-194-1/+22
* bfd/Jakub Jelinek2002-09-197-16/+77
* * config/tc-alpha.c (md_pcrel_from): Only adjust special forRichard Henderson2002-09-196-9/+66
* Handle situation where architecture has not yet been selected.Nick Clifton2002-09-192-0/+10
* [ gas/ChangeLog ]Chris Demetriou2002-09-181-0/+1
* [ gas/ChangeLog ]Chris Demetriou2002-09-186-16/+268
* [ gas/ChangeLog ]Chris Demetriou2002-09-185-0/+27
* [ gas/testsuite/ChangeLog ]Chris Demetriou2002-09-186-0/+125
* * config/tc-mips.c (s_change_section): Fix parsing. Code cleanup.Thiemo Seufer2002-09-182-8/+10
* * tc-mips.c (load_address): Use BFD_RELOC_MIPS_GOT_DISP for newabi.Stan Cox2002-09-182-44/+94
* Note that an implemented BFD_RELOC_ARM_IMMEDIATE has been done.Nick Clifton2002-09-172-6/+41
* 2002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>Thiemo Seufer2002-09-174-0/+17
* * config/tc-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.Alan Modra2002-09-172-65/+240
* * config/tc-mips.c (pdr_seg): Define only for ELF.Thiemo Seufer2002-09-172-4/+12
* * config/obj-elf.c (obj_elf_change_section): Move prototype toThiemo Seufer2002-09-173-2/+8
* * dwarf2dbg.c (out_debug_abbrev): Add support for the DW_AT_name field.Richard Henderson2002-09-172-0/+16
* 2002-09-16 Bruno Haible <bruno@clisp.org>David O'Brien2002-09-174-3/+25
* Do not count FAKE operands when deciding if any operands have been skipped.Nick Clifton2002-09-132-1/+14
* New TI port supports both C4x and C3x series of DSPs.Nick Clifton2002-09-112-2/+4
* Update translationsNick Clifton2002-09-112-1655/+2724
* * config/tc-i386.c (md_apply_fix3): Allow addend forJakub Jelinek2002-09-112-3/+6
* * config/tc-hppa.c (md_apply_fix3): Don't set fx_done forJeff Law2002-09-093-4/+11
* 2002-09-08 Ben Elliston <bje@redhat.com>Ben Elliston2002-09-0913-23/+26
* correct entryAlan Modra2002-09-061-3/+2
* * gas/i386/absrel.s: New.Alan Modra2002-09-0512-18/+252
* gas reloc rewrite.Alan Modra2002-09-0595-1786/+1801