aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-sparc.c
AgeCommit message (Expand)AuthorFilesLines
1994-09-07(tc_gen_reloc): Use bfd_get_reloc_code_name in error message.Ken Raeburn1-2/+15
1994-07-28* tc-sparc.c (sparc_ip): Check more carefully for conflicting architectures.Ken Raeburn1-84/+92
1994-06-03 * as.c (show_usage): Remove target specific messages;David MacKenzie1-53/+84
1994-05-27changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs)Ken Raeburn1-1/+4
1994-05-19 * config/tc-sparc.c (md_section_align): Don't change the size ifIan Lance Taylor1-4/+11
1994-04-05(s_reserve): If section passed isn't bss, don't spew remainder of input file inKen Raeburn1-2/+8
1994-03-31 * config/tc-sparc.c (tc_gen_reloc): Add a gruesome hack to getIan Lance Taylor1-21/+67
1994-01-06fix sparc-solaris reloc bugKen Raeburn1-3/+1
1993-12-16* config/tc-vax.c (tc_aout_fix_to_chars): Local variable NBYTES_R_LENGTH nowKen Raeburn1-108/+39
1993-10-25 * config/tc-sparc.c (sparc_ip): Use strtol to parse membarIan Lance Taylor1-5/+4
1993-10-25* config/tc-sparc.h: Removed remaining non-BFD_ASSEMBLER code.Ken Raeburn1-177/+67
1993-10-21 * config/tc-sparc.c (md_parse_option): Accept and ignore -sparcIan Lance Taylor1-54/+46
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