aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-sparc.c
AgeCommit message (Expand)AuthorFilesLines
1993-09-10gcc lint. See ChangeLog for details. Also:Ian Lance Taylor1-45/+21
1993-08-06(md_apply_fix): Fill in values for BFD_RELOC_{32,64}, not zeros.Ken Raeburn1-12/+15
1993-08-04* obj-elf.c (obj_elf_stab_generic, in disabled code): IfKen Raeburn1-4/+24
1993-07-21 * Extensive changes to permit symbols to contain any expressionIan Lance Taylor1-29/+22
1993-07-08Oops, not all of the tc-sparc.c change was format-independent.Ken Raeburn1-0/+2
1993-07-08config/tc-sparc.c (s_common): Revamp to handle both syntaxes, and not beKen Raeburn1-24/+32
1993-07-07(sparc_ip): Initialize `len' variable to make gcc shut up.Ken Raeburn1-185/+153
1993-06-25(tc_gen_reloc): Handle BFD_RELOC_SPARC_WDISP22 relocation.Ken Raeburn1-83/+263
1993-02-24(s_xword): Now accepts large integer constants, but not symbolic constantsKen Raeburn1-5/+6
1993-02-24changes for bfd support, enough for sun4 targetKen Raeburn1-200/+290
1992-12-15For SPARC V9, for RELOC_WDISP2_14, upper 2 bits start at bit 20 now, insteadJim Wilson1-29/+22
1992-11-23For SPARC V9, change icc to %icc, xcc to %xcc, fccX to %fccX.Jim Wilson1-12/+12
1992-11-23Ran "indent", for GNU coding style; some code & comments still need fixup.Ken Raeburn1-1678/+1921
1992-11-06Flag error if absolute constant is too large for an immediate field.Jim Wilson1-5/+37
1992-08-31Update to SPARC Version 9 Draft 1.0.4.Jim Wilson1-39/+27
1992-08-01fix for pr1371: heed fx_offset in pcrel relocsKen Raeburn1-1405/+1586
1992-02-17fighting bitrot in a major wayK. Richard Pixley1-2/+2
1992-02-15White space and comment changes, and #ifdef __STDC__ becomes #ifK. Richard Pixley1-6/+8
1992-02-13force all files to end in "/* end of filename"K. Richard Pixley1-1/+1
1992-02-13White space and comments only. The devo tree prior to this delta isK. Richard Pixley1-1420/+1415
1992-01-28rcsid's removedK. Richard Pixley1-45/+121
1991-08-15Corrected relocation overflow checks.K. Richard Pixley1-3/+3
1991-08-15Abort()'s become as_fatal()'s.K. Richard Pixley1-14/+8
1991-08-14* no more relocation_info structures. We now squirt directly fromK. Richard Pixley1-60/+173
1991-07-10Ifdef out bogus `relocation overflow' tests.Jim Wilson1-2/+18
1991-07-10more v9 fixes. This time %hhi() and %hlo().K. Richard Pixley1-8/+38
1991-06-20Changes for v9 gas.K. Richard Pixley1-24/+138
1991-05-23Add sanitize trigger lines.K. Richard Pixley1-2/+7
1991-05-22v9 stuff.K. Richard Pixley1-23/+182
1991-04-11Fixed LOCAL_LABELS_FB bug.K. Richard Pixley1-2/+2
1991-04-04Initial revisionK. Richard Pixley1-0/+1297