aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1991-11-30Add h-i386v4.h to Sanitize file. Check in new h-i386v4.h.Fred Fish1-0/+1
1991-11-30Initial revisionFred Fish1-0/+62
1991-11-30Fix bug in elf.c (missing "break" statements in cases), add ncr andFred Fish2-0/+12
SVR4 i386 support to configuration.
1991-11-30Change comments on svr4/amiga entries. Add ncr3000 as a recognizedFred Fish1-2/+7
configuration abbreviation.
1991-11-30Change simple call to printf of error message to a call to error(). OutputFred Fish2-2/+6
was not getting flushed and was not being newline terminated.
1991-11-30*** empty log message ***Roland Pesch1-0/+6
1991-11-30(1) At Bob Chassell's request, remove leading comments that used toRoland Pesch1-11/+12
survive M4 filtering but still tell people the original source was M4'd; (2) Also for B.C., include one more emphasis font in @colophon at end; (3) Thanks to J Gilmore, strengthen wording about unsupported combinations of host-manufacturer-OS in config Appendix.
1991-11-29Two small bug-fixes (affecting ar and nm).Per Bothner3-80/+87
1991-11-29Uses something which will actuall work on an ebmon systemSteve Chamberlain1-35/+24
1991-11-29Massive changes to generalize coff-bfd support enough to get 29kSteve Chamberlain5-435/+528
working as well as it did before. This means that 29k now supports multiple sections
1991-11-29Made ebmon29k use coff-bfd backendSteve Chamberlain2-1/+10
1991-11-29Updated movc and fmovc patterns to reflect the latest encodings in theMichael Tiemann1-553/+553
0.3.1 Sparc V9 manual.
1991-11-28 * config/obj-coff-bfd: made multiple sections with subsectionsSteve Chamberlain1-0/+6
work. * config/tc-h8300.c: made $ statement sep, and int alloc 2 bytes.
1991-11-28*** empty log message ***Steve Chamberlain1-1/+1
1991-11-28* config/tc-h8300.c: made $ statement sep, and int alloc 2 bytes.Steve Chamberlain1-1/+5
1991-11-28Made multiple sections with subsections work.Steve Chamberlain1-290/+160
1991-11-28Make structs work on DECstation (sigh)John Gilmore3-5/+13
1991-11-27Fix syntax errors.John Gilmore1-2/+3
1991-11-27Added obj-coff-bfd* and mt-h8300hdsSteve Chamberlain1-1/+7
1991-11-27Added coff-h8300.hSteve Chamberlain1-1/+5
1991-11-27Add COFF_SWAP_TABLE to it (oops)John Gilmore1-1/+2
1991-11-27coff-i386.cSteve Chamberlain3-65/+129
Fixed the RTYPETOHOWTO -> TYPE2HOWTO coff-mips.c coff-rs6000.c Can't read relocs, so provide empty macro
1991-11-27Hitachi h8/300 config of GAS manual (first draft), and a few configRoland Pesch10-442/+847
spinoffs in the direction of feature-based config rather than entirely machine-dep.
1991-11-27Initial revisionRoland Pesch1-0/+14
1991-11-27Fiddle diddle descriptorJohn Gilmore1-0/+9
1991-11-27 * internalcoff.h: (internal_scnhdr) took out #def dependency, nowSteve Chamberlain2-10/+11
s_nreloc and s_nlnno are always long. (internal_reloc): allways has an offset field now.
1991-11-27Initial revisionSteve Chamberlain2-0/+304
1991-11-27Added h8Steve Chamberlain1-1/+5
1991-11-27 * Makefile.in: added coff-h8300Steve Chamberlain12-294/+400
* configure.in: now h8 is a coff target * cpu-h8300.c: fix various disassembly problems * libcoff.h: took out some code which has been #0ed for a long time. * targets.c: added h8 coff * coff-a29k.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c added new macro RTYPE2HOWTO to take a load of #ifdefs out of coffcode.h * coffcode.h: Started to change the way machine dependencies are handled, from the nest of #ifdefs to macros defined in the including coff-<foo>.c
1991-11-27readline/sysdep.h no longer exists, so main.o does not depend on it.Michael Tiemann1-1/+1
1991-11-27Improve G++ debugging support.John Gilmore8-352/+213
1991-11-26Switch to _A29K__ (from _AMD29K__).Roland Pesch5-146/+150
1991-11-26Renamed static function to avoid conflict with header fileSteve Chamberlain1-2/+2
1991-11-26Mon Nov 25 18:28:40 1991 Steve Chamberlain (sac at cygnus.com)Steve Chamberlain2-14/+17
* config.h: h8 is now coff, not ieee * h8300hds.sc: reflect the same
1991-11-26obj-coff-bfd:Steve Chamberlain4-251/+394
bfd support gets deeper into gas *h8* fixed numerous bugs in instruction encoding
1991-11-26Initial revisionSteve Chamberlain2-0/+2742
1991-11-26Mon Nov 25 17:26:22 1991 Steve Chamberlain (sac at cygnus.com)Steve Chamberlain4-12/+69
* as.c: (perform_an_assembly_pass): moved declaration of i to avoid a syntax error. Now always create the three default sections when in MANY_SEGMENTS mode. * as.h: New improved way of specifying MANY_SEGMENTS * configure.in: hds object format is now coff-bfd * subsegs.h: add line numbers and section stuff to the segment_info structure. (But go back later and fix.. this is COFF specific)
1991-11-25Add -lbsd to XM_CLIBS so that we get the right version of setpgrp.Stu Grossman1-0/+1
1991-11-24Ensure we null-terminate the string we copy at the start ofMichael Tiemann1-108/+118
m68k_reg_parse.
1991-11-24Resync reloc_type and RELOC_TYPE_NAMES.Michael Tiemann1-2/+4
1991-11-23 * m2-exp.y (MAX, MIN): Rename to MAX_FUNC, MIN_FUNC to avoidJohn Gilmore1-10/+5
conflicts with system header files.
1991-11-23Add some error checking around ioctl's for terminal switching.John Gilmore1-0/+5
1991-11-23Fix hp300bsd entry point problem.John Gilmore2-3/+20
1991-11-2314 char filenamesJohn Gilmore2-3/+3
1991-11-23Initial revisionJohn Gilmore1-0/+11
1991-11-23No need to offset args from frame pointer.John Gilmore2-1/+9
1991-11-22sysdep renamesJohn Gilmore1-1/+1
1991-11-22 * coff-mips.c, coffcode.h: Peter Schauer's patch to kludge inJohn Gilmore3-2/+13
nonstandard MIPS sections (.rdata, .sdata, etc).
1991-11-22VERSION 4.2.95John Gilmore2-1/+3
1991-11-22Further cleanup for release.John Gilmore3-4/+5