Commit Graph

204 Commits

Author SHA1 Message Date
K. Richard Pixley 584a0f78d9 rcsid's removed 1992-01-28 20:38:08 +00:00
Steve Chamberlain 9ce31b6601 obj-coff* now copes with C mingled listings
tc-h8300.c: better error messages
1992-01-28 03:43:23 +00:00
Steve Chamberlain 86c094f212 Now can list for bout format too 1992-01-25 01:46:19 +00:00
Steve Chamberlain 3d38ac61cd Don't crash if a symbol has no name 1992-01-25 01:45:53 +00:00
Steve Chamberlain b3ca913f74 * listing.c, config/obj-aout.c: added intermixed
source/assembler file listings to files with stabs in them.
1992-01-25 00:51:20 +00:00
Steve Chamberlain f5e8a8f9c7 CVS says it was empty, so refresh it. 1992-01-24 18:30:47 +00:00
Steve Chamberlain 159fbb6088 * symbols.c(colon): if a symbol is being multiply defined as exactly
the same value, then don't cause a fatal error. This fixes
	P00000616 - where a def _foo= . followed by foo: is seen.
1992-01-24 01:33:07 +00:00
Roland Pesch ead077d598 Initial revision 1992-01-22 00:36:44 +00:00
Roland Pesch 66b818fb6e (1) Changes made yesterday, forgot to check in:
a) cleanups to node structure for Info file
    b) .lflags (ignored) doc restored (was covered previously in
       single par on .list-related directives ignored).
    c) fill in page size defaults (.psize)
    d) move text on H8/300 size suffixes to after opcode table, for
       better page breaks
    e) @alphaenumerate->@enumerate a in GPL

(2) Doc -a, -al, -as, options to enable listings and listing control
    directives; removed FIXME comments re verifying listing counter use;
    advanced titlepage date to Jan 92.
1992-01-21 22:25:37 +00:00
Steve Chamberlain 5d9f0ecf62 * as.c: change -l to -a[lsn], to avoid conflict with 68000
command line option.

	* listing.h, listing.c: now prints addresses with ??? instead of 0 when
	errors in assemble prevent addresses being known. Prints
	symbol table more tidily. Allows different parts of the
	listing to be selected.
1992-01-21 22:14:16 +00:00
Roland Pesch f3139e9366 all.m4: correct AMD 29K entry (changed elsewhere to _A29K__ some time ago)
Makefile: preprocess w/GNU m4 by default, use "all" as default config
as.texinfo: index, at last;
            listing directives;
            improvements (re width suffixes) to H8 machine-dep
1992-01-20 03:42:12 +00:00
K. Richard Pixley d7d28d221c keep listing* 1992-01-17 20:54:32 +00:00
Roland Pesch 2bdd06b3d3 Minor fixes for 68K-only config. 1992-01-08 21:19:59 +00:00
Steve Chamberlain 32e4477444 * config/obj-coffbfd.c: lint
* config/tc-h8300.c, config/tc-h8300.h: Too Many bug fixes
	* config/tc-m68k.h, config/tc-sparc.h: Override default
	listing options to give better effect.
1992-01-08 19:39:50 +00:00
Steve Chamberlain 3fb965c44e Wed Jan 8 11:26:40 1992 Steve Chamberlain (sac at rtl.cygnus.com)
Added support for listings
	* Makefile.in: include listing.[co]
	* as.c: parse -l
	* as.h: include listing.h, include listing hook into frag
	* frags.c (frag_new): hook for creating line number info
	* messages.c (as_warn, as_bad): remember message for listing
	* read.c: add new pseudos to the table
	* write.c: (relax_segment): need to cope with branches with 0
	offsets, so create M68K_AIM_KLUDGE- this came to light because
	listings make lots of zero length frags.
	* listing.c, listing.h: new files
1992-01-08 19:34:11 +00:00
John Gilmore c03956e829 Add declaration of free(). 1992-01-05 23:41:42 +00:00
John Gilmore 3197d3d61b Add declaration of free() to config/ho-generic.h 1992-01-05 23:41:28 +00:00
John Gilmore 4543283685 * as.h: Move redefine of xfree.
* read.c:  Use xmalloc, not malloc.
* expr.c, input-scrub.c, write.c:  Avoid "know" macros
that cover more than one line, since this causes char strings
with embedded newlines.
1992-01-05 00:40:29 +00:00
K. Richard Pixley e0982afeae Copied a missing case from the fsf-gas. The case was for relaxing
floating point branches of flexible size.
1991-12-28 07:50:37 +00:00
Roland Pesch 49b8ce8933 Minor updates for successful standalone 80386 configuration of manual. 1991-12-14 01:12:42 +00:00
Steve Chamberlain 29a8640328 renamed obj-coff-bfd to obj-coffbfd 1991-12-12 03:34:31 +00:00
Steve Chamberlain 28bf2d3194 Added makefile.dos configure.dos 1991-12-12 03:28:12 +00:00
Steve Chamberlain ccdbfbdcd1 Initial revision 1991-12-12 03:27:33 +00:00
Steve Chamberlain 410e67eb21 * config/obj-coffbfd.c: lint, don't fixup relocs if H8300, use
tc_reloc_mangle to prepare relocation if one available
	* config/tc-h8300.h: added tc_reloc_mangle routine
1991-12-12 02:17:22 +00:00
Steve Chamberlain db40ba149d Initial revision 1991-12-12 00:53:23 +00:00
K. Richard Pixley c06ac69051 don't close a NULL file pointer 1991-12-11 07:43:40 +00:00
Michael Tiemann e530f5c4f2 Keep a.out.gnu.h. 1991-12-09 11:58:44 +00:00
Michael Tiemann f0494a6ed8 Add fixes needed to compile vxworks960 target. 1991-12-09 05:27:38 +00:00
Michael Tiemann 0dd0c58e49 Pick up bfd library from the build directory, not the source
directory.
1991-12-08 22:47:51 +00:00
K. Richard Pixley 1058238c60 Fri Dec 6 23:16:43 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* Makefile.in: install using INSTALL_DATA and INSTALL_PROGRAM.
	  correct include directory locations. added standards.text
	  support.

	* configure.in: mark this directory as target dependent.

Thu Dec  5 22:46:23 1991  K. Richard Pixley  (rich at rtl.cygnus.com)

	* Makefile.in: idestdir and ddestdir go away.  Added
	  copyrights and shift gpl to v2.  Added ChangeLog if it
	  didn't exist. docdir and mandir now keyed off datadir by
	  default.
1991-12-07 07:19:08 +00:00
Roland Pesch 338e7aa401 *** empty log message *** 1991-12-07 00:23:52 +00:00
Steve Chamberlain 4fed881829 *** empty log message *** 1991-12-04 18:25:37 +00:00
Steve Chamberlain 8bcad1b5b7 Don't ignore .line directives 1991-12-04 15:32:22 +00:00
Steve Chamberlain f7c1f9e194 Don't ignore .file pseudos! 1991-12-04 00:18:18 +00:00
Steve Chamberlain 242bfe8791 Removed usage of alloca, lint. 1991-12-03 22:16:29 +00:00
Steve Chamberlain 9b4f91b556 Fix comment. 1991-12-01 07:14:34 +00:00
Steve Chamberlain a1d144c63e More filename renaming. 1991-12-01 07:11:25 +00:00
Steve Chamberlain af483be837 Filename renaming 1991-12-01 07:06:30 +00:00
Steve Chamberlain 63c92fcd96 Massive changes to generalize coff-bfd support enough to get 29k
working as well as it did before.

This means that 29k now supports multiple sections
1991-11-29 01:05:58 +00:00
Steve Chamberlain ada269da87 Made ebmon29k use coff-bfd backend 1991-11-29 01:03:25 +00:00
Steve Chamberlain 489f6ef072 * config/obj-coff-bfd: made multiple sections with subsections
work.
	* config/tc-h8300.c: made $ statement sep, and int alloc 2 bytes.
1991-11-28 21:24:07 +00:00
Steve Chamberlain 7d4ffa93db *** empty log message *** 1991-11-28 21:23:52 +00:00
Steve Chamberlain 17b8147980 * config/tc-h8300.c: made $ statement sep, and int alloc 2 bytes. 1991-11-28 21:23:39 +00:00
Steve Chamberlain f714e310f4 Made multiple sections with subsections work. 1991-11-28 21:22:41 +00:00
Steve Chamberlain 869eb845b1 Added obj-coff-bfd* and mt-h8300hds 1991-11-27 22:28:57 +00:00
Roland Pesch 24b1493d18 Hitachi h8/300 config of GAS manual (first draft), and a few config
spinoffs in the direction of feature-based config rather than entirely
machine-dep.
1991-11-27 21:32:15 +00:00
Roland Pesch 660eb163a7 Initial revision 1991-11-27 21:32:00 +00:00
Roland Pesch 7d7ecbddb0 Switch to _A29K__ (from _AMD29K__). 1991-11-26 19:41:08 +00:00
Steve Chamberlain 814e8bbabc Renamed static function to avoid conflict with header file 1991-11-26 02:30:24 +00:00
Steve Chamberlain 05b4b0e70c obj-coff-bfd:
bfd support gets deeper into gas
*h8*
	fixed numerous bugs in instruction encoding
1991-11-26 02:16:59 +00:00