aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mips.c
AgeCommit message (Expand)AuthorFilesLines
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-07Replace a bunch of magic constants in tc-mips.c with their properThiemo Seufer1-42/+48
2001-08-07Some formatting fixes and assorted cleanup in tc-mips.c.Thiemo Seufer1-98/+55
2001-08-07 * config/tc-mips.c (md_begin): Take -mcpu value into account even whenThiemo Seufer1-13/+52
2001-08-03 * config/tc-mips.c (md_apply_fix): Don't subtract the symbol valueRichard Sandiford1-1/+3
2001-08-02 * doc/c-mips.tex (-mgp32, -mfp32): Added -mfp32, unified with -mgp32.Richard Sandiford1-252/+162
2001-07-252001-07-25 H.J. Lu <hjl@gnu.org>H.J. Lu1-2/+4
2001-07-252001-07-25 Chris Demetriou <cgd@broadcom.com>Chris Demetriou1-1/+1
2001-07-23 * symbols.c (S_GET_VALUE): Don't treat O_constant and localAlan Modra1-1/+1
2001-07-222001-07-22 H.J. Lu <hjl@gnu.org>H.J. Lu1-3/+1
2001-07-042001-07-04 Eric Christopher <echristo@redhat.com>Eric Christopher1-0/+10
2001-07-04[gas]Richard Sandiford1-2/+37
2001-06-292001-06-28 Eric Christopher <echristo@redhat.com>Eric Christopher1-67/+102
2001-06-112001-06-11 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+1
2001-06-092001-06-08 H.J. Lu <hjl@gnu.org>H.J. Lu1-3/+14
2001-06-092001-06-08 H.J. Lu <hjl@gnu.org>H.J. Lu1-6/+15
2001-06-092001-06-08 H.J. Lu <hjl@gnu.org>H.J. Lu1-3/+10
2001-06-08 * Makefile.am: 'som' is not wrongly spelled 'some'.Alan Modra1-63/+60
2001-06-072001-06-07 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+5
2001-05-23Add MIPS r12k supportNick Clifton1-1/+8
2001-05-22 * symbols.c (resolve_symbol_value): Remove "finalize" param,Alan Modra1-1/+1
2001-04-292001-04-29 Keith M Wesolowski <wesolows@foobazco.org>H.J. Lu1-1/+3
2001-04-082001-04-07 Steven J. Hill <sjhill@cotw.com>H.J. Lu1-1/+2
2001-03-30Pass finalize_syms on calls to resolve_symbol_value.Alan Modra1-1/+1
2001-03-08Fix copyright noticesNick Clifton1-1/+1
2001-02-11Apply several patches from Maciej W. RozyckiNick Clifton1-7/+23
2001-02-102001-02-10 Chris Demetriou <cgd@broadcom.com>Chris Demetriou1-0/+4
2000-12-28 * as.h (rs_align_test): New.Richard Henderson1-19/+22
2000-12-12Fix formattingNick Clifton1-22/+35
2000-12-052000-12-05 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-221/+212
2000-12-02Add MIPS SB1 machineNick Clifton1-0/+7
2000-12-02Add MIPS V and MIPS 64 machine numbersNick Clifton1-9/+36
2000-12-01Add MIPS32 as a seperate MIPS architectureNick Clifton1-350/+323
2000-12-01Improve MIPS32 supportNick Clifton1-22/+35
2000-12-01When calculating offsets, don't accept as constant the difference between theNick Clifton1-2/+2
2000-09-202000-09-20 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-5/+6
2000-09-14Add support for the MIPS32Nick Clifton1-140/+229
2000-09-072000-09-07 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-155/+143
2000-07-14*** empty log message ***Nick Clifton1-1/+1
2000-07-14Add new command line switch --no-construct-floatsNick Clifton1-6/+34
2000-07-07Fix comments.Nick Clifton1-2/+2
2000-07-022000-07-01 Koundinya K <kk@ddeorg.soft.net>Ulf Carlsson1-0/+23
2000-06-2816 bit immediate expr support for mipsAldy Hernandez1-8/+4
2000-06-16Add -mcpu=rmXXXX switch.Nick Clifton1-1/+17
2000-06-09Don't treat `;' as a line separator by default.Alan Modra1-1/+1
2000-05-29Fix compile time warning messages.Nick Clifton1-27/+27
2000-05-11(md_estimate_size_before_relax): Use the external version ofAlan Modra1-1/+6
2000-04-25Use record_alignment, not bfd_set_section_alignment.Alan Modra1-2/+2
2000-03-11In bfd/:Geoffrey Keating1-26/+63