Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-04-09 | Fix typo. | Ian Lance Taylor | 1 | -1/+1 | |
1993-04-09 | * config/obj-ecoff.h (ecoff_build_lineno): Make ilineMax in | Ian Lance Taylor | 2 | -4/+9 | |
symbolic header match cline in FDR; the native liinker seems to want that. | |||||
1993-04-08 | as.texinfo lives in $(srcdir) | David D. Zuhn | 1 | -0/+5 | |
1993-04-08 | doc/Makefile.in | Roland Pesch | 1 | -0/+6 | |
1993-04-08 | (as.dvi target) update for new source file structure supporting | Roland Pesch | 1 | -11/+15 | |
texinfo conditionals (as.ms, as.mm, as.me targets) update for new structure, and add note that these targets probably broken until texi2roff supports texinfo conditionals (clean-dvi target) new; clean dvi files and side effects (clean-info target) clean out only info files (clean target) run clean-dvi, clean-info | |||||
1993-04-08 | * config/ho-decstatn.h: Define BROKEN_ASSERT if not __GNUC__, | Ian Lance Taylor | 2 | -1/+6 | |
rather than undefining know. | |||||
1993-04-08 | Record abolition of last m4 conditional markup holdout manual. | Roland Pesch | 1 | -0/+16 | |
1993-04-08 | Converted to Texinfo conditionals; no longer need M4. | Roland Pesch | 6 | -6190/+22 | |
Checked makeinfo output for "all" config; other old M4 configs now sanitized out, will be replaced by .texi configs as each config is tested. | |||||
1993-04-06 | * config/tc-mips.c (gp_reference): Certain magic symbols can never | Ian Lance Taylor | 1 | -0/+3 | |
be referenced off the GP register. | |||||
1993-04-05 | * app.c (do_scrub_next_char): Handle states 9 and 10 correctly | Ian Lance Taylor | 1 | -0/+10 | |
when dealing with characters of type LEX_IS_TWOCHAR_COMMENT_1ST, LEX_IS_STRINGQUOTE, and LEX_IS_ONECHAR_QUOTE. | |||||
1993-04-05 | include string.h | Ken Raeburn | 1 | -0/+2 | |
1993-04-05 | New script. Simply evaluates and exec's its arguments. Needed until I | Ken Raeburn | 1 | -0/+2 | |
can figure out how to handle redirection easily in tcl/expect. | |||||
1993-04-05 | add some new tests, and new testing procs | Ken Raeburn | 6 | -9/+66 | |
1993-04-05 | from gas/testscripts -- may be useful someday | Ken Raeburn | 6 | -0/+186 | |
1993-04-05 | * config/te-irix.h: New file; irix needs a different LOCAL_LABEL | Ian Lance Taylor | 1 | -0/+1 | |
definition from other MIPS targets. * configure.in (mips-*-irix): Use emulation irix. | |||||
1993-04-04 | * config/tc-h8500.c: Get relax size of branch instructions right, | Steve Chamberlain | 1 | -2/+8 | |
(get_operand): Parse @sp+ correctly. | |||||
1993-04-04 | *** empty log message *** | Steve Chamberlain | 1 | -0/+5 | |
1993-04-02 | * config/tc-mips.h (LOCAL_LABEL): Treat any label starting with | Ian Lance Taylor | 1 | -0/+3 | |
'$' as local, for any object file format. | |||||
1993-04-02 | * config/tc-mips.c (macro): Optimizations to branching code and a | Ian Lance Taylor | 1 | -0/+4 | |
couple of bug fixes from ralphc@pyrps5.eng.pyramid.com (Ralph Campbell). | |||||
1993-04-02 | Include ho-generic.h. | Ian Lance Taylor | 1 | -0/+2 | |
1993-04-02 | * config/ho-irix.h: New file; if not gcc, define BROKEN_ASSERT. | Ian Lance Taylor | 4 | -2/+44 | |
* configure.in (mips-sgi-irix*): Set gas_host to irix. | |||||
1993-04-01 | merging this directory into testsuite | Ken Raeburn | 7 | -224/+0 | |
1993-04-01 | * subsegs.c (subseg_new): Set output_section of new section. | Ian Lance Taylor | 4 | -1913/+2530 | |
* as.c (perform_an_assemly_pass): Don't set output_section here. * expr.c (expr_part, expr): Turn off section assertions for ECOFF, since it has additional sections. * read.c (s_lcomm): For MIPS ECOFF, put small objects in .sbss, not bss_section. * config/obj-ecoff.h (TARGET_SYMBOL_FIELDS): Added ecoff_undefined field. * config/obj-ecoff.c (obj_symbol_new_hook): Initialize ecoff_undefined field. (add_file): If using stabs, just output a stabs symbol rather than creating a new fdr. (obj_ecoff_begin, obj_ecoff_bend): Ignore line number by reading it with get_absolute_expression, rather than skipping it by hand. (obj_ecoff_loc): If using stabs, just output a stabs symbol rather than ECOFF line number information. (obj_ecoff_stab): Accept non-zero values for stabs line number. (ecoff_build_symbols): Set ifilesym correctly. Set storage class to small, undefined and/or readonly sections if appropriate. Don't output symbol names containing \001 characters. (ecoff_frob_file): Make sure at least one fdr is output. * config/tc-mips.h: Define TC_MIPS. * config/tc-mips.c (g_switch_value): New static variable. (md_assemble): Set gp size of output BFD. (gp_reference): New function; returns 1 if expression can be accesssed via gp. Always returns 0 if not using ECOFF. (macro_build): Convert BFD_RELOC_LO16 to BFD_RELOC_MIPS_GPREL if possible. (macro): Generate sequences using gp if possible. (md_parse_option): Ignore -EL and -EB. Parse -G. (md_apply_fix): Added BFD_RELOC_MIPS_GPREL to ignored case. (s_change_sec): Handle .rdata and .sdata for ECOFF. (s_extern): Mark symbol as external. Set ecoff_undefined field. | |||||
1993-04-01 | New material on H8/500, and better match between nodes and sections | Roland Pesch | 2 | -34/+455 | |
(allows xrefs to work in printed version of doc). | |||||
1993-04-01 | Back off last two checkins (this checkin identical with | Roland Pesch | 1 | -540/+446 | |
devo/gas/doc/as.texinfo 1.38). | |||||
1993-03-31 | log doc change | Ken Raeburn | 1 | -0/+3 | |
1993-03-30 | new test cases | Ken Raeburn | 6 | -12/+251 | |
1993-03-30 | go back to const instead of CONST | Ken Raeburn | 1 | -0/+3 | |
1993-03-30 | checkpoint, for lots of recent changes | Ken Raeburn | 1 | -0/+74 | |
1993-03-30 | build file symbol fwd pointers properly, don't deref symbol #s as pointers | Ken Raeburn | 1 | -7/+6 | |
1993-03-30 | move local include after system ones; use CONST not const | Ken Raeburn | 1 | -63/+116 | |
1993-03-30 | start using new texinfo stuff -- variables, conditionals. far from complete | Ken Raeburn | 1 | -456/+588 | |
1993-03-30 | look for GAS_VERSION macro, not external version_string var | Ken Raeburn | 1 | -48/+53 | |
1993-03-29 | * config/obj-coffbfd.c (do_relocs_for): Fix bug where nrelocs | Steve Chamberlain | 3 | -2/+11 | |
wasn't being stored into scnhdr. * config/obj-coffbfd.h: Add prototype of s_get_segment. * read.c (TC_START_LABEL): Default definition. (read_a_source_file): Use TC_START_LABEL macro to work out if a label has been seen. | |||||
1993-03-29 | * configure.in: Set BFDDEF and BFDLIB at the top of Makefile, not | Ian Lance Taylor | 1 | -0/+4 | |
the bottom (make expands variables in dependencies when the dependencies are read, not when they are used). | |||||
1993-03-29 | Numerous bug fixes | Steve Chamberlain | 2 | -260/+344 | |
1993-03-29 | (big_cons): If target_big_endian, reverse bytes being copied. (Temporary | Ken Raeburn | 1 | -8/+16 | |
fix -- should be cleaned up later.) (s_ignore): Delete declaration of is_end_of_line. (potable): Change .app-file to .appfile. | |||||
1993-03-29 | * config/obj-coffbfd.c (fill_section): Don't set NOLOAD bit for | Ian Lance Taylor | 2 | -1/+12 | |
a29k .bss section; the mondfe program doesn't like it. | |||||
1993-03-29 | First crack at a test suite. | Ken Raeburn | 14 | -9/+430 | |
1993-03-29 | updated | Ken Raeburn | 1 | -0/+5 | |
1993-03-26 | add missing z8000 define | Ken Raeburn | 1 | -0/+1 | |
1993-03-26 | If $(srcdir) isn't ., create links to all predefined as-*.texinfo files that | Ken Raeburn | 1 | -0/+14 | |
are found in $(srcdir). | |||||
1993-03-25 | * config/obj-coffbfd.c (do_relocs_for): Remove a29k special case. | Ian Lance Taylor | 2 | -8/+10 | |
(fixup_segment): Add a29k special case; the linker is not prepared to see a segment offset here. | |||||
1993-03-25 | * app.c (do_scrub_next_char): Added new state, 10, modifying state | Ian Lance Taylor | 1 | -0/+5 | |
9 to only keep a space in between identifier characters. | |||||
1993-03-25 | doc last changes | David D. Zuhn | 1 | -1/+2 | |
1993-03-25 | look in srcdir for texinfo source, then in objdir | David D. Zuhn | 1 | -1/+5 | |
1993-03-24 | add dvi target, define & use TEXI2DVI | David D. Zuhn | 1 | -7/+9 | |
1993-03-24 | add dvi target | David D. Zuhn | 1 | -0/+6 | |
1993-03-23 | updated for obj-bfd-sunos, ho-decst* changes | Ken Raeburn | 1 | -3/+1 | |
1993-03-23 | (do_relocs_for): Don't allocate storage or process relocs if there aren't any | Ken Raeburn | 1 | -64/+77 | |
relocs to process. Avoids malloc/free bug on SCO too. |