aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
1996-03-26 * as.c (main): Call bfd_set_error_program_name.Ian Lance Taylor1-0/+4
1996-03-22 * as.h (strdup): Don't declare.Ian Lance Taylor4-70/+163
1996-03-22 * gasp.c (change_base): Recognize \(...) construct documented toIan Lance Taylor2-1/+40
1996-03-20Wed Mar 20 18:13:32 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmu...Ian Lance Taylor1-0/+4
1996-03-20Wed Mar 20 17:05:16 1996 David Mosberger-Tang <davidm@azstarnet.com>Ian Lance Taylor2-1/+7
1996-03-18 * ecoff.c (ecoff_stab): Don't try to make a symbol out of the stabIan Lance Taylor1-0/+5
1996-03-15 * app.c (do_scrub_chars): If whitespace is seen in state 11, andIan Lance Taylor1-0/+6
1996-03-14 * config/obj-coff.h (C_REGISTER_SECTION): Change from 20 to 50, toIan Lance Taylor1-0/+5
1996-03-14 * config/tc-h8300.c (build_bytes, MEMIND case): GenerateJeff Law1-0/+5
1996-03-12 * configure: Rebuild with autoconf 2.8.Ian Lance Taylor1-0/+4
1996-03-11 * config/atof-ieee.c (gen_to_words): Improve handling ofIan Lance Taylor1-0/+6
1996-03-11 * as.h (SEG_NORMAL, SEG_LIST): Bump segment limit from 10 to 40.Steve Chamberlain1-0/+14
1996-03-07Test common synthetic insns (applicable to v8 or v9).David Edelsohn3-0/+20
1996-03-07Add missing arc sanitization (oops).David Edelsohn1-0/+7
1996-03-07 * config/tc-hppa.c (SUBSEG_MILLI): Define.Jeff Law1-0/+6
1996-03-06 * config/obj-elf.c (obj_elf_section): Only SEC_LOAD if the type isIan Lance Taylor1-0/+4
1996-03-06 * config/tc-sh.c (sh_do_align): Only align using the nop patternIan Lance Taylor1-0/+5
1996-03-06 * tc-sh.c (sh_do_align): Pass 1 not 2 to frag_align.Jim Wilson2-1/+5
1996-03-05 * configure.in (i386-*-cygwin32): Don't use bfd_gas.Steve Chamberlain1-0/+5
1996-03-04 * config/tc-hppa.c: Add default definitions for R_N0SEL andJeff Law1-0/+3
1996-03-04 * config/tc-hppa.c (tc_gen_reloc): Fix typo in R_COMP2 code.Jeff Law2-2/+10
1996-03-01Fri Mar 1 10:20:52 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmu...Ian Lance Taylor2-31/+58
1996-03-01Fri Mar 1 10:20:52 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmu...Ian Lance Taylor1-0/+4
1996-02-29fix typoMichael Meissner1-1/+1
1996-02-29All predefined sections to be of NOBITS typeMichael Meissner2-12/+16
1996-02-29 * config/tc-hppa.c (hppa_fix_adjustable): For SOM, don'tJeff Law2-1/+5
1996-02-28 * write.c (fix_new_exp): Don't use #elif. Some compilersJeff Law1-1/+4
1996-02-28 * config/tc-hppa.c (selector_table): Add "n", "nl", and "nlr" toJeff Law2-12/+46
1996-02-27Tue Feb 27 14:42:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmu...Ian Lance Taylor3-16/+30
1996-02-27 * mpw-make.sed: Update to handle shared library support.Stan Shebs2-0/+11
1996-02-26 * config/tc-sparc.c (sparc_ip): Print all architectures that supportDavid Edelsohn2-5/+30
1996-02-24 * configure.in: Add support for a29-coff.Rob Savoye3-16/+23
1996-02-23 * config/tc-sh.c (sh_coff_frob_file): Don't consider the addressIan Lance Taylor2-4/+5
1996-02-23 * gdbinit.in: Set a breakpoint on as_warn_where.Ian Lance Taylor1-0/+2
1996-02-23 * gas/mips/lb-xgot.d: Correct.Ian Lance Taylor1-0/+4
1996-02-23 * config/tc-mips.c (macro): Add missing arguments to macro_buildIan Lance Taylor1-0/+5
1996-02-21 * config/tc-h8300.c (tc_reloc_mangle): Change reloc based on sizeIan Lance Taylor1-0/+5
1996-02-21 * config/tc-sparc.c (sparc_ip): Recognize %asr0 for v8.David Edelsohn1-0/+4
1996-02-21(sparc_ip): Recognize %asr0.David Edelsohn1-2/+2
1996-02-21 * config/tc-sparc.c (parse_keyword_arg): Accept leading '%'.David Edelsohn1-0/+6
1996-02-21 * config/tc-sparc.c (parse_keyword_arg): Accept leadling '%'.David Edelsohn1-9/+33
1996-02-21 * config/tc-sh.c (sh_handle_align): Don't emit R_SH_ALIGN relocsIan Lance Taylor2-1/+7
1996-02-19 * config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): Check S_IS_WEAK asIan Lance Taylor2-2/+15
1996-02-19 * gas/sparc/{asi,membar,prefetch,rdpr,synth64,wrpr}.d: Pass -Av9David Edelsohn4-0/+51
1996-02-19 * config/tc-sparc.c (max_architecture): Change to sparclite forDavid Edelsohn2-27/+80
1996-02-18 * configure.in: Check for 'do not mix' from native linker beforeIan Lance Taylor3-0/+10
1996-02-16 * config/obj-coff.h (SF_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).Ian Lance Taylor1-0/+10
1996-02-15Do not set undefined symbols to BSF_OBJECT.Michael Meissner1-1/+2
1996-02-15Force all PPC symbols that otherwise do not have a symbol type to be BSF_OBJECTMichael Meissner2-0/+21
1996-02-15 * configure: Set and substitute RPATH_ENVVAR.Ian Lance Taylor3-0/+12